:root{--ink:#17202b;--muted:#667085;--line:#e4e8ef;--blue:#3568e8;--soft:#f6f8fb;--wrap:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,'Noto Sans KR',sans-serif;letter-spacing:-.025em}a{color:inherit;text-decoration:none}.wrap{width:min(var(--wrap),calc(100% - 48px));margin:0 auto}.topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--line)}.nav{height:68px;display:flex;align-items:center;gap:42px}.logo{display:inline-flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:900;white-space:nowrap}.logo span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--blue);color:#fff;font-size:.75rem;letter-spacing:-.08em}.nav nav{display:flex;gap:27px;flex:1}.nav nav a{color:#667085;font-size:.84rem;font-weight:700}.nav nav a:hover,.nav nav a.active{color:var(--blue)}.nav-button,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:.84rem;font-weight:800}.nav-button{padding:10px 16px;background:var(--ink);color:#fff}.hero{background:linear-gradient(135deg,#f2f6ff,#fff 63%,#fff8dd);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1fr 430px;gap:90px;align-items:center;padding:82px 0 78px}.kicker{margin:0 0 12px;color:var(--blue);font-size:.7rem;font-weight:900;letter-spacing:.14em}.hero h1{margin:0;font-size:clamp(3rem,6vw,5.4rem);line-height:1.05;letter-spacing:-.09em}.hero h1 strong{color:var(--blue)}.lead{max-width:530px;margin:24px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.75}.actions{display:flex;gap:20px;align-items:center;margin-top:30px}.primary{min-height:48px;padding:0 21px;background:var(--blue);color:#fff}.ghost{color:var(--ink)}.proof{display:flex;gap:16px;flex-wrap:wrap;margin-top:23px;color:#8993a3;font-size:.72rem;font-weight:700}.salary-card{padding:25px;border:1px solid #dce5ff;border-radius:16px;background:#fff;box-shadow:0 20px 50px #416cc51c}.card-head,.card-meta{display:flex;justify-content:space-between;align-items:center}.card-head{font-weight:800}.card-head i{padding:4px 7px;border-radius:5px;background:#e7f8ef;color:#15915a;font-size:.6rem;font-style:normal}.small{margin:33px 0 8px;color:var(--muted);font-size:.8rem}.big-number{font-size:1.2rem}.big-number strong{font-size:3.8rem;letter-spacing:-.1em}.bar{height:8px;margin:18px 0 15px;border-radius:8px;background:#edf0f5;overflow:hidden}.bar span{display:block;width:73%;height:100%;background:var(--blue)}.card-meta{color:#8490a0;font-size:.7rem}.card-meta b{display:block;margin-top:4px;color:var(--ink);font-size:.82rem}.salary-card>a{display:block;margin-top:24px;color:var(--blue);font-size:.78rem;font-weight:800}.stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.stats div{padding:26px 25px;border-left:1px solid var(--line)}.stats div:first-child{border-left:0}.stats strong,.stats span{display:block}.stats strong{font-size:1.45rem}.stats span{margin-top:5px;color:var(--muted);font-size:.72rem}.section{padding:82px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-title h2,.split-heading h2,.faq h2{margin:0;font-size:2.1rem;letter-spacing:-.07em}.section-title p,.split-heading>div>p:last-child{margin:10px 0 0;color:var(--muted);font-size:.86rem}.section-title>a{color:var(--blue);font-size:.78rem;font-weight:800}.card-grid{display:grid;gap:14px}.three{grid-template-columns:repeat(3,1fr)}.feature-card{min-height:265px;padding:24px;border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column}.feature-card:hover{border-color:#b5c6f7;box-shadow:0 12px 28px #17202b0d}.feature-card.featured{background:#f5f8ff;border-color:#cbd8fc}.icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;font-size:1.2rem;font-weight:900}.icon.blue{background:#dce6ff;color:var(--blue)}.icon.yellow{background:#fff1bd;color:#ac7a00}.icon.green{background:#d8f4e9;color:#148555}.feature-card small{margin-top:24px;color:#8692a4;font-size:.65rem;font-weight:900}.feature-card h3{margin:9px 0 0;font-size:1.18rem}.feature-card p{margin:10px 0;color:var(--muted);font-size:.8rem;line-height:1.6}.feature-card b{margin-top:auto;color:var(--blue);font-size:.77rem}.soft-section{padding:82px 0;background:var(--soft)}.soft-section>div{width:min(var(--wrap),calc(100% - 48px));margin:auto}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cbd2dd}.article-grid>a{display:grid;grid-template-columns:38px 1fr auto;gap:15px;padding:24px 20px;border-right:1px solid #cbd2dd;border-bottom:1px solid #cbd2dd}.article-grid>a:first-child{border-left:1px solid #cbd2dd}.article-grid>a:hover h3{color:var(--blue)}.article-grid span{color:#8a95a5;font-size:.7rem;font-weight:900}.article-grid small{color:var(--blue);font-size:.67rem;font-weight:800}.article-grid h3{margin:9px 0;font-size:1rem}.article-grid p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.55}.article-grid b{color:var(--blue)}.split-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}.split-heading>div{max-width:600px}.dark{padding:13px 18px;background:var(--ink);color:#fff}.tag-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:32px}.tag-list a{padding:12px 17px;border:1px solid var(--line);border-radius:8px;color:#536072;font-size:.77rem;font-weight:800}.tag-list a:hover{border-color:var(--blue);color:var(--blue)}.faq{max-width:820px;padding:0 0 100px}.faq h2{margin-bottom:26px}.faq details{border-top:1px solid var(--line);padding:19px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:.92rem;font-weight:800}.faq details p{max-width:720px;margin:14px 0 0;color:var(--muted);font-size:.82rem;line-height:1.75}footer{padding:36px 0 25px;background:#f5f6f8;color:#7b8696}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer-grid p{margin:12px 0 0;font-size:.72rem}.footer-grid nav{display:flex;gap:18px}.footer-grid nav a{font-size:.72rem}.copyright{margin-top:35px;padding-top:17px;border-top:1px solid #e1e5eb;font-size:.68rem}@media(max-width:800px){.nav{gap:18px}.nav nav{gap:14px;overflow:auto}.nav nav a{white-space:nowrap}.nav-button{display:none}.hero-grid{grid-template-columns:1fr;gap:40px;padding:60px 0}.hero h1{font-size:3.6rem}.stats{grid-template-columns:repeat(2,1fr)}.stats div:nth-child(3){border-left:0}.three,.article-grid{grid-template-columns:1fr}.article-grid>a:first-child{border-left:0}.section-title,.split-heading{align-items:flex-start;flex-direction:column;gap:12px}}@media(max-width:520px){.wrap,.soft-section>div{width:calc(100% - 30px)}.nav{height:58px}.logo{font-size:.95rem}.nav nav{gap:12px}.nav nav a{font-size:.7rem}.hero h1{font-size:3.1rem}.lead{font-size:.9rem}.actions{align-items:flex-start;flex-direction:column;gap:16px}.salary-card{padding:20px}.section,.soft-section{padding:58px 0}.section-title h2,.split-heading h2,.faq h2{font-size:1.75rem}.feature-card{min-height:230px}.footer-grid{align-items:flex-start;flex-direction:column}.footer-grid nav{flex-wrap:wrap;gap:10px 15px}}
 .tool-page{max-width:820px}.tool-page>a{color:var(--blue);font-size:.8rem;font-weight:800}.tool-page h1{margin-top:30px;font-size:clamp(2.4rem,5vw,4rem);letter-spacing:-.08em}.calc-box{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:35px;padding:25px;border:1px solid var(--line);border-radius:12px;background:var(--soft)}.calc-box label{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:.78rem;font-weight:800}.calc-box input{height:46px;padding:0 13px;border:1px solid #d8dee8;border-radius:7px;background:#fff;color:var(--ink);font:inherit}.calc-box button{grid-column:1 / -1;border:0;cursor:pointer}.result{display:flex;flex-direction:column;gap:7px;margin-top:20px;padding:25px;border-radius:12px;background:#edf3ff;color:var(--muted);font-size:.8rem}.result strong{color:var(--blue);font-size:2.3rem;letter-spacing:-.06em}.result span{font-size:.75rem}.notice{margin-top:22px;padding:15px 18px;border-left:3px solid #f1cb4d;background:#fff9df;color:var(--muted);font-size:.78rem;line-height:1.6}.source-box{margin-top:26px;padding:20px;border:1px solid var(--line);border-radius:10px;background:#fff}.source-box strong{font-size:.82rem}.source-box p{margin:10px 0 0;color:var(--muted);font-size:.75rem;line-height:1.7}.source-box a{color:var(--blue);font-weight:700}@media(max-width:520px){.calc-box{grid-template-columns:1fr}.calc-box button{grid-column:auto}}
