@charset "UTF-8";

.pc_mode {
  display: block !important;
}
.mo_mode {
  display: none !important;
}
.tabletSmall_mode {
  display: none;
}
body.hidden {
  overflow: hidden;
}

/* header */
#header_mo {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  background: #fff;
  z-index: 3;
}
#header_mo .hd_inner {
  width: 87%;
  height: 50px;
  max-height: 54px;
  /* padding: 13px 0 15px; */
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header_mo .hd_inner h1 {
  width: auto;
  position: relative;
  top: 3px;
}
#header_mo .hd_inner h1 a {
  font-weight: bold;
}
#header_mo .hd_inner .ham_open {
  display: block;
  line-height: 0;
  cursor: pointer;
}
#header_mo .hd_inner h1 a img {
  width: auto;
  height: auto;
  max-height: 45px;
  max-width: 150px;
}

.mbox {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4;
  max-width: 560px;
  height: 100%;
  padding: 20px 20px 20px 34px;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 0;
  transition: all 0.3s ease;
}
.mbox.on {
  opacity: 1;
  visibility: visible;
  display: block;
  width: 79%;
}
.mbox_cover {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}

.mbox .mbox_inner {
}
.mbox .mbox_nav_wr {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e7eb;
}
.mbox .mbox_nav_wr .mbox_top {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
.mbox .mbox_nav_wr .mbox_top .hdPartner {
  display: inline-block;
  max-width: 166px;
}
.mbox .mbox_nav_wr .mbox_top .ham_close {
  display: inline-block;
  max-width: 31px;
  cursor: pointer;
}

.mbox .mbox_nav_wr .nav_menu {
  margin-bottom: 36px;
}
.mbox .mbox_nav_wr .nav_menu ul {
}
.mbox .mbox_nav_wr .nav_menu ul li {
  margin-bottom: 20px;
}
.mbox .mbox_nav_wr .nav_menu ul li:last-of-type {
  margin-bottom: 0;
}
.mbox .mbox_nav_wr .nav_menu > button {
  display: inline-block;
  text-align: center;
  margin-top: 36px;
  width: 94px;
  height: 34px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  /*
    color: #f57874;
    border: 2px solid #f57874;
*/
  box-sizing: border-box;
  border-radius: 8px;
}
.mbox .mbox_nav_wr .nav_menu ul li a {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #1f2933;
}
.mbox .mbox_nav_wr .util_mo {
}

.mbox .mbox_nav_wr .util_mo ul {
}
.mbox .mbox_nav_wr .util_mo ul li {
  padding: 5px 5px 5px 0;
  margin-right: 18px;
  display: inline-block;
}
.mbox .mbox_nav_wr .util_mo ul li a {
  font-size: 16px;
  font-weight: 500;
}

.mbox .mbox_quick_menu {
}
.mbox .mbox_quick_menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mbox .mbox_quick_menu ul li {
  margin-top: 30px;
  width: 50%;
}
.mbox .mbox_quick_menu ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #383e86;
}
.mbox .mbox_quick_menu ul li a img {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 15px;
}

@media (min-width: 1940px) {
  #serviceDesc {
    background-size: contain;
    padding: 430px 0;
  }
  #serviceDesc .svcProcess ol li {
    padding: 24px 16px 16px 24px;
    height: 187px;
  }
  #serviceDesc .svcProcess ol li > div:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (max-width: 1439px) {
  .inner {
    width: 89%;
    min-width: 960px;
  }
  #header .inner {
    width: 100%;
  }
  .inner2,
  #corInfo .inner2,
  #feeInfo .inner2 {
    width: 89%;
    min-width: 960px;
  }

  #feeInfo .cont {
    grid-template-rows: repeat(12, 1fr);
  }
  #feeInfo .cont .cont_box .func_wr > div {
    flex-direction: column;
  }
  #feeInfo .cont .cont_box .price_wr > div {
    min-height: 151px;
  }
  #feeInfo .cont .cont_box .func_wr {
    min-height: 570px;
  }
  #feeInfo .cont .cont_box .func_wr > div > div {
    width: 100%;
  }
  #feeInfo .cont .cont_box4 {
    grid-row: span 4 / span 4;
  }
}

@media (max-width: 1160px) {
  .tabletLarge_mode {
    display: none;
  }
  .tabletSmall_mode {
    display: block;
  }

  #topBanner {
    margin-top: 54px;
  }

  #quick_bar {
    display: none;
  }
}

