﻿/* Dee Editor 데모 — 공통 푸터 */
.site-footer {
  background: #0b1120;
  color: #94a3b8;
  padding: 28px 0 24px;
  margin-top: 48px;
  width: 100%;
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.site-footer .footer-top {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.site-footer .footer-logo {
  flex-shrink: 0;
  line-height: 0;
}

.site-footer .footer-logo img {
  height: 28px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.site-footer .footer-tagline {
  font-size: 13px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}

.site-footer .footer-meta {
  font-size: 11px;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 4px;
}

.site-footer .footer-copy {
  font-size: 11px;
  line-height: 1.7;
  color: #64748b;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 24px 0 20px;
    margin-top: 32px;
  }

  .site-footer .container {
    padding: 0 20px;
  }

  .site-footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .site-footer .footer-tagline {
    font-size: 12.5px;
  }
}
