@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');

/*Common*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow: hidden;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
html:has(body.mainPage) {
  overflow: hidden !important;
  height: 100%;
  overscroll-behavior: none;
}
body.mainPage {
  overflow: hidden;
  height: 100%;
  width: 100%;
  overscroll-behavior: none;
  position: fixed;
  inset: 0;
  background-color: #050306;
}
body.mainPage .sec,
body.mainPage .sec2 .sec2Pin,
body.mainPage .sec2 .container,
body.mainPage .sec3 {
  height: calc(var(--main-vh, 1vh) * 100);
}
body.mainPage #track {
  height: auto;
  will-change: auto;
}
body {
  background-color: var(--color-FF);
  word-break: keep-all;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
}
html, body {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}
body,
h1,h2,h3,h4,h5,h6,
th,td,
li,dt,dd,
a,p,
input,
textarea,
select,
option,
button {
  font-family: "Noto Sans KR", "Poppins", "pretendard", "돋움", dotum, sans-serif;
  /* font-family: "pretendard", "Poppins", "Noto Sans KR", "돋움", dotum, sans-serif; */
  font-size: var(--fz-14);
  font-weight: normal;
  line-height: 1.4;
}
img,
fieldset,
iframe {
  border: 0 none;
}
body.mainPage .sec1,
body.mainPage .sec3 .container1 .content {
  container-type: size;
}
.vimeoCoverWrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
/* 가로 16:9 — sec3 ptbr, PC/mobile 공통 단일 iframe */
body.mainPage .sec3 .vimeoCoverWrap iframe.ptbr,
.vimeoCoverWrap iframe:not(.ptbr):not(.mbbr) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100cqw, calc(100cqh * 16 / 9));
  height: max(100cqh, calc(100cqw * 9 / 16));
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
/* sec1 PC·태블릿 — 영상 원본 비율 2114×1080 */
body.mainPage .sec1 .vimeoCoverWrap iframe.ptbr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100cqw, calc(100cqh * 2114 / 1080));
  height: max(100cqh, calc(100cqw * 1080 / 2114));
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
/* 세로 9:16 — mbbr 모바일 전용 */
.vimeoCoverWrap iframe.mbbr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100cqw, calc(100cqh * 9 / 16));
  height: max(100cqh, calc(100cqw * 16 / 9));
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
@supports not (width: 100cqw) {
  body.mainPage .sec3 .vimeoCoverWrap iframe.ptbr,
  .vimeoCoverWrap iframe:not(.ptbr):not(.mbbr) {
    width: 177.78vh;
    height: 100%;
    min-width: 100%;
    min-height: 56.25vw;
  }
  body.mainPage .sec1 .vimeoCoverWrap iframe.ptbr {
    width: 195.74vh;
    height: 100%;
    min-width: 100%;
    min-height: 51.09vw;
  }
  .vimeoCoverWrap iframe.mbbr {
    width: 100%;
    height: 177.78vw;
    min-width: 56.25vh;
    min-height: 100%;
  }
}
ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
}
img,
input,
select,
textarea {
  vertical-align: middle;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
button,
label {
  cursor: pointer;
  _cursor/**/: hand;
}
button * {
  position: relative;
}
textarea {
  overflow: auto;
}
option {
  padding-right: 6px;
}
.input_text,
textarea {
  margin: -1px 0;
  padding-right: 1px;
}
input::placeholder {
	color: var(--color-66);
}
.input_check,
.input_radio {
  width: 13px;
  height: 13px;
}
.blind,
legend,
caption {
  height: 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
hr {
  display: none;
}
legend {
  width: 0;
}
:root legend {
  margin-top: -1px;
  font-size: 0;
  line-height: 0;
}
caption {
  line-height: 0;
}
img {
  max-width: 100%;
}
.viewCon a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
select:focus,
input:focus {
  outline: none;
}
button {
  border: none;
  background: transparent;
}


/* popup */
.pop_today_close {
  padding: 1px 7px 3px 7px;
  color: var(--color-FF);
  background: var(--color-30);
  vertical-align: middle;
  border: 0px;
}
.pop_close {
  padding: 1px 7px 3px 7px;
  color: var(--color-FF);
  background: var(--color-30);
  vertical-align: middle;
  border: 0px;
}

@media (max-width: 767px) {
  /* 메인 레이어 팝업 */
  .main_layer_popup {
    width: 96% !important;
    left: 50% !important;
    top: 50px !important;
    transform: translateX(-50%);
  }
  .main_layer_popup .popupContent {
    height: 100% !important;
  }
  .main_layer_popup img {
    width: 100%;
  }
}

/*=============== 로딩스피너 =================*/
#loadingIndicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  display: none;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateBg {
  0% {
    transform: translate(-50%, -50%) scale(4) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(4) rotate(360deg);
  }
}
/*=============== 로딩스피너 끝 ================*/

/*=============================== 사이트 CSS 시작 ===============================*/
/* common */
.innerWrap {
  width: 96%;
  max-width: 1560px;
  margin: 0 auto;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.pretendard {
  font-family: "pretendard", sans-serif;
}
.notoSanskr {
  font-family: "Noto Sans KR", sans-serif;
}
.geologica {
  font-family: "Geologica", sans-serif;
}

/* header */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100%;
  height: 90px;
}
header .pcHeader {
  position: relative;
  z-index: 302;
  width: 100%;
  height: 100%;
}
header .headerInnerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1760px;
}
header .headerInnerWrap .headerLogo {
  width: 130px;
  flex-shrink: 0;;
}
header .headerInnerWrap .headerLogo a {
  display: block;
}
header .headerInnerWrap .headerLogo a svg {
  display: block;
  width: 100%;
  height: auto;
}
header .headerInnerWrap .headerGnb .headerGnbList {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .headerInnerWrap .headerGnb .headerGnbList .headerGnbItem button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 0;
  background: transparent;
}
header .headerInnerWrap .headerGnb .headerGnbList .headerGnbItem button.languageBtn {
  background: url(/images/common/icon_language_w.png) no-repeat center;
}
header .headerInnerWrap .headerGnb .headerGnbList .languageItem {
  position: relative;
}
header .headerInnerWrap .headerGnb .headerGnbList .languageItem .languageList {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 5;
}
header .headerInnerWrap .headerGnb .headerGnbList .languageItem.isOpen .languageList {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .headerInnerWrap .headerGnb .headerGnbList .languageItem .languageListInner {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  background-color: var(--color-primary);
}
header .headerInnerWrap .headerGnb .headerGnbList .languageItem .languageListItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  font-size: var(--fz-16);
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
header .headerInnerWrap .headerGnb .headerGnbList .languageItem .languageListItem.active a {
  background-color: var(--color-primary-dark);
  color: #fff;
}
header .headerInnerWrap .headerGnb .headerGnbList .languageItem .languageListItem a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn .icon {
  position: relative;
  display: block;
  width: 28px;
  height: 20px;
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn .icon .iconLine {
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--color-FF);
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn .icon .iconLine.lineTop {
  top: 0;
  width: 28px;
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn .icon .iconLine.lineMiddle {
  top: 9px;
  left: 8px;
  width: 20px;
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn .icon .iconLine.lineBottom {
  top: 18px;
  width: 28px;
}

/* main: header 로드 시 순차 페이드 인 (sectionNav와 동일 톤) */
body.mainPage header .headerLogo {
}
body.mainPage header .headerGnb .headerGnbItem {
  opacity: 0;
  transform: translateX(12px);
  animation: headerItemIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
body.mainPage header .headerGnb .headerGnbItem:nth-child(1) {
  animation-delay: 0.35s;
}
body.mainPage header .headerGnb .headerGnbItem:nth-child(2) {
  animation-delay: 0.55s;
}
@keyframes headerItemIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1399px) {

}

@media (max-width: 812px) {

  header .headerInnerWrap .headerLogo {
    width: 110px;
  }
}

/* footer */
.footer {
  background-color: var(--color-00);
  color: #fff;
  overflow: visible;
}

#footer {
  overflow: visible;
}

.footer .footerTop {
  border-bottom: 1px solid var(--color-33);
}

.footer .footerInnerWrap {
  width: 100%;
  padding: 70px 3%;
  display: flex;
  justify-content: space-between;
}

.footer .footerBrand {
  width: 150px;
}

.footer .footerBrand .logo {
  width: 150px;
  opacity: 0.5;
}

.footer .snsList {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: var(--m40);
}

.footer .snsList .snsItem a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--color-B3);
}

.footer .snsList .snsItem a img,
.footer .snsList .snsItem a svg {
  width: 100%;
  height: 100%;
}

.footer .snsList .snsItem a svg {
  fill: currentColor;
}

.footer .footerInfo {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.footer .footerInfo .infoGroup {
  padding: 0 min(2.2vw, 50px);
  max-width: 23.5vw;
  border-right: 1px solid var(--color-33);
}

.footer .footerInfo .infoGroup:first-child {
  border-left: 1px solid var(--color-33);
}

.footer .footerInfo .infoGroup .infoTitle {
  margin-bottom: 8px;
  color: var(--color-B3);
  font-family: "pretendard", "Poppins", sans-serif;
  font-size: var(--fz-20);
  font-weight: 600;
}

.footer .footerInfo .infoGroup .infoText {
  color: var(--color-CC);
  font-family: "pretendard", "Poppins", sans-serif;
  font-size: var(--fz-18);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5em;
}

.footer .footerBottom {
  overflow: visible;
}

.footer .footerBottom .footerBottomInner {
  width: 100%;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
}

.footer .footerBottom .footerBottomInner .footerActionLink,
.footer .footerBottom .footerBottomInner .footerFamilySiteBtn {
  display: inline-flex;
  align-items: center;
  width: 20%;
  justify-content: center;
  height: 80px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: var(--color-FF);
  font-family: "pretendard", "Poppins", sans-serif;
  font-size: var(--fz-20);
  font-weight: 500;
  line-height: 1;
}
.footer .footerBottom .footerBottomInner .footerFamilySite {
  position: relative;
  width: 20%;
  z-index: 1;
  border-right: 1px solid var(--color-33);
}
.footer .footerBottom .footerBottomInner .footerFamilySite.isOpen {
  z-index: 20;
}
.footer .footerBottom .footerBottomInner .footerFamilySite .footerFamilySiteBtn {
  width: 100%;
}
.footer .footerBottom .footerBottomInner .footerActionLink {
  border-left: 1px solid var(--color-33);
  border-right: 1px solid var(--color-33);
}

.footer .footerBottom .footerBottomInner .footerFamilySiteBtn {
  position: relative;
  justify-content: space-between;
  cursor: pointer;
}

.footer .footerBottom .footerBottomInner .footerFamilySiteBtn .footerFamilySiteBtnText {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.footer .footerBottom .footerBottomInner .footerFamilySiteBtn .icon {
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid var(--color-FF);
  border-bottom: 2px solid var(--color-FF);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.3s ease;
}
.footer .footerBottom .footerBottomInner .footerFamilySite.isOpen .footerFamilySiteBtn .icon {
  transform: rotate(-135deg) translateY(-2px);
}
.footer .footerBottom .footerBottomInner .footerFamilySiteList {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 30;
}
.footer .footerBottom .footerBottomInner .footerFamilySite.isOpen .footerFamilySiteList {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.footer .footerBottom .footerBottomInner .footerFamilySiteListInner {
  display: flex;
  flex-direction: column;
  background-color: var(--color-00);
  border: 1px solid var(--color-33);
  border-bottom: 0;
}
.footer .footerBottom .footerBottomInner .footerFamilySiteListItem a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--color-33);
  color: var(--color-CC);
  font-size: var(--fz-18);
  font-weight: 500;
  line-height: 1.3;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.footer .footerBottom .footerBottomInner .footerFamilySiteListItem a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--color-FF);
}

.footer .footerBottom .footerBottomInner .copyright {
  margin-left: auto;
  color: var(--color-B3);
  font-size: var(--fz-18);
  font-weight: 500;
  line-height: 80px;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1399px) {
  .footer .footerInnerWrap {
    flex-direction: column;
    gap: 30px;
  }

  .footer .footerBrand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .snsList {
    margin-top: 0;
  }
  .footer .footerInfo {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: 0;
  }
  .footer .footerInfo .infoGroup:first-child {
    width: 100%;
  }
  .footer .footerInfo .infoGroup {
    width: 33.3%;
    max-width: none;
    min-width: 0;
    padding: 0 18px;
    border-left: 1px solid var(--color-33);
    border-right: none;
  }

  .footer .footerBottom {
    position: relative;
  }

  .footer .footerBottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 1px;
    background-color: var(--color-33);
  }

  .footer .footerBottom .footerBottomInner {
    flex-wrap: wrap;
  }

  .footer .footerBottom .footerBottomInner .footerActionLink,
  .footer .footerBottom .footerBottomInner .footerFamilySite {
    width: 50%;
  }

  .footer .footerBottom .footerBottomInner .footerFamilySiteBtn {
    width: 100%;
    height: 70px;
    justify-content: space-between;
    padding: 0 20px 0 16px;
    font-size: var(--fz-18);
  }

  .footer .footerBottom .footerBottomInner .footerFamilySiteBtn .icon {
    margin-left: 0;
  }

  .footer .footerBottom .footerBottomInner .footerActionLink {
    height: 70px;
    font-size: var(--fz-18);
  }

  .footer .footerBottom .footerBottomInner .copyright {
    width: 100%;
    padding: 18px 30px 20px;
    text-align: left;
    line-height: 1.5;
  }
}

