*{margin:0;padding:0;box-sizing:border-box;}
:root{
  --mint:#0ABAB5;--deep:#047872;--light:#B8EAE6;
  --ink:#1A2A2A;--paper:#F4F1EA;--white:#FFFFFF;
  --fn:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
}
html{scroll-behavior:smooth;font-size:0.8333vw;-webkit-text-size-adjust:none;text-size-adjust:none;}
body{font-family:var(--fn);background:var(--white);color:var(--ink);overflow-x:hidden;}
.br-mobile{display:none;}

/* ── NAV ─────────────────────────────────────────── */
.nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid #eee;padding:0 3.75rem;height:5.1rem;display:flex;align-items:center;justify-content:space-between;}
.nav-brand img{display:block;width:6.3rem;height:3.3rem;}
.nav-links{display:flex;gap:2.1rem;align-items:center;margin-left:auto;}
.nav-link{font-size:1.05rem;font-weight:500;color:#666;background:none;border:none;cursor:pointer;font-family:var(--fn);text-decoration:none;transition:color .15s;}
.nav-link:hover{color:var(--mint);}
.nav-cta{background:var(--mint);color:var(--white);border:none;border-radius:0.375rem;padding:0.75rem 1.65rem;font-size:1.125rem;font-weight:600;cursor:pointer;font-family:var(--fn);text-decoration:none;transition:background .15s;white-space:nowrap;margin-left:2.5rem;}
.nav-cta:hover{background:var(--deep);}
.nav-preview-links{display:flex;gap:1rem;align-items:center;margin-right:auto;padding-right:1.5rem;border-right:1px solid #eee;}
.nav-hamburger{display:none;}
.nav-mobile-menu{display:none;}
.nav-mobile-link{display:none;}
.nav-mobile-cta{display:none;}

/* ── HERO ─────────────────────────────────────────── */
.hero{background:var(--ink);min-height:23.75rem;position:relative;overflow:hidden;display:flex;align-items:stretch;}
.hero-inner{width:75%;height:100%;display:flex;align-items:center;padding:0 5rem 0 6rem;background:linear-gradient(to right,var(--ink) 70%,rgba(26,42,42,.5) 88%,transparent);z-index:2;}
.hero-left{padding:6rem 0 10rem;display:flex;flex-direction:column;justify-content:center;z-index:2;width:100%;}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(10,186,181,.12);border:1px solid rgba(10,186,181,.3);border-radius:1.25rem;padding:0.75rem 2rem;margin-bottom:2rem;align-self:flex-start;font-size:1.375rem;color:var(--mint);font-weight:700;}
.hero-label{font-size:0.9375rem;font-weight:600;letter-spacing:.05em;color:rgba(255,255,255,.55);margin-bottom:1.125rem;}
.hero-h1{font-size:4rem;font-weight:800;color:var(--white);line-height:1.25;margin-bottom:3rem;}
.hero-h1 .accent{color:var(--mint);}
.hero-sub{font-size:0.9375rem;color:rgba(255,255,255,.55);line-height:1.75;margin-bottom:0.875rem;}
.hero-sub-em{font-size:1.75rem;font-weight:700;color:var(--white);line-height:1.65;margin-top:2rem;margin-bottom:2.25rem;}
.hero-sub-em span{color:var(--mint);}
.hero-btns{display:flex;gap:0.75rem;flex-wrap:wrap;}
.btn-mint{background:var(--mint);color:var(--white);border:none;border-radius:0.5rem;padding:1.125rem 2.25rem;font-size:1.25rem;font-weight:700;cursor:pointer;font-family:var(--fn);text-decoration:none;display:inline-block;transition:background .15s;}
.btn-mint:hover{background:var(--deep);}
.btn-ghost{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.3);border-radius:0.5rem;padding:1.125rem 1.75rem;font-size:1.125rem;font-weight:500;cursor:pointer;font-family:var(--fn);transition:all .15s;}
.btn-ghost:hover{border-color:rgba(255,255,255,.6);color:var(--white);}
.hero-right{position:absolute;top:0;right:0;height:100%;z-index:1;}
.hero-img{height:100%;width:auto;opacity:.9;display:block;}
.hero-arch{position:absolute;bottom:-1px;left:0;right:0;height:3.5rem;z-index:3;}

