@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@font-face {
  font-family: "KBO-Dia-Gothic_bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/**************************************** custom 시작*/
.wrapper, .wrapper--t1000 {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
.wrapper--t1000 {
  max-width: 1000px;
}

.br_type.br_type--tab {
  display: none;
}
.br_type.br_type--mo {
  display: none;
}

/* ::selection {
    background-color: transparent
} */
.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: 130px;
}
.blank.blank--t2 {
  padding-top: 0;
  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;
}
.btn.btn--t1 {
  max-width: 120px;
  width: 100%;
  height: 50px;
}

.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 {
  font-family: "KBO-Dia-Gothic_bold";
  font-size: 3.4375rem;
  text-align: center;
}

main.sub {
  margin-top: 220px;
}

/**************************************** custom 끝*/
/**************************************** header 시작*/
header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
}
header .header__wrap {
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 20px;
}
header .header__wrap.light .header__logo {
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
header .header__wrap.light .header__ham_wrap .header__ham_btn span {
  background-color: #fff;
}

.header__ham_wrap {
  width: 48px;
  height: 38px;
  z-index: 1;
}

.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: 8px;
  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__mo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
}
.header__mo nav {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  max-width: 800px;
  width: 100%;
  height: 100%;
  padding-left: 140px;
  position: relative;
  background-color: #0A0A0A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.header__mo nav > ul {
  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: 80px;
}
.header__mo nav > ul .depth1 {
  position: relative;
  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;
  font-family: "KBO-Dia-Gothic_bold";
  font-size: 3.4375rem;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__mo nav > ul .depth1.active {
  opacity: 1;
}
.header__mo nav > ul .depth1::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: -40px;
  font-size: 0.9375rem;
}
.header__mo nav > ul .depth1 > span {
  display: block;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__mo nav > ul .depth1:hover {
  opacity: 1;
}
.header__mo nav > ul .depth1:hover > span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header__mo .header__mo_close_btn {
  position: absolute;
  top: 45px;
  right: 70px;
  z-index: 5;
  opacity: 0;
  display: none;
}
.header__mo .header__mo_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  opacity: 0;
  cursor: pointer;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  header .header__wrap {
    padding: 50px;
  }
  .header__mo .header__mo_close_btn {
    top: 50px;
    right: 50px;
  }
}
@media screen and (max-width: 1240px) {
  header .header__wrap {
    padding: 50px 20px;
  }
  .header__mo .header__mo_close_btn {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  header .header__wrap {
    padding: 20px;
    row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__wrap .header__logo {
    max-width: 25px;
  }
  .header__ham_wrap {
    width: 35px;
    height: 28px;
  }
  .header__ham_wrap span {
    height: 6px;
  }
  .header__mo nav {
    max-width: 550px;
    padding-left: 100px;
  }
  .header__mo nav > ul {
    row-gap: 60px;
  }
  .header__mo nav > ul .depth1 {
    font-size: 2.8125rem;
  }
  .header__mo .header__mo_close_btn {
    max-width: 35px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__mo nav {
    max-width: 100%;
    padding-left: 60px;
  }
  .header__mo .header__mo_close_btn {
    top: 20px;
  }
  .header__mo .header__mo_back {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  header .header__wrap .header__logo {
    max-width: 18px;
  }
  .header__ham_wrap {
    width: 30px;
    height: 24px;
  }
  .header__ham_wrap span {
    height: 4px;
  }
  .header__mo nav > ul {
    row-gap: 50px;
  }
  .header__mo .header__mo_close_btn {
    max-width: 30px;
  }
}
/**************************************** header 끝*/
/**************************************** footer 시작*/
footer {
  width: 100%;
  background-color: #0A0A0A;
  color: #fff;
  padding-bottom: 60px;
}
footer .footer__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 100px;
  padding-right: 100px;
}
footer .footer__wrap .footer__contact_container {
  padding: 60px 0;
  width: 100%;
  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.1);
}
footer .footer__wrap .footer__contact_container .f__contact_title {
  font-family: "KBO-Dia-Gothic_bold";
  font-size: 3.4375rem;
}
footer .footer__wrap .footer__contact_container .f__contact_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.0469rem;
  text-transform: uppercase;
}
footer .footer__wrap .footer__contact_container .f__contact_guide img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .footer__wrap .footer__contact_container .f__contact_guide:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
footer .footer__wrap .footer__contact_container.idx {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer__wrap .footer__info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
footer .footer__wrap .footer__info_container .f__info_title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.0469rem;
}
footer .footer__wrap .footer__info_container .f__info_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: 25px;
}
footer .footer__wrap .footer__info_container .f__info_wrap > ul {
  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;
}
footer .footer__wrap .footer__info_container .f__info_wrap > ul li {
  position: relative;
  color: rgba(255, 255, 255, 0.35);
  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;
  font-size: 0.9375rem;
  font-weight: 500;
}
footer .footer__wrap .footer__info_container .f__info_wrap > ul li:not(:last-child) {
  padding-right: 10px;
}
footer .footer__wrap .footer__info_container .f__info_wrap > ul 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.25);
}
footer .footer__wrap .footer__info_container .f__sns_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: 15px;
}
footer .footer__wrap .footer__info_container .f__sns_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
footer .footer__wrap .footer__info_container .f__sns_wrap > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.0406rem;
  color: rgba(255, 255, 255, 0.35);
}
footer .footer__wrap .footer__info_container .f__sns_wrap > ul li a figure {
  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: 36px;
  height: 36px;
  background-color: #DD2B34;
}