@media (max-width: 812px) {
  header {
    height: 70px;
  }
  .footer .footerInnerWrap {
    padding: var(--m40) 20px 20px;
  }

  .footer .footerBrand .logo {
    width: 120px;
  }

  .footer .snsList {
    margin-top: 24px;
    gap: 14px;
  }

  .footer .snsList .snsItem a {
    width: 24px;
    height: 24px;
  }

  .footer .footerInfo {
    flex-direction: column;
    gap: 20px;
  }

  .footer .footerInfo .infoGroup {
    width: 100%;
    padding: 0 10px;
  }

  .footer .footerInfo .infoGroup .infoTitle {
    margin-bottom: 4px;
    font-size: var(--fz-16);
  }

  .footer .footerInfo .infoGroup .infoText {
    font-size: var(--fz-14);
  }
  .footer .footerBottom::before {
    top: 56px;
  }
  .footer .footerBottom .footerBottomInner .footerActionLink,
  .footer .footerBottom .footerBottomInner .footerFamilySite {
    width: 50%;
    min-width: 0;
  }

  .footer .footerBottom .footerBottomInner .footerFamilySiteBtn {
    width: 100%;
    height: 56px;
    justify-content: space-between;
    padding: 0 18px 0 14px;
    font-size: var(--fz-14);
  }

  .footer .footerBottom .footerBottomInner .footerFamilySiteBtn .icon {
    width: 7px;
    height: 7px;
    margin-left: 0;
    margin-right: 10px;
  }

  .footer .footerBottom .footerBottomInner .footerActionLink {
    height: 56px;
    font-size: var(--fz-14);
  }

  .footer .footerBottom .footerBottomInner .footerFamilySiteListItem a {
    min-height: 48px;
    padding: 12px 16px;
    font-size: var(--fz-14);
  }

  .footer .footerBottom .footerBottomInner .copyright {
    padding: 14px;
    font-size: var(--fz-12);
    white-space: normal;
  }
}

