#wrap {
  overflow: hidden;
}

.inner {
  margin: 0 auto;
  width: 1180px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* common */
.inquiry_btn {
  width: 180px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 21px;
  box-sizing: border-box;
}

.slick-slide {
  outline: 0;
}
.slick-dots li button {
  border: 0;
}


/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 100;
}
#header .logo {
  float: left;
  margin-top: 20px;
}
#header .logo a {
  display: block;
}
#header .logo a img {
  display: block;
}
#header .gnb {
  float: left;
  margin-left: 62px;
}
#header .gnb li {
  float: left;
}
#header .gnb li a {
  display: block;
  padding: 0 19px;
  line-height: 80px;
  font-size: 18px;
  font-weight: 700;
}
#header .inquiry_btn {
  position: fixed;
  top: auto;
  bottom: 50px;
  right: 30px;
  padding: 19px 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f3e131;
  color: #321e1f;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  transform: none;
  box-shadow: 0 15px 30px rgba(0,0,0,0.11), 0 5px 15px rgba(0,0,0,0.3);
} 
#header .ham_btn{
  display: none;
}
#header .call_btn {
  float: right;
  display: block;
  margin-top: 19px;
  padding: 0 15px 0 36px;
  height: 42px;
  line-height: 42px;
  background: #606ce4 url(../images/call_icon.png) 15px center no-repeat;
  background-size: 16px;
  border-radius: 21px;
  font-size: 18px;
  font-weight: 700;
  color: #fff000;
}
#header .call_btn span {
  color: #fff;
}
/* //header */


/* container */
.container {
  /* height: 100vh; */
  /* overflow: hidden; */
}
.fullpage {
  /* position: relative; */
  /* top: 0; */
}
section {
  padding-top: 80px;
  width: 100%;
  height: 100vh;
  /* min-height: 900px; */
  box-sizing: border-box;
}
section .table {
  display: table;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 80px);
}
section .table .t_ro {
  display: table-cell;
  vertical-align: middle;
}
section .top .sub_title {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}
section .top .sub_title span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
section .top .sub_title span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
}
section .top .title {
  margin-top: 40px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
section .top .title span {
  display: block;
  color: #606ce4;
}
section .top .desc {
  font-size: 18px;
  font-weight: 350;
  line-height: 1.5;
  text-align: center;
}
section .top .title + .desc {
  margin-top: 30px;
}

section br.mo {
  display: none;
}

/* visual_sec */
.visual_sec {
  background: #f7f7f7;
}
.visual_sec .slide_item {
  display: table;
  height: 100vh;
  /* box-sizing: border-box; */
  height: calc(100vh - 80px);
  outline: 0;
}
.visual_sec .text_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
}
.visual_sec .text_wrap .title {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}
.visual_sec .text_wrap .title strong {
  display: block;
}
.visual_sec .text_wrap .desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 350;
  color: #454545;
  line-height: 1.5;
}
.visual_sec .text_wrap .desc strong {
  display: block;
  font-weight: 500;
}
.visual_sec .text_wrap .inquiry_btn {
  display: block;
  border: 1px solid #727272;
  line-height: 40px;
}
.visual_sec .img_wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.visual_sec .img_wrap img {
  margin: 0 auto;
}

.visual_sec .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.visual_sec .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.visual_sec .slick-dots li:last-child {
  margin-right: 0;
}
.visual_sec .slick-dots li button {
  display: block;
  border: 0;
  width: 12px;
  height: 12px;
  background: #dbdbdb;
  border-radius: 50%;
  text-indent: -9999em;
}
.visual_sec .slick-dots li.slick-active button {
  background: #606ce4;
}

/* .visual_sec .bx-wrapper .bx-pager {
  bottom: 60px;
}
.visual_sec .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0;
  margin-right: 20px;
  width: 12px;
  height: 12px;
  background: #dbdbdb;
  border-radius: 50%;
}
.visual_sec .bx-wrapper .bx-pager-item:last-child a {
  margin-right: 0;
}
.visual_sec .bx-wrapper .bx-pager.bx-default-pager a:hover,
.visual_sec .bx-wrapper .bx-pager.bx-default-pager a.active,
.visual_sec .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #606ce4;
} */

/* //visual_sec */


/* why_sec */
.why_sec {
  background: #5763d4;
  color: #fff;
}
.why_sec .top .title {
  margin-top: 50px;
}
.why_sec .top .sub_title span::after {
  background: #fff;
}
.why_sec .bottom {
  margin-top: 60px;
  text-align: center;
}
.why_sec .bottom > div {
  display: inline-block;
  margin-right: 80px;
}
.why_sec .bottom > div:last-child {
  margin-right: 0;
}
.why_sec .bottom > div .txt_wrap span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
.why_sec .bottom > div .txt_wrap p {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 350;
  color: #b9bfff;
}
/* //why_sec */


