.footer { background: #192343; color: #fff;font-family: 'Pretendard'; }
.footer-inner { max-width: 1000px; margin: 0 auto; padding: 0 40px; }
.footer-top { height: 56px; display: flex; justify-content: center; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 14px; font-weight: 600; }
.footer-top a:hover { color: #45B6B0; }
.footer-top span { color: rgba(255,255,255,.35); }
.footer-bottom { display: flex; justify-content: center; align-items: center; padding: 28px 0; }
.footer-logo-wrap { flex-shrink: 0; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.15); }
.footer-logo { height: 54px; width: auto; display: block; }
.footer-info { text-align: left; }
.footer-info p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.9; letter-spacing: -0.03em; }
.footer-title-row strong { color: #fff; font-weight: 700; }
.footer-info span { margin: 0 8px; color: rgba(255,255,255,.35); }
.footer-copy { margin: 0; padding: 0 0 24px; text-align: center; color: rgba(255,255,255,.5); font-size: 13px; letter-spacing: -0.02em; }
.footer-contact { display: flex; align-items: center; gap: 8px; }
.footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer a:hover { color: #fff; }