/* main: footer 라인 그리기 효과 */
body.mainPage .footer .footerTop {
  position: relative;
  border-bottom: none;
}
body.mainPage .footer .footerTop::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-33);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
body.mainPage .footer.is-visible .footerTop::after {
  transform: scaleX(1);
  transition-delay: 0s;
}

/* 라인 그리기 중간(0.25s)쯤 footer 내용 페이드 인 */
body.mainPage .footer .footerInnerWrap,
body.mainPage .footer .footerInfo .infoGroup > *,
body.mainPage .footer .footerBottom .footerBottomInner > * {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
}
body.mainPage .footer.is-visible .footerInnerWrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(1) > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(2) > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(3) > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(4) > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerActionLink {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerFamilySite {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .copyright {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

body.mainPage .footer .footerInfo .infoGroup {
  position: relative;
  border-right: none;
}
body.mainPage .footer .footerInfo .infoGroup::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-33);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.5s ease;
}
body.mainPage .footer.is-visible .footerInfo .infoGroup::after {
  transform: scaleY(1);
}
body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(1)::after {
  transition-delay: 0.06s;
}
body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(2)::after {
  transition-delay: 0.13s;
}
body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(3)::after {
  transition-delay: 0.2s;
}

body.mainPage .footer .footerBottom .footerBottomInner .footerActionLink,
body.mainPage .footer .footerBottom .footerBottomInner .footerFamilySiteBtn {
  position: relative;
  border-right: none;
  border-left: none;
}
body.mainPage .footer .footerBottom .footerBottomInner .footerFamilySite {
  border-right: none;
}
body.mainPage .footer .footerBottom .footerBottomInner .footerActionLink::before,
body.mainPage .footer .footerBottom .footerBottomInner .footerActionLink::after,
body.mainPage .footer .footerBottom .footerBottomInner .footerFamilySite::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-33);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.5s ease;
}
body.mainPage .footer .footerBottom .footerBottomInner .footerActionLink::before {
  left: 0;
}
body.mainPage .footer .footerBottom .footerBottomInner .footerActionLink::after {
  right: 0;
}
body.mainPage .footer .footerBottom .footerBottomInner .footerFamilySite::after {
  right: 0;
}
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerActionLink::before,
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerActionLink::after,
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerFamilySite::after {
  transform: scaleY(1);
}
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerActionLink::before {
  transition-delay: 0.22s;
}
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerActionLink::after {
  transition-delay: 0.28s;
}
body.mainPage .footer.is-visible .footerBottom .footerBottomInner .footerFamilySite::after {
  transition-delay: 0.34s;
}

