    :where(.pub_page), :where(.pub_page) *, :where(.pub_page) *::before, :where(.pub_page) *::after { box-sizing: border-box; margin: 0; padding: 0; }
    /* html reset removed for site embed */
    .pub_page { font-family: 'SUIT Variable', 'Pretendard', sans-serif; background: #faf8f5; overflow-x: hidden; color: #1d1d1f; word-break: keep-all; }
    .br-mo { display: none; }
    @media (max-width: 640px) { .br-mo { display: inline; } }
    :where(.pub_page) img { display: block; max-width: 100%; }

    :root {
      --orange:    #ff9500;
      --amber:     #e8860a;
      --green:     #3db54a;
      --green-dk:  #2e9a3d;
      --blue:      #1797ff;
      --blue-cmp:  #008cff;
      --purple:    #a812ff;
      --purple-lt: #b56aff;
      --text-gray: #8f8f93;
      --text-dark: #2b2b2b;
      --text-body: #3d3d3d;
    }

    .section-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 40px;
    }

    /* ══════════════════════════════
       HERO
    ══════════════════════════════ */
    .hero {
      width: 100%;
      aspect-ratio: 1920 / 716;
      min-height: 260px;
      max-height: 600px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(180deg, #e8d5b0 0%, #d4c090 55%, #b8a878 100%);
    }
    .hero__bg {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center;
    }

    /* ══════════════════════════════
       S1 – 메인 카피
    ══════════════════════════════ */
    .s1 {
      background: #F5F5F7;
      text-align: center;
      padding: clamp(48px, 5vw, 80px) 40px clamp(48px, 5vw, 80px);
    }
    .s1__tag {
      font-size: clamp(13px, 1.1vw, 20px);
      font-weight: 800;
      color: #1d1d1f;
      letter-spacing: 0.05em;
      margin-bottom: clamp(16px, 2vw, 28px);
    }
    .s1__logo {
      width: clamp(180px, 20vw, 320px);
      margin: 0 auto clamp(32px, 3.5vw, 56px);
    }
    .s1__logo img { width: 100%; height: auto; }

    .s1__headline {
      font-size: clamp(26px, 4.2vw, 80px);
      font-weight: 800;
      line-height: 1.3;
      color: #1d1d1f;
      margin-bottom: clamp(20px, 2.5vw, 40px);
    }
    .s1__headline .orange { color: #D59859; }

    .s1__desc {
      font-size: clamp(14px, 1.4vw, 22px);
      font-weight: 500;
      color: var(--text-gray);
      line-height: 1.75;
      max-width: 1000px;
      margin: 0 auto clamp(28px, 3vw, 48px);
    }

    .s1__btn {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      margin: clamp(20px, 3vw, 48px) 0;
      background: #D59859;
      color: #fff;
      font-size: clamp(15px, 1.6vw, 24px);
      font-weight: 700;
      min-width: clamp(200px, 21vw, 320px);
      height: clamp(56px, 6vw, 86px);
      padding: 0 clamp(72px, 7vw, 108px) 0 clamp(28px, 3vw, 48px);
      border-radius: 999px;
      text-decoration: none;
      border: none; cursor: pointer;
      box-shadow: none;
      transition: transform .2s, box-shadow .2s;
      margin-bottom: clamp(40px, 5vw, 72px);
    }
    .s1__btn:hover { transform: translateY(-3px); }
    .s1__btn-img {
      display: inline-block;
      margin: clamp(20px, 3vw, 48px) 0;
      transition: transform .2s;
    }
    .s1__btn-img:hover { transform: translateY(-3px); }
    .s1__btn-img img {
      height: clamp(56px, 6vw, 86px);
      width: auto;
      display: block;
    }
    .s1__btn-icon {
      position: absolute; right: clamp(7px,.9vw,12px); top: 50%; transform: translateY(-50%);
      width: clamp(42px,4.2vw,62px); height: clamp(42px,4.2vw,62px);
      background: #fff; border-radius: 50%;
      flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
    }
    .s1__btn-icon img {
      width: clamp(14px, 1.4vw, 22px);
      height: clamp(14px, 1.4vw, 22px);
      object-fit: contain;
      transition: transform .3s ease;
    }
    .s1__btn:hover .s1__btn-icon img {
      transform: rotate(45deg);
    }

    /* 통계 바 */
    .stats-bar {
      background: var(--orange);
      width: 100%;
      padding: clamp(20px, 2.5vw, 36px) 40px;
      display: flex;
      justify-content: center;
      gap: 0;
    }
    .stats-item {
      flex: 1;
      max-width: 280px;
      text-align: center;
      color: #fff;
      position: relative;
    }
    .stats-item + .stats-item::before {
      content: '';
      position: absolute; left: 0; top: 10%; height: 80%;
      width: 1px; background: rgba(255,255,255,.35);
    }
    .stats-num {
      font-size: clamp(28px, 3vw, 56px);
      font-weight: 700;
      line-height: 1.2;
      display: block;
      color: #fff;
    }
    .stats-num em { font-style: normal; font-size: clamp(18px, 1.8vw, 34px); color: rgba(255,255,255,.8); }
    .stats-label {
      font-size: clamp(10px, 0.9vw, 16px);
      font-weight: 500;
      opacity: .85;
      display: block;
      margin-top: 4px;
    }

    /* ══════════════════════════════
       S2 – 핵심 콘텐츠
    ══════════════════════════════ */
    .s2 {
      background: #F5F5F7;
      padding: clamp(40px, 4vw, 64px) 40px 0;
      text-align: center;
      overflow: hidden;
    }
    .s2__img-bg {
      background: #ece4da;
      padding: clamp(32px, 4vw, 56px) 40px;
      margin-top: clamp(32px, 4vw, 56px);
      margin-left: -40px;
      margin-right: -40px;
    }
    .sec-h2 {
      font-family: 'Pretendard Variable', Pretendard, sans-serif;
      font-size: clamp(24px, 4.2vw, 80px);
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: clamp(12px, 1.2vw, 20px);
    }
    @media (max-width: 640px) {
      .sec-h2 { font-size: 24px !important; }
    }
    .s2 .sec-h2 {
      color: #1d1d1f;
    }
    .s2 .sec-h2 .orange { color: var(--orange); }
    .sec-sub {
      font-size: clamp(14px, 1.4vw, 22px);
      font-weight: 500;
      color: var(--text-gray);
      line-height: 1.7;
      max-width: 1200px;
      margin: 0 auto clamp(40px, 5vw, 72px);
    }

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

    /* ══════════════════════════════
       S3 – 이런 분들께
    ══════════════════════════════ */
    .s3 {
      background: #ece4da;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s3 .sec-h2 {
    }
    .s3 .sec-h2 .orange { color: var(--orange); }
    .s3 .sec-h2 .dark   { color: #1d1d1f; }
    .s2 .sec-sub, .s4 .sec-sub, .s7 .sec-sub { margin-top: clamp(16px, 2.5vw, 40px); margin-bottom: clamp(20px, 3vw, 48px); }
    .s3 .sec-sub { line-height: 1.6; }

    .target-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: clamp(14px, 2vw, 28px);
      max-width: 1100px;
      margin: 0 auto;
      align-items: start;
    }
    .target-card {
      background: #fff;
      border-radius: clamp(14px, 1.5vw, 22px);
      padding: clamp(28px, 3vw, 44px) clamp(20px, 2vw, 32px);
      text-align: center;
      box-shadow: 0 4px 20px rgba(0,0,0,.06);
    }
    .target-card i {
      font-size: clamp(28px, 3vw, 44px);
      color: var(--orange);
      margin-bottom: clamp(14px, 1.6vw, 22px);
    }
    .target-card h3 {
      font-size: clamp(14px, 1.4vw, 22px);
      font-weight: 700;
      color: #1d1d1f;
      margin-bottom: clamp(8px, 1vw, 14px);
      line-height: 1.4;
    }
    .target-card p {
      font-size: clamp(11px, 1.1vw, 17px);
      color: var(--text-gray);
      line-height: 1.6;
    }

    /* ══════════════════════════════
       S4 – 비교
    ══════════════════════════════ */
    .s4 {
      background: #F5F5F7;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s4 .sec-h2 {
      color: #1d1d1f;
    }
    .s4 .sec-h2 .orange { color: var(--orange); }

    .s4__pad-img {
      max-width: 800px;
      margin: clamp(32px, 4vw, 56px) auto;
      display: block;
      text-align: center;
      transform: translateX(8%);
    }
    .s4__pad-img img { width: 100%; height: auto; display: block; }

    .s4__cards-img {
      max-width: 1000px;
      margin: 0 auto;
    }
    .s4__cards-img img { width: 100%; height: auto; display: block; }
    .s4__cards-mo { display: none; }
    @media (max-width: 640px) {
      .s4__cards-img { display: none; }
      .s4__cards-mo {
        display: block;
        position: relative;
        width: 100%;
        margin: 16px auto 0;
        text-align: center;
      }
      .s4__cards-mo img {
        display: none;
        width: 65%;
        max-width: 240px;
        height: auto;
        border-radius: 16px;
        margin: 0 auto;
      }
      .s4__cards-mo img.active { display: block; }
      .s4__slide-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255,255,255,0.85);
        border: none;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,.12);
        font-size: 14px;
        color: #1d1d1f;
      }
      .s4__slide-btn.next { right: 16px; }
      .s4__slide-btn.prev { left: 16px; }
    }

    /* ══════════════════════════════
       S5 – 실제 화면
    ══════════════════════════════ */
    .s5 {
      background: #ffffff;
      padding: clamp(130px, 15vw, 200px) 40px clamp(24px, 2.5vw, 40px);
      text-align: center;
      position: relative;
    }
    .s5__tag {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(18px, 2.2vw, 34px);
      font-weight: 800;
      color: #D59859;
      position: absolute;
      top: clamp(110px, 13vw, 175px);
      left: 0;
      right: 0;
      margin: 0;
    }
    .s5 .sec-h2 {
      color: #1d1d1f;
      margin-top: clamp(36px, 4.5vw, 72px);
      margin-bottom: clamp(60px, 7.5vw, 110px);
    }
    .s5__img-full {
      max-width: 1200px;
      margin: clamp(56px, 7vw, 100px) auto;
      position: relative;
    }
    .s5__img-full img {
      width: 100%; height: auto; display: block;
    }
    .s5__hit {
      position: absolute;
      left: 44%;
      width: 56%;
      cursor: pointer;
      background: transparent;
      border: none;
      padding: 0;
    }
    .s5__hit:nth-child(2) { top: 2%;  height: 32%; }
    .s5__hit:nth-child(3) { top: 34%; height: 32%; }
    .s5__hit:nth-child(4) { top: 66%; height: 32%; }
    .s5__steps { display: none; }
    @media (max-width: 640px) {
      .s5__hit { display: none; }
      .s5__steps {
        display: block;
        list-style: none;
        margin-top: 28px;
        text-align: left;
        width: 100%;
      }
      .s5__step {
        padding: 18px 0;
        border-bottom: 1px solid #ebebeb;
        cursor: pointer;
      }
      .s5__step:first-child { border-top: 1px solid #ebebeb; }
      .s5__step strong {
        display: block;
        font-family: 'Pretendard', sans-serif;
        font-size: clamp(15px, 4vw, 20px);
        font-weight: 700;
        color: #1D1D1F;
        margin-bottom: 6px;
      }
      .s5__step span {
        font-family: 'Pretendard', sans-serif;
        font-size: clamp(13px, 3.5vw, 16px);
        color: #453939;
        line-height: 1.6;
      }
      .s5__step.active strong { color: #D59859; }
    }

    /* ══════════════════════════════
       S6 – AI 기능 설명
    ══════════════════════════════ */
    .s6 {
      background: #ffffff;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s6__tag {
      font-size: clamp(12px, 1.1vw, 18px);
      font-weight: 700;
      color: var(--orange);
      margin-bottom: clamp(10px, 1.2vw, 18px);
    }
    .s6 .sec-h2 {
      color: #1d1d1f;
      margin-bottom: clamp(36px, 5vw, 72px);
    }
    .s6__inner {
      display: flex;
      gap: clamp(36px, 6vw, 100px);
      align-items: center;
      max-width: 1100px;
      margin: 0 auto;
      text-align: left;
    }
    .s6__img-col {
      flex: 0 0 clamp(220px, 38%, 460px);
    }
    .s6__img-col img { width: 100%; height: auto; display: block; }
    .s6__text-col {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: clamp(24px, 3vw, 44px);
    }
    .s6__step-item {
      display: flex;
      gap: clamp(10px, 1.2vw, 18px);
      align-items: flex-start;
    }
    .s6__step-num {
      font-size: clamp(16px, 1.8vw, 30px);
      font-weight: 700;
      color: var(--orange);
      min-width: clamp(32px, 3.2vw, 50px);
      flex-shrink: 0;
      line-height: 1.4;
    }
    .s6__step-item h3 {
      font-size: clamp(14px, 1.55vw, 26px);
      font-weight: 700;
      color: #1d1d1f;
      margin-bottom: clamp(6px, .7vw, 10px);
      line-height: 1.3;
    }
    .s6__step-item p {
      font-size: clamp(12px, 1.15vw, 20px);
      color: var(--text-gray);
      line-height: 1.65;
    }

    /* ══════════════════════════════
       S7 – 영화처럼
    ══════════════════════════════ */
    .s7 {
      background: #F5F5F7;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s7 .sec-h2 {
      color: #1d1d1f;
    }
    .s7__img {
      max-width: 900px;
      margin: clamp(36px, 4vw, 60px) auto 0;
    }
    .s7__img img { width: 100%; height: auto; display: block; }

    /* ══════════════════════════════
       S8 – 더 부드럽고 섬세한 작업
    ══════════════════════════════ */
    .s8 {
      background: #fff;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s8 .sec-h2 {
      color: #1d1d1f;
    }
    .s8 .sec-sub {
      color: var(--text-gray);
      line-height: 1.8;
      margin-top: clamp(16px, 1.6vw, 24px);
    }
    .s8__img {
      max-width: 860px;
      margin: clamp(36px, 4vw, 60px) auto 0;
    }
    .s8__img img { width: 100%; height: auto; display: block; }
    .s8__img-mo { display: none; }
    @media (max-width: 640px) {
      .s8__img { display: none; }
      .s8__img-mo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: clamp(28px, 4vw, 48px) auto 0;
      }
      .s8__img-mo img { width: 260px; height: auto; display: block; }
      .s8__img-mo img:first-child { width: 290px; transform: translateX(-36px); }
    }

    /* ══════════════════════════════
       FOOTER CTA
    ══════════════════════════════ */
    .footer-cta {
      background: #F5F5F7;
      text-align: center;
      overflow: hidden;
      position: relative;
      height: clamp(520px, 58vw, 760px);
    }
    .footer-cta__content {
      position: absolute;
      left: 0;
      right: 0;
      top: 18%;
      z-index: 2;
      padding: 0 40px;
    }
    .footer-cta__sub {
      font-size: clamp(17px, 1.9vw, 30px);
      font-weight: 700;
      color: #1d1d1f;
      margin-bottom: 10px;
    }
    .footer-cta__h2 {
      font-size: clamp(17px, 1.9vw, 30px);
      font-weight: 700;
      color: #1d1d1f;
      line-height: 1.4;
      margin-bottom: clamp(18px, 2.2vw, 36px);
    }
    .btn-download {
      display: inline-flex;
      align-items: center;
      background: #1d1d1f;
      color: #fff;
      font-size: clamp(15px, 1.5vw, 24px);
      font-weight: 700;
      padding: clamp(13px, 1.4vw, 20px) clamp(44px, 5.5vw, 90px);
      border-radius: 999px;
      text-decoration: none;
      transition: transform .2s, background .2s;
    }
    .btn-download:hover { transform: translateY(-3px); background: #333; }
    .footer-cta__img { width: 100%; }
    .footer-cta__img img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* ══════════════════════════════
       FOOTER
    ══════════════════════════════ */
    footer {
      background: #1a1a1a;
      color: #888;
      font-size: clamp(10px, 0.85vw, 13px);
      line-height: 1.9;
    }
    .footer-inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: clamp(28px, 3vw, 44px) clamp(24px, 4vw, 60px) clamp(20px, 2.5vw, 36px);
    }
    .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: clamp(16px, 2vw, 24px);
    }
    .footer-brand {
      color: #fff;
      font-size: clamp(18px, 2vw, 28px);
      font-weight: 800;
      letter-spacing: .04em;
    }
    .footer-family {
      background: transparent;
      border: 1px solid #555;
      color: #999;
      padding: 7px 36px 7px 14px;
      border-radius: 4px;
      font-size: clamp(11px, .85vw, 13px);
      font-family: 'Pretendard', sans-serif;
      cursor: pointer;
      appearance: auto;
    }
    .footer-divider { border: none; border-top: 1px solid #333; margin: 0 0 clamp(16px, 2vw, 24px); }
    .footer-info { color: #888; font-size: clamp(10px, .85vw, 13px); line-height: 1.9; margin-bottom: clamp(20px, 2.5vw, 32px); }
    .footer-info a { color: #666; text-decoration: none; }
    .footer-links { display: flex; gap: clamp(14px, 2vw, 28px); }
    .footer-links a { color: #666; text-decoration: underline; font-size: clamp(10px, .85vw, 12px); }
    .footer-links a:hover { color: #aaa; }

    /* ══════════════════════════════
       반응형 – 태블릿 ≤ 900px
    ══════════════════════════════ */
    @media (max-width: 900px) {
      .hero { aspect-ratio: 16/7; min-height: 200px; max-height: 380px; }
      .target-grid { grid-template-columns: repeat(2, 1fr); }
      .s6__inner { flex-direction: column; }
      .s6__img-col { max-width: 420px; width: 100%; }
    }

    /* ══════════════════════════════
       반응형 – 모바일 ≤ 640px
    ══════════════════════════════ */
    @media (max-width: 640px) {
      .hero { aspect-ratio: auto; height: 54vw; min-height: 180px; max-height: 320px; }
      .s1, .s2, .s3, .s4, .s5, .s6 { padding-left: 20px; padding-right: 20px; }
      .s2__img-bg { margin-left: -20px; margin-right: -20px; }
      .footer-cta { padding-left: 20px; padding-right: 20px; }
    }
    @media (max-width: 640px) {
      .footer-cta {
        height: auto;
      }
      .footer-cta__content {
        position: relative;
        top: auto;
        padding: clamp(40px, 8vw, 60px) 20px 20px;
      }
      .footer-cta__img img {
        width: 100%;
      }
      .stats-bar { padding: 16px 20px; gap: 0; }
      .target-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .footer-top { flex-direction: column; align-items: flex-start; gap: 12px; }
      .footer-links { flex-direction: column; gap: 8px; }
    }

    @media (max-width: 480px) {
      .hero { height: 60vw; }
      .target-grid { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; }
    }
