
.hkns-footer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 48px 0 0;
  font-size: 0.86rem; color: #64748b;
}
.hkns-footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hkns-footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 36px; padding-bottom: 36px;
  border-bottom: 1px solid #e5e7eb;
}
.hkns-footer-logo {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.hkns-footer-logo-img {
  height: 36px; width: auto; display: block;
}
.hkns-footer-logo-text {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.05rem; font-weight: 700; color: #334155;
  letter-spacing: -0.3px;
}
.hkns-footer-desc { color: #94a3b8; font-size: 0.82rem; }
.hkns-footer-links h4 {
  color: #0f172a; font-size: 0.86rem; font-weight: 700; margin: 0 0 14px;
}
.hkns-footer-links a {
  display: block; color: #94a3b8; padding: 3px 0;
  text-decoration: none; transition: color 0.2s; font-size: 0.84rem;
}
.hkns-footer-links a:hover { color: #6366f1; }
.hkns-footer-links p { color: #94a3b8; margin: 3px 0; line-height: 1.5; }
.hkns-footer-bottom {
  text-align: center; padding: 20px 0;
  color: #cbd5e1; font-size: 0.78rem;
}
@media (max-width: 768px) {
  .hkns-footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hkns-footer-logo-img { height: 30px; }
  .hkns-footer-logo-text { font-size: 0.9rem; }
}
@media (max-width: 480px) {
  .hkns-footer-top { grid-template-columns: 1fr; }
}