/* effect_sec */
.effect_sec {
  background: #fafafa;
}
.effect_sec .top .sub_title span::after {
  background: #252525;
}
.effect_sec .top .desc + p {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
  line-height: 1.5;
  color: #454545;
}
.effect_sec .top .desc + p strong {
  font-weight: 500;
  color: #252525;
}
.effect_sec .bottom {
  margin-top: 88px;
  font-size: 0;
  min-height: 252px;
}
.effect_sec .bottom .graph_wrap {
  display: inline-block;
  padding-top: 217px;
  margin-right: 1.694915%;
  width: 32.203389%;
  min-width: 240px;
  text-align: center;
  vertical-align: bottom;
}
.effect_sec .bottom .graph_wrap:last-child {
  margin-right: 0;
}
.effect_sec .bottom .graph_wrap .graph {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.effect_sec .bottom .graph_wrap .bar_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  /* margin-bottom: -1px; */
}
.effect_sec .bottom .graph_wrap .bar_wrap::after {
  position: absolute;
  bottom: 0;
  left: -24px;
  min-height: 217px;
  width: 79px;
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0;
  content: '';
}
.effect_sec.action .bottom .graph_wrap .bar_wrap::after,
.effect_sec .bottom .graph_wrap.on .bar_wrap::after{
  opacity: 1;
  transition: all 0.5s 1s;
}
.effect_sec .bottom .graph_wrap:nth-child(1) .bar_wrap::after {
  background-image: url(../images/graph_shadow01.png);
}
.effect_sec .bottom .graph_wrap:nth-child(2) .bar_wrap::after {
  background-image: url(../images/graph_shadow02.png);
}
.effect_sec .bottom .graph_wrap:nth-child(3) .bar_wrap::after {
  background-image: url(../images/graph_shadow03.png);
}
.effect_sec .bottom .graph_wrap .bar_wrap .bar {
  position: absolute;
  bottom: 0;
  padding-top: 0px;
  width: 80px;
  height: 0;
  /* overflow: hidden; */
  text-align: center;
  box-sizing: border-box;
  z-index: 5;
  vertical-align: bottom;
  /* transition: padding-top 1s 0.5s, height 1s 0.5s; */
}
.effect_sec.action .bottom .graph_wrap .bar_wrap .bar,
.effect_sec .bottom .graph_wrap.on .bar_wrap .bar {
  padding-top: 20px;
  transition: padding-top 1s 0.5s, height 1s 0.5s;
}

.effect_sec .bottom .graph_wrap .bar_wrap .bar:nth-child(1) {
  left: 0
}
.effect_sec .bottom .graph_wrap .bar_wrap .bar:nth-child(2) {
  left: 80px;
}
.effect_sec .bottom .graph_wrap .bar_wrap .bar:nth-child(3) {
  right: 0
}

.effect_sec.action .bottom .graph_wrap:nth-child(1) .bar_wrap .bar:nth-child(1),
.effect_sec .bottom .graph_wrap.on:nth-child(1) .bar_wrap .bar:nth-child(1) {
  height: 66px;
}
.effect_sec.action .bottom .graph_wrap:nth-child(1) .bar_wrap .bar:nth-child(2),
.effect_sec .bottom .graph_wrap.on:nth-child(1) .bar_wrap .bar:nth-child(2) {
  height: 96px;
}
.effect_sec.action .bottom .graph_wrap:nth-child(1) .bar_wrap .bar:nth-child(3),
.effect_sec .bottom .graph_wrap.on:nth-child(1) .bar_wrap .bar:nth-child(3) {
  height: 217px;
}

.effect_sec.action .bottom .graph_wrap:nth-child(2) .bar_wrap .bar:nth-child(1),
.effect_sec .bottom .graph_wrap.on:nth-child(2) .bar_wrap .bar:nth-child(1) {
  height: 126px;
}
.effect_sec.action .bottom .graph_wrap:nth-child(2) .bar_wrap .bar:nth-child(2),
.effect_sec .bottom .graph_wrap.on:nth-child(2) .bar_wrap .bar:nth-child(2) {
  height: 160px;
}
.effect_sec.action .bottom .graph_wrap:nth-child(2) .bar_wrap .bar:nth-child(3),
.effect_sec .bottom .graph_wrap.on:nth-child(2) .bar_wrap .bar:nth-child(3) {
  height: 92px;
}


.effect_sec.action .bottom .graph_wrap:nth-child(3) .bar_wrap .bar:nth-child(1),
.effect_sec .bottom .graph_wrap.on:nth-child(3) .bar_wrap .bar:nth-child(1) {
  height: 128px;
}
.effect_sec.action .bottom .graph_wrap:nth-child(3) .bar_wrap .bar:nth-child(2), 
.effect_sec .bottom .graph_wrap.on:nth-child(3) .bar_wrap .bar:nth-child(2) {
  height: 110px;
}
.effect_sec.action .bottom .graph_wrap:nth-child(3) .bar_wrap .bar:nth-child(3),
.effect_sec .bottom .graph_wrap.on:nth-child(3) .bar_wrap .bar:nth-child(3) {
  height: 95px;
}

.effect_sec .bottom .graph_wrap .bar_wrap .bar.gray {
  background: #8397b0;
}
.effect_sec .bottom .graph_wrap .bar_wrap .bar.yellow {
  background: #ffc000;
}
.effect_sec .bottom .graph_wrap .bar_wrap .bar.pink {
  background: #fd2e58;
}
.effect_sec .bottom .graph_wrap .bar_wrap .bar .text01 {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 350;
  color: #454545;
  white-space: nowrap;
  opacity: 0;
}
.effect_sec.action .bottom .graph_wrap .bar_wrap .bar .text01,
.effect_sec .bottom .graph_wrap.on .bar_wrap .bar .text01 {
  opacity: 1;
  transition: all 0.5s 1s;
}
.effect_sec .bottom .graph_wrap .bar_wrap .bar .text02 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat';
}
.effect_sec .bottom .graph_wrap .graph_title {
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #252525;
}

/* //effect_sec */


