/* 사이트맵 유틸리티 페이지 — 40페이지 고유 디자인 세트에는 포함되지 않는 별도 페이지 */
:root { --accent: #0F3D6B; --bg: #FFFFFF; --ink: #1A1E23; --footer-bg: #10151A; --footer-text: #C6CCD2; }
.sm-header { border-bottom: 1px solid #E7EAEE; }
.sm-header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.sm-header-inner a:last-child { font-size: 14px; text-decoration: none; }
.logotype { font-weight: 700; font-size: 17px; text-decoration: none; color: var(--accent); }
.sm-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 700px) { .sm-grid { grid-template-columns: 1fr 1fr; } }
.sm-grid h2 { font-size: 16px; margin-bottom: 12px; }
.sm-list { list-style: none; margin: 0; padding: 0; }
.sm-list li { padding: 8px 0; border-bottom: 1px solid #EEF1F3; }
.sm-list a { text-decoration: none; font-size: 14.5px; }
.sm-list a:hover { text-decoration: underline; color: var(--accent); }
.footer-biz p { margin: 0 0 6px; }
.footer-disclaimer { margin-top: 14px; }