@media (max-width: 1399px) {
  body.mainPage .footer .footerInfo .infoGroup {
  }
  body.mainPage .footer .footerInfo .infoGroup::after {
    display: none;
  }
  body.mainPage .footer .footerInfo .infoGroup:first-child::before {
    display: block;
  }

  body.mainPage .footer .footerBottom::before {
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s ease;
  }
  body.mainPage .footer.is-visible .footerBottom::before {
    transform: scaleX(1);
    transition-delay: 0.16s;
  }
}

@media (max-width: 812px) {
  body.mainPage .footer .footerInfo .infoGroup {
    border-left: none;
    border-right: none;
    padding-bottom: 20px;
  }
  body.mainPage .footer .footerInfo .infoGroup::before,
  body.mainPage .footer .footerInfo .infoGroup::after {
    display: none;
  }
  body.mainPage .footer .footerInfo .infoGroup:not(:last-child)::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s ease;
  }
  body.mainPage .footer.is-visible .footerInfo .infoGroup:not(:last-child)::after {
    transform: scaleX(1);
  }
  body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(1):not(:last-child)::after {
    transition-delay: 0.06s;
  }
  body.mainPage .footer.is-visible .footerInfo .infoGroup:nth-child(2):not(:last-child)::after {
    transition-delay: 0.13s;
  }
}

