:root {
  --mint: #08d5a8;
  --orange: #ffb347;
  --yellow: #fff176;
  --white: #ffffff;
  --page: #121417;
  --max: 1080px;
  --fixed-header-height: clamp(64px, 7vw, 90px);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* background: var(--page); */
  color: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--fixed-header-height);
  /* ížˆì–´ë¡œì™€ ë‹¤ìŒ ë‹¨ë½ì€ 'ê²¹ì¹¨'ì´ í¬ì¸íŠ¸ë¼ ì„¹ì…˜ ì‚¬ì´ ê°„ê²©ì€ ë‘ì§€ ì•ŠìŠµë‹ˆë‹¤ */
  gap: 0;
  /* padding: 18px 0 40px; */
}

.hero-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fixed-header-height);
  display: flex;
  align-items: center;
  z-index: 1200;
  background: var(--mint);
}

.hero-fixed-header__inner {
  width: min(100% - 24px, var(--max));
  margin: 0 auto;
  padding: 0 18px;
}

.hero-container{
  background: var(--mint);
  width: 100%;
}

.hero {
  position: relative;
  width: min(100% - 24px, var(--max));
  background: var(--mint);
  /* border-radius: 18px; */
  /* 12.pngê°€ ë‹¤ìŒ í° ë‹¨ë½ìœ¼ë¡œ ì‚´ì§ ë‚´ë ¤ê°€ë©° ê²¹ì¹˜ê²Œ í•˜ë ¤ë©´ overflow:hiddenì´ë©´ ìž˜ë¦½ë‹ˆë‹¤ */
  overflow: visible;
  /* box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35); */
  margin: 0px auto;
}

.hero__ref {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.10;
  filter: saturate(1.05) contrast(1.05);
  pointer-events: none;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 4;
  padding: 22px 18px 18px;
}

.hero__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero__logo {
  width: min(200px, 52vw);
  /* logo.pngê°€ í° ë¡œê³  + ê²€ì • ë°°ê²½ì¸ ê²½ìš°: ê²€ì •ì„ ë°°ê²½ê³¼ ìžì—°ìŠ¤ëŸ½ê²Œ ì„žì´ê²Œ ì²˜ë¦¬ */
  mix-blend-mode: lighten;
  filter: contrast(1.05);
}

.hero__nav {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 14px);
  font-size: clamp(0.85rem, 1.5vw, 1.15rem);
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.95;
}

.hero__nav-sep {
  opacity: 0.75;
}

.hero__rule {
  height: 2px;
  margin: 16px 0 18px;
  background: rgba(255, 255, 255, 0.65);
}

.hero__headline {
  display: grid;
  justify-items: center;
  gap: 0;
}

.hero__headline-img {
  width: min(92%, 860px);
  margin: clamp(14px, 2.6vw, 26px) 0 clamp(10px, 2.2vw, 18px);
}

.hero__subline-img {
  width: min(92%, 860px);
  margin: clamp(10px, 2.2vw, 18px) 0 clamp(14px, 2.6vw, 26px);
}

.hero__ctas {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(12px, 2.4vw, 22px);
}

.hero__cta img {
  width: min(44vw, 360px);
}

.hero__stage {
  position: relative;
  margin-top: 10px;
  min-height: min(72vh, 760px);
}

.hero__character {
  position: relative;
  z-index: 6;
  width: min(92%, 860px);
  margin: 0 auto;
  /* ë‹¤ìŒ ë‹¨ë½(í° ë°°ê²½)ìœ¼ë¡œ í•˜ë‹¨ ë°•ìŠ¤ê°€ ë°˜ì¯¤ ê±¸ì¹˜ê²Œ: ì•„ëž˜ë¡œ ë‹¹ê¹€ */
  /* margin-top: clamp(10px, 2.4vw, 22px); */
  margin-bottom: clamp(-100px, -14vw, -110px);
}

img.hero__character {}

.next {
  /* position: relative; */
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  /* 12.png í•˜ë‹¨ ë°•ìŠ¤ê°€ ë°˜ì¯¤ ê±¸ì¹˜ë„ë¡: ì„¹ì…˜ ìžì²´ë¥¼ ì‚´ì§ ìœ„ë¡œ ë‹¹ê¹€ */
  /* margin-top: clamp(-120px, -10vw, -80px); */
  background: #ffffff;
  border-radius: 18px;
  /* box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22); */
  padding: 100px 0px;
}

.next--soft {
  background: #f6f6f6;
}

.next--mint {
  background: #08d5a8;
}

.next__inner {
  width: min(100% - 24px, var(--max));
  margin: 0 auto;
}

.next + .next {
  /* margin-top: 250px; */
  /* padding-top: clamp(20px, 2.2vw, 32px); */
}

.dark-container + .next {
  /* margin-top: 250px; */
}

.next__slice {
  margin: 0;
}
.next__slice img{margin:0px auto; margin-bottom:50px;}

.next__slice--left img {
  margin-left: 0;
  margin-right: auto;
}

.next__slice--121-122 img {
  margin-left: clamp(12px, 2.2vw, 24px);
  margin-right: auto;
  margin-bottom: 50px;
}