/* ── STATS BAR ────────────────────────────────────── */
.stats-bar{background:var(--white);display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #eee;border-top:1px solid #eee;}
.stats-bar--logistics{grid-template-columns:1fr 1fr 1fr;}
.stats-bar--logistics .stat-l{font-size:1.25rem;}
.stat{padding:2.5rem 0;display:flex;flex-direction:column;align-items:center;border-right:1px solid #eee;}
.stat:last-child{border-right:none;}
.stat-n{font-size:2.25rem;font-weight:800;color:var(--mint);margin-bottom:0.5rem;}
.stat-l{font-size:1rem;color:#888;font-weight:500;text-align:center;padding:0 0.5rem;}

/* ── 공통 섹션 ────────────────────────────────────── */
.sec{padding:10rem 3.75rem;}
.eyebrow{font-size:2rem;font-weight:700;letter-spacing:.02em;color:var(--mint);margin-bottom:0.75rem;}
#role .eyebrow{color:var(--deep);}
#role .divider{background:var(--deep);}
#role .sec-title{color:var(--ink);}
#compare .sec-title{font-size:3.3rem;}
#products .sec-title{font-size:4rem;}
#logistics .sec-title{font-size:4rem;}
#role .flow6-label{color:var(--deep);}
#role .flow6-circle{border-color:var(--deep);color:var(--deep);}
#role .flow6-arrow{color:var(--deep);}
#role .flow6-sobrit{color:var(--white);background:var(--deep);border:none;}
.divider{width:2rem;height:3px;background:var(--mint);border-radius:2px;margin-bottom:1.25rem;}
.sec-title{font-size:4rem;font-weight:800;color:var(--ink);line-height:1.25;margin-bottom:1.75rem;word-break:keep-all;}
.sec-desc{font-size:1.5rem;color:#666;line-height:1.7;margin-bottom:3rem;word-break:keep-all;}
.ctr{text-align:center;}
.ctr .divider{margin:0 auto 1.25rem;}

/* ── 문제제기 ──────────────────────────────────────── */
.problem-wrap{max-width:35rem;margin:0 auto;}
.problem-body{font-size:1rem;color:#444;line-height:1.9;margin-bottom:1.75rem;}
.problem-body em{font-style:normal;color:var(--ink);font-weight:600;}
.problem-em{font-size:1.125rem;font-weight:700;color:var(--ink);line-height:1.7;padding:1.75rem 2rem;background:var(--paper);border-left:4px solid var(--mint);border-radius:0 0.625rem 0.625rem 0;}

/* ── 인식전환 ──────────────────────────────────────── */
.insight-wrap{display:grid;grid-template-columns:1.2fr 0.8fr;gap:3rem;align-items:center;max-width:82rem;margin:0 auto;}
/* ── 문제 섹션 ────────────────────────────────────── */
.problem-sec{display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:stretch;width:fit-content;}
.problem-img{width:36rem;height:100%;object-fit:cover;border-radius:0.875rem;display:block;}
.problem-inner{}
.insight-body{font-size:0.9375rem;color:#555;line-height:1.85;margin-top:1.5rem;margin-bottom:1.5rem;}
.problem-tags{font-size:1.25rem;font-weight:700;color:var(--ink);margin-top:1.5rem;margin-bottom:1rem;letter-spacing:0.02em;}
.problem-bridge{font-size:1.5rem;color:#555;line-height:1.75;margin-bottom:1.75rem;word-break:keep-all;}
.insight-em{font-size:2rem;font-weight:700;color:var(--ink);line-height:1.65;padding:1.25rem 3rem;background:var(--white);border-radius:0.625rem;border:1.5px solid var(--light);display:inline-block;}
.insight-em span{color:var(--mint);}
.accent-mint{color:var(--mint);}
.kakao-mobile-br{display:none;}
.insight-img{width:100%;height:100%;object-fit:cover;border-radius:0.875rem;display:block;}

/* ── 비교표 ───────────────────────────────────────── */
.compare-wrap{max-width:68rem;margin:0 auto;}
.compare-table{width:100%;border-collapse:collapse;font-size:1.6rem;border-radius:0.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.07);word-break:keep-all;text-align:center;}
.compare-table th{padding:1.375rem 1.75rem;font-size:1.45rem;font-weight:700;letter-spacing:.04em;text-align:center;}
.compare-table th:first-child{background:#f5f5f5;color:#666;}
.compare-table th:nth-child(2){background:#f0f0f0;color:#666;border-right:1px solid #e8e8e8;}
.compare-table th:last-child{background:var(--mint);color:var(--white);border-bottom:2px solid rgba(255,255,255,.4);}
.compare-table td{padding:1.375rem 1.75rem;border-bottom:1px solid #f0f0f0;vertical-align:middle;font-size:1.6rem;text-align:center;}
.compare-table td:first-child{font-weight:600;color:var(--ink);background:#fafafa;}
.compare-table td:nth-child(2){color:#666;font-weight:500;background:#f9f9f9;border-right:1px solid #f0f0f0;}
.compare-table td:last-child{color:var(--white);font-weight:600;background:var(--mint);border-bottom:1px solid rgba(255,255,255,.25);}
.compare-zero{text-align:center;margin-top:1.5rem;border:1.5px solid var(--mint);border-radius:0.625rem;padding:1.5rem 2rem;font-size:1.125rem;color:var(--ink);line-height:1.7;}
.compare-zero strong{color:var(--mint);}
.compare-cards{display:none;}

/* ── 카카오톡방 섹션 ──────────────────────────────── */
.kakao-inner{display:flex;gap:4rem;align-items:stretch;max-width:90rem;margin:0 auto;}
.kakao-text{flex:1;min-width:0;}
#kakao .sec-title{font-size:3rem;}
.kakao-img{flex-shrink:0;width:22rem;}
.kakao-img img{width:100%;height:100%;object-fit:cover;border-radius:1.25rem;box-shadow:0 8px 32px rgba(0,0,0,.12);display:block;}
.kakao-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem;}
.kakao-card{background:var(--paper);border-radius:0.875rem;padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem;min-height:9rem;}
.kakao-card.accent{background:var(--mint);color:var(--white);}
.kakao-card-num{font-size:1.3rem;font-weight:800;color:var(--mint);letter-spacing:.05em;}
.kakao-card.accent .kakao-card-num{color:rgba(255,255,255,.7);}
.kakao-card-title{font-size:1.6rem;font-weight:800;color:var(--ink);word-break:keep-all;}
.kakao-card.accent .kakao-card-title{color:var(--white);}
.kakao-card-desc{font-size:1.4rem;color:#666;line-height:1.6;word-break:keep-all;}
.kakao-card.accent .kakao-card-desc{color:var(--white);}

/* ── 상품 그리드 ──────────────────────────────────── */
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.875rem;margin-bottom:1rem;max-width:62.5rem;margin-left:auto;margin-right:auto;}
.product-img{width:100%;aspect-ratio:1.56/1;object-fit:cover;border-radius:0.625rem;}
.product-example-label{text-align:center;font-size:1.125rem;font-weight:700;color:#777;letter-spacing:.08em;margin-top:3rem;margin-bottom:1.25rem;}
.product-notice{text-align:center;font-size:0.875rem;color:#aaa;margin-top:1.25rem;line-height:1.8;}
.product-cat-grid{display:flex;justify-content:center;gap:0.75rem;flex-wrap:wrap;margin-bottom:2rem;}
.product-cat{display:flex;flex-direction:column;align-items:center;gap:0.75rem;background:var(--white);border:1px solid #eee;border-radius:0.875rem;padding:2.25rem 3.5rem;min-width:15rem;}
.product-cat-icon{font-size:3.5rem;line-height:1;}
.product-cat-label{font-size:1.125rem;font-weight:700;color:#555;text-align:center;}
.product-belt-wrap{overflow:hidden;width:100vw;margin-left:calc(-1 * (100vw - 100%) / 2);margin-bottom:1rem;}
.product-belt{display:flex;gap:0.75rem;width:max-content;animation:belt-scroll 60s linear infinite;}
.product-belt:hover{animation-play-state:paused;}
.product-belt-img{width:20rem;height:13rem;object-fit:cover;border-radius:0.625rem;flex-shrink:0;}
@keyframes belt-scroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}

/* ── 유통 경쟁력 ──────────────────────────────────── */
.logistics-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}
.logistics-imgs{display:grid;grid-template-columns:1fr 1fr;gap:0.625rem;margin-bottom:0.75rem;max-width:66%;margin-left:auto;margin-right:auto;}
.logistics-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0.625rem;}
.flow-steps{display:flex;gap:0;position:relative;margin-top:2rem;}
.flow-line{position:absolute;top:1.375rem;left:2.75rem;right:2.75rem;height:1px;background:repeating-linear-gradient(to right,var(--mint) 0,var(--mint) 6px,transparent 6px,transparent 12px);}
.flow-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;}
.flow-num{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--white);border:2px solid var(--mint);color:var(--mint);font-size:0.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:0.625rem;}
.flow-t{font-size:0.8125rem;font-weight:700;color:var(--ink);margin-bottom:0.1875rem;}
.flow-d{font-size:0.6875rem;color:#999;}
.logistics-callout{background:#f5fbfa;border-left:3px solid var(--mint);border-radius:0 0.5rem 0.5rem 0;padding:1rem 1.25rem;margin-top:1.5rem;font-size:0.875rem;color:var(--deep);line-height:1.65;font-weight:500;}
.logistics-callout small{display:block;margin-top:0.375rem;font-size:0.75rem;color:#aaa;font-weight:400;}

/* ── 역할 분담 (6단계 플로우) ─────────────────────── */
.flow6-label-col{position:absolute;left:-8rem;bottom:0;display:flex;flex-direction:column;gap:0.375rem;padding-bottom:0.25rem;padding-right:1rem;}
.flow6-label-spacer{flex:1;}
.flow6-label-owner,.flow6-label-sobrit{display:flex;align-items:center;gap:0.5rem;font-size:1rem;font-weight:700;color:var(--ink);white-space:nowrap;height:4.5rem;}
.flow6-legend{display:flex;gap:2.5rem;justify-content:flex-end;margin-top:2.5rem;margin-bottom:1.5rem;max-width:75rem;margin-left:auto;margin-right:auto;}
.flow6-legend-bottom{display:none;gap:2rem;justify-content:center;margin-top:1.5rem;}
.flow6-legend-item{display:flex;align-items:center;gap:0.75rem;font-size:1.25rem;font-weight:700;color:var(--ink);}
.flow6-legend-dot{width:1.125rem;height:1.125rem;border-radius:50%;}
.flow6-legend-dot.owner{background:#aaa;}
.flow6-legend-dot.sobrit{background:var(--deep);}
.flow6-outer{position:relative;max-width:90rem;margin:0 auto;}
.flow6-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}
.flow6-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 0.25rem;}
.flow6-circle{width:4.75rem;height:4.75rem;border-radius:50%;background:var(--white);border:2px solid var(--mint);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;z-index:1;box-shadow:0 2px 8px rgba(10,186,181,.15);}
.flow6-arrow{display:none;}
.flow6-step.last .flow6-arrow{display:none;}
.flow6-label{font-size:0.9rem;font-weight:700;letter-spacing:.1em;color:var(--mint);margin-bottom:0.375rem;text-transform:uppercase;}
.flow6-title{font-size:1.2rem;font-weight:800;color:var(--ink);margin-bottom:0.625rem;}
.flow6-row{width:100%;margin-bottom:0.375rem;}
.flow6-owner{font-size:1.2rem;color:var(--white);font-weight:700;background:#777;border-radius:0.375rem;padding:0.75rem 0.625rem;line-height:1.5;height:4.5rem;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;text-align:center;}
.flow6-owner.empty{color:var(--ink);font-weight:700;}
.flow6-sobrit{font-size:1.2rem;color:var(--white);font-weight:700;background:var(--deep);border-radius:0.375rem;padding:0.75rem 0.625rem;line-height:1.5;height:4.5rem;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;text-align:center;}

/* ── 역할분담 desc ────────────────────────────────── */
.role-desc{font-size:2.1rem;font-weight:800;color:var(--ink);line-height:1.75;margin:3rem auto 0;text-align:center;}
.role-desc-accent{color:var(--deep);}

/* ── 파트너혜택 하단 ──────────────────────────────── */
.benefit-closing-title{font-size:1.75rem;font-weight:800;color:var(--ink);}
.benefit-closing-sub{font-size:1.25rem;color:#888;margin-top:0.75rem;}
.benefit-notice{font-size:1.25rem;color:#555;line-height:1.8;margin-top:2rem;padding:1.5rem 2rem;background:var(--white);border-radius:0.875rem;border:1.5px solid var(--light);}

/* ── 초기 테스트 ──────────────────────────────────── */
.test-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.test-img{width:100%;height:23.75rem;object-fit:cover;border-radius:0.875rem;}
.test-box{background:var(--white);border:1px solid #eee;border-radius:0.875rem;padding:1.75rem;}
.test-box-title{font-size:0.8125rem;font-weight:700;color:var(--mint);margin-bottom:1rem;letter-spacing:.04em;text-transform:uppercase;}
.test-item{display:flex;align-items:flex-start;gap:0.75rem;padding:0.6875rem 0;border-bottom:1px solid #f5f5f5;}
.test-item:last-of-type{border-bottom:none;}
.test-check{width:1.25rem;height:1.25rem;border-radius:50%;background:var(--mint);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:0.125rem;}
.test-txt{font-size:0.875rem;color:var(--ink);line-height:1.5;}
.test-note{font-size:0.75rem;color:#aaa;margin-top:0.875rem;line-height:1.6;}

/* ── 혜택 카드 ────────────────────────────────────── */
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.125rem;max-width:96rem;margin:0 auto;}
.b-card{background:var(--white);border-radius:0.875rem;border:1px solid #eee;padding:2.25rem 2rem;display:flex;flex-direction:column;gap:0.875rem;position:relative;overflow:hidden;transition:box-shadow .2s;}
.b-card:hover{box-shadow:0 4px 20px rgba(10,186,181,.12);}
.b-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--mint);}
.b-icon{width:5rem;height:5rem;border-radius:0.75rem;background:#f0faf9;display:flex;align-items:center;justify-content:center;color:var(--mint);}
.b-tag{display:inline-block;background:#f0faf9;color:var(--deep);font-size:1.25rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:1rem;align-self:flex-start;}
.b-title{font-size:1.4rem;font-weight:700;color:var(--ink);}
.b-desc{font-size:1.5rem;color:#777;line-height:1.65;}

/* ── 파트너 대시보드 ──────────────────────────────── */
/* ── OPEN SUPPORT ─────────────────────────────────── */
.open-support-inner{display:grid;grid-template-columns:1fr 48rem;gap:5rem;align-items:center;max-width:96rem;margin:0 auto;}
.open-support-text .sec-title{margin-bottom:3rem;font-size:3.5rem;}
.open-support-text .sec-desc{font-size:2.25rem;}
#logistics .sec-desc{font-size:2rem;}
.open-support-img img{width:100%;height:auto;border-radius:1rem;}
.open-support-sub{font-size:1.4rem;color:var(--ink);margin-top:1.5rem;}
#open-support{padding:12rem 3.75rem;}

.dashboard-inner{display:grid;grid-template-columns:1fr 22rem;gap:4rem;align-items:center;max-width:90rem;margin:0 auto;}
.dashboard-text{min-width:0;}
.dashboard-text .sec-title{margin-bottom:3rem;}
.dashboard-item{display:flex;flex-direction:column;gap:0.625rem;}
.dashboard-label{font-size:1.125rem;font-weight:700;color:var(--mint);letter-spacing:.02em;margin-bottom:0.5rem;}
.dashboard-img{width:100%;height:auto;border-radius:0.75rem;border:1px solid #eee;box-shadow:0 4px 20px rgba(0,0,0,.07);}

/* ── 업종별 ───────────────────────────────────────── */
.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:50rem;margin:0 auto;}
.industry-card{background:var(--white);border:1px solid #eee;border-radius:0.875rem;padding:1.75rem 1.625rem;transition:border-color .2s,box-shadow .2s;}
.industry-card:hover{border-color:var(--mint);box-shadow:0 4px 16px rgba(10,186,181,.1);}
.industry-icon{font-size:1.75rem;margin-bottom:0.75rem;}
.industry-name{font-size:0.875rem;font-weight:700;color:var(--mint);margin-bottom:0.5rem;}
.industry-desc{font-size:0.875rem;color:#555;line-height:1.75;}

/* ── FAQ ──────────────────────────────────────────── */
.faq-grid{display:grid;grid-template-columns:1fr;gap:0.625rem;max-width:56.25rem;margin:0 auto;align-items:start;}
.faq-item{background:var(--white);border:1px solid #eee;border-radius:0.75rem;overflow:hidden;transition:border-color .2s;}
.faq-item:hover{border-color:var(--light);}
.faq-item.open{border-color:var(--mint);}
.faq-q{font-size:1.375rem;font-weight:700;color:var(--ink);padding:1.375rem 1.75rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;gap:0.5rem;}
.faq-q-label{color:var(--mint);font-weight:700;flex-shrink:0;}
.faq-q-inner{display:flex;gap:0.375rem;align-items:flex-start;flex:1;min-width:0;}
.faq-q::after{content:'∨';font-size:0.875rem;color:#aaa;font-weight:400;flex-shrink:0;transition:transform .25s;}
.faq-item.open .faq-q::after{transform:rotate(180deg);}
.faq-a{font-size:1.25rem;color:#666;line-height:1.7;padding:0 1.75rem;max-height:0;overflow:hidden;transition:max-height .3s ease, padding .3s ease;word-break:keep-all;display:flex;gap:0.375rem;}
.faq-a-label{color:var(--deep);font-weight:700;flex-shrink:0;}
.faq-item.open .faq-a{max-height:80rem;padding:0 1.75rem 1.375rem;}

/* ── 하단 CTA ─────────────────────────────────────── */
.cta-sec{background:var(--ink);padding:10rem 3.75rem;text-align:center;}
.cta-title{font-size:3.75rem;font-weight:800;color:var(--white);margin-bottom:0.75rem;line-height:1.25;}
.cta-title span{color:var(--mint);}
.cta-sub{font-size:0.9375rem;color:rgba(255,255,255,.45);margin-bottom:2.75rem;line-height:1.7;}
.checklist{display:flex;flex-direction:column;gap:0.75rem;text-align:left;margin:0 auto 2.75rem;width:fit-content;}
.check-item{display:flex;align-items:center;gap:0.625rem;font-size:1.375rem;color:rgba(255,255,255,.65);}
.check-dot{width:1.25rem;height:1.25rem;border-radius:50%;background:var(--mint);flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.check-dot::after{content:'✓';font-size:0.75rem;font-weight:700;color:var(--white);}
.cta-btn{background:var(--mint);color:var(--white);border:none;border-radius:0.625rem;padding:1.125rem 3.25rem;font-size:1.125rem;font-weight:700;cursor:pointer;font-family:var(--fn);text-decoration:none;display:inline-block;transition:background .15s;}
.cta-btn:hover{background:var(--deep);}
.cta-note{font-size:0.75rem;color:rgba(255,255,255,.25);margin-top:0.875rem;}

/* ── 폼 ───────────────────────────────────────────── */
.inq-wrap{display:grid;grid-template-columns:1fr 1fr;gap:3.75rem;max-width:68.75rem;margin:0 auto;}
.inq-left{display:flex;flex-direction:column;justify-content:center;}
.inq-title{font-size:2.75rem;font-weight:800;color:var(--ink);line-height:1.25;margin-top:0.5rem;}
.inq-desc{font-size:1.25rem;color:#777;line-height:1.7;margin-top:1rem;}
.inq-info{display:flex;flex-direction:column;gap:0.875rem;margin-top:1.75rem;}
.info-row{display:flex;align-items:center;gap:0.75rem;}
.info-icon{width:2.25rem;height:2.25rem;border-radius:0.5rem;background:#f0faf9;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.info-text{font-size:1.0625rem;color:var(--ink);font-weight:500;}
.form-card{background:var(--white);border-radius:1rem;border:1px solid #e8e8e8;padding:2.25rem 2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 2px 12px rgba(0,0,0,.05);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:0.875rem;}
.f-field{display:flex;flex-direction:column;gap:0.375rem;}
.f-label{font-size:0.75rem;font-weight:600;color:#555;}
.f-hint{font-size:0.6875rem;font-weight:400;color:#aaa;margin-left:0.375rem;}
.f-input{height:2.75rem;border:1px solid #e5e5e5;border-radius:0.5rem;padding:0 0.875rem;font-size:0.875rem;font-family:var(--fn);color:var(--ink);background:#fafafa;outline:none;transition:border-color .15s;}
.f-input:focus{border-color:var(--mint);background:var(--white);}
.f-select{height:2.75rem;border:1px solid #e5e5e5;border-radius:0.5rem;padding:0 0.875rem;font-size:0.875rem;font-family:var(--fn);color:var(--ink);background:#fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaa' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;appearance:none;outline:none;transition:border-color .15s;}
.f-select:focus{border-color:var(--mint);}
.f-ta{height:6rem;border:1px solid #e5e5e5;border-radius:0.5rem;padding:0.75rem 0.875rem;font-size:0.875rem;font-family:var(--fn);color:var(--ink);background:#fafafa;outline:none;resize:vertical;width:100%;transition:border-color .15s;}
.f-ta:focus{border-color:var(--mint);background:var(--white);}
.f-check{display:flex;align-items:center;gap:0.5625rem;}
.f-check input{accent-color:var(--mint);width:1rem;height:1rem;cursor:pointer;}
.f-check label{font-size:0.75rem;color:#999;cursor:pointer;}
.f-check a{color:var(--mint);text-decoration:none;}
.btn-submit{width:100%;height:3.375rem;background:var(--mint);color:var(--white);border:none;border-radius:0.625rem;font-size:1.125rem;font-weight:700;cursor:pointer;font-family:var(--fn);transition:background .15s;}
.btn-submit:hover{background:var(--deep);}

/* ── FOOTER ───────────────────────────────────────── */
.footer{background:var(--ink);padding:3.25rem 2.5rem 1.75rem;border-top:2px solid rgba(10,186,181,.25);}
.footer-inner{margin:0 auto;width:fit-content;}
.footer-top{display:flex;gap:7.5rem;margin-bottom:2.25rem;align-items:start;}
.footer-col-t{font-size:0.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:0.875rem;}
.footer-links{display:flex;flex-direction:column;gap:0.75rem;}
.footer-link{font-size:1rem;color:var(--white);text-decoration:none;transition:color .15s;}
.footer-link:hover{color:var(--mint);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.25rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0.75rem;}
.footer-legal{font-size:0.875rem;color:var(--white);line-height:1.7;}
.fl-item{display:block;}
.footer-sns{display:flex;gap:0.5rem;}
.sns-btn{width:2rem;height:2rem;border-radius:0.4375rem;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);font-size:0.9375rem;cursor:pointer;transition:all .15s;}
.sns-btn:hover{border-color:var(--mint);color:var(--mint);}

/* ── 모바일 하단 고정 CTA ─────────────────────────── */
.mobile-fixed-cta{display:none;}

/* ══════════════════════════════════════════════════
   RESPONSIVE — 태블릿 (≤ 1024px)
══════════════════════════════════════════════════ */
@media(max-width:1024px){
  html{font-size:1.5625vw;}
  .nav{padding:0 2rem;}
  .nav-cta{display:none;}
  .problem-img{display:none;}
  .problem-sec{grid-template-columns:1fr;max-width:56rem;}
  .mobile-fixed-cta{display:block;position:fixed;bottom:0;left:0;right:0;z-index:200;padding:0.75rem 1.5rem 1rem;background:#fff;border-top:1px solid #eee;pointer-events:none;}
  .mobile-fixed-row{display:flex;gap:0.75rem;pointer-events:all;}
  .mobile-fixed-btn{display:block;flex:1;height:3.375rem;background:var(--mint);color:var(--white);border:none;border-radius:0.75rem;font-size:1.125rem;font-weight:700;text-align:center;line-height:3.375rem;text-decoration:none;box-shadow:0 4px 16px rgba(10,186,181,.35);}
  .mobile-fixed-call{display:flex;align-items:center;justify-content:center;height:3.375rem;padding:0 1.25rem;background:var(--ink);color:var(--white);border-radius:0.75rem;font-size:1rem;font-weight:700;text-decoration:none;white-space:nowrap;}
  body{padding-bottom:5rem;}
  .hero{min-height:auto;}
  .hero-inner{width:100%;padding:0 3.75rem;background:var(--ink);}
  .hero-right{display:none;}
  .hero-h1{font-size:2.75rem;}
  .sec{padding:5.5rem 2.5rem;}
  .sec-title{font-size:2.25rem;}
  .logistics-wrap{gap:2.5rem;}
  .flow6-wrap{grid-template-columns:repeat(3,1fr);gap:1.25rem;}
  .flow6-arrow{display:none;}
  .flow6-label-col{display:none;}
  .flow6-legend-bottom{display:flex;}
  .open-support-inner{grid-template-columns:1fr;gap:2.5rem;}
  #open-support{padding:7rem 2.5rem;}
  .dashboard-inner{grid-template-columns:1fr 22rem;gap:2.5rem;}
  #dashboard .sec-title{font-size:1.875rem;}
  .footer{padding:2.75rem 2.5rem 1.5rem;}
  .footer-top{flex-wrap:wrap;gap:1.75rem;}
  .footer-biz{width:100%;border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;margin-top:0.5rem;}
  .fl-item{display:inline;}
  .fl-item+.fl-item::before{content:' · ';color:rgba(255,255,255,.4);}
  .product-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.75rem;}
  .product-cat{min-width:unset;width:100%;padding:1.75rem 1rem;}
  .product-cat-icon{font-size:2.5rem;}
  .product-cat-label{font-size:0.9375rem;}
  #kakao .sec-title{font-size:1.875rem;}
  #kakao .sec-desc{font-size:1.125rem;}
}

/* ══════════════════════════════════════════════════
   RESPONSIVE — 모바일 (≤ 768px)
══════════════════════════════════════════════════ */
@media(max-width:768px){
  html{font-size:2.0833vw;}
  *{word-break:keep-all;}
  .br-mobile{display:block;}
  .nav{padding:0 1.25rem;height:5.625rem;}
  .nav-brand img{width:9.45rem;height:4.95rem;}
  .nav-links{display:none;}
  .nav-hamburger{display:none;}
  .nav-cta{display:none;}
  .hero{min-height:auto;}
  .hero-inner{width:100%;padding:0 1.25rem;background:rgba(26,42,42,.85);}
  .hero-right{display:none;}
  .hero-left{padding:3.5rem 0 4.5rem;}
  .hero-badge{font-size:1.31rem;padding:0.75rem 1.69rem;}
  .hero-h1{font-size:3.19rem;line-height:1.3;}
  .hero-sub{font-size:1.125rem;}
  .hero-sub-em{font-size:1.125rem;}
  .hero-btns{flex-direction:row;gap:0.625rem;flex-wrap:wrap;}
  .btn-mint,.btn-ghost{width:auto;text-align:center;padding:0.9375rem 1.375rem;min-height:3.375rem;}
  .hero-arch{height:2rem;}
  .stats-bar{grid-template-columns:1fr;border:none;border-top:1px solid #eee;border-bottom:1px solid #eee;}
  .stats-bar--logistics{grid-template-columns:1fr;}
  .stats-bar--logistics .stat{flex-direction:row;align-items:center;justify-content:space-between;gap:0.5rem;}
  .stats-bar--logistics .stat-l{text-align:left;order:-1;font-size:2rem;}
  .stats-bar--logistics .stat-n{margin-bottom:0;}
  .stat{padding:1.125rem 1.25rem;flex-direction:row;justify-content:space-between;border-right:none;border-bottom:1px solid #eee;}
  .stat:last-child{border-bottom:none;}
  .stat-n{font-size:2.5rem;margin-bottom:0;}
  .stat-l{font-size:2rem;padding:0;text-align:right;}
  .flow6-label-col{display:none;}
  .flow6-legend-bottom{display:flex;}
  .kakao-inner{flex-direction:column;gap:2.5rem;}
  .kakao-img{width:100%;}
  .kakao-cards{grid-template-columns:1fr;}
  .kakao-card-num{font-size:1.5rem;}
  .kakao-card-title{font-size:1.875rem;}
  .kakao-card-desc{font-size:1.6rem;}
  .kakao-mobile-br{display:block;}
  #kakao .sec-desc{font-size:1rem;}
  .product-cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;}
  .product-cat{min-width:unset;width:100%;}
  .product-cat-label{font-size:1.375rem;}
  .product-cat-icon{font-size:3rem;}
  .sec{padding:4.5rem 1.25rem;}
  .sec-title{font-size:2.5rem;}
  #problem .sec-title{font-size:3rem;}
  #benefit .sec-title{font-size:3rem;}
  #kakao .sec-title{font-size:2.5rem;}
  #compare .sec-title{font-size:2.5rem;}
  #products .sec-title{font-size:2.5rem;}
  #logistics .sec-title{font-size:3rem;}
  #dashboard .sec-title{font-size:2.8rem;}
  #dashboard .sec-desc{font-size:1.75rem;}
  #compare-ctr{margin-bottom:3.5rem !important;}
  .sec-desc{font-size:1.5rem;margin-bottom:2rem;}
  #logistics .sec-desc{font-size:1.5rem;}
  #kakao .sec-desc{font-size:1.3rem;}
  .faq-q{font-size:1.4rem;padding:1.125rem 1.25rem;}
  .faq-a{font-size:1.5rem;}
  .eyebrow{font-size:2rem;}
  .ctr{text-align:center;}
  .problem-inner,.kakao-text,.open-support-text,.dashboard-text,.inq-left{text-align:center;}
  .problem-inner .divider,.kakao-text .divider,.open-support-text .divider,.dashboard-text .divider,.inq-left .divider{margin:0 auto 1.25rem;}
  .problem-body{font-size:1rem;}
  .problem-tags{font-size:1rem;}
  .problem-bridge{font-size:1.5rem;}
  .problem-em{font-size:1.375rem;padding:1.5rem 1.75rem;}
  .insight-wrap{grid-template-columns:1fr;gap:2rem;}
  .insight-img{height:15rem;order:-1;}
  .problem-sec{grid-template-columns:1fr;gap:2rem;}
  .problem-img{display:none;}
  .insight-body{font-size:1.125rem;}
  .insight-em{font-size:1.7rem;padding:1.7rem 2rem;}
  .compare-table{display:none;}
  .compare-cards{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:0;}
  .cmp-card{border:1px solid #eee;border-radius:0.875rem;padding:1.25rem 1.25rem 1rem;background:var(--white);}
  .cmp-label{font-size:1.3rem;font-weight:700;color:#aaa;letter-spacing:.04em;margin-bottom:0.625rem;}
  .cmp-bad{font-size:1.65rem;color:#999;padding:0.5rem 0.75rem;background:#f7f7f7;border-radius:0.5rem;margin-bottom:0.5rem;text-align:center;}
  .cmp-bad::before{content:'기존 프랜차이즈  ';font-size:1.15rem;color:#bbb;font-weight:600;display:block;margin-bottom:0.25rem;}
  .cmp-good{font-size:1.75rem;font-weight:700;color:var(--white);padding:0.5rem 0.75rem;background:var(--mint);border-radius:0.5rem;border-left:none;text-align:center;}
  .cmp-good::before{content:'소브릿  ';font-size:1.15rem;color:rgba(255,255,255,.8);font-weight:600;display:block;margin-bottom:0.25rem;}
  .compare-zero{font-size:1rem;padding:1rem 1rem;}
  .product-grid{grid-template-columns:1fr 1fr;gap:0.625rem;}
  .logistics-wrap{grid-template-columns:1fr;gap:2rem;}
  .logistics-imgs{grid-template-columns:1fr 1fr;max-width:100%;}
  .logistics-img{aspect-ratio:1/1;}
    .flow-steps{flex-wrap:wrap;gap:1rem;}
  .flow-line{display:none;}
  .flow-step{width:calc(50% - 0.5rem);flex:none;}
  .flow6-wrap{grid-template-columns:1fr;gap:1rem;}
  .flow6-arrow{display:none;}
  .flow6-circle{width:5.5rem;height:5.5rem;}
  .flow6-label{font-size:1.75rem;}
  .flow6-title{font-size:1.875rem;}
  .flow6-owner,.flow6-sobrit{font-size:1.75rem;height:auto;min-height:auto;padding:1.25rem 0.75rem;}
  .test-wrap{grid-template-columns:1fr;gap:1.75rem;}
  .test-img{height:13.75rem;order:-1;}
  .open-support-inner{grid-template-columns:1fr;gap:2rem;}
  .dashboard-inner{grid-template-columns:1fr;gap:2.5rem;}
  .dashboard-item{width:100%;}
  .benefit-grid{grid-template-columns:1fr;gap:0.75rem;}
  .b-card{padding:2.5rem 2rem;}
  .b-icon{width:6.5rem;height:6.5rem;}
  .b-tag{font-size:1.5rem;padding:0.5rem 1.5rem;}
  .b-title{font-size:2rem;}
  .industry-grid{grid-template-columns:1fr;max-width:100%;}
  .faq-grid{grid-template-columns:1fr;}
  .cta-sec{padding:6rem 1.25rem;}
  .cta-title{font-size:2.7rem;}
  .cta-sub{font-size:1.5rem;margin-bottom:2rem;}
  .checklist{grid-template-columns:1fr;gap:0.5rem;margin-bottom:2rem;}
  .check-item{font-size:1.125rem;}
  .role-desc{font-size:1.75rem;max-width:100%;}
  .benefit-closing-title{font-size:1.25rem;}
  .benefit-closing-sub{font-size:0.9375rem;}
  .cta-btn{padding:1rem 2.25rem;font-size:1.125rem;min-height:3.375rem;}
  .inq-wrap{grid-template-columns:1fr;gap:2rem;}
  .inq-title{font-size:3rem;}
  .inq-desc{font-size:1.8rem;}
  .open-support-text .sec-title{font-size:4rem;}
  .open-support-text .sec-desc{font-size:2rem;}
  .open-support-sub{font-size:1.4rem;}
  .inq-info{align-items:flex-start;display:inline-flex;flex-direction:column;margin:1.75rem auto 0;}
  .info-row{justify-content:flex-start;}
  .info-text{font-size:1.5rem;}
  .form-card{padding:1.5rem 1.25rem;}
  .form-row{grid-template-columns:1fr;}
  .f-label{font-size:1.5rem;}
  .f-input{font-size:1.65rem;height:3.75rem;padding:0 1.125rem;}
  .f-select{font-size:1.65rem;height:3.75rem;padding:0 1.125rem;}
  .f-check input{width:1.5rem;height:1.5rem;}
  .f-check label{font-size:1.25rem;}
  .btn-submit{font-size:1.5rem;height:4rem;}
  .footer{padding:2.5rem 1.25rem 1.5rem;}
  .footer-inner{width:100%;}
  .footer-top{flex-direction:column;gap:1.5rem;align-items:center;text-align:center;}
  .footer-logo{text-align:center;}
  .footer-col-t{color:var(--mint);font-size:1.25rem;margin-bottom:0.625rem;}
  .footer-link{font-size:1.5rem;}
  .footer-legal{font-size:1.25rem;}
  .footer-bottom{flex-direction:column;align-items:center;text-align:center;}
}

/* ══════════════════════════════════════════════════
   RESPONSIVE — 소형 모바일 (≤ 400px)
══════════════════════════════════════════════════ */