/* all Menu */
.allMenu {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 301;
  backdrop-filter: blur(3px);
}
.allMenu .allMenuInner {
  width: 100%;
  height: 100%;
  padding: 90px var(--m80);
  display: flex;
  justify-content: center;
  align-items: center;
}
.allMenu .allMenu1depthList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.allMenu .allMenu1depthList .allMenu1depthItem {
  padding: var(--m40) 20px;
  flex: 1;
  position: relative;
  transform: translateY(14px);
}
.allMenu .allMenu1depthList .allMenu1depthItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-B3);
}
.allMenu .allMenu1depthList .allMenu1depthItem > a {
  display: inline-block;
  font-size: var(--fz-36);
  color: #fff;
  font-weight: 600;
}
.allMenu .allMenu1depthList .allMenu1depthItem .allMenu1depthItemTitle {}
.allMenu .allMenu2depthList {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.allMenu .allMenu2depthList .allMenu2depthItem {
  width: 100%;
}
.allMenu .allMenu2depthList .allMenu2depthItem > a {
  display: inline-block;
  font-size: var(--fz-22);
  color: #fff;
  font-weight: 300;
  padding: 4px 0;
  width: 100%;
}
.allMenu .allMenu2depthList .allMenu2depthItem .allMenu2depthItemTitle {
  position: relative;
}
.allMenu .allMenu2depthList .allMenu2depthItem > a .allMenu2depthItemTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.allMenu .allMenu2depthList .allMenu2depthItem > a:hover .allMenu2depthItemTitle::before {
  width: 100%;
}
.allMenu .allMenu3depthList {
  margin-top: 10px;
}
.allMenu .allMenu3depthList .allMenu3depthItem {
  width: 100%;
}
.allMenu .allMenu3depthList .allMenu3depthItem + .allMenu3depthItem {
  margin-top: 2px;
}
.allMenu .allMenu3depthList .allMenu3depthItem > a {
  display: inline-block;
  font-size: var(--fz-18);
  color: #fff;
  font-weight: 500;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  padding: 4px 0;
  width: 100%;
}
.allMenu .allMenu3depthList .allMenu3depthItem > a:hover {
  opacity: 1;
}
.allMenu .allMenu3depthList .allMenu3depthItem .allMenu3depthItemTitle {}

/* allMenu open */
.headerNav {
  transition: visibility 0.3s ease, pointer-events 0.3s ease, opacity 0.3s ease;
}
.headerNav.hide {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.allMenuBtn .iconLine {
  transition: transform 0.3s ease, background 0.3s ease;
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn.active .icon .iconLine.lineTop {
  transform: translateY(8px) rotate(45deg);
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn.active .icon .iconLine.lineMiddle {
  transform: scaleX(0);
}
header .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn.active .icon .iconLine.lineBottom {
  transform: translateY(-10px) rotate(-45deg);
}
.allMenu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0.5s ease, pointer-events 0.5s ease, opacity 0.5s ease;
}
.allMenu.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
/* allMenu가 header 밖 형제일 때 오버레이(301)보다 GNB·닫기 버튼이 위로 오게 */
#header:has(.allMenu.active) header {
  z-index: 302;
  transform: translateY(0);
  overflow: hidden;
}

/* allMenu 열림: 구분선 그리기 후 1depth li 순차 페이드 */
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(1)::before,
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(1) > a,
.allMenu  .allMenu1depthList .allMenu1depthItem:nth-child(1) .allMenu2depthList { --delay: 0.3; }
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(2)::before,
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(2) > a,
.allMenu  .allMenu1depthList .allMenu1depthItem:nth-child(2) .allMenu2depthList  { --delay: 0.6; }
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(3)::before,
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(3) > a,
.allMenu  .allMenu1depthList .allMenu1depthItem:nth-child(3) .allMenu2depthList  { --delay: 0.9; }
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(4)::before,
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(4) > a,
.allMenu  .allMenu1depthList .allMenu1depthItem:nth-child(4) .allMenu2depthList  { --delay: 1.2; }
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(5)::before,
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(5) > a,
.allMenu  .allMenu1depthList .allMenu1depthItem:nth-child(5) .allMenu2depthList  { --delay: 1.5; }
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(6)::before,
.allMenu .allMenu1depthList .allMenu1depthItem:nth-child(6) > a,
.allMenu  .allMenu1depthList .allMenu1depthItem:nth-child(6) .allMenu2depthList  { --delay: 1.8; }
.allMenu .allMenu1depthList .allMenu1depthItem::before{
  height:0;
  transition: height 0.3s ease;
	transition-delay: calc(var(--delay) * 0.3s)
}
.allMenu.active .allMenu1depthList .allMenu1depthItem::before{
  height:100%;
}
.allMenu .allMenu1depthList .allMenu1depthItem > a {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: calc(var(--delay) * 0.4s);
}
.allMenu.active .allMenu1depthList .allMenu1depthItem > a {
  opacity: 1;
  transform: translateY(0);
}

.allMenu .allMenu1depthList .allMenu1depthItem .allMenu2depthList {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: calc(var(--delay) * 0.5s);
}

.allMenu.active .allMenu1depthList .allMenu1depthItem .allMenu2depthList {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1399px) {
  .allMenu .allMenu1depthList .allMenu1depthItem > a {
    font-size: var(--fz-30);
  }
  .allMenu .allMenu3depthList .allMenu3depthItem > a {
    font-size: var(--fz-16);
  }
  .allMenu .allMenu1depthList .allMenu1depthItem {
    padding: var(--m40) 10px;
  }
}
@media screen and (max-width: 900px) {
  .allMenu .allMenu1depthList {
    display: block;
    position: relative;
  }
  .allMenu .allMenu1depthList .allMenu1depthItem {
    position: static;
    transform: none;
  }
  .allMenu .allMenu1depthList .allMenu1depthItem::before {
    display: none;
  }
  .allMenu .allMenu1depthList .allMenu1depthItem > a {
    width: 50%;
    font-size: var(--fz-25);
    transition-delay: 0s;
  }
  .allMenu .allMenu1depthList .allMenu1depthItem .allMenu2depthList {
    width: 50%;
    margin-top: 0;
    gap: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    padding-left: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    transition-delay: 0s;
  }
  .allMenu.active .allMenu1depthList .allMenu1depthItem > a {
    transition-delay: calc(var(--delay) * 0.4s);
  }
  .allMenu.active .allMenu1depthList .allMenu1depthItem .allMenu2depthList {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
  }
  /* 클릭된 1depth의 2depth만 페이드인 */
  .allMenu.active .allMenu1depthList .allMenu1depthItem.isOpen .allMenu2depthList {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  .allMenu .allMenu1depthList::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-B3);
  }
  /* 1depth 클릭 시 중앙 구분선 그리기 */
  .allMenu .allMenu1depthList::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background-color: var(--color-B3);
    transition: height 0.4s ease;
  }
  .allMenu .allMenu1depthList.hasSubOpen::after {
    height: 100%;
  }
  .allMenu .allMenu3depthList .allMenu3depthItem > a {
    font-size: var(--fz-18);
  }
  
}


