.publisher-content {
  padding: clamp(72px, 9vw, 120px) 24px;
  background: #f6f1e7;
  color: #173638;
  user-select: text;
}

.publisher-content-inner { width: min(1080px, 100%); margin: 0 auto; }
.info-eyebrow { margin: 0 0 14px; color: #a75d3e; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.publisher-content h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.06em; line-height: 1.08; }
.info-lead { max-width: 780px; margin: 24px 0 0; color: #526b69; font-size: 17px; line-height: 1.9; }
.publisher-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.publisher-grid article { padding: 28px; border: 1px solid #ded7c9; border-radius: 22px; background: #fffdf8; }
.publisher-grid article > span { display: inline-grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: #173f3e; color: #ffd95a; font-size: 12px; font-weight: 900; }
.publisher-grid h3 { margin: 20px 0 10px; font-size: 20px; letter-spacing: -.04em; }
.publisher-grid p { margin: 0; color: #5f7472; font-size: 14px; line-height: 1.8; }
.publisher-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.publisher-links a { display: flex; min-height: 92px; padding: 20px 22px; flex-direction: column; justify-content: center; border-radius: 16px; background: #173f3e; color: white; text-decoration: none; }
.publisher-links a:hover { background: #205451; transform: translateY(-2px); }
.publisher-links strong { font-size: 16px; }
.publisher-links span { margin-top: 6px; color: rgba(255,255,255,.65); font-size: 12px; }

.info-page { min-height: 100vh; margin: 0; background: #f6f1e7; color: #173638; font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif; user-select: text; }
.info-header { border-bottom: 1px solid #ded7c9; background: rgba(255,253,248,.92); }
.info-header-inner { display: flex; width: min(960px, calc(100% - 40px)); min-height: 72px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 24px; }
.info-logo { color: #173638; font-size: 20px; font-weight: 950; letter-spacing: -.05em; text-decoration: none; }
.info-logo i { color: #d06149; font-style: normal; }
.info-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 18px; }
.info-nav a { color: #5f7472; font-size: 13px; font-weight: 750; text-decoration: none; }
.info-nav a:hover, .info-nav a[aria-current="page"] { color: #b4503d; }
.info-main { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 90px; }
.info-main > header { margin-bottom: 44px; }
.info-main h1 { max-width: 720px; margin: 0; font-size: clamp(38px, 7vw, 62px); letter-spacing: -.07em; line-height: 1.08; }
.info-summary { max-width: 680px; margin: 22px 0 0; color: #5f7472; font-size: 17px; line-height: 1.85; }
.info-article { display: grid; gap: 34px; }
.info-article section { padding: 30px; border: 1px solid #ded7c9; border-radius: 20px; background: #fffdf8; }
.info-article h2 { margin: 0 0 14px; font-size: 24px; letter-spacing: -.045em; }
.info-article h3 { margin: 24px 0 8px; font-size: 17px; }
.info-article p, .info-article li { color: #526b69; font-size: 15px; line-height: 1.85; }
.info-article p { margin: 0 0 13px; }
.info-article p:last-child { margin-bottom: 0; }
.info-article ul, .info-article ol { margin: 12px 0 0; padding-left: 22px; }
.info-article li + li { margin-top: 8px; }
.info-article a { color: #9f4435; font-weight: 750; text-underline-offset: 3px; }
.info-callout { border-left: 4px solid #e0ae31 !important; background: #fff7d9 !important; }
.info-table { width: 100%; border-collapse: collapse; }
.info-table th, .info-table td { padding: 13px 12px; border-bottom: 1px solid #e7e0d5; color: #526b69; font-size: 14px; line-height: 1.7; text-align: left; vertical-align: top; }
.info-table th { width: 27%; color: #173638; }
.info-footer { padding: 30px 20px; border-top: 1px solid #ded7c9; color: #6d7e7c; text-align: center; }
.info-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin-bottom: 12px; }
.info-footer a { color: #486563; font-size: 13px; font-weight: 700; text-decoration: none; }
.info-footer p { margin: 0; font-size: 12px; }

@media (max-width: 760px) {
  .publisher-content { padding: 64px 20px; }
  .publisher-grid, .publisher-links { grid-template-columns: 1fr; }
  .publisher-grid { gap: 12px; margin-top: 34px; }
  .info-header-inner { min-height: 84px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .info-nav { justify-content: flex-start; }
  .info-main { padding-top: 52px; }
  .info-article section { padding: 24px 20px; }
  .info-table, .info-table tbody, .info-table tr, .info-table th, .info-table td { display: block; width: 100%; }
  .info-table th { padding-bottom: 2px; border-bottom: 0; }
  .info-table td { padding-top: 2px; }
}

.analytics-consent {
  position: fixed;
  z-index: 9999;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  left: 16px;
  display: flex;
  max-width: 720px;
  margin: 0 auto;
  padding: 18px;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(11, 37, 39, .97);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
  color: #fff;
  backdrop-filter: blur(16px);
}

.analytics-consent[hidden] { display: none; }
.analytics-consent > div:first-child { flex: 1; }
.analytics-consent strong { font-size: 14px; }
.analytics-consent p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  line-height: 1.6;
}

.analytics-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.analytics-consent-actions button {
  min-width: 72px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 11px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}
.analytics-consent-actions #analyticsAccept {
  border-color: #ffd75e;
  background: #ffd75e;
  color: #17393b;
}

@media (max-width: 620px) {
  .analytics-consent { align-items: stretch; flex-direction: column; gap: 12px; }
  .analytics-consent-actions button { flex: 1; }
}

.analytics-consent a { color: #fff; }
.info-footer button { margin: 14px 0; border: 0; background: transparent; color: #486563; text-decoration: underline; cursor: pointer; font: inherit; }
