/* Pre-registration (사전등록) - PC */

/* 预约关闭后隐藏（菜单项保留节点，避免 nth-child 错位） */
html.reservation-closed .btnReservHome,
html.reservation-closed .btnReservPage,
html.reservation-closed .section.sec2,
html.reservation-closed .reservationModal,
html.reservation-closed .completeModal,
html.reservation-closed .privacyModal,
html.reservation-closed #pageMenu li[data-menuanchor="section-2"],
html.reservation-closed .is-reserv-hidden {
  display: none !important;
}

/*
 * Left nav — bind by data-menuanchor（避免隐藏预约项后 nth-child 错位）
 * - idle:   height 69 (width ~109)
 * - active: 197 × 41
 */
.launching .pageNavigation {
  left: 28px;
}

.launching .pageNavigation ul {
  gap: 14px;
  align-items: flex-start;
}

.launching .pageNavigation ul li {
  height: 69px;
}

.launching .pageNavigation ul li a,
.launching .pageNavigation ul li.active a,
.launching ul li:nth-child(2) a,
.launching ul li:nth-child(2).active a,
.launching ul li:nth-child(3) a,
.launching ul li:nth-child(3).active a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: auto 69px !important;
  transition: background-image 0.25s ease, background-size 0.25s ease, opacity 0.2s ease;
}

.launching .pageNavigation ul li a:hover {
  opacity: 0.88;
}

.launching .pageNavigation ul li.active a,
.launching ul li:nth-child(2).active a,
.launching ul li:nth-child(3).active a {
  background-size: 197px 41px !important;
  opacity: 1;
}

.launching .pageNavigation ul li[data-menuanchor="section-1"] a {
  background-image: url("../images/naviMain.png") !important;
}
.launching .pageNavigation ul li[data-menuanchor="section-1"].active a {
  background: url("../images/naviMainActive.png") no-repeat left center !important;
}
.launching .pageNavigation ul li[data-menuanchor="section-2"] a,
.launching ul li[data-menuanchor="section-2"] a {
  background-image: url("../images/naviReserv.png") !important;
}
.launching .pageNavigation ul li[data-menuanchor="section-2"].active a,
.launching ul li[data-menuanchor="section-2"].active a {
  background: url("../images/naviReservActive.png") no-repeat left center !important;
}
.launching .pageNavigation ul li[data-menuanchor="section-4"] a,
.launching ul li[data-menuanchor="section-4"] a {
  background-image: url("../images/naviWorldView.png") !important;
}
.launching .pageNavigation ul li[data-menuanchor="section-4"].active a,
.launching ul li[data-menuanchor="section-4"].active a {
  background: url("../images/naviWorldViewActive.png") no-repeat left center !important;
}
.launching .pageNavigation ul li[data-menuanchor="section-5"] a {
  background-image: url("../images/naviIntroduce.png") !important;
}
.launching .pageNavigation ul li[data-menuanchor="section-5"].active a {
  background: url("../images/naviIntroduceActive.png") no-repeat left center !important;
}

/* Keep proportional nav on narrower desktops (base 1420) */
@media (max-width: 1420px) {
  .launching .pageNavigation {
    left: 1.9718vw; /* 28/1420 */
  }

  .launching .pageNavigation ul {
    gap: 0.9859vw; /* 14/1420 */
  }

  .launching .pageNavigation ul li {
    width: 13.8732vw; /* 197/1420 */
    height: 4.8592vw; /* 69/1420 */
  }

  .launching .pageNavigation ul li a,
  .launching .pageNavigation ul li.active a,
  .launching ul li:nth-child(2) a,
  .launching ul li:nth-child(2).active a,
  .launching ul li:nth-child(3) a,
  .launching ul li:nth-child(3).active a {
    background-size: auto 4.8592vw !important; /* height 69 */
  }

  .launching .pageNavigation ul li.active a,
  .launching ul li:nth-child(2).active a,
  .launching ul li:nth-child(3).active a {
    background-size: 13.8732vw 2.8873vw !important; /* 197×41 */
  }
}