/* mobile sub nav (2depth · 3depth) */
.mobileSubNav {
  display: none;
}

@keyframes linkBoxBorderShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@media screen and (max-width: 900px) {
  .allMenu {
    height: calc(var(--app-vh, 1vh) * 100);
  }

  .mobileSubNav {
    display: block;
    position: relative;
    z-index: 300;
    width: 100%;
    background-color: var(--color-primary);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.3s ease;
  }

  #header:has(.allMenu.active) .mobileSubNav {
    transform: translateY(-100%);
    pointer-events: none;
  }

  .mobileSubNavInner {
    display: flex;
    align-items: stretch;
    min-height: 60px;
  }

  .mobileSubNavCol {
    position: relative;
    flex: 1;
    min-width: 0;
  }

  .mobileSubNavDivider {
    width: 1px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.25);
  }

  .mobileSubNavTrigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 60px;
    padding: 8px 16px 8px 20px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: left;
  }

  .mobileSubNavTriggerTitle {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobileSubNavTriggerIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    transition: transform 0.3s ease;
  }

  .mobileSubNavCol.isOpen .mobileSubNavTriggerIcon {
    transform: rotate(180deg);
  }

  .mobileSubNavDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--color-primary);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.05);
    z-index: 2;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      max-height 0.35s ease,
      opacity 0.3s ease,
      transform 0.35s ease,
      visibility 0.35s ease,
      padding 0.35s ease;
  }

  .mobileSubNavCol.isOpen .mobileSubNavDropdown {
    max-height: 320px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    border-top: 1px solid var(--color-primary-dark);
  }

  .mobileSubNavDropdownItem > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.64px;
    color: #fff;
    text-align: center;
    transition: background-color 0.3s ease;
  }

  .mobileSubNavDropdownItem > a:hover,
  .mobileSubNavDropdownItem.active > a {
    background-color: var(--color-primary-dark);
  }

  #header:has(.mobileSubNav) + #container .pageTop {
    margin-top: 150px;
  }
}

