.row--box {
  width: 1380px !important;
  margin: 0 auto !important;
  max-width: 100%;
  min-width: 320px;
  padding-left: 16px;
  padding-right: 16px;
}

/************************/

.section-title {
  & > h1 {
    text-align: center;
    font-size: clamp(26px, 1.188vw + 22.2px, 45px);
    line-height: 1.25;
    margin: 0 0 26px;
    font-weight: 900;
    letter-spacing: -3px;
  }

  & > h2 {
    text-align: center;
    font-size: clamp(16px, 0.25vw + 15.2px, 20px);
    line-height: 1.4;
    color: #666;
    margin: 0 0 10px;
  }
}

/* 헤드 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0f2b5b;
  width: 100%;
  padding: 0 100px;
  height: 80px;
  z-index: 999;

  .hd-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    display: block;
    background: url("../images/logo.png?01") no-repeat;
    width: 220px;
    height: 42px;
    background-size: contain;
    font-size: 0;

    @media only screen and (max-width: 768px) {
      background: url("../images/logo-m.png?01") no-repeat;
      width: 60px;
      height: 40px;
      background-size: contain;
    }
  }

  .topNav {
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;

    & > li {
      border-radius: 100px;
      height: 42px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      padding: 0 25px;
    }
  }

  @media only screen and (max-width: 768px) {
    height: 54px;
    padding: 0 16px;

    .hd-inner {
      width: 100%;
    }

    .topNav li {
      height: 32px;
      padding: 0 12px;
      font-size: 14px;
    }
  }
}

.container-base {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  border: 0px solid red;
}

/* SECTION */
.section-block {
  position: relative;
  padding: 100px 0 160px;

  &.section-block--white {
    background: #ffffff;
  }
  &.section-block--skyblue {
    background: #93ebff;
  }

  &.section-block--sky {
    background: #cfe5ff;
  }

  &.section-block--cream {
    background: #f7edc8;
  }
  &.section-block--blue {
    background: #93c5ff;
  }
  @media all and (max-width: 768px) {
    padding: 30px 0 80px;
  }
}

/* WAVE */
/* 기본 파도 스타일 (Desktop & Base) */
.wave-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 44px;
  background-repeat: repeat-x;
  background-size: 420px 44px;
  z-index: 10;
}

.wave-divider--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='44' viewBox='0 0 420 44'%3E%3Cpath d='M0 24c35 0 35-16 70-16s35 16 70 16 35-16 70-16 35 16 70 16 35-16 70-16 35 16 70 16v20H0V24z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.wave-divider--sky {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='44' viewBox='0 0 420 44'%3E%3Cpath d='M0 24c35 0 35-16 70-16s35 16 70 16 35-16 70-16 35 16 70 16 35-16 70-16 35 16 70 16v20H0V24z' fill='%23cfe5ff'/%3E%3C/svg%3E");
}

.wave-divider--skyblue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='44' viewBox='0 0 420 44'%3E%3Cpath d='M0 24c35 0 35-16 70-16s35 16 70 16 35-16 70-16 35 16 70 16 35-16 70-16 35 16 70 16v20H0V24z' fill='%2393EBFF'/%3E%3C/svg%3E");
}

.wave-divider--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='44' viewBox='0 0 420 44'%3E%3Cpath d='M0 24c35 0 35-16 70-16s35 16 70 16 35-16 70-16 35 16 70 16 35-16 70-16 35 16 70 16v20H0V24z' fill='%2393c5ff'/%3E%3C/svg%3E");
}

.wave-divider--cream {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='44' viewBox='0 0 420 44'%3E%3Cpath d='M0 24c35 0 35-16 70-16s35 16 70 16 35-16 70-16 35 16 70 16 35-16 70-16 35 16 70 16v20H0V24z' fill='%23f7edc8'/%3E%3C/svg%3E");
}

.wave-divider--navy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='44' viewBox='0 0 420 44'%3E%3Cpath d='M0 24c35 0 35-16 70-16s35 16 70 16 35-16 70-16 35 16 70 16 35-16 70-16 35 16 70 16v20H0V24z' fill='%230f2b5b'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .wave-divider {
    height: 22px;
    background-size: 210px 22px;
  }
}

