@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/**************************************** custom 시작*/
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.br_type.br_type--tab {
  display: none;
}
.br_type.br_type--mo {
  display: none;
}

/* ::selection {
    background-color: transparent
} */
.blank {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blank.blank--top {
  padding-top: 100px;
  padding-bottom: 0;
}
.blank.blank--bottom {
  padding-top: 0;
  padding-bottom: 100px;
}
.blank.blank--end {
  padding-top: 100px;
  padding-bottom: 150px;
}
.blank.blank--other1 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn.btn--t1, .btn.btn--t1--mw270, .btn.btn--t1--mw215, .btn.btn--t1--mw200, .btn.btn--t1--mw170 {
  width: 100%;
  height: 55px;
  color: #fff;
  background-color: #0F83A3;
  border: 1px solid #0F83A3;
  border-radius: 150px;
}
.btn.btn--t1--mw170 {
  max-width: 170px;
  font-size: 1.125rem;
  font-weight: 800;
}
.btn.btn--t1--mw200 {
  max-width: 200px;
  font-size: 1.125rem;
  font-weight: 800;
}
.btn.btn--t1--mw215 {
  max-width: 215px;
  font-size: 1.5rem;
  font-weight: 600;
}
.btn.btn--t1--mw270 {
  max-width: 270px;
  font-size: 1.5rem;
  font-weight: 600;
}
.btn.btn--t1:hover, .btn.btn--t1--mw170:hover, .btn.btn--t1--mw200:hover, .btn.btn--t1--mw215:hover, .btn.btn--t1--mw270:hover {
  background-color: transparent;
  color: #0F83A3;
}
.btn.btn--t2 {
  max-width: 170px;
  width: 100%;
  height: 55px;
  color: #fff;
  background-color: #0F83A3;
  border: 1px solid #0F83A3;
  font-size: 1.125rem;
  font-weight: 800;
  border-radius: 150px;
}
.btn.btn--t2:hover {
  background-color: #fff;
  color: #0F83A3;
}
.btn.btn--t3 {
  max-width: 115px;
  width: 100%;
  height: 35px;
  color: #fff;
  background-color: #8D723E;
  border: 1px solid #8D723E;
  font-size: 0.9375rem;
  font-weight: 800;
  border-radius: 150px;
}
.btn.btn--t3:hover {
  background-color: #fff;
  color: #8D723E;
}
.btn.btn--t4, .btn.btn--t4--mw125 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  padding: 0 25px;
  color: #fff;
  background-color: #0F83A3;
  border: 1px solid #0F83A3;
  font-size: 0.9375rem;
  font-weight: 800;
  border-radius: 150px;
}
.btn.btn--t4:hover, .btn.btn--t4--mw125:hover {
  background-color: #fff;
  color: #0F83A3;
}
.btn.btn--t4--mw125 {
  max-width: 125px;
  min-width: 125px;
  width: 100%;
  font-weight: 600;
}
.btn.btn--t5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  padding: 0 20px;
  color: #fff;
  background-color: #373D46;
  border: 1px solid #373D46;
  font-size: 1.0625rem;
  font-weight: 800;
  border-radius: 5px;
  white-space: nowrap;
}
.btn.btn--t5:hover {
  background-color: #fff;
  color: #373D46;
}
.btn.btn--t6, .btn.btn--t6--mw215 {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(37, 42, 62, 0.75);
  border-radius: 150px;
}
.btn.btn--t6--mw215 {
  max-width: 215px;
  font-size: 1.5rem;
  font-weight: 600;
}
.btn.btn--t6:hover, .btn.btn--t6--mw215:hover {
  background-color: rgba(37, 42, 62, 0.75);
  color: #fff;
}
.btn.btn--t7 {
  max-width: 150px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  background-color: #0F83A3;
  border: 1px solid #0F83A3;
  font-size: 1.0625rem;
  font-weight: 500;
}
.btn.btn--t7:hover {
  background-color: transparent;
  color: #0F83A3;
}
.btn.btn--t7:disabled {
  border: 1px solid #F2F3F8;
  background-color: #F2F3F8;
  color: rgba(37, 42, 62, 0.15);
}
.btn.btn--t8 {
  max-width: 115px;
  width: 100%;
  height: 35px;
  color: #FFF;
  background-color: #6D1522;
  border: 1px solid #6D1522;
  font-size: 0.9375rem;
  font-weight: 800;
  border-radius: 150px;
}
.btn.btn--t8:hover {
  background-color: #FFF;
  color: #6D1522;
}

