/* ===== HanFlow PDF — shared styles ===== */
:root{
  --blue:#1b45c4; --blue-d:#1536a0; --blue-l:#eaf0ff; --sky:#5b86ff;
  --ink:#15203a; --body:#3c4660; --muted:#737d95; --line:#e7eaf2;
  --bg:#ffffff; --bg2:#f6f8fd; --card:#ffffff; --ok:#1f9d63; --hwp:#1f9d63;
  --shadow:0 10px 40px rgba(20,40,110,.10); --shadow-sm:0 4px 18px rgba(20,40,110,.07);
  --r:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Pretendard",-apple-system,"Segoe UI","Malgun Gothic",sans-serif;
     background:var(--bg);color:var(--body);line-height:1.65;-webkit-font-smoothing:antialiased;letter-spacing:-.01em}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.wrap{max-width:1340px;margin:0 auto;padding:0 32px}
@media(max-width:560px){.wrap{padding:0 18px}}
h1,h2,h3,h4{color:var(--ink);letter-spacing:-.02em;margin:0}
.muted{color:var(--muted)}
.center{text-align:center}

/* ── Header ── */
header.site{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);
     backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:62px}
.brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;color:var(--ink)}
.brand svg{width:30px;height:30px;flex:0 0 auto}
.pdftag{background:var(--blue);color:#fff;border-radius:6px;font-size:11px;font-weight:800;padding:2px 7px;letter-spacing:.02em}
.nav-links{display:flex;gap:30px;font-size:14.5px;font-weight:600}
.nav-links a{color:var(--body);transition:.15s;padding:4px 0;border-bottom:2px solid transparent}
.nav-links a:hover{color:var(--blue)}
.nav-links a.active{color:var(--blue);border-bottom-color:var(--blue)}
.nav-cta{display:inline-flex;align-items:center;gap:7px;background:var(--blue);color:#fff;
     font-weight:700;font-size:14px;padding:9px 16px;border-radius:10px;transition:.15s}
.nav-cta:hover{background:var(--blue-d)}
@media(max-width:780px){.nav-links{gap:18px;font-size:13.5px}}
@media(max-width:560px){.nav-links{display:none}}

/* ── Buttons ── */
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:16.5px;
     padding:16px 28px;border-radius:13px;transition:.16s;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 26px rgba(27,69,196,.30)}