/* HERO */
.hero-ocean-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 80px);
  background: linear-gradient(180deg, #2e7cff 0%, #5aa2ff 55%, #8fc4ff 100%);
  overflow: hidden;
  margin-top: clamp(45px, 2.188vw + 38px, 80px);

  .hero-ocean__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    padding-top: clamp(100px, 3.75vw + 88px, 160px);

    .hero-ocean__eyebrow {
      margin: 0 auto clamp(12px, 1.125vw + 8.4px, 30px);
      font-size: clamp(18px, 0.375vw + 16.8px, 24px);
      letter-spacing: -1px;
      background: var(--black);
      border-radius: 100px;
      padding: 12px 20px 8px;
      width: fit-content;
    }

    .hero-ocean__title {
      margin: 0 0 12px;
      font-size: clamp(30px, 2.5vw + 22px, 70px);
      line-height: 1.4;
      letter-spacing: -0.03em;
      font-weight: 900;
    }

    .hero-ocean__desc {
      margin: 0 0 22px;
      font-size: clamp(18px, 0.625vw + 16px, 28px);
      line-height: 1.3;
    }

    .hero-ocean__cta {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }
  }

  .hero-ocean__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    .hero-bg-img-pc {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .hero-bg-img-mo {
      display: none;
    }
  }
}
@media all and (max-width: 768px) {
  .hero-ocean-wrap {
    min-height: 650px;
  }
}
@media all and (max-width: 1024px) {
  .hero-bg-img-pc {
    display: none;
  }
  .hero-bg-img-mo {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* BUTTON */
.btn-app {
  padding: 20px 28px 16px;
  font-size: 18px;
  border-radius: 999px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.12s ease, background-color 0.12s ease,
    border-color 0.12s ease;

  &:active {
    transform: scale(0.98);
  }

  &.btn-app--primary {
    background: #ff5b5b;
    color: #fff;

    &:hover {
      background: #ff4747;
    }
  }

  &.btn-app--ghost {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);

    &:hover {
      background: rgba(255, 255, 255, 0.22);
      border-color: rgba(255, 255, 255, 0.35);
    }
  }
}
@media all and (max-width: 768px) {
  .btn-app {
    padding: 13px 20px 6px;
    font-size: 14px;
    line-height: 100%;
  }
}

/* FEATURE */
.feature-trio {
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

  .feature-trio__item {
    background: #fff;
    border-radius: clamp(10px, 0.5vw + 8.4px, 18px);
    padding: 60px 16px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.06);
    text-align: center;

    .feature-trio__icon {
      display: grid;
      place-items: center;
      width: clamp(70px, 8.125vw + 44px, 200px);
      height: clamp(70px, 8.125vw + 44px, 200px);
      border-radius: 999px;
      background: #f4f6ff;
      margin: 0 auto 25px;

      & > img {
        width: clamp(54px, 4.75vw + 38.8px, 130px);
        height: clamp(54px, 4.75vw + 38.8px, 130px);
        object-fit: contain;
      }
    }

    .feature-text-box {
    }
    .feature-trio__headline {
      margin: 0 0 6px;
      font-size: clamp(15px, 0.313vw + 14px, 20px);
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .feature-trio__text {
      margin: 0;
      font-size: clamp(13px, 0.188vw + 12.4px, 16px);
      line-height: 1.35;
      color: #666;
    }
  }
}

@media all and (max-width: 768px) {
  .feature-trio {
    gap: 10px;

    .feature-trio__item {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px 16px;
      box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);

      .feature-trio__icon {
        margin: 0;
      }
    }
    .feature-text-box {
      text-align: left;
    }
  }
}

.shot-card__frame {
  width: min(900px, 100%);
  border-radius: 18px;

  .shot-card__img {
    width: 100%;
    height: auto;
    border-radius: clamp(12px, 0.375vw + 10.8px, 18px);
  }
}

/* SHOT CARD */
.border-radius {
  background: var(--white);
  border-radius: clamp(14px, 1vw + 10.8px, 30px);
  padding: clamp(14px, 2.25vw + 6.8px, 50px);
}

.shot-card {
  display: grid;
  place-items: center;

  &.shot-card--wide {
    .shot-card__frame {
      width: min(920px, 100%);
    }
  }
}

.section-game-box {
  padding: 100px 0;
}

/* GAME SLIDER */
.game-slider {
  position: relative;
  margin-top: 18px;

  .game-slider__viewport {
    overflow: hidden;

    .game-slider__track {
      display: flex;
      will-change: transform;
      transform: translate3d(0, 0, 0);
      transition: transform 0.28s ease;
      touch-action: pan-y;
      user-select: none;

      &.is-dragging {
        transition: none;
        cursor: grabbing;
      }

      .game-slider__slide {
        flex: 0 0 100%;
      }
    }
  }

  .game-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;

    &:active {
      transform: translateY(-50%) scale(0.98);
    }

    &.game-slider__nav--prev {
      left: 10px;
    }

    &.game-slider__nav--next {
      right: 10px;
    }

    &.is-disabled {
      opacity: 0.35;
      pointer-events: none;
    }
  }

  .game-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;

    .game-slider__dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      border: 0;
      background: rgba(0, 0, 0, 0.22);
      cursor: pointer;

      &.is-active {
        background: rgba(0, 0, 0, 0.55);
      }
    }
  }
}

.step-video {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  @media all and (max-width: 768px) {
    border-radius: 12px;
  }
}

