/* BASIC css start */
/* BASIC css start */
html, body {margin: 0; padding: 0; height: 100%;}

.wrap {margin:0 auto; text-align: center; width: 100%;}
.wrap > div { width: 100%; margin:0 auto; padding:10% 0;}
.wrap > div img {max-width:1000px;width: 90%;}

.wrap section > div { width: 100%; margin:0 auto; padding:10% 0;}
.wrap section > div img {max-width:1000px;width: 90%;}



.video-bg-wrap {position: relative; width: 100%; aspect-ratio:3840 / 2160; background:#000;}
.video-bg-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0;}
.video-bg-wrap .overlay-image {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; z-index: 1; pointer-events: none;}

.video-bg-wrap2 {position: relative; width: 100%; aspect-ratio:3840 / 1500; background:#000;}
.video-bg-wrap2 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0;}
.video-bg-wrap2 .overlay-image {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; z-index: 1; pointer-events: none;}

.video-bg-wrap3 {position: relative; max-width: 1000px;width: 85%; aspect-ratio:1920 / 1080; background:#000; margin:0 auto; border-radius:20px;}
.video-bg-wrap3 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0;  border-radius:20px;}
.video-bg-wrap3 .overlay-image {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; z-index: 1; pointer-events: none;}
.video-bg-wrap3 + h1 .video-bg-wrap4 + h1 {font-size:2em; color:#fff;}

.video-bg-wrap4 {position: relative;max-width: 1000px;width: 85%;aspect-ratio:1920 / 2160;background:#000;margin:0 auto;border-radius:20px;}
.video-bg-wrap4 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0;  border-radius:20px;}
.video-bg-wrap4 .overlay-image {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; z-index: 1; pointer-events: none;}


.timer_wrap {position: fixed;bottom: 0;left: 0;width: 100%;background: #222222de;color: #fff;padding: 16px 0px;font-size: 1.1rem;z-index: 1000;box-shadow: 0 -2px 5px rgba(0,0,0,0.3);}
.timer_wrap > div {display: flex;justify-content: space-evenly;align-items: center;width: 100%;margin: 0 auto;}
.timer_wrap .timer_text {text-align: center;font-family: 'Spoqa Han Sans Neo';font-size: 0.8em;font-weight: 500;color: #ffffff;}
.timer_wrap .timer {font-size: 1.5em;font-family: 'Spoqa Han Sans Neo';font-weight: 800;color: #ffe600;letter-spacing: 2px;}
.timer_wrap a {background: #148bff;padding: 5px 22px;border-radius: 8px;font-weight: 600; text-align: center;font-family: 'Spoqa Han Sans Neo';font-size: 1.2em;font-weight: 500;color: #ffffff;}


.responsive-vimeo-bg {
  position: relative;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1000 / 350; /* 비율 유지 */
  margin: 0 auto; /* 가운데 정렬 (선택사항) */
  overflow: hidden;
}

.responsive-vimeo-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* 클릭 방지 */
}




.promo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.promo-image,
.promo-content {
  width: 100%;
  max-width: 52.5%;
  box-sizing: border-box;
}

.promo-image {
  position: relative;
  z-index: 2;
  margin-right: -30%;
}

.promo-content {
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20% 5%;
  z-index: 1;
}

.promo-content img {
  max-width: 100%;
  height: auto;
  /* margin-bottom: 20px; */
}

.promo-button {
  display: inline-block;
  background-color: #2b6efd;
  color: #fff;
  padding: 26px 0;
  text-decoration: none;
  font-weight: bold;
  border-radius: 14px;
  text-align: center;
  font-size: 2em;
  font-family: 'Spoqa Han Sans Neo';
}

/* 반응형 대응 */
@media (max-width: 768px) {
  .promo-container {
    flex-direction: column;
  }

  .promo-image,
  .promo-content {
    max-width: 100%;
    margin-right: 0;
  }

  .promo-image {
    margin-bottom: -10%;
  }
}



.nav-list {
  position: absolute;
  list-style: none;
  padding: 0% 0.9%;
  margin: 0;
  z-index: 1000;
  opacity: 0;
  top: 0;
  transition: opacity 0.5s ease;
  background: #ffffff99;
  border-radius: 20px;
  box-shadow: 3px 3px 5px #2196f338;
  display: flex;
  transform: rotate(90deg) translateY(-50%) translateX(20%);
  transform-origin: left center;
}


.quick-list {
  margin: 2px 0;
  text-align:left;
  white-space: nowrap;
  position: relative;
  padding-right: 9px;
  padding-left: 5px;
}

.quick-list::after {
    content: '';
    display: block;
    width: 2px;
    height: 80%;
    background: #0288f8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transform-origin: center;
}

.quick-list:last-of-type::after {
    content: none;
}

.quick-list a {
  text-decoration: none;
  color: #333;
  font-weight: 300;
  font-size: 0.8em;
  transition: color 0.3s;
  letter-spacing: -1px;
  font-family: 'Spoqa Han Sans Neo';
}

.quick-list a.active {
  color: #2b6efd;
  font-weight: 600;
}


/* BASIC css end */


/* BASIC css end */

