/* 모바일 푸터 — 브랜드와 법무 정보 두 영역만 표시. */
@media (max-width:640px){
  .footer{ padding:24px 20px; gap:16px; background:#fff; border-top:1px solid #e4e4e4; }
  .footer__main{ gap:0; width:100%; }
  .footer__brand{ display:grid; grid-template-columns:52px 1fr; gap:8px 10px; align-items:center; width:100%; }
  .footer__mark{ width:52px; }
  .footer__name{ font-size:17px; line-height:24px; }
  .footer__tag{ grid-column:1 / -1; font-family:var(--font-body); font-size:12px; line-height:20px; }
  .footer__col{ display:none; }
  .footer__col-h{ display:none; }
  .footer__link-prefix{ display:none; }
  .footer__col > a{ display:flex; align-items:center; justify-content:center; padding:8px 4px; margin:0; min-height:36px; font-family:var(--font-body); font-size:13px; line-height:20px; white-space:nowrap; color:#555; }
  .footer__col > a + a{ border-left:1px solid rgba(0,0,0,.12); }
  .footer__rule{ display:none; }
  .footer__bottom{ width:100%; gap:10px; align-items:flex-start; font-family:var(--font-body); font-size:11px; line-height:18px; }
  .footer__legal{ order:-1; gap:20px; flex-wrap:wrap; }
  .footer__legal a{ display:flex; align-items:center; padding:6px 0; margin:0; min-height:32px; font-size:12px; line-height:20px; color:#555; }
}
