/* ── 푸터 ── */
.sg-footer { background: #333; padding: 36px 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.sg-footer-inner { width: min(1440px, calc(100vw - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sg-footer-logo img { height: 32px; width: auto; display: block; opacity: 0.85; }
.sg-footer-info { font-size: 0.82rem; line-height: 1.9; color: rgba(255,255,255,0.55); text-align: right; }
.sg-footer-info strong { color: rgba(255,255,255,0.8); font-weight: 700; }
@media (max-width: 600px) { .sg-footer-inner { flex-direction: column; align-items: flex-start; } .sg-footer-info { text-align: left; } }