@media (max-width: 1024px) {
  .pc_mode {
    display: none !important;
  }
  .mo_mode {
    display: block !important;
  }
  #topBanner .topBnr_tit {
    left: 28px;
    top: 20%;
    min-width: initial;
    max-width: 60%;
    font-size: 18px;
    margin: 0;
  }
  #topBanner .topBnr_tit p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #topBanner .topBnr_tit p:after {
    left: 67px;
    top: 42%;
  }
  #topBanner .topBnr_tit h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .inner,
  .inner2,
  #corInfo .inner2,
  #feeInfo .inner2 {
    min-width: auto;
    max-width: 750px;
  }
  #corInfo .inner2 {
    width: 74%;
  }

  #wrap .jalnan {
    font-size: 20px;
    line-height: 21px;
  }

  #topBanner {
    background-image: url(../img/main/banner1_2_mo.jpg);
  }

  /* corInfo */
  #corInfo {
    padding: 70px 0 55px;
  }
  #corInfo .inner2 {
    flex-direction: column;
  }
  #corInfo .img_wr {
    margin-bottom: 44px;
  }
  #corInfo .txt_wr h2 {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 28px;
  }
  #corInfo .txt_wr p {
    font-size: 14px;
    line-height: 22px;
  }

  /* serviceFeature */
  #serviceFeature {
    padding: 55px 0 106px;
  }
  #serviceFeature .tit {
    margin-bottom: 34px;
  }
  #serviceFeature .tit h2 {
    margin-bottom: 34px;
  }
  #serviceFeature .tit p {
    font-size: 14px;
    line-height: 22px;
  }
  #serviceFeature .cont ul {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  #serviceFeature .cont ul li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 39px 43px;
  }
  #serviceFeature .cont ul li:last-of-type {
    margin-bottom: 0;
  }
  #serviceFeature .cont ul li > span {
    margin: 0 auto 24px;
  }
  #serviceFeature .cont ul li h3 {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #serviceFeature .cont ul li p {
    font-size: 13px;
    line-height: 22px;
  }
  #serviceFeature .seeMore {
    width: 142px;
    height: 42px;
    line-height: 40px;
    font-size: 15px;
  }

  /* serviceDesc */
  #serviceDesc {
    padding: 65px 0 50px;
    background-image: url(../img/service/bg_service5_mo.jpg);
  }
  #serviceDesc:after {
    width: 168px;
    height: 107px;
  }
  #serviceDesc .tit {
    margin-bottom: 40px;
  }
  #serviceDesc .svcType {
    margin-bottom: 45px;
  }
  #serviceDesc .svcType .svcBtn_wr {
    margin-bottom: 55px;
  }
  #serviceDesc .svcType .svcBtn_wr ul {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto;
  }
  #serviceDesc .svcType .svcBtn_wr ul li button {
    cursor: pointer;
    font-size: 16px;
    color: #616e7c;
    opacity: 0.5;
    font-weight: 600;
  }
  #serviceDesc .svcType .svcBtn_wr ul li.active button {
    color: #1f2933;
    opacity: 1;
  }
  #serviceDesc .svcType ul.svcCont_wr {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  #serviceDesc .svcType .svcCont_wr > li {
    width: 100%;
    margin: 0;
    padding: 50px 30px 40px;
  }
  #serviceDesc .svcType .svcCont_wr > li h4 {
    margin-bottom: 26px;
    font-size: 20px;
  }
  #serviceDesc .svcType .svcCont_wr > li h4:before {
    width: 58px;
    height: 58px;
    bottom: 50px;
  }
  #serviceDesc .svcType .svcCont_wr > li ul li h5 {
    font-size: 16px;
  }
  #serviceDesc .svcType .svcCont_wr > li ul li p {
    font-size: 15px;
    line-height: 20px;
  }

  #serviceDesc .svcProcess h3 {
    margin-bottom: 22px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }
  #serviceDesc .svcProcess ol {
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin-left: -6px;
  }
  #serviceDesc .svcProcess ol li {
    width: calc(50% - 12px);
    margin: 0 6px 14px;
    padding: 15px;
    min-height: 150px;
    position: relative;
  }
  #serviceDesc .svcProcess ol li hr {
    position: absolute;
    opacity: 0.6;
    border-color: #fff;
    border-style: dashed;
    right: -13px;
    top: 45%;
    border-width: 1px;
    overflow: visible;
    width: 0.75rem;
  }
  #serviceDesc .svcProcess ol li hr.hrVertical {
    opacity: 0.6;
    border: 0;
    border-color: #fff;
    border-style: dashed;
    border-left-width: 1px;
    height: 0.75rem;
    position: absolute;
    right: 50%;
    bottom: -25px;
    border-width: 1px;
    top: auto;
    width: auto;
  }
  #serviceDesc .svcProcess ol li > div p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  /*
    #serviceDesc .svcProcess ol li > div p:nth-of-type(1){
        color: #F57874;
    }
