@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
.btn-01, a.btn-01 {
  width: 360px;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 60px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-01:hover, a.btn-01:hover {
  background-color: #fff;
  color: #181B1E;
}

.btn-02, a.btn-02 {
  display: block;
  width: 224px;
  height: 56px;
  margin: auto;
  border-radius: 50px;
  background-color: #274ac4;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
}

.btn-02-gray, a.btn-02-gray {
  background-color: #B4BAC0;
}

.btn-02.btn-02-l {
  margin-left: 0;
}

.btn-02.btn-02-1, a.btn-02.btn-02-1 {
  font-size: 20px;
}

header.opa-off {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120px;
  background-color: #181B1E;
  opacity: 0.6;
}

header .tp_modal_gnb_nav {
  display: none;
  overflow: hidden;
}

header li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .wrap.wrap1 {
  width: 100%;
  max-width: inherit;
  padding: 0 15%;
  background-color: #30363C;
}

header .wrap.wrap1 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  height: 40px;
}

header .wrap.wrap1 ol li a {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
}

header .wrap.wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}

header .wrap.wrap2 .header_logo {
  width: 100px;
  line-height: 80px;
}

header .wrap.wrap2 .header_logo img {
  vertical-align: middle;
  color: #fff;
}

header .wrap.wrap2 .header_logo .scr_down_logo {
  display: none;
}

header .wrap.wrap2 ol.tp_gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .wrap.wrap2 ol.tp_gnb > li {
  display: inline-block;
  text-align: center;
  line-height: 80px;
}

header .wrap.wrap2 ol.tp_gnb > li > a {
  display: table-cell;
  height: 80px;
  padding: 0 15px;
  vertical-align: middle;
  color: #fff;
}

header .wrap.wrap2 ol.tp_gnb > li:last-of-type > a {
  padding-right: 10px;
}

header .wrap.wrap2 ol.tp_gnb li.nav-dep2-wrap-on .nav-dep2-wrap {
  opacity: 1;
}

header .wrap.wrap2 ol.tp_gnb li.nav-dep2-wrap-on .nav-dep2-wrap .nav-dep2-image {
  height: 360px;
}

header .wrap.wrap2 ol.tp_gnb li.nav-dep2-wrap-on .nav-dep2-wrap .nav-dep2 {
  height: 360px;
  padding: 30px 0 30px 60px;
}

.nav-dep2-image {
  width: 45%;
  height: 0;
  padding-right: 30px;
  color: #fff;
  text-align: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-dep2-image h2 {
  padding-top: 20px;
  font-weight: 700;
  font-size: 34px;
}

.nav-dep2-image h2 span {
  position: relative;
}

.nav-dep2-image h2 span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc( 50% - 2px);
  right: calc(100% + 20px);
  width: 100vw;
  height: 2px;
  background-color: #fff;
}

.nav-dep2-image h4 {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.nav-dep2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 120px;
  width: 100vw;
  background-color: #000;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.nav-dep2-wrap .nav-dep2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
  height: 0;
  text-align: left;
  background-color: #F8F9FA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-dep2-wrap .nav-dep2 > li {
  padding-bottom: 3px;
}

.nav-dep2-wrap .nav-dep2 > li > a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding: 5px 0 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  cursor: pointer;
}

.nav-dep2-wrap .nav-dep2 > li > a.on {
  border-bottom-color: #000;
}

.dep3-wrap {
  position: relative;
}

.nav-dep3.nav-dep3-on {
  padding: 30px;
  padding-right: 0;
  opacity: 1;
  z-index: 1;
}

.nav-dep3 {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 300px);
  height: 360px;
  background-color: #E4E8ED;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-dep3 > li > a {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
}

.btn_menu {
  display: none;
  z-index: 2;
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

footer {
  background-color: #181B1E;
  color: #B4BAC0;
  padding-bottom: 70px;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

footer .footer-part-1 {
  width: 120px;
  margin-right: 30px;
}

footer .footer-part-2 .footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
  color: #fff;
}

footer .footer-part-2 .footer-btns a {
  color: #fff;
}

footer .footer-part-2 .footer-info {
  font-size: 12px;
  white-space: nowrap;
}

footer .footer-part-2 .footer-info > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

footer .footer-part-2 .footer-info > dl > dd {
  margin-right: 15px;
}

footer .footer-part-2 .info-1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #6A7076;
}

footer .footer-part-2 .info-1-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-part-2 .info-2, footer .footer-part-2 .info-3 {
  color: #949BA2;
}

footer .footer-part-3 {
  margin-left: 30px;
  font-size: 12px;
}

footer .footer-part-3 * {
  color: #949BA2;
}

footer .footer-sns > div {
  margin-bottom: 7px;
}

footer .footer-sns > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}

footer .footer-sns > ol > li > a > img {
  width: 28px;
}

footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #6A7076;
}

footer .footer-link > li {
  margin-right: 15px;
  margin-bottom: 5px;
}

.btn-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.btn-03 span {
  color: #fff;
  margin-top: 3px;
  margin-bottom: -10px;
  font-family: "Noto Sans KR", san-serif;
}

.btn-03 img {
  width: 22px;
}

