/* 지원금 나침반 — 신뢰감 있는 블루 테마 */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',sans-serif;color:#1e293b;line-height:1.75;background:#f8fafc}
a{color:inherit;text-decoration:none}
.wrap{max-width:920px;margin:0 auto;padding:0 20px}
.site-header{background:#1d4ed8;color:#fff;padding:14px 0;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.site-header .wrap{display:flex;justify-content:space-between;align-items:center}
.logo{font-size:1.25rem;font-weight:800}
.site-header nav a{margin-left:18px;font-size:.95rem;opacity:.9}
.site-header nav a:hover{opacity:1;text-decoration:underline}
.hero{padding:56px 0 40px;text-align:center}
.hero h1{font-size:1.9rem;color:#0f172a;margin-bottom:12px;word-break:keep-all}
.hero p{color:#475569;max-width:560px;margin:0 auto;word-break:keep-all}
.grid-section{padding:12px 0 64px}
.grid-section h2{font-size:1.3rem;margin-bottom:20px;color:#0f172a;border-left:5px solid #1d4ed8;padding-left:12px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:22px;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}
.card:hover{box-shadow:0 8px 24px rgba(29,78,216,.12);transform:translateY(-2px)}
.card-cat{font-size:.78rem;color:#1d4ed8;font-weight:700;margin-bottom:8px}
.card h3{font-size:1.05rem;margin-bottom:8px;word-break:keep-all;color:#0f172a}
.card p{font-size:.88rem;color:#64748b;flex:1;word-break:keep-all}
.card-date{font-size:.78rem;color:#94a3b8;margin-top:12px}
.post{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px;margin:32px 0 64px}
.post h1{font-size:1.65rem;margin-bottom:10px;word-break:keep-all;color:#0f172a}
.post h2{font-size:1.25rem;margin:34px 0 12px;color:#1d4ed8;word-break:keep-all}
.post h3{font-size:1.05rem;margin:24px 0 8px}
.post p{margin-bottom:14px;word-break:keep-all}
.post ul,.post ol{margin:0 0 16px 22px}
.post li{margin-bottom:6px;word-break:keep-all}
.post-meta{color:#94a3b8;font-size:.85rem;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}
.breadcrumb{font-size:.82rem;color:#94a3b8;margin-bottom:14px}
.breadcrumb a{color:#1d4ed8}
.post table{width:100%;border-collapse:collapse;margin:16px 0;font-size:.92rem}
.post th,.post td{border:1px solid #e2e8f0;padding:10px 12px;text-align:left;word-break:keep-all}
.post th{background:#eff6ff;color:#1e3a8a}
.tip-box{background:#eff6ff;border-left:4px solid #1d4ed8;padding:16px 18px;border-radius:0 8px 8px 0;margin:18px 0;font-size:.94rem}
.notice-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:14px 16px;font-size:.85rem;color:#64748b;margin-top:32px}
.related{margin-top:28px;padding-top:20px;border-top:1px solid #e2e8f0}
.related h2{font-size:1.05rem;color:#0f172a;margin-bottom:10px}
.related ul{margin-left:20px}
.related a{color:#1d4ed8}
.related a:hover{text-decoration:underline}
.contact-box{background:#eff6ff;border-radius:10px;padding:20px;margin:16px 0}
.site-footer{background:#0f172a;color:#94a3b8;padding:32px 0;font-size:.85rem;text-align:center}
.footer-links a{color:#cbd5e1;margin:0 4px}
.footer-links a:hover{text-decoration:underline}
@media(max-width:640px){.post{padding:24px 18px}.hero h1{font-size:1.5rem}.site-header nav a{margin-left:10px;font-size:.85rem}}