*/
  #serviceDesc .svcProcess ol li > div p:nth-of-type(2) {
    font-size: 16px;
    line-height: 20px;
    /*        color: #9AA5B1;*/
  }
  #serviceDesc .svcProcess ol li > div p:nth-of-type(3) {
    font-size: 14px;
    line-height: 17px;
    /*        color: #7B8794;*/
    font-weight: 500;
  }
  #serviceDesc .svcProcess ol li > div:nth-of-type(2) {
    margin-top: 20px;
  }
  #serviceDesc .svcProcess ol li:last-of-type {
    margin: 0 6px;
    width: 100%;
  }
  #serviceDesc .svcProcess ol li:last-of-type > div > span {
    width: 170px;
  }

  /* hanulPeople */
  #hanulPeople {
    padding: 70px 0 100px;
  }
  #hanulPeople .tit {
    margin-bottom: 36px;
  }
  #hanulPeople .tit p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  #hanulPeople .tit h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #hanulPeople .cont .img_wr {
    margin-bottom: 55px;
  }
  #hanulPeople .cont .txt_wr h4 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
  }
  #hanulPeople .cont .txt_wr ul {
    margin-left: 0;
  }
  #hanulPeople .cont .txt_wr ul li {
    font-size: 14px;
    line-height: 28px;
  }

  /* feeInfo */
  #feeInfo {
    padding: 70px 0 372px;
  }
  #feeInfo:after {
    left: 9%;
    right: 10%;
    bottom: 72px;
    /*        height: 12%;*/
    height: 202px;
    margin: 0 auto;
    width: 294px;
  }
  #feeInfo .tit {
    margin-bottom: 50px;
  }
  #feeInfo .feeInfoTab_wr {
    margin-bottom: 20px;
  }
  #feeInfo .feeInfoTab_wr ul {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto;
  }
  #feeInfo .feeInfoTab_wr ul li button {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #7b8794;
    opacity: 0.5;
  }
  #feeInfo .feeInfoTab_wr ul li.active button {
    color: #1f2933;
    opacity: 1;
  }

  #feeInfo .cont {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    grid-template-rows: none;
    grid-template-columns: none;
  }
  #feeInfo .cont .cont_box1,
  #feeInfo .cont .cont_box2,
  #feeInfo .cont .cont_box3 {
    grid-row: none;
  }
  #feeInfo .cont .cont_box1:after,
  #feeInfo .cont .cont_box2:after {
    width: 46px;
    height: 46px;
    /*        background-size: cover;*/
    bottom: -27px;
  }
  #feeInfo .cont .cont_box .tit_wr h3 {
    font-size: 17px;
    line-height: 20px;
  }
  #feeInfo .cont .cont_box .ico_tit_wr {
    width: 41px;
    height: 41px;
  }
  #feeInfo .cont .cont_box .price_wr {
    padding: 23px 0 20px;
  }
  #feeInfo .cont .cont_box .price_wr > div {
    min-height: auto;
  }
  #feeInfo .cont .cont_box .price_wr p:nth-of-type(1) {
    font-size: 18px;
  }
  #feeInfo .cont .cont_box .price_wr p:nth-of-type(1) > span {
    font-size: 15px;
    top: 0;
  }
  #feeInfo .cont .cont_box .price_wr p:nth-of-type(2) {
    font-size: 12px;
  }
  #feeInfo .cont .cont_box .price_wr p:nth-of-type(3) {
    width: 61px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
  #feeInfo .cont .cont_box .price_wr button {
    margin-top: 33px;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
  }
  #feeInfo .cont .cont_box .price_wr .ico_arrow_wr {
    width: 14px;
    height: 14px;
  }

  #feeInfo .cont .cont_box .func_wr {
    min-height: auto;
    padding: 23px 0 5px;
  }
  #feeInfo .cont .cont_box .func_wr .h6 {
    font-size: 15px;
  }
  #feeInfo .cont .cont_box .func_wr > div {
    flex-direction: row;
    min-height: auto;
  }
  #feeInfo .cont .cont_box .func_wr ul li {
    white-space: nowrap;
  }
  #feeInfo .cont .cont_box .func_wr ul li > p {
    font-size: 15px;
  }
  #feeInfo .cont .cont_box .func_wr ul li > p > span {
    font-size: 13px;
  }
  #feeInfo .cont .cont_box .desc_wr p {
    font-size: 10px;
  }
  #feeInfo .cont .cont_box .desc_wr {
    margin-top: 10px;
  }
  #feeInfo .cont .cont_box .desc_wr p img {
    width: 22px;
  }

  #feeInfo .cont .cont_box4 {
    grid-row: none;
    grid-column: none;
    margin-top: 10px;
    padding: 3.6rem 1.9rem 2rem;
  }
  #feeInfo .cont .cont_box4 .tit {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  #feeInfo .cont .cont_box4 .tit p {
    margin-bottom: 25px;
    font-size: 17px;
  }
  #feeInfo .cont .cont_box4 .tit h3 {
    font-size: 24px;
    line-height: 30px;
  }
  #feeInfo .cont .cont_box4 .tit h3 img {
    max-width: 135px;
  }
  #feeInfo .cont .cont_box4 .funcCont {
    display: block;
  }
  #feeInfo .cont .cont_box4 .funcCont .h6 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  #feeInfo .cont .cont_box4 .funcCont > div {
    display: flex;
  }
  #feeInfo .cont .cont_box4 .funcCont > div:last-of-type {
    padding-right: 0;
  }
  #feeInfo .cont .cont_box4 .funcCont > div > div {
    width: 50%;
  }
  #feeInfo .cont .cont_box4 .funcCont > div ul li p {
    font-size: 15px;
  }

  /* contact */
  #contact {
    padding: 67px 0 73px;
  }
  #contact h2 {
    margin-bottom: 43px;
  }
  #contact .map_wr {
    margin-bottom: 80px;
  }
  #contact .map_wr figure figcaption {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
  }
  #contact .cont {
    flex-direction: column;
  }
  #contact .cont .img_wr {
    margin-bottom: 30px;
    max-width: 144px;
  }
  #contact .cont .txt_wr h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
  }
  #contact .cont .txt_wr ul li {
    display: flex;
    justify-content: flex-start;
  }
  #contact .cont .txt_wr ul li .h6 {
    font-size: 14px;
    min-width: 80px;
    margin-right: 25px;
  }
  #contact .cont .txt_wr ul li .h6 > span {
    margin-right: 10px;
    width: 16px;
    height: 16px;
  }
  #contact .cont .txt_wr ul li p {
    min-width: auto;
    font-size: 14px;
  }

  #footer .sns_wr {
    margin-bottom: 43px;
  }
  #footer .sns_wr > a {
    width: 42px;
    height: 42px;
    margin: 0 11px;
  }
  #footer .userGuide {
    margin-bottom: 47px;
    width: 95px;
    height: 31px;
    line-height: 30px;
    font-size: 11px;
  }
  #footer .copyright {
    font-size: 13px;
  }

  /* quickBottom */
  #quickBottom {
    width: 165px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    bottom: 27px;
  }
  #quickBottom img {
    width: 20px;
    height: 20px;
  }

  /* mouse-scroll */
  #mouse-scroll {
    bottom: 82px;
  }
  #mouse-scroll .scrollTxt {
    position: relative;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  #mouse-scroll .scrollTxt img {
    display: block;
  }
  #mouse-scroll span {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  /* TOP 버튼 */
  #btn_top {
    width: 50px;
    height: 50px;
    right: 24px;
    bottom: 24px;
  }
  #btn_top:hover span {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 600px) {
  .modal_wrapper {
    overflow: scroll;
    background-color: #fff;
  }
  .modal_wrapper .modal_box {
    margin: 0;
    max-height: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .modal_wrapper .modal_cont {
    padding: 65px 30px 40px;
    max-width: none;
  }
  .modal_wrapper .modal_cont h2 {
    text-align: left;
  }
  .modal_wrapper .modal_cont3 button {
    margin-top: 60px;
  }
}