@media screen and (max-width: 812px) {
  #header:has(.mobileSubNav) + #container .pageTop {
    margin-top: 130px;
  }
}

/* headerGnb.white */
/* .headerInnerWrap .headerLogo a svg path:not(.main-colorR) {
  transition: fill 0.3s ease;
}
.pcHeader.white .headerInnerWrap .headerLogo a svg path:not(.red) {
  fill: var(--color-FF);
}
.pcHeader.white .headerInnerWrap .headerGnb .headerGnbList .headerGnbItem button.languageBtn {
  transition: background 0.3s ease;
  background: url(/images/common/icon_language_w.png) no-repeat center;
}
.pcHeader.white .headerInnerWrap .headerGnb .headerGnbList .allMenuItem .allMenuBtn .icon .iconLine {
  background: var(--color-FF);
} */

/* intro */
.intro {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.intro .introBg {
  position: absolute;
  inset: 0;
  background-color: var(--color-00);
  opacity: 1;
  will-change: opacity;
}
.intro .container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainPage.introPlaying {
  overflow: hidden;
}
.mainPage.introPlaying #wrap {
  height: 100vh;
  overflow: hidden;
}
.mainPage.introPlaying header .headerLogo {
  animation: none;
  transform: none;
}
.intro .logoArea {
  overflow: visible;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  pointer-events: none;
}
.intro .logoArea svg {
  display: block;
  overflow: visible;
}
.intro .logoArea svg .A {
  transform-origin: 50% 50%;
}