:root{--navy:#16294e;--navy-deep:#0d1a34;--blue:#2e6be6;--blue-soft:#e8effc;--sky:#6ea8ff;--ink:#1c2433;--muted:#5b6776;--line:#e3e8f0;--bg:#fff;--bg-soft:#f5f7fb;--success:#2f855a;--danger:#dc2626}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Malgun Gothic,맑은 고딕,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}input,select,textarea{font-family:inherit;font-size:14px}