:root{font-family:Inter,Pretendard,"Noto Sans KR",system-ui,-apple-system,sans-serif;color:#172033;background:#fff;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}a{color:inherit;text-decoration:none}.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px}.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:18px}.brand img{border-radius:10px}.header-cta,.primary{display:inline-flex;align-items:center;justify-content:center;padding:12px 19px;border-radius:10px;background:#175cd3;color:#fff;font-weight:800;box-shadow:0 7px 20px #175cd326;transition:transform .18s,background .18s}.header-cta:hover,.primary:hover{background:#1849a9;transform:translateY(-1px)}main{overflow:hidden}.hero{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding:86px 24px 76px}.eyebrow{margin:0 0 12px;color:#175cd3;font-size:14px;font-weight:850;letter-spacing:-.01em}.hero h1{font-size:52px;line-height:1.17;letter-spacing:-.045em;margin:0;color:#101828}.hero-description{max-width:640px;margin:24px 0 28px;color:#475467;font-size:19px;line-height:1.7;letter-spacing:-.02em}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-actions a{padding:14px 22px}.secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 19px;border-radius:10px;background:#eef4ff;color:#1849a9;font-weight:800}.service-note{margin:16px 0 0;color:#667085;font-size:13px}.preview{border:1px solid #dbe4f0;border-radius:20px;background:#fff;box-shadow:0 28px 70px #34405424;overflow:hidden;transform:rotate(1deg)}.preview-bar{height:50px;display:flex;align-items:center;gap:6px;padding:0 16px;border-bottom:1px solid #e4e7ec;background:#f8fafc}.preview-bar span{width:9px;height:9px;border-radius:50%;background:#cbd5e1}.preview-bar b{margin-left:8px;font-size:13px;color:#475467}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px}.metrics div{padding:14px;background:#f8fafc;border-radius:11px}.metrics small{display:block;color:#667085;font-size:11px}.metrics strong{display:block;margin-top:4px;font-size:17px}.metrics .difference{background:#fff4ed;color:#9c2a10}.preview-table{margin:0 18px 20px;border:1px solid #e4e7ec;border-radius:10px;overflow:hidden;font-size:12px}.preview-table>div{display:grid;grid-template-columns:1.25fr 1fr .8fr;gap:6px;padding:11px;border-bottom:1px solid #eef2f6}.preview-table>div:last-child{border:0}.preview-table .table-head{background:#f8fafc;color:#667085;font-weight:750}.match{color:#067647}.check{color:#b54708}.trust-strip{display:flex;justify-content:center;gap:0;flex-wrap:wrap;border-top:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec;background:#f8fafc}.trust-strip span{padding:18px 30px;color:#475467;font-size:14px;font-weight:750}.trust-strip span+span:before{content:"·";margin-right:30px;color:#98a2b3}.section{max-width:1120px;margin:auto;padding:96px 24px}.section>h2,.support h2,.privacy-callout h2,.final-cta h2{font-size:34px;line-height:1.3;letter-spacing:-.035em;margin:0 0 28px;color:#101828}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{padding:26px;border:1px solid #e4e7ec;border-radius:16px;background:#fff}.steps article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#175cd3;color:#fff;font-weight:850}.steps h3{margin:18px 0 7px;font-size:18px}.steps p,.support p,.faq p{margin:0;color:#667085;line-height:1.7}.support{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;background:#f8fafc;max-width:none;padding-left:max(24px,calc((100% - 1072px)/2));padding-right:max(24px,calc((100% - 1072px)/2))}.support h2{margin-bottom:15px}.file-types{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.file-types span{display:grid;place-items:center;min-height:72px;border:1px solid #dbe4f0;border-radius:12px;background:#fff;color:#344054;font-weight:850;box-shadow:0 4px 12px #1018280a}.privacy-callout{max-width:1072px;margin:88px auto 0;display:flex;gap:20px;padding:26px 28px;border:1px solid #fedf89;border-radius:16px;background:#fffaeb}.privacy-callout h2{font-size:22px;margin-bottom:7px}.privacy-callout p{margin:0;color:#7a2e0e;line-height:1.7}.shield{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:#f79009;color:white;font-weight:900}.faq{max-width:900px}.faq h2{margin-bottom:18px}.faq details{padding:18px 2px;border-top:1px solid #e4e7ec}.faq details:last-child{border-bottom:1px solid #e4e7ec}.faq summary{cursor:pointer;font-weight:800}.faq p{padding-top:10px}.final-cta{text-align:center;padding:70px 24px;background:#175cd3;color:#fff}.final-cta h2{color:#fff;margin-bottom:12px}.final-cta p{max-width:700px;margin:0 auto 24px;color:#dbeafe;line-height:1.7}.primary.light{background:#fff;color:#1849a9;box-shadow:none}footer{max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 24px;color:#667085;font-size:13px}footer strong{color:#344054}footer p{margin:4px 0 0}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a:hover{text-decoration:underline}@media(max-width:850px){.hero{grid-template-columns:1fr;gap:48px;padding-top:58px}.hero h1{font-size:42px}.preview{max-width:600px}.steps{grid-template-columns:1fr}.support{grid-template-columns:1fr;gap:32px}.trust-strip span+span:before{display:none}}@media(max-width:560px){.site-header{height:64px;padding:0 16px}.header-cta{padding:9px 12px;font-size:13px}.hero{padding:46px 18px 58px}.hero h1{font-size:34px}.hero-description{font-size:16px}.hero-actions{display:grid}.hero-actions a{width:100%}.preview{transform:none}.metrics{grid-template-columns:1fr}.trust-strip{display:grid;grid-template-columns:1fr 1fr}.trust-strip span{text-align:center;padding:13px 8px;font-size:12px}.section{padding:70px 18px}.section>h2,.support h2,.final-cta h2{font-size:27px}.support{padding-left:18px;padding-right:18px}.file-types{grid-template-columns:repeat(2,1fr)}.privacy-callout{margin:60px 18px 0;padding:20px;align-items:flex-start}.shield{flex-basis:34px;height:34px}footer{align-items:flex-start;flex-direction:column;padding:32px 18px}.footer-links{flex-direction:column;gap:8px}}
h1,h2,h3,p{word-break:keep-all}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.header-cta,.primary{transition:none}}