.btn-primary:hover{background:var(--blue-d);transform:translateY(-1px)}
.btn-ghost{background:#fff;color:var(--blue);border-color:#cdd8f5}
.btn-ghost:hover{background:var(--blue-l)}
.btn-white{background:#fff;color:var(--blue)}
.btn-white:hover{background:#eef2ff}

/* ── Hero ── */
.hero{position:relative;overflow:hidden;background:
     radial-gradient(1200px 520px at 78% -8%,#eef3ff 0%,rgba(238,243,255,0) 60%),
     linear-gradient(180deg,#fbfcff 0%,#ffffff 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:46px 0 40px}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:30px;padding:34px 0 30px}}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--blue-l);color:var(--blue);
     font-weight:700;font-size:13px;padding:6px 13px;border-radius:999px;margin-bottom:18px}
.hero h1{font-size:42px;line-height:1.22;margin-bottom:16px}
.hero h1 .hl{color:var(--blue)}
@media(max-width:900px){.hero h1{font-size:33px}}
.hero .lead{font-size:17.5px;color:var(--body);margin:0 0 28px;max-width:540px}
.cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.dlmeta{display:flex;gap:16px;align-items:center;margin-top:16px;font-size:13.5px;color:var(--muted);flex-wrap:wrap}
.dlmeta b{color:var(--body);font-weight:700}
.dlmeta .dot{width:4px;height:4px;border-radius:50%;background:#c4cbdd}

/* ── App mockup ── */
.mock{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}
.mock-bar{display:flex;align-items:center;gap:8px;height:38px;padding:0 13px;background:#f3f5fb;border-bottom:1px solid var(--line)}
.mock-bar .barsp{flex:1}
.mock-bar .winctl{display:flex;align-items:center;gap:18px}
.mock-bar .winctl i{position:relative;width:13px;height:13px;display:inline-block}
.mock-bar .winctl .wmin::before{content:"";position:absolute;left:1px;right:1px;top:50%;height:1.5px;background:#7b8499}
.mock-bar .winctl .wmax::before{content:"";position:absolute;inset:1px;border:1.5px solid #7b8499;border-radius:1.5px}
.mock-bar .winctl .wcls::before,.mock-bar .winctl .wcls::after{content:"";position:absolute;left:50%;top:50%;width:14px;height:1.5px;background:#7b8499}
.mock-bar .winctl .wcls::before{transform:translate(-50%,-50%) rotate(45deg)}
.mock-bar .winctl .wcls::after{transform:translate(-50%,-50%) rotate(-45deg)}
.mock-bar .tab{margin-left:10px;background:#fff;border:1px solid var(--line);border-bottom:none;border-radius:7px 7px 0 0;
     font-size:11.5px;font-weight:700;color:var(--ink);padding:5px 12px;display:flex;align-items:center;gap:6px}
.mock-bar .tab svg{width:12px;height:12px}
.mock-bar .tab.dim{background:transparent;border-color:transparent;color:var(--muted);font-weight:600}
.mock-tool{display:flex;align-items:center;gap:7px;padding:8px 12px;background:#fbfcff;border-bottom:1px solid var(--line);flex-wrap:wrap}
.mock-tool .tb{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--line);border-radius:8px;
     padding:5px 9px;font-size:11px;font-weight:700;color:var(--body)}
.mock-tool .tb svg{width:13px;height:13px;color:var(--blue)}
.mock-tool .tb.on{background:var(--blue);color:#fff;border-color:var(--blue)}
.mock-tool .tb.on svg{color:#fff}
.mock-tool .sp{flex:1}
.mock-body{display:grid;grid-template-columns:62px 1fr;height:288px}
.mock-rail{background:#f6f8fd;border-right:1px solid var(--line);padding:10px 8px;display:flex;flex-direction:column;gap:8px;overflow:hidden}
.mock-rail .th{height:54px;background:#fff;border:1px solid var(--line);border-radius:5px}
.mock-rail .th.act{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-l)}
.mock-page{background:#eef1f8;display:flex;justify-content:center;padding:16px;overflow:hidden}
.sheet{width:100%;max-width:300px;background:#fff;border:1px solid #e3e7f1;border-radius:3px;box-shadow:0 4px 16px rgba(20,40,110,.08);padding:20px 22px}
.sheet .ttl{height:13px;width:62%;background:#2b3658;border-radius:3px;margin-bottom:14px}
.sheet .ln{height:7px;background:#d9deea;border-radius:3px;margin:8px 0}
.sheet .ln.w90{width:90%}.sheet .ln.w75{width:75%}.sheet .ln.w82{width:82%}.sheet .ln.w60{width:60%}
.sheet .hlite{background:#fff3b0;box-shadow:0 0 0 1px #f4e08a}
.sheet .editbox{position:relative;border:1.5px dashed var(--blue);border-radius:4px;padding:7px 8px;margin:12px 0 4px;background:#f7f9ff}
.sheet .editbox .ln{background:#9aa6c4}
.sheet .editbox .cursor{position:absolute;right:9px;top:7px;width:1.5px;height:13px;background:var(--blue);animation:bl 1s steps(1) infinite}
.sheet .editbox .tag{position:absolute;top:-9px;left:8px;background:var(--blue);color:#fff;font-size:8.5px;font-weight:800;padding:1px 6px;border-radius:4px}
@keyframes bl{50%{opacity:0}}

/* ── Trust strip ── */
.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg2)}
.trust-row{display:flex;gap:13px;justify-content:center;align-items:center;flex-wrap:wrap;padding:22px 0}
.trust-row span{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:800;color:var(--blue);background:var(--blue-l);border:1px solid #cdd8f5;border-radius:999px;padding:10px 18px}
.trust-row svg{width:19px;height:19px;color:var(--blue);stroke-width:2.6}
@media(max-width:760px){.trust-row span{font-size:14px;padding:8px 14px}}

/* ── Sections ── */
section{padding:44px 0}
.sec-head{max-width:680px;margin:0 auto 28px;text-align:center}
.sec-head .kick{color:var(--blue);font-weight:800;font-size:14px;letter-spacing:.04em;margin-bottom:10px}
.sec-head h2{font-size:31px;line-height:1.3;margin-bottom:12px}
@media(max-width:760px){.sec-head h2{font-size:25px}}
.sec-head p{font-size:16px;color:var(--muted);margin:0}
/* ── '왜 HanFlow PDF 인가요?' 차별화 블록: kick 3배·문단 2배 (PHY) ── */
.why{padding:36px 0 28px}
.why .sec-head{max-width:980px;margin:0 auto 24px}
.why .sec-head .kick{font-size:48px;line-height:1.12;margin-bottom:16px}
.why .sec-head h2{font-size:33px;margin-bottom:16px}
.why .sec-head p{font-size:24px;font-weight:600;color:var(--body);line-height:1.55;word-break:keep-all}
@media(max-width:760px){.why .sec-head .kick{font-size:31px}.why .sec-head h2{font-size:24px}.why .sec-head p{font-size:15px}}

/* ── 3 highlight cards (home) ── */
.highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:980px){.highlights{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.highlights{grid-template-columns:1fr}}
.hcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:24px 22px;box-shadow:var(--shadow-sm);transition:.18s;position:relative;overflow:hidden}
.hcard:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d6deef}
.hcard .num{position:absolute;top:14px;left:14px;z-index:2;font-size:13px;font-weight:900;color:var(--blue);background:var(--blue-l);width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin:0;box-shadow:0 2px 6px rgba(27,69,196,.12)}
/* ★PHY: 카드마다 한눈에 들어오는 콤팩트 이미지 */
.hcard .himg{height:130px;border-radius:13px;background:linear-gradient(180deg,#f4f7ff,#fff);border:1px solid #eaf0fb;margin-bottom:15px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hcard .himg img{max-width:80%;max-height:88%;object-fit:contain;display:block}
.hcard h3{font-size:18px;line-height:1.34;margin-bottom:9px}
.hcard p{font-size:14px;color:var(--body);margin:0}
.hcard .badge{display:inline-block;margin-top:14px;font-size:11.5px;font-weight:800;color:#fff;background:var(--hwp);border-radius:7px;padding:4px 10px}
/* ★특징 3·4 = 핵심 차별점 카드(파란 강조 + ★리본 + 형광 하이라이트) — 아래 frow.key와 통일 */
.hcard.key{border:1.6px solid #cfe0ff;background:linear-gradient(180deg,#f1f6ff 0%,#fbfdff 68%);box-shadow:0 14px 40px rgba(27,69,196,.10)}
.hcard.key:hover{border-color:#a9c8ff;box-shadow:0 20px 50px rgba(27,69,196,.16)}
.hcard.key .num{background:var(--blue);color:#fff;box-shadow:0 3px 8px rgba(27,69,196,.28)}
.hcard.key h3{color:var(--blue)}
.hcard.key .keytag{position:absolute;top:13px;right:13px;z-index:3;font-size:10.5px;font-weight:800;color:#fff;background:var(--blue);padding:4px 10px;border-radius:999px;box-shadow:0 2px 7px rgba(27,69,196,.26)}
.hcard.key .keytag::before{content:'★ ';font-size:9px}

/* ── feature rows (intro, alternating) ── */
.frow{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;padding:32px 0;border-bottom:1px solid var(--line)}
.frow:last-child{border-bottom:none}
.frow.rev .ftext{order:2}.frow.rev .fvis{order:1}
@media(max-width:880px){.frow{grid-template-columns:1fr;gap:26px;padding:34px 0}.frow.rev .ftext{order:0}.frow.rev .fvis{order:0}}
.ftext .tagn{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:var(--blue);background:var(--blue-l);padding:5px 12px;border-radius:999px;margin-bottom:14px}
.ftext h3{font-size:26px;line-height:1.32;margin-bottom:13px}
@media(max-width:760px){.ftext h3{font-size:22px}}
.ftext p{font-size:15.5px;color:var(--body);margin:0 0 16px}
.ftext .chips{display:flex;flex-wrap:wrap;gap:8px}
.ftext .chips i{font-style:normal;font-size:12.5px;font-weight:700;color:var(--blue);background:var(--blue-l);border-radius:8px;padding:5px 11px}
.fvis{display:flex;align-items:center;justify-content:center}
/* 기능 사용 사례 이미지(특징 행) */
.fimg{width:100%;max-width:560px;height:auto;display:block;border-radius:18px;border:1px solid #e6ebf6;background:#fff;box-shadow:0 20px 54px rgba(20,40,110,.12)}
/* ★특징 3·4 = 핵심 강조(차별점) — 형광 하이라이트 + 파란 확대 + 강조 카드 */
.hot{background:linear-gradient(180deg,transparent 52%,#ffe27a 52%);padding:0 4px;border-radius:3px;color:inherit;font-weight:800}
.frow.key{background:linear-gradient(180deg,#f2f7ff 0%,#fbfdff 70%);border:1.6px solid #cfe0ff;border-radius:22px;padding:30px 34px;margin:16px 0;border-bottom:1.6px solid #cfe0ff;box-shadow:0 16px 44px rgba(27,69,196,.08)}
.frow.key .tagn{background:var(--blue);color:#fff;font-size:13.5px;padding:6px 14px}
.frow.key .tagn::before{content:'★';font-size:12px}
.frow.key h3{font-size:30px;color:var(--blue);line-height:1.28}
@media(max-width:760px){.frow.key h3{font-size:23px}.frow.key{padding:24px 20px}}
.frow.key .ftext p{font-size:16px;color:#384055}
.frow.key .chips i{background:#fff;border:1px solid #cfe0ff}
/* FAQ 답변 한눈 이미지 */
.ans .faqimg{margin:14px 0 4px;border:1px solid #e9eef8;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fafcff,#f3f7fd)}
.ans .faqimg img{width:100%;height:auto;display:block}
/* 기업용 카드 이미지(전체 표시 — 잘리지 않게) */
.entimg{width:100%;height:172px;border-radius:13px;margin-bottom:16px;background:linear-gradient(180deg,#f5f8fe,#fff);border:1px solid #e9eef8;display:flex;align-items:center;justify-content:center;overflow:hidden}
.entimg img{max-width:92%;max-height:90%;object-fit:contain;display:block}

/* ── feature grid (small cards) ── */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:900px){.features{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.features{grid-template-columns:1fr}}
.fcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:22px 20px;transition:.18s;box-shadow:var(--shadow-sm)}
.fcard:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d6deef}
.fico{width:46px;height:46px;border-radius:12px;background:var(--blue-l);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.fico svg{width:24px;height:24px;color:var(--blue)}
/* 기능 이미지 썸네일(전체 기능 카드) — 단순 아이콘 대신 기능 사용 이미지 */
.fcimg{width:100%;height:150px;border-radius:13px;overflow:hidden;background:#f3f6fd;border:1px solid #e9eef8;margin-bottom:15px}
.fcimg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.fcard h3{font-size:17.5px;margin-bottom:9px}
.fcard p{font-size:14.5px;color:var(--body);margin:0}
.fcard .tags{margin-top:14px;display:flex;flex-wrap:wrap;gap:6px}
.fcard .tags i{font-style:normal;font-size:11.5px;font-weight:700;color:var(--blue);background:var(--blue-l);border-radius:6px;padding:3px 8px}

/* ── conversion visual (PDF -> docs) ── */
.conv-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:13px}
.conv-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--body)}
.conv-list .ck{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;margin-top:1px}
.conv-list .ck svg{width:13px;height:13px;color:#fff}
.conv-list b{color:var(--ink)}
.conv-visual{display:flex;align-items:center;justify-content:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-sm);padding:34px 22px;width:100%}
.ftile{display:flex;flex-direction:column;align-items:center;gap:9px;width:84px}
/* ★PC에서 추출한 실제 파일 아이콘 이미지 사용(한글/Word/PowerPoint/PDF) */
.ftile .ic{display:block;height:64px;width:auto;filter:drop-shadow(0 5px 12px rgba(20,40,110,.16))}
.ftile span{font-size:12px;font-weight:700;color:var(--body)}
.conv-arrow{display:flex;flex-direction:column;align-items:center;color:var(--blue)}
.conv-arrow svg{width:34px;height:34px}
.conv-arrow small{font-size:10.5px;font-weight:800;color:var(--blue);margin-top:2px}
.conv-outs{display:flex;flex-direction:column;gap:16px}

/* ── right-click (context menu) demo ── */
.ctx-demo{display:flex;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#eef2fb,#f7f9fd);
     border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-sm);padding:30px 22px;width:100%;flex-wrap:wrap}
.ctx-stage{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px}
.ctx-file{display:flex;flex-direction:column;align-items:center;gap:6px;width:74px}
.ctx-file .fic{display:block;height:58px;width:auto;filter:drop-shadow(0 5px 12px rgba(20,40,110,.18))}
.ctx-file span{font-size:11.5px;font-weight:700;color:var(--body)}
.ctx-menu{background:#fff;border:1px solid #dfe3ee;border-radius:9px;box-shadow:0 14px 38px rgba(20,40,110,.20);padding:6px;width:188px;font-size:12.5px}
.ctx-menu .ci{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:6px;color:#3c4660;font-weight:600;white-space:nowrap}
.ctx-menu .ci .ico{width:14px;height:14px;color:#9aa4c0;flex:0 0 auto}
.ctx-menu .ci .chev{margin-left:auto;color:#fff}
.ctx-menu .ci.sep{height:1px;padding:0;margin:4px 6px;background:#eef0f6;border-radius:0}
.ctx-menu .ci.hot{background:var(--blue);color:#fff;font-weight:800;box-shadow:0 4px 12px rgba(27,69,196,.3)}
.ctx-menu .ci.hot .ico{color:#fff}
.ctx-menu .ci.hot .logo{width:15px;height:15px}

/* ── steps ── */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:760px){.steps{grid-template-columns:1fr}}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px 24px;position:relative;box-shadow:var(--shadow-sm)}
.step .n{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:10px;background:var(--blue);color:#fff;font-weight:900;font-size:15px;display:flex;align-items:center;justify-content:center;margin:0;z-index:2}
/* ★PHY: 시작 단계마다 콤팩트 이미지 */
.step .simg{height:124px;border-radius:13px;background:linear-gradient(180deg,#f4f7ff,#fff);border:1px solid #eaf0fb;margin-bottom:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.step .simg img{max-width:74%;max-height:86%;object-fit:contain;display:block}
.step h3{font-size:16.5px;margin-bottom:7px}
.step p{font-size:13.6px;color:var(--body);margin:0}

/* ── requirements ── */
.reqs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:760px){.reqs{grid-template-columns:repeat(2,1fr)}.reqs .req:last-child{grid-column:1/-1}}
.req{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 20px;text-align:center;box-shadow:var(--shadow-sm)}
.req .rl{font-size:12.5px;font-weight:700;color:var(--muted);margin-bottom:6px}
.req .rv{font-size:18px;font-weight:800;color:var(--ink)}

/* ── enterprise ── */
.ent{background:linear-gradient(135deg,#16307e 0%,#1b45c4 55%,#2f5ad6 100%);color:#fff}
.ent-box{display:grid;grid-template-columns:1.4fr 1fr;gap:30px;align-items:center;padding:40px 0}
@media(max-width:760px){.ent-box{grid-template-columns:1fr;gap:22px;text-align:center}}
.ent h2{color:#fff;font-size:27px;margin-bottom:12px}
.ent p{color:#dbe4ff;font-size:15.5px;margin:0}
.ent .ebtn{justify-self:end}
@media(max-width:760px){.ent .ebtn{justify-self:center}}

/* ── FAQ ── */
.faq{max-width:760px;margin:0 auto}
details{background:#fff;border:1px solid var(--line);border-radius:13px;margin-bottom:12px;overflow:hidden;box-shadow:var(--shadow-sm)}
details summary{list-style:none;cursor:pointer;padding:19px 22px;font-weight:700;font-size:16px;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:14px}
details summary::-webkit-details-marker{display:none}
details summary .chev{flex:0 0 auto;width:20px;height:20px;color:var(--muted);transition:.2s}
details[open] summary .chev{transform:rotate(180deg);color:var(--blue)}
details .ans{padding:0 22px 20px;font-size:14.8px;color:var(--body)}
details .ans b{color:var(--ink)}
.smartscreen{background:#fff8ec;border:1px solid #f4e2bd;border-radius:13px;padding:18px 20px;font-size:14px;color:#7a5a16;margin-top:18px}
.smartscreen b{color:#5e4410}
.note-green{background:#f0fbf5;border:1px solid #bfe4cf;border-radius:13px;padding:18px 20px;font-size:14.2px;color:#1c6b46;margin-top:18px}
.note-green b{color:#12533a}

/* ── page hero (sub pages) ── */
.page-hero{background:radial-gradient(900px 380px at 80% -20%,#eef3ff,rgba(238,243,255,0) 60%),linear-gradient(180deg,#fbfcff,#fff);
     border-bottom:1px solid var(--line);text-align:center;padding:40px 0 32px}
.page-hero .kick{color:var(--blue);font-weight:800;font-size:14px;letter-spacing:.04em;margin-bottom:12px}
.page-hero h1{font-size:36px;line-height:1.28;margin-bottom:14px}
@media(max-width:760px){.page-hero h1{font-size:28px}}
.page-hero p{font-size:17px;color:var(--muted);max-width:620px;margin:0 auto}

/* ── final CTA ── */
.final{background:var(--bg2);text-align:center}
.final h2{font-size:30px;margin-bottom:12px}
.final p{font-size:16px;color:var(--muted);margin:0 0 26px}

/* ── footer (company info) ── */
footer.site{background:var(--bg2);border-top:1px solid var(--line);color:var(--body);padding:34px 0 24px;font-size:13.5px}
.foot-main{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;padding-bottom:26px;border-bottom:1px solid var(--line)}
@media(max-width:780px){.foot-main{grid-template-columns:1fr;gap:30px}}
.foot-left .foot-brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;color:var(--ink)}
.foot-left .foot-brand svg{width:28px;height:28px}
.foot-lead{margin:14px 0 16px;color:var(--muted);font-size:14px;max-width:440px;line-height:1.6}
.foot-biz{display:flex;flex-direction:column;gap:7px;font-size:13px;color:var(--muted)}
.foot-biz span b{color:var(--body);font-weight:600;margin-left:5px}
.foot-right .cs-label{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:8px}
.cs-phone{display:inline-block;font-size:26px;font-weight:800;color:var(--blue);letter-spacing:-.01em;margin-bottom:9px}
.cs-hours{font-size:12.5px;color:var(--muted);margin-bottom:15px}
.cs-hours span{color:#9aa3b8}
.cs-row{display:flex;gap:14px;font-size:13.5px;color:var(--body);margin-bottom:7px}
.cs-row .k{color:var(--muted);min-width:42px}
.cs-row a{color:var(--body)}
.cs-btn{display:inline-block;margin-top:13px;background:#fff;border:1px solid #cdd8f5;color:var(--blue);font-weight:700;font-size:13.5px;padding:9px 18px;border-radius:9px;transition:.15s}
.cs-btn:hover{background:var(--blue-l)}
.foot-base{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:12.5px;padding-top:20px}
.foot-nav{display:flex;gap:18px}
.foot-nav a{color:var(--muted)}
.foot-nav a:hover{color:var(--blue)}

/* ── 기업용 문의 모달 ── */
.modal-ov{position:fixed;inset:0;background:rgba(18,28,56,.52);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}
.modal-ov[hidden]{display:none}
.modal{background:#fff;border-radius:18px;box-shadow:0 34px 90px rgba(20,40,110,.34);width:100%;max-width:460px;padding:26px 26px 22px;max-height:92vh;overflow:auto;animation:mpop .22s ease}
@keyframes mpop{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}
.modal-head h3{font-size:20px;font-weight:800;color:#15203a}
.modal-x{background:none;border:none;font-size:26px;line-height:1;color:#9aa3b5;cursor:pointer;padding:0 4px}
.modal-x:hover{color:#15203a}
.modal-sub{font-size:13.5px;color:var(--muted);margin:2px 0 17px;line-height:1.5}
#inqForm label{display:block;font-size:13px;font-weight:700;color:#3c4660;margin-bottom:13px}
#inqForm .req{color:#e2241a}
#inqForm input,#inqForm textarea{display:block;width:100%;margin-top:6px;padding:11px 13px;border:1.5px solid #e3e8f2;border-radius:10px;font-size:14px;font-family:inherit;color:#15203a;background:#fbfcff;transition:.15s}
#inqForm input:focus,#inqForm textarea:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--blue-l)}
#inqForm textarea{resize:vertical;min-height:98px}
.modal-msg{font-size:13px;font-weight:600;margin:2px 0 4px;min-height:18px}
.modal-msg.ok{color:#1f9d63}.modal-msg.err{color:#e2241a}
.modal-foot{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}
.modal-foot .btn{padding:10px 18px;font-size:14px}
.ebtn{cursor:pointer;border:none;font:inherit}

/* ── 소개 특징1 : 실제 앱 화면 + 기능 타일 (scoped, 충돌 방지 as- prefix) ── */
.appshot{position:relative;width:100%;max-width:444px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.appshot::before{content:"";position:absolute;z-index:0;width:80%;height:48%;top:-7%;left:50%;transform:translateX(-50%);background:radial-gradient(circle,#dde8ff,rgba(221,232,255,0) 68%)}
.as-win{position:relative;z-index:1;background:#fff;border:1px solid #e7eaf2;border-radius:14px;box-shadow:0 22px 48px rgba(20,40,110,.16);overflow:hidden}
.as-tbar{display:flex;align-items:center;gap:8px;padding:9px 12px;border-bottom:1px solid #eef1f7;background:#fbfcff}
.as-logo{width:19px;height:19px;border-radius:6px;background:#1b45c4;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.as-logo svg{width:14px;height:14px}
.as-tab{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e7eaf2;border-radius:7px;padding:4px 9px;font-size:11.5px;font-weight:700;color:#15203a}
.as-tab svg{width:12px;height:12px;color:#1b45c4}
.as-sp{flex:1}
.as-wc{display:flex;gap:12px;align-items:center;color:#b3bbcc}
.as-m{width:10px;height:1.5px;background:currentColor;display:block}
.as-x{width:10px;height:10px;position:relative;display:block}
.as-x::before,.as-x::after{content:"";position:absolute;left:4.5px;top:0;width:1.5px;height:11px;background:currentColor}
.as-x::before{transform:rotate(45deg)}.as-x::after{transform:rotate(-45deg)}
.as-tool{display:flex;align-items:center;gap:3px;padding:8px 10px;border-bottom:1px solid #f0f3f9}
.as-tb{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#5a6276;padding:5px 8px;border-radius:7px}
.as-tb svg{width:13px;height:13px}
.as-tb.on{background:#1b45c4;color:#fff}
.as-tb.z{margin-left:auto;font-weight:800;color:#9aa3b6}
.as-bd{display:flex;height:150px}
.as-rail{width:50px;background:#f7f9fd;border-right:1px solid #f0f3f9;padding:10px 0;display:flex;flex-direction:column;align-items:center;gap:7px}
.as-th{width:31px;height:39px;background:#fff;border:1px solid #e3e8f2;border-radius:4px;display:block}
.as-th.on{border-color:#1b45c4;box-shadow:0 0 0 2px #eaf0ff}
.as-page{flex:1;padding:15px 17px;position:relative}
.as-htitle{height:11px;width:54%;background:#1d2940;border-radius:3px;margin-bottom:11px;opacity:.9}
.as-ln{height:7px;background:#e7ecf6;border-radius:4px;margin:7px 0}
.as-ln.s1{width:92%}.as-ln.s2{width:84%}.as-ln.s4{width:58%}
.as-ln.hl{background:linear-gradient(90deg,#ffe57f,#fff0a6);width:78%}
.as-eb{position:relative;border:1.5px dashed #1b45c4;border-radius:5px;padding:7px 8px;margin:10px 0;background:#f6f9ff}
.as-eb .as-ln{margin:3px 0}
.as-etag{position:absolute;top:-9px;left:8px;background:#1b45c4;color:#fff;font-size:8px;font-weight:800;padding:2px 7px;border-radius:5px}
.as-cur{position:absolute;right:9px;top:8px;width:2px;height:12px;background:#1b45c4;display:block}
.as-feats{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.as-tile{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e9edf6;border-radius:13px;background:#fff;box-shadow:0 8px 20px rgba(20,40,110,.06)}
.as-tile.hot{background:linear-gradient(135deg,#1b45c4,#3a64dd);border-color:transparent;box-shadow:0 12px 24px rgba(27,69,196,.24)}
.as-tile.hot .as-ti{background:rgba(255,255,255,.2);color:#fff}
.as-tile.hot .as-tt b{color:#fff}.as-tile.hot .as-tt small{color:#cdd9f7}
.as-ti{width:35px;height:35px;border-radius:10px;background:#eaf0ff;color:#1b45c4;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.as-ti svg{width:18px;height:18px}
.as-tt b{font-size:13px;font-weight:800;color:#15203a;display:block;line-height:1.15}
.as-tt small{font-size:10px;font-weight:600;color:#9aa3b5}
@media(max-width:560px){.as-feats{grid-template-columns:1fr 1fr}.as-tt small{display:none}}

/* ── ★260721 지구본 언어 드롭다운(PHY 지시: 다국어 확장 가능) ──
   언어 추가 시: 각 페이지 .lang-menu 에 <a href="/xx/…">언어명</a> 한 줄만 추가하면 됨. */
.lang-dd{position:relative;background:none;border:none;border-radius:0;margin:0;overflow:visible;box-shadow:none} /* 전역 details(FAQ 아코디언) 스타일 리셋 — overflow:hidden이 메뉴를 클리핑 */
.lang-dd summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--body);padding:6px 11px;border:1.5px solid var(--line);border-radius:9px;transition:.15s;user-select:none;line-height:1}
.lang-dd summary::-webkit-details-marker{display:none}
.lang-dd summary:hover,.lang-dd[open] summary{color:var(--blue);border-color:var(--blue)}
.lang-dd .caret{transition:transform .15s}
.lang-dd[open] .caret{transform:rotate(180deg)}
.lang-menu{position:absolute;right:0;top:calc(100% + 8px);background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:6px;min-width:136px;z-index:80;display:flex;flex-direction:column;gap:1px}
.nav-links .lang-menu a,.lang-menu a{display:block;padding:8px 12px;border-radius:8px;font-size:14px;font-weight:600;color:var(--body);border-bottom:none}
.nav-links .lang-menu a:hover,.lang-menu a:hover{background:var(--bg2);color:var(--blue)}
.nav-links .lang-menu a.cur,.lang-menu a.cur{color:var(--blue);background:var(--blue-l);font-weight:800}
.lang-menu a.cur::after{content:"✓";float:right;font-weight:800}