/* service_sec */
.service_sec {
  padding-bottom: 80px;
  height: auto;
  background: #fff;
}
.service_sec .top .sub_title span::after {
  background: #252525;
}
.service_sec .slide_wrap.web {
  /* position: relative; */
  margin-top: 60px;
  /* min-height: 580px; */
}
.service_sec .slide_item {
  position: relative;
  /* position: absolute; */
  /* width: 100%; */
}
.service_sec .slide_item + .slide_item {
  margin-top: 110px;
  padding-top: 110px;
  border-top: 1px solid #eee;
}
.service_sec .slide_item .text_wrap {
  position: relative;
  top: -100px;
  opacity: 0;
}
.service_sec.action .slide_item.on .text_wrap {
  top: 0;
  opacity: 1;
  transition: all .5s .3s;
}
.service_sec .slide_item .num {
  margin-bottom: 20px;
  display: block;
  font-weight: 900;
  font-size: 80px;
  font-family: 'Montserrat';
  color: #eee;
}
.service_sec .slide_item .subject {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
}
.service_sec .slide_item .subject span {
  display: block;
  color: #606ce4;
}
.service_sec .slide_item .desc {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 350;
  color: #454545;
  line-height: 1.4;
}
.service_sec .slide_item .recommend_wrap p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.service_sec .slide_item .recommend_wrap .item {
  display: inline-block;
  margin-right: 46px;
  text-align: center;
}
.service_sec .slide_item .recommend_wrap .item:last-child {
  margin-right: 0;
}
.service_sec .slide_item .recommend_wrap .item p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 350;
  color: #454545;
  line-height: 1.5;
}
.service_sec .slide_item .img_wrap {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.service_sec.action .slide_item.on .img_wrap {
  top: 58%;
  opacity: 1;
  transition: all .5s 0.6s;
}
.service_sec .slide_item .img_wrap .text_img {
  position: absolute;
  top: -150px;
  right: 26px;
  opacity: 0;
}
.service_sec.action .slide_item.on .img_wrap .text_img {
  top: -6px;
  opacity: 1;
  transition: all .5s 0.9s;
}
/* 서비스 모바일 */
.service_sec .slide_wrap.mo {
  display: none;
  margin-top: 40px;
  text-align: center;
}
.service_sec .slide_wrap.mo > div + div {
  margin-top: 100px;
}
.service_sec .slide_wrap.mo .text_wrap {
  position: relative;
  top: -100px;
  opacity: 0;
}
.service_sec .slide_wrap.mo > div.on .text_wrap {
  top: 0;
  opacity: 1;
  transition: all .5s .3s;
}
.service_sec .slide_wrap.mo .text_wrap .num {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
  font-size: 6.944vw;
  font-weight: 900;
  color: #eee;
  font-family: 'Montserrat';
}
.service_sec .slide_wrap.mo .text_wrap .subject {
  font-size: 24px;
  font-size: 3.333vw;
  font-weight: 700;
  color: #252525;
  line-height: 1.3;
}
.service_sec .slide_wrap.mo .text_wrap .subject span {
  display: block;
  color: #606ce4;
}
.service_sec .slide_wrap.mo .text_wrap .desc {
  margin-top: 16px;
  margin-bottom: 52px;
  font-size: 14px;
  font-size: 1.944vw;
  font-weight: 350;
  color: #454545;
  line-height: 1.4;
}
.service_sec .slide_wrap.mo .img_wrap {
  position: relative;
  display: inline-block;
}
.service_sec .slide_wrap.mo .img_wrap > img {
  position: relative;
  top: -100px;
  opacity: 0;
}
.service_sec .slide_wrap.mo > div.on .img_wrap > img {
  top: 0;
  opacity: 1;
  transition: all .5s .6s;
}
.service_sec .slide_wrap.mo .img_wrap .text_img {
  position: absolute;
  top: -100px;
  right: 16px;
  opacity: 0;
}
.service_sec .slide_wrap.mo > div.on .img_wrap .text_img {
  top: -13px;
  opacity: 1;
  transition: all .5s .9s;
}
.service_sec .slide_wrap.mo .recommend_wrap {
  position: relative;
  top: -100px;
  opacity: 0;
}
.service_sec .slide_wrap.mo > div.on .recommend_wrap {
  top: 0;
  opacity: 1;
  transition: all .5s 1.2s;
}
.service_sec .slide_wrap.mo .recommend_wrap > p {
  margin-top: 45px;
  margin-bottom: 36px;
  font-size: 21px;
  font-size: 2.917vw;
  font-weight: 700;
  color: #252525;
}
.service_sec .slide_wrap.mo .recommend_wrap .item {
  display: inline-block;
  width: 32%;
}
.service_sec .slide_wrap.mo .recommend_wrap .item img {
  margin: 0 auto;
  width: 100%;
}
.service_sec .slide_wrap.mo .recommend_wrap .slide_box p {
  margin-top: 16px;
  font-size: 13px;
  font-size: 1.806vw;
  font-weight: 350;
  color: #454545;
  line-height: 1.3;
}
/* .service_sec .slide_wrap.mo .bx-viewport {
  padding-left: 33%;
} */
.service_sec .slide_wrap.mo .slick-dots {
  bottom: -40px;
}
.service_sec .slide_wrap.mo .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.service_sec .slide_wrap.mo .slick-dots li:last-child {
  margin-right: 0;
}
.service_sec .slide_wrap.mo .slick-dots li button {
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbdbdb;
  text-indent: -9999em;
}
.service_sec .slide_wrap.mo .slick-dots li.slick-active button {
  background: #606ce4;
}
/* //service_sec */


/* review_sec */
.review_sec {
  background: #3f4878;
  color: #fff;
}
.review_sec .table {
  display: block;
}
.review_sec .table .t_ro {
  display: block;
}
.review_sec .top {
  /* margin-top: 40px; */
  margin-bottom: 60px;
  width: 100%;
}
.review_sec .top .sub_title span::after {
  background: #fff;
}
.review_sec .img {
  margin: 0 30px;
}
.review_sec .img img {
  margin: 0 auto;
  width: 90%;
}

/* .review_sec .bx-wrapper, */
.review_sec .slide_wrap {
  margin-top: 30px;
}
.review_sec .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: 0;
  width: 40px;
  height: 78px;
  transform: translateY(-50%);
  text-indent: -9999em;
}
.review_sec .slick-next {
  right: -70px;
  background: url(../images/review_slider_next_arrow.png) center center no-repeat;
}
.review_sec .slick-prev {
  left: -70px;
  background: url(../images/review_slider_prev_arrow.png) center center no-repeat;
}


