@charset "UTF-8";
:root{
  --brand-1:#f2994a; --brand-2:#eb5757; --ink:#1f2937; --muted:#6b7280;
  --line:#e5e7eb; --bg:#ffffff; --band:#f7f9fb; --chip:#111827;
  --nav-hover-bg: #e9efff;   /* 좀 더 진한 하이라이트 */
  --nav-active-bg:#dbeafe;   /* 클릭/선택 상태 */
  --brand-w: 120px;   /* 로고 영역 폭(원하는 값으로 조정) */
  --brand-h: 90px; 
  --container-w: 1000px;                /* ← 컨텐츠 폭(사이트 기준에 맞춰 조정) */
  --gutter: 16px; 
}
html{scroll-behavior:smooth}
body{margin:0; font-family:"Noto Sans KR", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color:var(--ink); background:#fff;}
/* Typography */
h1,h2,h3,h4{font-weight:800; line-height:1.2}
p{line-height:1.7}
select,input,button{font:inherit}
