#pageon-legal-footer {
  box-sizing: border-box;
  width: 100%;
  margin-top: 64px;
  border-top: 1px solid rgba(20, 37, 63, 0.12);
  background: #14253f;
  color: rgba(255, 255, 255, 0.72);
  font-family: Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#pageon-legal-footer * { box-sizing: border-box; }

.pageon-footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 42px;
}

.pageon-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.pageon-footer-brand {
  color: #fff;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pageon-footer-copy {
  max-width: 460px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.pageon-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  max-width: 570px;
}

.pageon-footer-links a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  text-decoration: none;
}

.pageon-footer-links a:hover,
.pageon-footer-links a:focus-visible { color: #ff7669; text-decoration: underline; }

.pageon-footer-meta {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  line-height: 1.8;
}

.pageon-footer-meta span:not(:last-child)::after {
  content: "·";
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.32);
}

.pageon-footer-note { margin: 8px 0 0; color: rgba(255, 255, 255, 0.48); }

@media (max-width: 760px) {
  #pageon-legal-footer { margin-top: 44px; }
  .pageon-footer-inner { width: min(100% - 28px, 1180px); padding: 30px 0 34px; }
  .pageon-footer-top { display: block; }
  .pageon-footer-links { justify-content: flex-start; margin-top: 22px; gap: 10px 16px; }
  .pageon-footer-meta span { display: block; }
  .pageon-footer-meta span::after { display: none; }
}
