/* hub.css — 서비스상세 / 서비스지역 / 사이트맵 공통 (헤더+히어로+CTA+푸터만) */
:root {
  --bg: #F2F3F1;
  --text: #1E2422;
  --primary: #35443A;
  --secondary: #9FB0A3;
  --font-display: "Hahmlet", serif;
  --font-body: "Pretendard", "Noto Sans KR", sans-serif;
}

.hub-list {
  padding: 8px 20px 72px;
  max-width: 720px;
}
.hub-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hub-list li {
  border-bottom: 1px solid var(--secondary);
}
.hub-list > ul > li > a {
  display: block;
  padding: 16px 4px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
}
.hub-list > ul > li > a:hover { color: var(--primary); }
.hub-list ul ul {
  padding: 0 0 12px 20px;
}
.hub-list ul ul li {
  border-bottom: none;
}
.hub-list ul ul a {
  display: block;
  padding: 6px 4px;
  text-decoration: none;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 400;
}
.hub-list ul ul a:hover { color: var(--primary); }

/* smaller hero photo for hub pages */
.hero--compact-media .hero__media {
  max-width: 320px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .hero--compact-media .hero__media { max-width: 280px; }
}

/* flip media to the right column */
.hero--media-right .hero__media { order: 2; }
.hero--media-right .hero__content { order: 1; }