.next__slice--flush-bottom img {
  margin-bottom: 0;
}

.next__slice--mint {
  background: #08d5a8;
  padding: 90px 0px;
}

.next__slice--overlap img {
  margin-bottom: -270px;
  position: relative;
  z-index: 2;
}

.next--overlap-source {
  position: relative;
  z-index: 3;
  overflow: visible;
}

.next--mint-bridge {
  position: relative;
  z-index: 1;
  padding-top: 140px;
}

.next__slice + .next__slice {
  margin-top: -1px;
}

.next__stack {
  position: relative;
}

.next__stack-item {
  position: absolute;
  top: 50%;
  width: clamp(130px, 28%, 360px);
  margin: 0;
  z-index: 2;
  transform: translateY(-50%);
}

.next__stack-item--left {
  left: 46%;
  transform: translate(-108%, -50%);
}

.next__stack-item--right {
  left: 54%;
  transform: translate(8%, -50%);
}

.next__stack-item img {
  margin: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.78);
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__img {
  max-width: min(96vw, 1200px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}

.lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #222;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.is-lightbox-open {
  overflow: hidden;
}

.faq {
  width: min(100% - 24px, var(--max));
  margin: 0 auto;
  padding: 0 12px;
}

.faq__item {
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  background: #f6f6f6;
  overflow: hidden;
}

.faq__item + .faq__item {
  margin-top: 14px;
}

.faq__head {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  background: transparent;
  border: 0;
  color: #9a9a9a;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.faq__num {
  font-weight: 800;
  color: #9a9a9a;
}

.faq__title {
  font-weight: 800;
  color: #9a9a9a;
}

.faq__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.faq__body {
  padding: 50px 16px;
  background: #ffffff;
  color: #111;
}

.faq__body p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.faq__body p:last-child {
  margin-bottom: 0;
}

.faq__image {
  margin: 0;
}

.faq__image img {
  margin: 0 auto 14px;
}

.faq__image img.js-zoomable {
  cursor: zoom-in;
}

.faq__image:last-child img {
  margin-bottom: 0;
}

.faq__item.is-open {
  border-color: #08d5a8;
  background: #eafff8;
}

.faq__item.is-open .faq__num,
.faq__item.is-open .faq__title {
  color: #08d5a8;
}

.image-slider {
  width: 100%;
  margin: 0 auto;
}

.slider-section {
  width: 100%;
  background: #ffffff;
  padding: 24px 0 100px;
}

.slider-section__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 16px;
}

.image-slider__viewport {
  overflow: hidden;
  border-radius: 12px;
}

.image-slider__track {
  display: flex;
  gap: 12px;
  transition: transform 280ms ease;
  will-change: transform;
}

.image-slider__slide {
  flex: 0 0 78%;
  margin: 0;
}

.image-slider__slide img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: contain;
  background: #ffffff;
}

.image-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.image-slider__btn {
  width: 34px;
  height: 34px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  background: #fff;
  color: #555;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.image-slider__dots {
  display: flex;
  gap: 8px;
}

.image-slider__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cfcfcf;
  padding: 0;
  cursor: pointer;
}

.image-slider__dot.is-active {
  background: #08d5a8;
}

.image-slider.image-slider--static .image-slider__viewport {
  overflow: visible;
}

.image-slider.image-slider--static .image-slider__slide {
  flex: 1 1 0;
}

.image-slider.image-slider--static .image-slider__controls {
  display: none;
}

@media (min-width: 1024px) {
  .image-slider__viewport {
    overflow: hidden;
  }

  .image-slider__slide {
    flex: 0 0 62%;
  }

  .image-slider__slide img {
    height: 700px;
  }
}

.dark-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  background-image: url("img/layer48.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: var(--white);
  padding: 100px 0px;
}

.dark {
  position: relative;
  width: min(100% - 24px, var(--max));
  margin: 0 auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: visible;
}

.dark__inner {
  padding: clamp(22px, 3vw, 32px) 18px clamp(22px, 3vw, 32px);
}

.dark__slice {
  margin: 0;
}

.dark__slice img {
  margin: 0 auto 50px;
  max-width: 100%;
  height: auto;
  display: block;
}

.dark__slice:last-child img {
  margin-bottom: 0;
}

.dark__slice + .dark__slice {
  margin-top: -1px;
}

@media (max-width: 420px) {
  .hero__ctas {
    gap: 10px;
  }

  .hero__headline-img {
    margin: clamp(12px, 3.2vw, 18px) 0 clamp(8px, 2.6vw, 14px);
  }

  .hero__subline-img {
    margin: clamp(8px, 2.6vw, 14px) 0 clamp(12px, 3.2vw, 18px);
  }

  .hero__cta img {
    width: calc(50% - 5px);
  }

  .hero__stage {
    min-height: 640px;
  }

  .hero__character {
    margin-top: clamp(8px, 3.2vw, 16px);
    margin-bottom: clamp(-150px, -18vw, -95px);
  }

  .hero-container + .next {
    margin-top: clamp(-105px, -14vw, -70px);
  }

  .hero__nav {
    gap: 8px;
    font-size: clamp(0.78rem, 2.2vw, 0.92rem);
  }
}