.review_sec .bx-wrapper .bx-pager {
  bottom: -50px;
}
.review_sec .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0;
  margin-right: 20px;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
}
.review_sec .bx-wrapper .bx-pager-item:last-child a {
  margin-right: 0;
}
.review_sec .bx-wrapper .bx-pager.bx-default-pager a:hover,
.review_sec .bx-wrapper .bx-pager.bx-default-pager a.active,
.review_sec .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}


.review_sec .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.review_sec .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.review_sec .slick-dots li:last-child {
  margin-right: 0;
}
.review_sec .slick-dots li button {
  display: block;
  border: 0;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  text-indent: -9999em;
}
.review_sec .slick-dots li.slick-active button {
  background: #fff;
}

/* //review_sec */


/* fee_sec */
.fee_sec {
  background: #fafafa;
}
.fee_sec .table {
  display: block;
}
.fee_sec .table .t_ro {
  display: block;
}
.fee_sec .top {
  margin-top: 40px;
  margin-bottom: 60px;
}
.fee_sec .top .sub_title span::after {
  background: #252525;
}
.fee_sec .card {
  position: relative;
  top: 0;
  margin-right: 50px;
  width: 360px;
  height: 500px;
  background: #fff;
  transition: all .3s;
}
.fee_sec .card.slick-current {
  top: -20px;
  transition: all .3s;
}
.fee_sec .card .img img{
  display: block;
  width: 100%;
}
.fee_sec .card .text {
  text-align: center;
}
.fee_sec .card .text .name {
  font-size: 24px;
  font-weight: 500;
  color: #606ce4;
}
.fee_sec .card .text .sub_txt {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
}
.fee_sec .card .text .desc {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 350;
  color: #454545;
  line-height: 1.2;
}
.fee_sec .card .text .desc + span {
  font-size: 18px;
  font-weight: 700;
}
.fee_sec .card .text .desc + p {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  line-height: 1.5;
}
.fee_sec .slick-track {
  padding-top: 20px;
}



/* //fee_sec */


/* inquiry_sec */
.inquiry_sec {
  background: url(../images/inquiry_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.inquiry_sec .top .sub_title span::after {
  background: #fff;
}
.inquiry_sec .top .desc {
  margin-bottom: 60px;
  color: #9fa3b6;
}
.inquiry_sec .bottom {
  margin: 0 auto;
  width: 580px;
}
.inquiry_sec .bottom dl + dl {
  margin-top: 30px;
}
.inquiry_sec .bottom dt {
  display: block;
  margin-bottom: 4px;
  width: 100%;
  font-size: 18px;
  font-weight: 350;
}
.inquiry_sec .bottom input[type="text"] {
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 40px;
  background: none;
  color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.inquiry_sec .bottom .radio_wrap {
  margin-top: 16px;
}
.inquiry_sec .bottom .radio_wrap .row_l {
  display: inline-block;
  margin-right: 36px;
}
.inquiry_sec .bottom .radio_wrap input[type="radio"] {
  display: none;
}
.inquiry_sec .bottom .radio_wrap input[type="radio"] + label {
  display: block;
  padding-left: 30px;
  line-height: 20px;
  background: url(../images/inquiry_radio_off.png) left center no-repeat;
  cursor: pointer;
}
.inquiry_sec .bottom .radio_wrap input[type="radio"]:checked + label {
  background: url(../images/inquiry_radio_on.png) left center no-repeat;
}
.inquiry_sec .bottom .button {
  margin: 70px auto 0;
  width: 380px;
}
.inquiry_sec .bottom .button button {
  width: 100%;
  height: 80px;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  background: #606ce4;
  border-radius: 40.5px;
  box-shadow: 0px 18px 16px 0px rgba(0, 0, 0, 0.15);
}
.inquiry_sec .bottom .checkbox_wrap {
  margin-top: 26px;
  text-align: center;
}
.inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] {
  display: none;
}
.inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] + label {
  padding-left: 30px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 350;
  color: #fff;
  background: url(../images/inquiry_check_off.png) left center no-repeat;
  cursor: pointer;
}
.inquiry_sec .bottom .checkbox_wrap input[type="checkbox"]:checked + label {
  background: url(../images/inquiry_check_on.png) left center no-repeat;
}
/* //inquiry_sec */

.shadow_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  z-index: 99;
}



/* footer */
#footer {
  padding: 50px 0;
  background: #fafafa;
}
#footer .foot_logo {
  display: inline-block;
  vertical-align: middle;
}
#footer .info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 62px;
}
#footer .info address {
  font-size: 15px;
  font-weight: 350;
  color: #888;
  font-style: normal;
}
#footer .info address span {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  padding-right: 8px;
  line-height: 1.5;
}
#footer .info address span:last-child {
  margin-right: 0;
  padding-right: 0;
}
#footer .info address span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #dbdbdb;
  content: '';
}
#footer .info address span:last-child::after {
  display: none;
}
#footer .info .copy {
  font-size: 15px;
  font-weight: 350;
  color: #888;
  line-height: 1.5;
}
/* //footer */



.popup_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999999999;
}

