/* 레거시 우측 퀵메뉴(신규상담/카카오 등) — 프로토타입에 없음 */
#quick,
.floating-kakao {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Tailwind·레거시가 프로토타입 .footer 스타일을 덮지 않도록 — 색·타이포는 harmony-v48.css 그대로 */
body.has-harmony-v48 footer.site-footer.harmony-footer {
  background: var(--ink-800) !important;
  color: var(--ink-300) !important;
  padding: 40px 0 32px !important;
  font-size: 12px !important;
  line-height: 1.6;
  letter-spacing: -0.02em;
  width: 100%;
  box-sizing: border-box;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .harmony-footer__inner {
  max-width: var(--container, 1200px);
  margin: 0 auto;
  padding: 0 24px;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-brand {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
  padding: 0;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-info {
  line-height: 1.7;
  margin: 0;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-info a {
  color: inherit !important;
  text-decoration: none !important;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-info a:hover {
  color: #ffffff !important;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-links {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  font-size: 12px;
  flex-shrink: 0;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-links-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-links a {
  color: var(--ink-300) !important;
  text-decoration: none !important;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-links a:hover {
  color: #ffffff !important;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-youtube {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  color: var(--ink-300) !important;
  font-size: 12px;
  text-decoration: none !important;
  transition: color 0.15s;
  margin-top: 16px;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-youtube:hover {
  color: #ffffff !important;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-youtube svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-youtube svg path.bg {
  fill: #ff0000;
}

body.has-harmony-v48 footer.site-footer.harmony-footer .footer-youtube:hover svg path.bg {
  fill: #ff3333;
}

body.has-harmony-v48.mobile footer.site-footer.harmony-footer .harmony-footer__inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding: 0 16px;
}

body.has-harmony-v48.mobile footer.site-footer.harmony-footer .footer-links {
  align-items: flex-start;
  width: 100%;
}

body.has-harmony-v48.mobile footer.site-footer.harmony-footer .footer-links-row {
  justify-content: flex-start;
}
