:root{--ink:#172033;--muted:#596579;--line:#dfe6ef;--brand:#1769e0;--soft:#f4f8ff;--mint:#eafaf3;--paper:#fff;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.72}a{color:inherit}.guide-nav{border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:5}.guide-nav-inner{max-width:1120px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.guide-brand{text-decoration:none;font-weight:900;letter-spacing:-.03em}.guide-nav a:not(.guide-brand){font-size:14px;color:var(--muted)}.guide-hero{background:linear-gradient(140deg,var(--soft),#fff 58%,var(--mint));padding:82px 24px 66px}.guide-hero-inner,.guide-main,.guide-footer-inner{max-width:980px;margin:auto}.guide-kicker{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}h1{font-size:clamp(38px,6vw,68px);line-height:1.08;letter-spacing:-.055em;margin:10px 0 20px}h2{font-size:clamp(25px,3vw,36px);line-height:1.25;letter-spacing:-.035em;margin:0 0 16px}h3{font-size:20px;margin:0 0 8px}.guide-lead{font-size:clamp(17px,2vw,21px);max-width:760px;color:var(--muted);margin:0}.guide-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.guide-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:999px;text-decoration:none;font-weight:800;background:var(--brand);color:white}.guide-button.secondary{background:white;color:var(--brand);border:1px solid #bfd4f4}.guide-main{padding:58px 24px 84px}.guide-section{margin-bottom:58px}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.guide-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:var(--paper);box-shadow:0 8px 30px rgba(30,55,90,.055)}.guide-card p{margin:0 0 16px;color:var(--muted)}.guide-card a{font-weight:800;color:var(--brand)}.guide-steps{counter-reset:step;display:grid;gap:14px;padding:0;list-style:none}.guide-steps li{counter-increment:step;border-left:4px solid #b9d2f8;padding:5px 0 5px 18px}.guide-steps li:before{content:counter(step) ". ";font-weight:900;color:var(--brand)}.guide-note{background:#fff8dd;border:1px solid #f0dc8f;border-radius:18px;padding:20px}.guide-links{display:flex;flex-wrap:wrap;gap:10px}.guide-links a{border:1px solid var(--line);border-radius:999px;padding:8px 13px;text-decoration:none;font-size:14px;font-weight:700}.guide-footer{border-top:1px solid var(--line);padding:32px 24px;color:var(--muted);font-size:14px}.guide-footer-inner{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}@media(max-width:680px){.guide-hero{padding-top:54px}.guide-grid{grid-template-columns:1fr}.guide-nav-inner{padding-inline:16px}.guide-main{padding-inline:18px}.guide-actions{align-items:stretch}.guide-button{width:100%}}@media print{.guide-nav,.guide-actions,.guide-footer{display:none}.guide-hero{padding:20px 0;background:white}.guide-main{padding:20px 0}.guide-card{break-inside:avoid;box-shadow:none}}