.popup_wrap .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 640px;
  z-index: 2;
}
.popup_wrap .popup .top {
  height: 50px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #606ce4;
  padding: 12px 12px 12px 15px;
}
.popup_wrap .popup .top p {
  float: left;
}
.popup_wrap .popup .top .close {
  float: right;
  cursor: pointer;
}
.popup_wrap .popup .top .close img {
  width: 25px;
}
.popup_wrap .popup .content {
  height: 570px;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.popup_wrap .popup .content .padding {
  height: 100%;
  overflow-y: auto;
}
.popup_wrap .popup .content .padding::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 0px !important;
}
.popup_wrap .popup .content .padding::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.popup_wrap .popup .content .padding::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.popup_wrap .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
}

/* 
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 0px !important;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
 */



/* 반응형 */
@media all and (max-width: 1600px) {
  section .top .title {
    margin-top: 30px;
    font-size: 44px;
  }
  .why_sec .top .title {
    margin-top: 30px;
  }
  .effect_sec .top .desc + p {
    margin-top: 30px;
  }
  .effect_sec .bottom {
    margin-top: 40px;
  }
  .service_sec .slide_wrap {
    margin-top: 30px;
  }
  .service_sec .slide_item .num {
    margin-bottom: 0;
    font-size: 70px;
  }
  .service_sec .slide_item .desc {
    margin-bottom: 20px;
  }
  .service_sec.action .slide_item.on .img_wrap > img {
    width: 400px;
  }
  .service_sec .slide_item .img_wrap .text_img {
    right: 18px;
  }
  .service_sec .slide_item .img_wrap .text_img > img {
    width: 80%;
  }
  .review_sec .top {
    margin-bottom: 20px;
  }
  .review_sec .img img {
    margin: 0 auto;
    width: 90%;
  }
  .inquiry_sec .top .desc {
    margin-bottom: 30px;
  }
  .inquiry_sec .bottom .button {
    margin-top: 50px;
  }
}