.btn-03-01 {
  border: 1px solid #30363C;
  background-color: #30363C;
}

.btn-03-01:hover {
  background-color: #fff;
}

.btn-03-01:hover span {
  color: #30363C;
}

.btn-03-01:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-03-02 {
  border: 1px solid #274ac4;
  background-color: #274ac4;
}

.btn-03-02 .img-wrap {
  background-size: contain;
}

.btn-03-02:hover {
  background-color: #fff;
}

.btn-03-02:hover span {
  color: #274ac4;
}

.btn-03-02-1 .img-wrap {
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/icon/ico-card.png);
}

.btn-03-02-1:hover .img-wrap {
  background-image: url(/assets/images/icon/ico-card-blue.png);
}

.btn-03-02-2 .img-wrap {
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/icon/ico-question.png);
}

.btn-03-02-2:hover .img-wrap {
  background-image: url(/assets/images/icon/ico-question-blue.png);
}

.btns-float {
  z-index: 20;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

section.sec01.sub-banner-02 {
  padding-top: 150px;
}

section.sec01.sub-banner-02 * {
  text-align: center !important;
  color: #fff;
}

section.sec01.sub-banner-02 .wrap {
  height: auto;
}

section.sec01.sub-banner-02 .wrap .banner_text {
  position: static;
}

section.sec01.sub-banner-02 .wrap .banner_text h1 {
  margin: 0;
  padding: 50px 0;
}

section.sec01.sub-banner-02 .wrap .banner_text h1 b {
  color: #C6D3FF;
}

@media screen and (max-width: 1023px) {
  body * {
    text-align: center;
  }
  body .btns-float {
    display: none;
  }
  header.header_inverse .tp_gnb_nav {
    top: 60px;
  }
  header {
    height: 80px;
    opacity: 1;
  }
  header .tp_modal_gnb_nav {
    display: block;
    position: absolute;
    right: -220px;
    top: 0;
    padding-top: 80px;
    width: 220px;
    height: 100vh;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .tp_modal_gnb_nav .tp_gnb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  header .tp_modal_gnb_nav .tp_gnb li {
    width: 100%;
  }
  header .tp_modal_gnb_nav .tp_gnb li a {
    padding-right: 20px;
  }
  header .tp_modal_gnb_nav.modal_on {
    z-index: 2;
    right: 0;
    background-color: black;
  }
  header .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .wrap ol li {
    text-align: right;
  }
  .tp_gnb_nav {
    display: none;
  }
  .btn_menu {
    display: block;
  }
  header.header_inverse .btn_menu {
    color: #181B1E;
  }
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .wrap .info-1-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-dep2-wrap {
    position: static;
    width: 100%;
  }
  .nav-dep2-wrap .nav-dep2-image {
    display: none;
  }
  .nav-dep2-wrap .nav-dep2 {
    width: 100%;
  }
  footer .footer-part-3 {
    margin-left: 0;
  }
  footer .footer-part-1 {
    display: none;
  }
  header .wrap.wrap2 ol.tp_gnb > li:last-of-type > a {
    padding-right: 30px;
  }
  header .wrap.wrap2 ol.tp_gnb li a {
    padding-right: 30px;
    text-align: right;
  }
  header .wrap.wrap2 ol.tp_gnb li.nav-dep2-wrap-on .nav-dep2-wrap .nav-dep2 {
    height: auto;
  }
  .nav-dep2-wrap .nav-dep2 {
    background-color: white;
  }
}

@media screen and (max-width: 768px) {
  header .tp_gnb_nav {
    top: 60px;
  }
  body {
    font-size: 14px;
    text-align: center;
  }
  header {
    height: 60px;
  }
  header .wrap.wrap2 .header_logo {
    width: 80px;
    line-height: 60px;
  }
  .btn_menu {
    font-size: 30px;
    top: 15px !important;
    right: 20px;
  }
  .info-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-2 div {
    content: '';
    display: block;
    width: 100%;
  }
  footer .footer-part-2 .info-1-wrap {
    gap: 5px;
  }
  .info-1-1 {
    margin-right: 15px;
  }
  .btn-01, a.btn-01 {
    width: 240px;
  }
  footer .footer-part-2 .footer-btns {
    margin-bottom: 24px;
  }
  footer .footer-part-3 {
    display: none;
  }
  header .wrap.wrap2 ol.tp_gnb > li > a {
    height: 40px;
    line-height: 40px;
  }
  header .wrap.wrap2 ol.tp_gnb li.nav-dep2-wrap-on .nav-dep2-wrap .nav-dep2 {
    padding: 15px 0;
  }
}

header .wrap.wrap1 ol li:nth-of-type(5), header .wrap.wrap1 ol li:nth-of-type(6) {
  display: none;
}

body.on-login header .wrap.wrap1 ol li:nth-of-type(3), body.on-login header .wrap.wrap1 ol li:nth-of-type(4) {
  display: none;
}

body.on-login header .wrap.wrap1 ol li:nth-of-type(5), body.on-login header .wrap.wrap1 ol li:nth-of-type(6) {
  display: block;
}

header.header-change {
  opacity: 1;
}
/*# sourceMappingURL=common.css.map */