.top_btn {
  position: fixed;
  z-index: 900;
  right: 20px;
  bottom: 20px;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  cursor: pointer;
  display: none;
}

.subpage__title_wrap {
  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;
  row-gap: 20px;
}
.subpage__title_wrap > .cap {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

.subpage__title {
  font-weight: 700;
}
.subpage__title.subpage__title--s50 {
  font-size: 3.125rem;
  color: #252A3E;
}
.subpage__title.subpage__title--s40 {
  font-size: 2.5rem;
  color: #252A3E;
  text-align: center;
  line-height: 1.5;
}
.subpage__title.subpage__title--s36 {
  font-size: 2.25rem;
  color: #252A3E;
}
.subpage__title.subpage__title--center {
  text-align: center;
}

.subpage__subtitle {
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.5;
}
.subpage__subtitle.subpage__subtitle--s20 {
  font-size: 1.25rem;
}
.subpage__subtitle.subpage__subtitle--s30 {
  font-size: 1.875rem;
  color: #252A3E;
  font-weight: 700;
}
.subpage__subtitle span {
  font-weight: 700;
  text-decoration: underline;
}

.bg_type--colored {
  background-color: #F2F3F8;
}

.component_type--contents {
  border-radius: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 10px 0px #ECEEF6;
          box-shadow: 10px 10px 10px 0px #ECEEF6;
  padding: 100px 30px;
}

main.sub {
  margin-top: 80px;
}
main.member {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.member section {
  width: 100%;
}

/**************************************** custom 끝*/
/**************************************** header 시작*/
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(236, 238, 246, 0.6);
          box-shadow: 0px 4px 4px 0px rgba(236, 238, 246, 0.6);
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header__wrap {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__wrap .header__front_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
header .header__wrap .header__front_wrap .header__logo {
  max-width: 170px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header__wrap .header__front_wrap nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
header .header__wrap .header__front_wrap nav > ul .depth1 {
  position: relative;
}
header .header__wrap .header__front_wrap nav > ul .depth1 > a {
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
  color: #252A3E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header__wrap .header__front_wrap nav > ul .depth1 .depth2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  row-gap: 10px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(37, 42, 62, 0.15);
  margin-top: 20px;
  display: none;
  -webkit-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
}
header .header__wrap .header__front_wrap nav > ul .depth1 .depth2 > li > a {
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  color: #B9BFD1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header__wrap .header__front_wrap nav > ul .depth1 .depth2 > li > a:hover {
  color: #252A3E;
  font-weight: 500;
}
header .header__wrap .header__back_wrap .header__member_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
header .header__wrap .header__back_wrap .header__member_wrap a {
  font-size: 0.9375rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #252A3E;
}
header.top {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.top .header__wrap .header__front_wrap .header__logo {
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
header.top .header__wrap .header__front_wrap nav > ul .depth1 > a {
  color: #fff;
}
header.top .header__wrap .header__back_wrap .header__member_wrap a {
  color: #fff;
}
header.top .header__wrap .header__back_wrap .header__member_wrap a img {
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
header.top .header__wrap .header__ham_btn span {
  background-color: #fff;
}

.header__ham_wrap {
  width: 24px;
  height: 20px;
  z-index: 1;
  display: none;
}

.header__ham_btn {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__ham_btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #222;
  left: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__ham_btn span:first-child {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__ham_btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__ham_btn span:last-child {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__ham_btn.active {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.header__ham_btn.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header__ham_btn.active span:nth-child(2) {
  width: 0;
}
.header__ham_btn.active span:last-child {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.header__mo {
  position: fixed;
  top: 0;
  right: -150%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 998;
}
.header__mo nav {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.header__mo nav > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.header__mo nav > ul .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.header__mo nav > ul .depth1 > a,
.header__mo nav > ul .depth1 > div {
  font-size: 1.25rem;
  font-weight: 700;
}
.header__mo nav > ul .depth1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__mo nav > ul .depth1 > div img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__mo nav > ul .depth1 > div.active {
  color: #0F83A3;
}
.header__mo nav > ul .depth1 > div.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__mo nav > ul .depth1 .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  display: none;
}
.header__mo nav > ul .depth1 .depth2 > li > a {
  font-size: 1.0625rem;
}
.header__mo.active {
  right: 0;
}
.header__mo .header__mo_member_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 50px;
}
.header__mo .header__mo_member_wrap a {
  font-size: 1.0625rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

@media screen and (max-width: 1800px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1240px) {
  header .header__wrap .header__front_wrap {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  header .header__wrap .header__front_wrap nav > ul {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  header .header__wrap .header__back_wrap .header__member_wrap {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 70px;
  }
  header .header__wrap .header__front_wrap .header__logo {
    max-width: 140px;
  }
  header .header__wrap .header__front_wrap nav {
    display: none;
  }
  header .header__wrap .header__back_wrap .header__member_wrap {
    display: none;
  }
  .header__ham_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 55px;
  }
  .header__ham_wrap {
    width: 22px;
    height: 18px;
  }
  .header__mo nav > ul {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .header__mo nav > ul .depth1 {
    row-gap: 15px;
  }
  .header__mo nav > ul .depth1 .depth2 {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header__mo nav > ul .depth1 .depth2 li a {
    font-size: 1rem;
  }
}
/**************************************** header 끝*/
/**************************************** footer 시작*/
footer {
  width: 100%;
  background-color: #373D46;
  color: #fff;
}
footer .footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  padding-bottom: 50px;
}
footer .footer__wrap .footer__top_container {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer__wrap .footer__top_container .footer__logo {
  max-width: 170px;
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
footer .footer__wrap .footer__top_container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
footer .footer__wrap .footer__top_container ul li {
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9375rem;
}
footer .footer__wrap .footer__top_container ul li:not(:last-child) {
  padding-right: 15px;
}
footer .footer__wrap .footer__top_container ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 10px;
}
footer .footer__wrap .footer__bottom_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
footer .footer__wrap .footer__bottom_container .footer__info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap li {
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9375rem;
  font-weight: 500;
}
footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap li span {
  color: #fff;
}
footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap li:not(:last-child) {
  padding-right: 15px;
}
footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .footer__wrap .footer__bottom_container .footer__bottom_copy {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1024px) {
  footer .footer__wrap {
    row-gap: 30px;
  }
  footer .footer__wrap.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer__wrap .footer__top_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer__wrap .footer__top_container .footer__logo {
    max-width: 150px;
  }
  footer .footer__wrap .footer__bottom_container {
    row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__wrap .footer__top_container {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 540px) {
  footer .footer__wrap .footer__top_container {
    padding: 30px 20px 20px;
    row-gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
  }
  footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap li:not(:last-child) {
    padding-right: 0;
  }
  footer .footer__wrap .footer__bottom_container .footer__info_container .footer__info_wrap li:not(:last-child)::after {
    display: none;
  }
  footer .footer__wrap .footer__bottom_container .footer__bottom_copy {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3);
  }
}
/**************************************** footer 끝*/
/**************************************** subPage banner 시작*/
.sub_banner__container {
  width: 100%;
  height: 515px;
  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;
  background-color: #283760;
  position: relative;
  overflow: hidden;
}

.sub_banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  mix-blend-mode: overlay;
}

.sub_banner__title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.sub_banner__title_container .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub_banner__title_container .title_wrap .sub_banner__subtitle {
  color: #0F83A3;
  font-weight: 700;
}
.sub_banner__title_container .title_wrap .sub_banner__title {
  color: #fff;
  font-size: 4.0625rem;
  font-weight: 700;
}
.sub_banner__title_container .sub_banner__cap {
  color: rgba(255, 255, 255, 0.75);
  white-space: pre-line;
  line-height: 1.65;
}

.sub_banner__title {
  font-size: 3.125rem;
  font-weight: 600;
}

.sub_banner__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 20px;
}
.sub_banner__path li {
  font-size: 0.9375rem;
  font-weight: 500;
}
.sub_banner__path li a {
  color: inherit;
  font-size: inherit;
}
.sub_banner__path li.slash {
  font-size: 0.75rem;
}
.sub_banner__path li.depth2 {
  font-size: 0.9375rem;
}

.sub_tab__container {
  background-color: #F2F3F8;
  padding: 15px 0;
}
.sub_tab__container .sub_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.sub_tab__container .sub_tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  padding: 15px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sub_tab__container .sub_tab li:hover a {
  color: #252A3E;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px 0px #ECEEF6;
          box-shadow: 10px 10px 10px 0px #ECEEF6;
}
.sub_tab__container .sub_tab li.current a {
  color: #252A3E;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px 0px #ECEEF6;
          box-shadow: 10px 10px 10px 0px #ECEEF6;
}

.sub_banner__container.mypage {
  height: auto;
  padding: 100px 20px;
  background-color: #fff;
}
.sub_banner__container.mypage .sub_banner__title_container .title_wrap .sub_banner__title {
  font-size: 3.125rem;
  color: #252A3E;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .sub_banner {
    background-size: 60%;
  }
  .sub_banner.sub01 {
    background-size: 60%;
  }
  .sub_banner.mypage {
    padding: 80px 20px;
  }
  .sub_banner__container {
    height: 420px;
  }
  .sub_banner__title_container {
    row-gap: 20px;
  }
  .sub_banner__title_container .title_wrap .sub_banner__title {
    font-size: 3.125rem;
  }
  .sub_tab__container .sub_tab li a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sub_banner__container {
    height: 350px;
  }
  .sub_banner__container.mypage {
    padding: 50px 20px;
  }
  .sub_banner__container.mypage .sub_banner__title_container .title_wrap .sub_banner__title {
    font-size: 2.5rem;
  }
  .sub_banner__title_container .title_wrap .sub_banner__title {
    font-size: 2.5rem;
  }
  .sub_banner__title_container .sub_banner__cap {
    white-space: normal;
    word-break: keep-all;
  }
  .sub_tab__container .sub_tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .sub_tab__container .sub_tab li a {
    padding: 10px 20px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 540px) {
  .sub_banner {
    background-size: 70%;
  }
  .sub_banner.sub01 {
    background-size: 70%;
  }
  .sub_banner__container {
    height: 260px;
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .sub_banner__container.mypage .sub_banner__title_container .title_wrap .sub_banner__title {
    font-size: 1.875rem;
  }
  .sub_banner__title_container .title_wrap .sub_banner__title {
    font-size: 2rem;
  }
  .sub_tab__container .sub_tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .sub_tab__container .sub_tab li a {
    padding: 10px 15px;
    font-size: 0.9375rem;
  }
}
/**************************************** subPage banner 끝*/
/**************************************** pagination 시작*/
.pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pager > button {
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 1px solid #252A3E;
}
.pager > button.pager-prev {
  margin-right: 15px;
}
.pager > button.pager-next {
  margin-left: 15px;
}
.pager > button.pager-next img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.pager .page {
  font-size: 1.125rem;
  font-weight: 500;
  opacity: 0.3;
  color: rgba(37, 42, 62, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pager .page.active {
  opacity: 1;
  font-weight: 700;
}
.pager .page:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pager {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .pager button {
    min-width: 30px;
    height: 30px;
  }
}
/**************************************** pagination 끝*/
/**************************************** modal 시작*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.modal__back {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__title_wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
.modal__title_wrap .title {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal__contents_wrap {
  width: 100%;
  max-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
.modal__contents_wrap .myp__info_coupon_container {
  border-top: 0;
}

@media screen and (max-width: 1064px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__title_wrap .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__title_wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .modal__title_wrap .title {
    font-size: 1.625rem;
  }
  .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .modal__container {
    padding: 50px 20px;
  }
}
/**************************************** modal 끝*/
/**************************************** layer_popup 시작*/
.common_popup .onday_close input[type=checkbox] + label,
.common_popup .onday_close input[type=radio] + label {
  font-size: 0.9375rem;
  padding-left: 25px;
}

.common_popup .onday_close input[type=checkbox] + label::before,
.common_popup .onday_close input[type=radio] + label::before {
  width: 15px;
  height: 15px;
}

.common_popup .onday_close input[type=checkbox]:checked + label::before,
.common_popup .onday_close input[type=radio]:checked + label::before {
  width: 15px;
  height: 15px;
  line-height: 14px;
}

/**************************************** layer_popup 끝*/
/**************************************** responsive*/
@media screen and (max-width: 1480px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1240px) {
  main.sub {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .blank {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .blank.blank--top {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .blank.blank--bottom {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .blank.blank--end {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .blank.blank--other1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .subpage__title.subpage__title--s50 {
    font-size: 2.5rem;
  }
  .subpage__title.subpage__title--s40 {
    font-size: 2.25rem;
  }
  .subpage__title.subpage__title--s36 {
    font-size: 1.875rem;
  }
  .subpage__subtitle.subpage__subtitle--s20 {
    font-size: 1.125rem;
  }
  .subpage__subtitle.subpage__subtitle--s30 {
    font-size: 1.625rem;
  }
  .component_type--contents {
    padding: 80px 20px;
  }
  main.sub {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .btn.btn--t1, .btn.btn--t1--mw170, .btn.btn--t1--mw200, .btn.btn--t1--mw215, .btn.btn--t1--mw270 {
    height: 45px;
  }
  .btn.btn--t1--mw170 {
    max-width: 170px;
    font-size: 1.125rem;
  }
  .btn.btn--t1--mw200 {
    max-width: 200px;
    font-size: 1.125rem;
  }
  .btn.btn--t1--mw215 {
    max-width: 100%;
    font-size: 1.25rem;
  }
  .btn.btn--t1--mw270 {
    max-width: 270px;
    font-size: 1.5rem;
  }
  .btn.btn--t2 {
    max-width: 170px;
    height: 45px;
    font-size: 1.125rem;
  }
  .btn.btn--t3 {
    max-width: 100px;
    height: 35px;
  }
  .btn.btn--t4--mw125 {
    max-width: 100%;
    min-width: auto;
  }
  .btn.btn--t5 {
    height: 45px;
  }
  .btn.btn--t6, .btn.btn--t6--mw215 {
    height: 45px;
  }
  .btn.btn--t6--mw215 {
    max-width: 100%;
    font-size: 1.25rem;
  }
  .btn.btn--t7 {
    max-width: 100%;
  }
  .blank {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .blank.blank--top {
    padding-top: 75px;
    padding-bottom: 0;
  }
  .blank.blank--bottom {
    padding-top: 0;
    padding-bottom: 75px;
  }
  .blank.blank--end {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .blank.blank--other1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .subpage__title.subpage__title--s50 {
    font-size: 2.25rem;
  }
  .subpage__title.subpage__title--s40 {
    font-size: 1.875rem;
  }
  .subpage__title.subpage__title--s36 {
    font-size: 1.625rem;
  }
  .subpage__subtitle.subpage__subtitle--s20 {
    font-size: 1.125rem;
  }
  .subpage__subtitle.subpage__subtitle--s30 {
    font-size: 1.375rem;
  }
  .bg_type--colored {
    background-color: #fff;
  }
  .bg_type--colored.mypage__idx_sec1 {
    background-color: #F2F3F8;
  }
  .bg_type--colored.mypage__idx_sec1.blank.blank--end {
    padding-top: 30px;
  }
  .component_type--contents {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 540px) {
  .blank {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blank.blank--top {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .blank.blank--bottom {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .blank.blank--end {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .blank.blank--other1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .btn.btn--t1, .btn.btn--t1--mw170, .btn.btn--t1--mw200, .btn.btn--t1--mw215, .btn.btn--t1--mw270 {
    height: 45px;
  }
  .btn.btn--t1--mw170 {
    max-width: 170px;
    font-size: 1.125rem;
  }
  .btn.btn--t1--mw200 {
    max-width: 100%;
    font-size: 1.125rem;
  }
  .btn.btn--t1--mw270 {
    max-width: 100%;
    font-size: 1.125rem;
  }
  .btn.btn--t1:hover, .btn.btn--t1--mw170:hover, .btn.btn--t1--mw200:hover, .btn.btn--t1--mw215:hover, .btn.btn--t1--mw270:hover {
    background-color: transparent;
    color: #0F83A3;
  }
  .btn.btn--t2 {
    max-width: 170px;
    height: 35px;
    font-size: 1.125rem;
  }
  .btn.btn--t3 {
    max-width: 100px;
    height: 35px;
  }
  .btn.btn--t4, .btn.btn--t4--mw125 {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1.125rem;
  }
  .btn.btn--t5 {
    max-width: 100%;
    width: 100%;
    height: 45px;
  }
  .btn.btn--t6, .btn.btn--t6--mw215 {
    height: 45px;
  }
  .subpage__title_wrap {
    row-gap: 15px;
  }
  .subpage__title_wrap > .cap {
    font-size: 1.0625rem;
  }
  .subpage__title.subpage__title--s50 {
    font-size: 2rem;
  }
  .subpage__title.subpage__title--s40 {
    font-size: 1.625rem;
    word-break: keep-all;
  }
  .subpage__title.subpage__title--s36 {
    font-size: 1.375rem;
  }
  .subpage__subtitle.subpage__subtitle--s20 {
    font-size: 1.0625rem;
  }
  .subpage__subtitle.subpage__subtitle--s30 {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=common.css.map */