/* LEARN TABS */
.learn-tabs {
  margin-top: 18px;

  .learn-tabs__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;

    .learn-tabs__btn {
      height: 46px;
      padding: 0 26px;
      border-radius: 999px;
      border: 1px solid var(--gray-200);
      background: var(--white);
      font-size: 16px;
      font-weight: 800;
      cursor: pointer;
      transition: background-color 0.12s ease, border-color 0.12s ease,
        transform 0.12s ease;

      &:active {
        transform: scale(0.98);
      }

      &:hover {
        background: #f6f6f6;
        border-color: #dcdcdc;
      }

      &.is-active {
        background: var(--primary);
        border-color: var(--primary);
        color: #fff;
      }
    }
  }
  .learn-tabs__panel {
    display: none;
    .shot-card {
      background: var(--gray-100) !important;
    }

    &.is-active {
      display: block;
    }
  }
}

@media all and (max-width: 768px) {
  .learn-tabs {
    margin-top: 10px;

    .learn-tabs__nav {
      gap: 4px;
      margin-bottom: 16px;

      .learn-tabs__btn {
        height: 38px;
        padding: 0 11px;
        font-size: 14px;
      }
    }
  }
}

/* REVIEWS */
.review-area {
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;

  .review-area__summary {
    border-radius: clamp(12px, 1.125vw + 8.4px, 30px);
    border: 1px solid #ffd993;
    background: rgba(255, 255, 255, 0.2);
    padding: clamp(12px, 1.125vw + 8.4px, 30px);
    margin-bottom: clamp(16px, 0.875vw + 13.2px, 30px);

    .rating-list {
      display: flex;
      flex-direction: column;
      gap: 20px;

      .rating-list__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;

        .rating-list__label {
          font-size: clamp(14px, 0.125vw + 13.6px, 16px);
          width: 100%;
          white-space: nowrap;
          color: #333;
        }

        .rating-list__bar {
          width: 50%;
          height: 10px;
          border-radius: 999px;
          background: rgba(0, 0, 0, 0.08);
          overflow: hidden;

          i {
            display: block;
            height: 100%;
            border-radius: 999px;
            background: var(--primary);
          }
        }
      }
    }
  }

  .review-area__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(10px, 0.625vw + 8px, 20px);

    .review-card {
      background: var(--white);
      border-radius: clamp(20px, 0.625vw + 18px, 30px);
      padding: clamp(12px, 1.125vw + 8.4px, 30px);

      .review-card__title {
        margin: 0 0 8px;
        font-size: clamp(15px, 0.188vw + 14.4px, 18px);
        font-weight: 600;
        letter-spacing: -0.02em;
      }

      .review-card__text {
        margin: 0 0 10px;
        font-size: clamp(14px, 0.125vw + 13.6px, 16px);
        line-height: 1.55;
        color: var(--gray-700);
      }

      .review-card__meta {
        margin: 0;
        font-size: 14px;
        color: var(--gray-500);
      }
    }
  }
}

/* FOOTER */
.landing-footer {
  background: #0f2b5b;
  color: #fff;
  padding: 28px 0;

  .landing-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;

    .landing-footer__copy {
      .landing-footer__title {
        margin: 0 0 14px;
        font-weight: 900;
        letter-spacing: -0.02em;
      }

      .landing-footer__desc {
        margin: 0;
        font-size: 13px;
        opacity: 0.9;
      }
    }

    .landing-footer__cta {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
  }
}

/* RESPONSIVE */
@media (max-width: 860px) {
  .feature-trio {
    grid-template-columns: 1fr;
  }

  .review-area {
    grid-template-columns: 1fr;
  }
}

/**************/
.sns-symbol-wrap {
  display: flex;
  gap: 8px;

  & > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 120px;
    height: 36px;

    &::before {
      display: block;
      width: 100%;
      height: 100%;
    }
  }
  .btn-customer {
    width: fit-content;
    font-size: 13px !important;
    color: var(--white);
    padding-right: 10px;
  }
  .store-ios {
    &::before {
      content: "";
      background: url("../images/store-ios.png?01") no-repeat;
      background-size: 100%;
    }
  }
  .store-google {
    &::before {
      content: "";
      background: url("../images/store-aos.png") no-repeat;
      background-size: 100%;
    }
  }

  .store-oneStore {
    &::before {
      content: "";
      background: url("../images/store-onestore.png") no-repeat;
      background-size: 100%;
    }
  }
}

@media all and (max-width: 768px) {
  .sns-symbol-wrap {
    gap: 8px;
    & > a {
      width: 26px;
      height: 26px;
    }

    .store-ios {
      &::before {
        content: "";
        background: url("../images/ico-store-ios.svg") no-repeat;
        background-size: 100%;
        filter: var(--filter-white);
      }
    }
    .store-google {
      &::before {
        content: "";
        background: url("../images/ico-store-aos.svg") no-repeat;
        background-size: 100%;
        filter: var(--filter-white);
      }
    }

    .btn-customer {
      font-size: 12px;
      padding-right: 6px;
    }
  }
}

#site_empty {
  display: none !important;
}
.empty {
  display: none !important;
}  
.isweb-ad-v2 {
  display: none !important;
}
.hd69738eef76b0c {
  display: none !important;
}