/* Home CTA */
/* Home CTA: fixed between slogan (≈50%) and store channels */
.launching .section.sec1 .storeBox {
  top: 74%;
  left: 0;
  transform: translateY(-50%);
}
.section.sec1 .btnReservHome {
  position: absolute;
  left: 50%;
  top: 62%;
  bottom: auto;
  z-index: 5;
  width: 429px;
  height: 124px;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.section.sec1 .btnReservHome img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 사전등록 section (Fig.1) */
.section.sec2 .section-bg {
  background-image: url("../images/yy-page.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.sec2 .btnReservPage {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 5;
  width: 429px;
  height: 124px;
  transform: translateX(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.section.sec2 .btnReservPage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.sec2 .section-inner .copy {
  display: none;
}

/* Right reservation slide modal (Fig.3) */
.modal.reservationModal {
  display: flex;
  align-items: center !important;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.72);
}
.modal.reservationModal .modal_body {
  position: relative;
  width: 1019px;
  height: 966px;
  max-width: 53vw;
  max-height: 96vh;
  border: 0;
  margin-right: 0;
  background-image: url("../images/right-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 72px 80px 40px;
}
.modal.reservationModal .closeBtn {
  position: absolute;
  top: 18px;
  right: 28px;
  left: auto;
  z-index: 10;
  width: 48px;
  height: 48px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
.modal.reservationModal .reservTitle {
  width: 408px;
  max-width: 70%;
  margin: 0 auto 36px;
}
.modal.reservationModal .reservTitle img {
  display: block;
  width: 100%;
  height: auto;
}
.modal.reservationModal .checkArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 520px;
  padding: 0 !important;
  z-index: 9;
}
.modal.reservationModal .preOrderOption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 480px;
  height: 48px;
  border-radius: 30px;
  background-color: rgba(20, 8, 8, 0.55);
  border: 1px solid rgba(171, 171, 171, 0.35);
}
.modal.reservationModal .preOrderOption .preOrderMarket {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.modal.reservationModal .preOrderOption .preOrderMarketLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.modal.reservationModal .preOrderOption .preOrderMarket + .preOrderMarketLabel:before {
  content: "";
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  box-sizing: border-box;
}
.modal.reservationModal .preOrderOption .preOrderMarket:checked + .preOrderMarketLabel:before {
  background: radial-gradient(circle at center, #fff 0 45%, transparent 48%);
  border-color: #fff;
}
.modal.reservationModal .preOrderOption .osIcon {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  object-fit: contain;
}
.modal.reservationModal .apply {
  width: 100%;
  max-width: 480px;
  height: 56px;
  border: 1px solid rgba(171, 171, 171, 0.54);
  margin-bottom: 8px;
  background-color: rgba(20, 8, 8, 0.45);
}
.modal.reservationModal .apply input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #e8e8e8;
  text-align: center;
  background: transparent;
  border: 0;
  outline: none;
}
.modal.reservationModal .apply input::placeholder {
  color: #ababab;
}
.modal.reservationModal .agreeBox {
  width: 100%;
  max-width: 480px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.modal.reservationModal .allAgree {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(171, 171, 171, 0.54);
  box-sizing: border-box;
}
.modal.reservationModal .allAgree .allAgreeLeft {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.modal.reservationModal .allAgree .detailLink {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #d7d7d7;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
.modal.reservationModal .allAgree .detailLink:hover {
  color: #fff;
  text-decoration: underline;
}
.modal.reservationModal .checkWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.modal.reservationModal .authCheck {
  width: 16px;
  height: 16px;
  accent-color: #8b1c1c;
  cursor: pointer;
}
.modal.reservationModal .authCheckLabel {
  cursor: pointer;
  color: #f0f0f0;
  font-size: 15px;
}
.modal.reservationModal .btnReservSubmit {
  width: 429px;
  height: 124px;
  margin: 18px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.modal.reservationModal .btnReservSubmit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Success modal (Fig.2) */
.modal.completeModal {
  z-index: 130;
}
.modal.completeModal .modal_body {
  position: relative;
  width: 994px;
  height: 456px;
  max-width: 90vw;
  border: 0;
  background-image: url("../images/cg-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.completeModal .modal_body .completeText {
  width: 78%;
  max-width: 760px;
  pointer-events: none;
}
.modal.completeModal .modal_body .completeText img {
  display: block;
  width: 100%;
  height: auto;
}
.modal.completeModal .modal_body .closeBtn {
  top: -8px;
  right: -56px;
  width: 57px;
  height: 57px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

/* Privacy / detail modal (Fig.4) */
.modal.privacyModal {
  z-index: 120;
}
.modal.privacyModal .modal_body {
  position: relative;
  width: 1148px;
  height: 696px;
  max-width: 92vw;
  max-height: 90vh;
  border: 0;
  background-image: url("../images/xq-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 70px 90px 50px;
  color: #f2f2f2;
}
.modal.privacyModal .modal_body .closeBtn {
  top: 18px;
  right: -52px;
  width: 57px;
  height: 57px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
.modal.privacyModal .privacyTitle {
  width: 408px;
  max-width: 100%;
  margin: 0 auto 28px;
}
.modal.privacyModal .privacyTitle img {
  display: block;
  width: 100%;
  height: auto;
}
.modal.privacyModal .privacyContent {
  height: calc(100% - 75px);
  overflow: auto;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}
.modal.privacyModal .privacyContent p {
  margin-bottom: 18px;
  color: #ececec;
}
.modal.privacyModal .privacyContent ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.modal.privacyModal .privacyContent ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  color: #ececec;
}
.modal.privacyModal .privacyContent ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1420px) {
  .launching .section.sec1 .storeBox {
    top: 74%;
    transform: translateY(-50%);
  }
  .section.sec1 .btnReservHome {
    width: 30.2112676056vw;
    height: 8.7323943662vw;
    top: 62%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .section.sec2 .btnReservPage {
    width: 30.2112676056vw;
    height: 8.7323943662vw;
    bottom: 2.8169014085vw;
  }
  .modal.reservationModal .modal_body {
    width: 71.7605633803vw;
    height: 68.0281690141vw;
    padding: 5.0704225352vw 5.6338028169vw 2.8169014085vw;
  }
  .modal.reservationModal .closeBtn {
    top: 1.2676056338vw;
    right: 1.9718309859vw;
    width: 3.3802816901vw;
    height: 3.3802816901vw;
  }
  .modal.reservationModal .reservTitle {
    width: 28.7323943662vw;
    margin-bottom: 2.5352112676vw;
  }
  .modal.reservationModal .checkArea {
    gap: 1.5492957746vw;
    max-width: 36.6197183099vw;
  }
  .modal.reservationModal .preOrderOption {
    gap: 3.3802816901vw;
    max-width: 33.8028169014vw;
    height: 3.3802816901vw;
  }
  .modal.reservationModal .preOrderOption .preOrderMarketLabel {
    font-size: 1.4084507042vw;
    gap: 0.7042253521vw;
  }
  .modal.reservationModal .preOrderOption .preOrderMarket + .preOrderMarketLabel:before {
    width: 1.5492957746vw;
    height: 1.5492957746vw;
  }
  .modal.reservationModal .apply {
    max-width: 33.8028169014vw;
    height: 3.9436619718vw;
  }
  .modal.reservationModal .apply input {
    font-size: 1.2676056338vw;
  }
  .modal.reservationModal .agreeBox {
    max-width: 33.8028169014vw;
    font-size: 1.1267605634vw;
  }
  .modal.reservationModal .allAgree .detailLink {
    font-size: 0.985915493vw;
  }
  .modal.reservationModal .authCheck {
    width: 1.1267605634vw;
    height: 1.1267605634vw;
  }
  .modal.reservationModal .authCheckLabel {
    font-size: 1.0563380282vw;
  }
  .modal.reservationModal .btnReservSubmit {
    width: 30.2112676056vw;
    height: 8.7323943662vw;
    margin-top: 1.2676056338vw;
  }
  .modal.completeModal .modal_body {
    width: 70vw;
    height: 32.1126760563vw;
  }
  .modal.completeModal .modal_body .closeBtn {
    top: -0.5633802817vw;
    right: -3.9436619718vw;
    width: 4.014084507vw;
    height: 4.014084507vw;
  }
  .modal.privacyModal .modal_body {
    width: 80.8450704225vw;
    height: 49.014084507vw;
    padding: 4.9295774648vw 6.338028169vw 3.5211267606vw;
  }
  .modal.privacyModal .modal_body .closeBtn {
    top: 1.2676056338vw;
    right: -3.661971831vw;
    width: 4.014084507vw;
    height: 4.014084507vw;
  }
  .modal.privacyModal .privacyTitle {
    width: 28.7323943662vw;
    margin-bottom: 1.9718309859vw;
  }
  .modal.privacyModal .privacyContent {
    height: calc(100% - 5.2816901408vw);
    font-size: 1.2676056338vw;
  }
}

@media (min-width: 1420px) and (max-height: 980px) {
  .launching .section.sec1 .storeBox {
    top: 87%;
  }
  .section.sec1 .btnReservHome {
    top: 77%;
    bottom: auto;
    transform: translate(-50%, -50%) scale(0.85);
  }
  .section.sec2 .btnReservPage {
    transform: translateX(-50%) scale(0.85);
  }
  .modal.reservationModal .modal_body {
    transform: scale(0.82);
    transform-origin: right center;
  }
}

/* Validation / guide alert modal — full-screen mask + centered dialog */
.modal.alertModal {
  z-index: 200;
  background: rgba(0, 0, 0, 0.78);
  align-items: center;
  justify-content: center;
}
.modal.alertModal .modal_body {
  position: relative;
  width: 527px;
  height: 111px;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  background-image: url("../images/alert-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.modal.alertModal .alertText {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 8px;
  bottom: 42px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  word-break: keep-all;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
.modal.alertModal .closeBtn {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 8px;
  width: 119px;
  height: 34px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../images/close-but.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.modal.alertModal .closeBtn:hover {
  opacity: 0.9;
}

@media (max-width: 1420px) {
  .modal.alertModal .modal_body {
    width: 37.1127vw; /* 527/1420 */
    height: 7.8169vw; /* 111/1420 */
  }
  .modal.alertModal .alertText {
    left: 1.9718vw;
    right: 1.9718vw;
    top: 0.5634vw;
    bottom: 2.9577vw;
    font-size: 1.1268vw;
  }
  .modal.alertModal .closeBtn {
    bottom: 0.5634vw;
    width: 8.3803vw; /* 119/1420 */
    height: 2.3944vw; /* 34/1420 */
  }
}