@media all and (max-height: 850px) and (min-width: 1360px) {
  .inquiry_btn {
    width: 160px;
  }
  section .top .title {
    margin-top: 16px;
    font-size: 28px;
  }
  section .top .desc {
    font-size: 15px;
  }
  section .top .title + .desc {
    margin-top: 16px;
  }
  .visual_sec .img_wrap img {
    width: 400px;
  }
  .visual_sec .text_wrap .title {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .why_sec .top .title {
    margin-top: 16px;
  }
  .why_sec .bottom {
    margin-top: 40px;
  }
  .why_sec .bottom > div .txt_wrap span {
    font-size: 18px;
  }
  .why_sec .bottom > div .txt_wrap p {
    margin-top: 12px;
    font-size: 15px;
  }
  .effect_sec .top .title {
    margin-top: 14px;
  }
  .effect_sec .top .desc + p {
    font-size: 14px;
  }
  .effect_sec .top .title + .desc {
    font-size: 14px;
  }
  .effect_sec .bottom {
    margin-top: 18px;
  }
  .service_sec .slide_wrap {
    margin-top: 20px;
  }
  .service_sec .slide_item .num {
    font-size: 40px;
  }
  .service_sec .slide_item .subject {
    font-size: 28px;
  }
  .service_sec .slide_item .desc {
    font-size: 14px;
  }
  .service_sec .slide_item .recommend_wrap p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .service_sec .slide_item .recommend_wrap .item {
    margin-right: 16px; 
  }
  .service_sec .slide_item .recommend_wrap .item p {
    font-size: 14px;
  }
  .service_sec .slide_item .img_wrap {
    margin-top: 20px;
    right: 110px;
  }
  .service_sec.action .slide_item.on .img_wrap > img {
    width: 340px;
  }
  .service_sec.action .slide_item.on .img_wrap .text_img {
    top: -10px;
  }
  .service_sec .slide_item .img_wrap .text_img {
    right: 10px;
  }
  .service_sec .slide_item .img_wrap .text_img > img {
    width: 70%;
  }
  .review_sec .img img {
    width: 60%;
  }
  
  .fee_sec .top {
    margin-bottom: 20px;
  }
  .fee_sec .bx-viewport {
    padding-left: 36.333333%;
  }
  .fee_sec .card {
    width: 330px;
    height: 430px;
    margin-right: 70px !important;
  }
  .fee_sec .card .text .sub_txt {
    margin: 12px 0;
  }
  .fee_sec .card .text .desc {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .fee_sec .card .text .desc + span {
    font-size: 16px;
  }
  .inquiry_sec .top .desc {
    margin-bottom: 20px;
  }
  .inquiry_sec .bottom input[type="text"] {
    height: 36px;
  }
  .inquiry_sec .bottom dl + dl {
    margin-top: 20px;
  }
  .inquiry_sec .bottom .button {
    margin-top: 30px;
    width: 260px;
  }
  .inquiry_sec .bottom .button button {
    height: 50px;
    font-size: 20px;
  }
  .inquiry_sec .bottom .checkbox_wrap {
    margin-top: 20px;
  }
  #footer {
    padding: 38px 0;
  }
}


@media all and (max-height: 850px) and (min-width: 1280px) {
  section .top .title {
    font-size: 38px;
  }
  section .top .desc {
    font-size: 18px;
  }
  .visual_sec .text_wrap .title {
    font-size: 46px;
  }
  .visual_sec .img_wrap img {
    width: auto;
  }
  .effect_sec .top .title + .desc {
    font-size: 16px;
  }
  .effect_sec .top .desc + p {
    font-size: 16px;
  }
  .effect_sec .bottom {
    margin-top: 60px;
  }
  .service_sec .slide_wrap.web {
    margin-top: 30px;
  }
  .service_sec .slide_item .num {
    font-size: 70px;
  }
  .service_sec .slide_item .subject {
    font-size: 32px;
  }
  .service_sec .slide_item .desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .service_sec .slide_item .recommend_wrap p {
    margin-bottom: 20px;
  }
  .service_sec.action .slide_item.on .img_wrap > img {
    width: 400px;
  }
  .service_sec .slide_item .img_wrap .text_img > img {
    width: 90%;
  }
  .review_sec .top {
    margin-bottom: 30px;
  }
  .review_sec .bx-wrapper img {
    width: 80%;
  }
  .review_sec .bx-wrapper .bx-next {
    right: -22px;
  }
  .review_sec .bx-wrapper .bx-prev {
    left: -22px;
  }
  .inquiry_sec .bottom dl + dl {
    margin-top: 30px;
  }
  .inquiry_sec .bottom .button {
    margin-top: 50px;
    width: 300px;
  }
  .inquiry_sec .bottom .button button {
    height: 70px;
  }
}


@media all and (max-height: 660px) and (min-width: 1280px) {
  section .top .title {
    margin-top: 20px;
    font-size: 22px;
  }
  section .top .title + .desc {
    margin-top: 20px;
    font-size: 14px;
  }
  
  .inquiry_btn {
    width: 160px;
  }
  .visual_sec .text_wrap .title {
    margin-bottom: 20px;
    font-size: 38px;
  }
  .visual_sec .text_wrap .desc {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .why_sec .top .title {
    font-size: 22px;
  }
  .why_sec .bottom > div .txt_wrap span {
    font-size: 18px;
  }
  .why_sec .bottom > div .txt_wrap p {
    margin-top: 10px;
    font-size: 14px;
  }
  .effect_sec .top .desc + p {
    margin-top: 10px;
    font-size: 16px;
  }
  .effect_sec .bottom {
    margin-top: 30px;
  }
  .service_sec .slide_wrap.web {
    margin-top: 20px;
  }
  .service_sec .slide_item .num {
    font-size: 50px;
  }
  .service_sec .slide_item .subject {
    font-size: 30px;
  }
  .service_sec .slide_item .desc {
    margin: 8px 0;
    font-size: 16px;
  }
  .service_sec .slide_item .recommend_wrap p {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .service_sec .slide_item .recommend_wrap .item p {
    font-size: 14px;
  }
  .service_sec.action .slide_item.on .img_wrap > img {
    width: 380px;
  }
  .service_sec .slide_item .img_wrap .text_img > img {
    width: 70%;
  }
  .review_sec .top {
    margin-bottom: 30px;
  }
  .review_sec .bx-wrapper img {
    width: 60%;
  }
  .fee_sec .top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fee_sec .bx-viewport {
    padding-left: 35.745762%;
  }
  .fee_sec .card {
    width: 340px;
    height: 420px;
  }
  .fee_sec .card .text .name {
    font-size: 20px;
  }
  .fee_sec .card .text .sub_txt {
    margin: 10px 0;
    font-size: 18px;
  }
  .fee_sec .card .text .desc {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .inquiry_sec .bottom dl + dl {
    margin-top: 20px;
  }
  .inquiry_sec .bottom .button {
    margin-top: 30px;
    width: 280px;
  }
  .inquiry_sec .bottom .button button {
    height: 50px;
    font-size: 22px;
  }
  .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] + label {
    font-size: 16px;
  }
}



@media all and (max-width: 1180px) {
  
  #header .call_btn {
    position: absolute;
    top: 50%;
    right: 62px;
    transform: translateY(-50%);
    margin-top: 0;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  #header .call_btn span {
    display: none;
  }
  .inner {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .service_sec .inner,
  .review_sec .inner,
  .fee_sec .inner {
  padding: 0;
  }
  #header .gnb li a {
    padding: 0 12px;
  }
  .inquiry_btn {
    width: 140px;
  }
}

@media all and (max-width: 1024px) {
  section {
    padding-top: 0;
    height: auto;
  }
  section .table {
    display: block;
    height: auto;
  }
  section .table .t_ro {
    display: block;
  }
  section br.mo {
    display: block;
  }
  section .top .sub_title {
    font-size: 24px;
    font-size: 3.333vw
  }
  section .top .title {
    margin-top: 30px;
    line-height: 1.3;
    font-size: 30px;
    font-size: 4.167vw;
  }
  section .top .title + .desc {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.944vw;
    line-height: 1.5;
  }
  .inquiry_btn {
    width: 120px;
    height: 30px;
    font-size: 14px;
    font-size: 1.944vw;
  }
  #header {
    height: 60px;
  }
  #header .logo {
    margin-top: 18px;
    width: 162px;
    height: 24px;
  }
  #header .logo a img {
    width: 100%;
  }
  #header .gnb {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    border-top: 1px solid #ddd;
    padding: 60px 80px;
    width: 100%;
    background: #fff;
  }
  #header .gnb li {
    float: none;
    display: block;
    margin-bottom: 34px;
    margin-bottom: 6.071428%;
    text-align: center;
  }
  #header .gnb li:last-child {
    margin-bottom: 0;
  }
  #header .gnb li a {
    position: relative;
    display: inline-block;
    padding: 0 20px 10px;
    font-size: 30px;
    font-size: 4.167vw;
    font-weight: 500;
    line-height: 1;
  }
  #header .gnb li:last-child a {
    color: #606ce4;
  }
  #header .gnb li a:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #222;
    content: '';
  }

  #header .ham_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }
  #header .ham_btn div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 24px;
  }
  #header .ham_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all .3s;
  }
  #header .ham_btn span:nth-child(1) {
    top: 0;
  }
  #header .ham_btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #header .ham_btn span:nth-child(3) {
    bottom: 0;
  }
  #header .ham_btn.on span {
    transition: all .3s;
  }
  #header .ham_btn.on span:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 8px);
  }
  #header .ham_btn.on span:nth-child(2) {
    opacity: 0;
  }
  #header .ham_btn.on span:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -8px);
  }
  .container {
    padding-top: 60px;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
  }
  .visual_sec br {
    display: none;
  }
  .visual_sec .slide_item {
    display: block;
    padding: 30px 0 38px;
    width: auto;
    height: auto;
  }
  .visual_sec .text_wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  .visual_sec .text_wrap .title {
    font-size: 30px;
    font-size: 4.167vw;
  }
  .visual_sec .text_wrap .desc {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.944vw;
  }
  .visual_sec .text_wrap .desc strong {
    display: block;
  }
  .visual_sec .text_wrap .inquiry_btn {
    margin: 0 auto 22px;
    line-height: 28px;
  }
  .visual_sec .img_wrap {
    display: block;
    width: 100%;
  }
  .visual_sec .bx-wrapper .bx-pager {
    bottom: 30px;
  }
  .why_sec {
    padding: 60px 0;
  }
  .why_sec .top .title {
    margin-top: 30px;
    line-height: 1.4;
  }
  .why_sec .bottom > div {
    display: block;
    margin-right: 0;
  }
  .why_sec .bottom > div + div {
    margin-top: 40px;
  }
  .why_sec .bottom > div .txt_wrap span {
    font-size: 16px;
    font-size: 2.222vw;
  }
  .why_sec .bottom > div .txt_wrap p {
    font-size: 14px;
    font-size: 1.944vw;
  }
  .effect_sec {
    padding: 60px 0;
  }
  .effect_sec br {
    display: none;
  }
  .effect_sec br.mo {
    display: block;
  }
  .effect_sec .top .title span {
    display: inline;
  }
  .effect_sec .top .title + .desc {
    font-size: 14px;
    font-size: 1.944vw;
  }
  .effect_sec .top .desc + p {
    font-size: 14px;
    font-size: 1.944vw;
  }
  .effect_sec .bottom {
    margin-top: 60px;
  }
  .effect_sec .bottom .graph_wrap {
    display: block;
    margin:0 auto;
    width: 50%;
  }
  .effect_sec .bottom .graph_wrap:last-child {
    margin-right: auto;
  }
  .effect_sec .bottom .graph_wrap:last-child .bar:nth-child(2) .text01 {
	top: -36px;
  }
  .service_sec {
    padding: 60px 0 100px;
  }
  .service_sec .slide_wrap.web {
    display: none;
  }
  .service_sec .slide_wrap.mo {
    display: block;
  }
  .review_sec {
    padding: 60px 0;
  }
  .review_sec br {
    display: none;
  }
  .review_sec .top {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .review_sec .slick-dots {
    bottom: -40px;
  }
  .fee_sec {
    padding: 60px 0;
  }
  .fee_sec .top {
    margin-bottom: 40px;
  }
  .fee_sec .card {
    display: inline-block;
    width: auto;
    height: 540px;
  }
  .fee_sec .card .text .name {
    font-size: 18px;
    font-size: 2.500vw;
  }
  .fee_sec .card .text .sub_txt {
    margin: 16px 0;
    font-size: 16px;
    font-size: 2.222vw;
  }
  .fee_sec .card .text .desc {
    font-size: 14px;
    font-size: 1.944vw;
    line-height: 1.3;
  }
  .fee_sec .card .text .desc + p {
    font-size: 13px;
    font-size: 1.806vw;
  }
  .fee_sec .card .text .desc + span {
    font-size: 14px;
    font-size: 1.944vw;
  }
  .fee_sec br {
    display: none;
  }
  .inquiry_sec {
    padding: 60px 0;
  }
}