@media screen and (max-width: 1440px) {
  footer .footer__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1240px) {
  footer .footer__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer__wrap .footer__contact_container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-bottom: 50px;
  }
  footer .footer__wrap .footer__contact_container {
    padding: 30px 0;
  }
  footer .footer__wrap .footer__contact_container .f__contact_title {
    font-size: 2.625rem;
  }
  footer .footer__wrap .footer__info_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding-top: 30px;
  }
  footer .footer__wrap .footer__info_container .f__info_wrap {
    row-gap: 10px;
  }
  footer .footer__wrap .footer__info_container .f__sns_wrap {
    row-gap: 10px;
  }
  footer .footer__wrap .footer__info_container .f__sns_wrap > ul li a {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__wrap .footer__contact_container {
    padding: 20px 0;
  }
  footer .footer__wrap .footer__contact_container .f__contact_title {
    font-size: 1.75rem;
  }
  footer .footer__wrap .footer__contact_container .f__contact_guide {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  footer .footer__wrap .footer__contact_container .f__contact_guide img {
    max-width: 20px;
  }
}
@media screen and (max-width: 540px) {
  footer .footer__wrap .footer__contact_container {
    padding: 20px 0;
  }
  footer .footer__wrap .footer__contact_container .f__contact_title {
    font-size: 1.625rem;
  }
  footer .footer__wrap .footer__info_container .f__info_wrap > ul {
    -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: 5px;
  }
  footer .footer__wrap .footer__info_container .f__info_wrap > ul li:not(:last-child)::after {
    display: none;
  }
  footer .footer__wrap .footer__info_container .f__sns_wrap > ul {
    -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__info_container .f__sns_wrap > ul li a figure {
    width: 32px;
    height: 32px;
  }
}
/**************************************** footer 끝*/
/**************************************** subPage banner 시작*/
.sub_banner {
  width: 100%;
  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;
  padding: 50px 0;
}

.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 li.current {
  color: rebeccapurple;
}

/**************************************** 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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pager > button {
  opacity: 0.5;
}
.pager > button.pager-prev {
  margin-right: 25px;
}
.pager > button.pager-next {
  margin-left: 25px;
}
.pager > button.pager-next img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.pager > button.active {
  opacity: 1;
}
.pager > button:hover {
  opacity: 1;
}
.pager .page {
  font-size: 1.25rem;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pager .page.active {
  opacity: 1;
}
.pager .page:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pager button.pager-prev {
    margin-right: 20px;
  }
  .pager button.pager-next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .pager button.pager-prev {
    margin-right: 15px;
  }
  .pager button.pager-next {
    margin-left: 15px;
  }
}
/**************************************** 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;
}

.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;
  margin-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;
}

@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 끝*/
/**************************************** 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: 1500px) {
  .wrapper, .wrapper--t1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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: 70px;
    padding-bottom: 100px;
  }
  .blank.blank--t2 {
    padding-top: 0;
    padding-bottom: 120px;
  }
  main.sub {
    margin-top: 180px;
  }
  .subpage__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .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: 60px;
    padding-bottom: 80px;
  }
  .blank.blank--t2 {
    padding-top: 0;
    padding-bottom: 80px;
  }
  main.sub {
    margin-top: 130px;
  }
  main.sub--m180 {
    margin-top: 180px;
  }
  .subpage__title {
    font-size: 1.75rem;
    text-align: start;
  }
}/*# sourceMappingURL=common.css.map */