@charset "UTF-8";
/**************************************** custom 시작*/
[id*=modal-container] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  overflow: auto;
}
[id*=modal-container] .modal-wrapper {
  background: #fff;
  position: absolute;
  width: 90%;
  max-width: 860px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 90%;
  overflow: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: clamp(2.143rem, 3vw, 3.75rem) clamp(10px, 5vw, 6.25rem);
}
[id*=modal-container] .modal-wrapper:has(.w1200) {
  max-width: 1200px;
}
[id*=modal-container] .modal-wrapper .close-top {
  position: absolute;
  width: clamp(2rem, 1.5vw, 1.875rem);
  height: clamp(2rem, 1.5vw, 1.875rem);
  top: clamp(1rem, 1vw, 1.25rem);
  right: clamp(1rem, 1vw, 1.25rem);
}
[id*=modal-container] .modal-wrapper .close-top::before, [id*=modal-container] .modal-wrapper .close-top::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: #111;
  top: 50%;
  left: 50%;
}
[id*=modal-container] .modal-wrapper .close-top::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
[id*=modal-container] .modal-wrapper .close-top::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap {
  width: 100%;
  height: 100%;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .subpage__title {
  margin-bottom: 1.875rem;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .subpage__title h3 {
  font-size: 1.5625rem;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .notice {
  margin-top: 10px;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .notice li {
  color: #999;
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(12px, 2vw, 14px);
  word-break: auto-phrase;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .filmWrap {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .filmWrap #watermark {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  min-width: 20px;
  max-width: 80px;
  width: 16%;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .filmWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
[id*=modal-container] .modal-wrapper .modal-content .content_wrap .content_box {
  background: #f6f6f6;
  min-height: 496px;
}
[id*=modal-container] .modal-wrapper .close-btm {
  width: clamp(8.93rem, 12vw, 15.625rem);
  border: 1px solid #910024;
  margin: 3.125rem auto 0;
  text-align: center;
  font-size: clamp(0.929rem, 1.5vw, 1.625rem);
  font-weight: 700;
  border-radius: 120px;
  display: block;
  padding: clamp(10px, 2vw, 1rem);
  color: #910024;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
[id*=modal-container] .modal-wrapper .close-btm:hover {
  background: #910024;
  color: #fff;
}
[id*=modal-container] .modal-wrapper .close-btm.policy-btn {
  border: unset;
  border: 1px solid rgba(17, 17, 17, 0.5);
  color: #111;
}

.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.br_type.br_type--tab {
  display: none;
}
.br_type.br_type--mo {
  display: none;
}

/* ::selection {
    background-color: transparent
} */
.btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover.hover--t1 {
  background-color: #fff;
  color: #910024;
}
.btn:hover.hover--t1 img {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
  -webkit-filter: none;
          filter: none;
}
.btn:hover.hover--t2 img {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
  -webkit-filter: none;
          filter: none;
}
.btn:hover.hover--t3 {
  background-color: #910024;
  color: #fff;
}
.btn:hover.hover--t3 img {
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
.btn:hover.hover--t4 {
  background-color: #222222;
  color: #fff;
}
.btn:hover.hover--t4 img {
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}

.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;
}

main.sub {
  margin-top: 95px;
}

.subpage__title {
  font-size: 1.5625rem;
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: 2px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

/**************************************** custom 끝*/
/**************************************** header 시작*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 345px), 0 calc(100% - 345px));
}
header .header__container {
  height: 95px;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  -webkit-transition: border-bottom 0.4s;
  transition: border-bottom 0.4s;
}
header .header__container .header__wrap {
  max-width: 1400px;
  width: 100%;
  height: 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__container .header__wrap .header__logo {
  max-width: 220px;
}
header .header__container .header__wrap nav {
  height: 100%;
}
header .header__container .header__wrap nav > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-transition: -webkit-column-gap 0.4s;
  transition: -webkit-column-gap 0.4s;
  transition: column-gap 0.4s;
  transition: column-gap 0.4s, -webkit-column-gap 0.4s, -moz-column-gap 0.4s;
}
header .header__container .header__wrap nav > ul .depth1 {
  min-width: 80px;
  padding-right: 0;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: min-width 0.4s, padding-right 0.4s, -webkit-box-pack 0.4s;
  transition: min-width 0.4s, padding-right 0.4s, -webkit-box-pack 0.4s;
  transition: min-width 0.4s, padding-right 0.4s, justify-content 0.4s;
  transition: min-width 0.4s, padding-right 0.4s, justify-content 0.4s, -webkit-box-pack 0.4s, -ms-flex-pack 0.4s;
}
header .header__container .header__wrap nav > ul .depth1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.6s cubic-bezier(0.35, 0.01, 0.62, 1);
  transition: 0.6s cubic-bezier(0.35, 0.01, 0.62, 1);
  background-color: #910024;
}
header .header__container .header__wrap nav > ul .depth1:hover::after {
  width: calc(100% - 65px);
}
header .header__container .header__wrap nav > ul .depth1 > a,
header .header__container .header__wrap nav > ul .depth1 > p,
header .header__container .header__wrap nav > ul .depth1 > div {
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
header .header__container .header__wrap nav > ul .depth1:nth-child(2) .depth2 {
  min-width: 180px;
}
header .header__container .header__wrap nav > ul .depth1:nth-child(4) .depth2 {
  min-width: 210px;
}
header .header__container .header__wrap nav > ul .depth1 .depth2 {
  min-width: 150px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  padding: 35px 0;
  border-radius: 0;
  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;
}
header .header__container .header__wrap nav > ul .depth1 .depth2 > li > a {
  color: #666666;
  white-space: nowrap;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
header .header__container .header__wrap nav > ul .depth1 .depth2 > li > a:hover {
  color: #222222;
  font-weight: 700;
}
header .header__container .header__wrap nav:hover > ul {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
header .header__container .header__wrap nav:hover > ul .depth1 {
  min-width: 150px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .header__container .header__wrap nav:hover > ul .depth1:nth-child(2) {
  min-width: 180px;
}
header .header__container .header__wrap nav:hover > ul .depth1:nth-child(4) {
  min-width: 210px;
}
header .header__curtain_back {
  height: 345px;
}
header.top {
  background-color: transparent;
}
header.top .header__container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header.top .header__container .header__wrap .header__logo {
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
header.top .header__container .header__wrap nav > ul .depth1 > a,
header.top .header__container .header__wrap nav > ul .depth1 > p,
header.top .header__container .header__wrap nav > ul .depth1 > div {
  color: #fff;
}
header.top .header__container .header__wrap .header__ham_btn span {
  background-color: #fff;
}
header.open {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), 0 calc(100% - 0px));
}

.header__filter_back {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: rgba(17, 17, 17, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9998;
}
.header__filter_back.open {
  height: 100vh;
}

.header__ham_wrap {
  width: 22px;
  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(45deg);
          transform: rotate(45deg);
}
.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-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.active {
  right: 0;
}
.header__mo nav {
  width: 100%;
}
.header__mo nav > ul {
  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;
  row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.header__mo nav > ul .depth1 {
  font-size: 1.625rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__mo nav > ul .depth1 .depth1_drop_btn {
  cursor: pointer;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.header__mo nav > ul .depth1 .depth1_drop_btn > button {
  max-width: 24px;
}
.header__mo nav > ul .depth1 .depth1_drop_btn.active {
  border-bottom: 1px solid #111111;
}
.header__mo nav > ul .depth1 .depth2 {
  padding: 30px;
  background-color: #F6F6F6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  border-bottom: 1px solid #111111;
  display: none;
}
.header__mo nav > ul .depth1 .depth2 > li > a {
  font-size: 1.125rem;
  font-weight: 400;
}

@media screen and (max-width: 1440px) {
  header .header__container .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1360px) {
  header .header__container .header__wrap .header__logo {
    max-width: 180px;
  }
  header .header__container .header__wrap nav > ul {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  header .header__container .header__wrap nav > ul .depth1 {
    min-width: 80px;
  }
  header .header__container .header__wrap nav > ul .depth1:nth-child(2) .depth2 {
    min-width: 180px;
  }
  header .header__container .header__wrap nav > ul .depth1:nth-child(4) .depth2 {
    min-width: 200px;
  }
  header .header__container .header__wrap nav > ul .depth1 .depth2 {
    min-width: 130px;
  }
  header .header__container .header__wrap nav > ul .depth1 .depth2 > li > a {
    font-size: 0.9375rem;
  }
  header .header__container .header__wrap nav:hover > ul .depth1 {
    min-width: 130px;
  }
  header .header__container .header__wrap nav:hover > ul .depth1:nth-child(2) {
    min-width: 180px;
  }
  header .header__container .header__wrap nav:hover > ul .depth1:nth-child(4) {
    min-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  header .header__container {
    height: 80px;
  }
  header .header__container .header__wrap .header__logo {
    max-width: 150px;
  }
  header .header__container .header__wrap nav {
    display: none;
  }
  .header__ham_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .header__container {
    height: 60px;
  }
  .header__ham_wrap {
    width: 20px;
    height: 18px;
  }
  .header__mo nav > ul {
    row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .header__mo nav > ul .depth1 {
    font-size: 1.375rem;
  }
  .header__mo nav > ul .depth1 .depth1_drop_btn {
    padding-bottom: 15px;
  }
  .header__mo nav > ul .depth1 .depth1_drop_btn > button {
    max-width: 20px;
  }
  .header__mo nav > ul .depth1 .depth1_drop_btn,
  .header__mo nav > ul .depth1 > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__mo nav > ul .depth1 .depth2 {
    padding: 20px;
  }
}
/**************************************** header 끝*/
/**************************************** footer 시작*/
footer {
  width: 100%;
  background-color: #111111;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
}
footer .top_btn {
  width: 50px;
  height: 50px;
  border-radius: 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;
  background-color: #910024;
  margin-right: calc((100% - 1400px) / 2);
  position: fixed;
  z-index: 900;
  right: 0;
  bottom: 20px;
  cursor: pointer;
  display: none;
}
footer .footer__wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 215px 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  position: relative;
}
footer .footer__wrap .footer__logo {
  max-width: 215px;
  width: 100%;
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
footer .footer__wrap .footer__select_url {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 10px 40px 10px 20px;
  font-size: 0.875rem;
  background-image: url(/img/icon--select_arrow--w.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
footer .footer__wrap .footer__select_url option {
  color: #222222;
}
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 .info_container .title {
  font-size: 1.25rem;
  font-weight: 700;
}
footer .info_container .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: 10px;
}

@media screen and (max-width: 1440px) {
  footer .top_btn {
    margin-right: 20px;
  }
  footer .footer__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer__wrap .footer__select_url {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer__wrap {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  footer .footer__wrap .footer__logo {
    max-width: 180px;
  }
  footer .info_container .title {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  footer .top_btn {
    width: 40px;
    height: 40px;
  }
  footer .top_btn img {
    max-width: 14px;
  }
  footer .footer__wrap {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  footer .footer__wrap .footer__logo {
    max-width: 180px;
  }
  footer .footer__wrap .footer__select_url {
    position: static;
    right: 20px;
  }
  footer .info_container .title {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
/**************************************** footer 끝*/
/**************************************** subPage banner 시작*/
.sub_banner__container {
  position: relative;
}

.sub_banner__back {
  position: absolute;
  right: -40px;
  bottom: -40px;
  opacity: 0;
}

.sub_banner__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: 60px;
}

.sub_banner {
  width: 100%;
}

.sub_banner__title {
  font-size: 3.125rem;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.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 {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 999;
}
.sub_tab_container .sub_tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.sub_tab_container .sub_tab li {
  font-size: 1.375rem;
  font-weight: 700;
  color: #cccccc;
  position: relative;
}
.sub_tab_container .sub_tab li.current {
  color: #910024;
}
.sub_tab_container .sub_tab li.current::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #910024;
}

@media screen and (max-width: 1240px) {
  .sub_banner__back {
    right: -30px;
    bottom: -30px;
    max-width: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .sub_banner__back {
    max-width: 480px;
  }
  .sub_banner__title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_tab_container {
    overflow-x: auto;
    position: relative;
    z-index: 9999;
  }
  .sub_tab_container .sub_tab {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  .sub_tab_container .sub_tab li {
    white-space: nowrap;
  }
  .sub_banner__title {
    font-size: 2.125rem;
  }
  .sub_banner__title .br_type.br_type--mo {
    display: block;
  }
  .sub_banner__wrap {
    row-gap: 40px;
  }
  .sub_banner__back {
    max-width: 240px;
    right: -10px;
    top: 20px;
    bottom: auto;
  }
}
/**************************************** 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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pager > button {
  opacity: 0.2;
}
.pager > button.pager-prev img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.pager > button.active {
  opacity: 1;
}
.pager > button:hover {
  opacity: 1;
}
.pager .page {
  width: 30px;
  height: 30px;
  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;
  border-radius: 100%;
  font-size: 1.125rem;
  font-weight: 700;
}
.pager .page.active {
  background-color: #910024;
  color: #fff;
  font-weight: 800;
}
.pager .page:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pager {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .pager button.pager-prev {
    margin-right: 15px;
  }
  .pager button.pager-next {
    margin-left: 15px;
  }
}
@media screen and (max-width: 540px) {
  .pager {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 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 끝*/
/**************************************** gallery comp 시작*/
.gallery__list_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 60px;
}

.gallery__list {
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.gallery__list a {
  width: 100%;
  height: 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;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.gallery__list figure {
  aspect-ratio: 91/40;
  width: 100.5%;
  overflow: hidden;
  position: relative;
  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;
}
.gallery__list figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__list .info_container {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  background-color: #fff;
}
.gallery__list .title_container {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
}
.gallery__list .title_container.ellipsis--1 * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery__list .title_container.ellipsis--2 * {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery__list .date {
  color: #999999;
  font-size: 1.125rem;
}
.gallery__list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 5px);
  height: calc(100% + 6px);
  border-radius: 10px;
  background-color: #910024;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery__list:hover a {
  border: 1px solid transparent;
}
.gallery__list:hover::after {
  opacity: 1;
}
.gallery__list.type--text .info_container {
  min-height: 200px;
}

@media screen and (max-width: 1240px) {
  .gallery__list_wrap {
    row-gap: 40px;
  }
  .gallery__list .title_container {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .gallery__list_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery__list::after {
    display: none;
  }
  .gallery__list:hover a {
    border: 1px solid #E6E6E6;
  }
}
@media screen and (max-width: 768px) {
  .gallery__list_wrap {
    grid-template-columns: 1fr;
  }
  .gallery__list_wrap .gallery__list {
    max-width: 100%;
  }
  .gallery__list .info_container {
    padding: 15px 10px;
  }
  .gallery__list .title_container {
    font-size: 1.25rem;
  }
  .gallery__list .date {
    font-size: 1.0625rem;
  }
  .gallery__list.type--text .info_container {
    min-height: 150px;
  }
}
/**************************************** gallery comp 끝*/
/**************************************** 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: 1440px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main.sub {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main.sub {
    margin-top: 60px;
  }
  .subpage__title {
    -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;
    font-size: 1.375rem;
    word-break: keep-all;
  }
}/*# sourceMappingURL=common.css.map */