@media all and (max-width: 768px) {
  .service_sec .inner,
  .review_sec .inner,1
  .fee_sec .inner {
    padding: 0;
  }
}



@media all and (max-width: 720px) {
  #header .inquiry_btn {
    /* position: fixed;
    top: auto;
    bottom: 50px;
    right: 30px;
    padding: 19px 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    transform: none;
    box-shadow: 0 15px 30px rgba(0,0,0,0.11), 0 5px 15px rgba(0,0,0,0.3); */
  }
  section .top .sub_title {
    font-size: 24px;
  }
  section .top .title {
    font-size: 30px;
  }
  section .top .title + .desc {
    font-size: 14px;
    white-space: nowrap;
  }
  .visual_sec .text_wrap .title {
    font-size: 30px;
  }
  .visual_sec .text_wrap .desc {
    font-size: 14px;
    white-space: nowrap;
  }
  .visual_sec .text_wrap .inquiry_btn {
    font-size: 14px;
  }
  .visual_sec .img_wrap {
    margin: 0 auto;
    width: 66.615853%;
  }
  .visual_sec .img_wrap img {
    width: 100%;
  }
  .visual_sec .slick-dots li {
    margin-right: 10px;
  }
  .visual_sec .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .why_sec .bottom > div .img_wrap {
    margin: 0 auto;
    width: 38.109756%;
  }
  .why_sec .bottom > div .img_wrap img {
    width: 100%;
  }
  .why_sec .bottom > div .txt_wrap span {
    font-size: 16px;
  }
  .why_sec .bottom > div .txt_wrap p {
    font-size: 14px;
  }
  .effect_sec .top .desc + p {
    font-size: 14px;
  }
  .effect_sec .top .title + .desc {
    font-size: 14px;
  }
  .effect_sec .bottom .graph_wrap .bar_wrap {
    width: 180px;
  }
  .effect_sec .bottom .graph_wrap .bar_wrap .bar {
    width: 60px;
  }
  .effect_sec .bottom .graph_wrap .bar_wrap .bar:nth-child(2) {
    left: 60px;
  }
  .service_sec .slide_wrap.mo .text_wrap .num {
    font-size: 50px;
  }
  .service_sec .slide_wrap.mo .text_wrap .subject {
    font-size: 24px;
  }
  .service_sec .slide_wrap.mo .text_wrap .desc {
    font-size: 14px;
  }
  .service_sec .slide_wrap.mo .recommend_wrap > p {
    font-size: 21px;
  }
  .service_sec .slide_wrap.mo .recommend_wrap .slide_box p {
    font-size: 13px;
  }
  .service_sec .slide_wrap.mo .bx-viewport,
  .service_sec .slide_wrap.mo .slick-slider .slick-track {
    padding-left: 25%;
  }
  
  /* .service_sec .slide_wrap.mo .recommend_wrap .item {
    margin: 0 40px;
  } */
  .service_sec .slide_wrap.mo .img_wrap {
    width: 91.463414%;
  }
  .service_sec .slide_wrap.mo .img_wrap > img {
    width: 100%;
  }
  .service_sec .slide_wrap.mo .img_wrap .text_img {
    width: 10.333333%;
  }
  .service_sec .slide_wrap.mo .img_wrap .text_img img {
    width: 100%;
  }
  .service_sec .slide_wrap.mo .slick-dots {
    bottom: -30px;
  }
  /* .review_sec .bx-wrapper .bx-viewport, */
  .review_sec .slick-slider .slick-list {
    padding-left: 14%;
  }
  .review_sec .img {
    margin: 0;
    margin-left: 20px;
  }
  .review_sec .img img {
    width: 100%;
  }
  .visual_sec .slick-dots {
    bottom: 10px;
  }
  .review_sec .slick-dots li {
    margin-right: 10px;
  }
  .review_sec .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .fee_sec .card {
    margin-right: 20px !important;
  }
  .fee_sec .bx-viewport {
    padding-left: 10%;
  }
  .fee_sec .card {
    height: auto;
    min-height: 370px;
  }
  .fee_sec .card .text {
    padding-bottom: 22px;
  }
  .fee_sec .card .text .name {
    font-size: 18px;
  }
  .fee_sec .card .text .sub_txt {
    font-size: 16px;
  }
  .fee_sec .card .text .desc {
    font-size: 14px;
  }
  .fee_sec .card .text .desc + p {
    font-size: 13px;
  }
  .fee_sec .card .text .desc + span {
    font-size: 14px;
  }
  .fee_sec .slick-list {
    padding-left: 14%;
  }
  .inquiry_sec .top .desc {
    margin: 16px 0 40px;
  }
  .inquiry_sec .bottom {
    width: 88.414634%;
  }
  .inquiry_sec .bottom dl {
    position: relative;
  }
  .inquiry_sec .bottom dl:nth-child(1) dt,
  .inquiry_sec .bottom dl:nth-child(2) dt {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: auto;
    font-size: 14px;
  }
  .inquiry_sec .bottom dt input[type="text"] {
    font-size: 14px;
    font-size: 1.944vw;
  }
  .inquiry_sec .bottom dl:nth-child(1) dd input[type="text"] {
    padding-left: 90px;
  }
  .inquiry_sec .bottom dl:nth-child(2) dd input[type="text"] {
    padding-left: 50px;
  }
  .inquiry_sec .bottom dl + dl {
    margin-top: 20px;
  }
  .inquiry_sec .bottom .radio_wrap .row_l {
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }
  .inquiry_sec .bottom .radio_wrap input[type="radio"] + label {
    font-size: 14px;
  }
  .inquiry_sec .bottom .button {
    margin-top: 30px;
    width: 240px;
  }
  .inquiry_sec .bottom .button button {
    height: 50px;
    font-size: 24px;
  }
  .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] + label {
    font-size: 14px;
    line-height: 1;
    background-size: auto 100%;
  }
  .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"]:checked + label {
    background-size: auto 100%;
  }
  #footer {
    padding: 40px 0;
  }
  #footer .foot_logo {
    display: block;
    margin: 0 auto;
    width: 162px;
    height: 24px;
  }
  #footer .foot_logo img {
    width: 100%;
  }
  #footer .info {
    display: block;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  #footer .info address,
  #footer .info .copy {
    font-size: 13px;
  }
  #footer .info address span::after {
    display: none;
  }
  #footer .info address span {
  display: inline;
  }
  .popup_wrap .popup {
    width: 300px;
    height: 400px;
  }
  .popup_wrap .popup .content {
    height: calc(100% - 50px);
  }
}





@media all and (max-width: 370px) {
  #header .call_btn {
    padding: 0;
    width: 38px;
    height: 38px;
    background-position: center center;
    border-radius: 50%;
    text-indent: -9999em;
  }
  section .top .title {
    font-size: 26px;
  }
  section .top .title + .desc {
    font-size: 12px;
  }
  .effect_sec .top .title + .desc {
    font-size: 12px;
  }
  .effect_sec .top .desc + p {
    font-size: 12px;
  }
  .service_sec .slide_wrap.mo .text_wrap .subject {
    font-size: 22px;
  }
  .service_sec .slide_wrap.mo .text_wrap .desc {
    font-size: 12px;
  }
  .service_sec .slide_wrap.mo .recommend_wrap > p {
    font-size: 18px;
  }
  .fee_sec .card .text .desc {
    font-size: 12px;
  }
  .fee_sec .card .text .desc + p {
    font-size: 11px;
  }
  .service_sec .slide_wrap.mo .recommend_wrap .slide_box p {
    font-size: 11px;
  }
}