/* 광교 미술심리상담센터 소개 페이지 (art.html) */

/* ── 레이아웃 기본 ── */
.page-art main {
  margin-top: 0;
  overflow-x: hidden;
}

.page-art .section {
  padding: 44px 0;
  background-attachment: scroll !important;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.page-art .card {
  animation: none;
}

.page-art .section-header {
  margin-bottom: 28px;
  padding: 0 20px 16px;
  gap: 12px 24px;
}

.page-art .section-title-block {
  gap: 6px;
  padding-bottom: 8px;
}

.page-art .section-sub {
  padding-top: 10px;
  max-width: 520px;
  line-height: 1.65;
}

/* 흰 배경 섹션 — 제목 색상 보정 (안 보이던 텍스트 수정) */
.section-center-intro .section-kicker,
.section-center-intro .section-title,
.section-center-intro .section-sub,
.section-center-career .section-kicker,
.section-center-career .section-title,
.section-center-career .section-sub {
  color: #1a1a1a;
  text-shadow: none;
}

.section-center-intro .section-kicker,
.section-center-career .section-kicker {
  color: #5a7d62;
}

/* scrollAnimation 비활성 — 초기 opacity:0 방지 */
.page-art .section-header,
.page-art .card,
.page-art .contact-box {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

/* 같은 배경 섹션 연속 시 여백 축소 */
.page-art .section-center-education + .section-center-education,
.page-art .section-center-counselor + .section-center-counselor,
.page-art .section-center-guide + .section-center-guide {
  padding-top: 0;
}

.center-hero {
  position: relative;
  z-index: 0;
  min-height: 85vh;
  padding: calc(70px + 80px) 20px 100px;
  background-image:
    linear-gradient(rgba(45, 55, 72, 0.55), rgba(74, 85, 104, 0.7)),
    url('../img/KakaoTalk_Photo_2025-12-05-15-18-37.png');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.center-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
}

.center-hero-label {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

.center-hero-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.center-hero-sub {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
  margin-bottom: 36px;
}

.center-hero-director {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.center-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-center-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: linear-gradient(135deg, #7c9a82 0%, #5a7d62 100%);
  color: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(90, 125, 98, 0.35);
}

.btn-center-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(90, 125, 98, 0.45);
}

.btn-center-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.btn-center-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.section-center-intro {
  background: #ffffff;
  z-index: 2;
}

.section-center-intro::before {
  display: none;
}

/* ── 센터 소개 섹션 ── */
.page-art .section-center-intro {
  padding: 48px 0 52px;
}

.about-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-header {
  position: static;
  max-width: 720px;
  margin-bottom: 24px;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  color: inherit;
}

.about-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a7d62;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-title {
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 14px;
}

.about-lead {
  font-size: 15px;
  line-height: 1.75;
  color: #444444;
  margin: 0;
}

.about-lead strong {
  color: #3d5c44;
  font-weight: 600;
}

.about-stats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  padding: 16px 20px;
  margin-bottom: 24px;
  background: #f7f5f2;
  border-radius: 12px;
  border: 1px solid #ebe6df;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 100px;
  min-width: 90px;
  padding: 4px 12px;
  text-align: center;
}

.about-stat-num {
  font-size: 22px;
  font-weight: 700;
  color: #5a7d62;
  line-height: 1.2;
}

.about-stat-label {
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
  line-height: 1.4;
}

.about-stat-divider {
  width: 1px;
  height: 36px;
  background: #ddd6cc;
  flex-shrink: 0;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-pillar {
  background: #fafafa;
  border-radius: 12px;
  padding: 20px 18px;
  border-top: 3px solid #7c9a82;
}

.about-pillar-num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #7c9a82;
  margin-bottom: 8px;
}

.about-pillar-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
}

.about-pillar-text {
  font-size: 13px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

@media (max-width: 768px) {
  .about-pillars {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-stat-divider {
    display: none;
  }

  .about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 14px 12px;
  }

  .about-stat {
    padding: 4px 4px;
  }

  .about-stat-num {
    font-size: 18px;
  }

  .about-stat-label {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .page-art .section-center-intro {
    padding: 32px 0 28px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }
}

.section-center-programs {
  background-image: url('../img/KakaoTalk_Photo_2025-12-05-15-20-18.png');
  background-attachment: scroll !important;
}

.section-center-programs::before {
  background: rgba(255, 255, 255, 0.92);
}

.section-center-programs .section-kicker,
.section-center-programs .section-title,
.section-center-programs .section-sub {
  color: #1a1a1a;
  text-shadow: none;
}

.section-center-counselor {
  background: #f7f5f2;
}

.section-center-counselor::before {
  display: none;
}

.section-center-counselor .section-kicker {
  color: #5a7d62;
}

.section-center-counselor .section-title,
.section-center-counselor .section-sub {
  color: #1a1a1a;
  text-shadow: none;
}

.section-center-guide .section-kicker,
.section-center-guide .section-title,
.section-center-guide .section-sub {
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.section-center-guide .artist-highlight-quote {
  color: rgba(255, 255, 255, 0.92);
}

.section-center-guide {
  background-image: url('../img/KakaoTalk_Photo_2025-12-05-15-23-02.png');
  background-attachment: scroll !important;
}

.section-center-guide::before {
  background: rgba(0, 0, 0, 0.45);
}

.center-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.center-value-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border-top: 3px solid #7c9a82;
  transition: transform 0.25s ease;
}

.center-value-card:hover {
  transform: translateY(-4px);
}

.center-value-icon {
  font-size: 18px;
  font-weight: 700;
  color: #7c9a82;
  margin-bottom: 10px;
}

.center-value-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.center-value-text {
  font-size: 14px;
  line-height: 1.75;
  color: #555555;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.program-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  border-left: 4px solid #a8c5ae;
}

.program-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.program-target {
  font-size: 13px;
  color: #5a7d62;
  font-weight: 600;
  margin-bottom: 14px;
}

.program-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 16px;
}

.program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.program-tag {
  font-size: 12px;
  padding: 5px 12px;
  background: #eef4ef;
  color: #4a6b50;
  border-radius: 999px;
}

.counselor-profile {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: start;
}

.counselor-photo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.counselor-photo img {
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 300px;
  object-fit: cover;
}

.counselor-name {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.counselor-role {
  font-size: 15px;
  color: #5a7d62;
  font-weight: 600;
  margin-bottom: 20px;
}

.counselor-role--subtitle {
  margin-top: -12px;
  margin-bottom: 20px;
}

.counselor-bio {
  font-size: 15px;
  line-height: 1.75;
  color: #444444;
  margin-bottom: 16px;
}

.counselor-credentials {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.counselor-credentials li {
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  padding-left: 16px;
  position: relative;
}

.counselor-credentials li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #7c9a82;
  font-weight: 700;
}

.guide-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.guide-step {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}

.guide-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #7c9a82;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.guide-step-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.guide-step-text {
  font-size: 13px;
  line-height: 1.7;
  color: #555555;
}

.center-quote {
  max-width: 720px;
  margin: 28px auto 0;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.12);
  border-left: 4px solid #a8c5ae;
  border-radius: 0 12px 12px 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.75;
  font-style: italic;
}

.section-sub--centered {
  text-align: center;
  margin: 20px auto 0;
  max-width: 1120px;
  padding: 0 20px;
}

.center-stats {
  display: flex;
  gap: 16px;
  max-width: 1120px;
  margin: 28px auto 0;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.center-stat {
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  min-width: 140px;
}

.center-stat-num {
  font-size: 28px;
  font-weight: 700;
  color: #5a7d62;
  line-height: 1.2;
}

.center-stat-label {
  font-size: 14px;
  color: #555555;
  margin-top: 8px;
}

.timeline-list {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timeline-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border-left: 3px solid #7c9a82;
}

.timeline-period {
  font-size: 13px;
  font-weight: 600;
  color: #5a7d62;
  margin-bottom: 6px;
}

.timeline-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.timeline-org {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}

.timeline-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #555555;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.project-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.project-period {
  font-size: 12px;
  color: #5a7d62;
  font-weight: 600;
  margin-bottom: 6px;
}

.project-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.project-org {
  font-size: 13px;
  color: #666666;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.cert-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.cert-badge {
  font-size: 12px;
  font-weight: 700;
  color: #5a7d62;
  margin-bottom: 8px;
}

.cert-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.cert-issuer {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.fit-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 20px 22px;
}

.fit-num {
  font-size: 13px;
  font-weight: 700;
  color: #7c9a82;
  margin-bottom: 10px;
}

.fit-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.fit-text {
  font-size: 14px;
  line-height: 1.75;
  color: #555555;
}

.section-center-education {
  background: #f7f5f2;
}

.section-center-education::before {
  display: none;
}

.section-center-education .section-kicker {
  color: #5a7d62;
}

.section-center-education .section-title,
.section-center-education .section-sub {
  color: #1a1a1a;
  text-shadow: none;
}

/* 밝은 배경 섹션 — 카드 텍스트 가독성 */
.section-center-intro .card,
.section-center-education .card,
.section-center-career .card,
.section-center-counselor .card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 22px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #ebe6df;
}

.section-center-intro .card::before,
.section-center-education .card::before,
.section-center-career .card::before,
.section-center-counselor .card::before {
  display: none;
}

.section-center-intro .card-title,
.section-center-education .card-title,
.section-center-career .card-title,
.section-center-counselor .card-title {
  color: #1a1a1a;
  text-shadow: none;
}

.section-center-intro .card-title::after,
.section-center-education .card-title::after,
.section-center-career .card-title::after,
.section-center-counselor .card-title::after {
  background: linear-gradient(90deg, #7c9a82, #a8c5ae);
  box-shadow: none;
}

.section-center-intro .card-body,
.section-center-education .card-body,
.section-center-career .card-body,
.section-center-counselor .card-body {
  color: #444444;
  text-shadow: none;
}

.section-center-intro .card-body strong,
.section-center-education .card-body strong,
.section-center-career .card-body strong,
.section-center-counselor .card-body strong {
  color: #1a1a1a;
}

.section-center-intro .card:hover,
.section-center-education .card:hover,
.section-center-career .card:hover,
.section-center-counselor .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.section-center-career {
  background: #ffffff;
}

.section-center-career::before {
  display: none;
}

.artist-highlight {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.artist-highlight-quote {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  font-style: italic;
  margin-bottom: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.exhibition-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.exhibition-badge {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  min-width: 160px;
}

.exhibition-badge-flag {
  font-size: 20px;
  margin-bottom: 8px;
}

.exhibition-badge-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

.exhibition-badge-sub {
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
}

.center-values.five-col {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1100px) {
  .center-values.five-col {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-art .two-col {
  gap: 20px;
}

.page-art .card {
  padding: 24px 22px 20px;
}

@media (max-width: 900px) {
  .page-art .section {
    padding: 36px 0;
  }

  .center-values.five-col,
  .cert-grid,
  .project-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }
  .center-values,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .counselor-profile {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .counselor-photo {
    max-width: 220px;
    margin: 0 auto;
  }

  .guide-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .center-hero {
    min-height: 75vh;
    padding: calc(70px + 60px) 16px 72px;
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {
  .page-art .section {
    padding: 28px 0;
  }

  .page-art .section-header {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .guide-steps {
    grid-template-columns: 1fr;
  }

  .center-hero {
    min-height: 70vh;
    padding: calc(70px + 48px) 16px 60px;
  }

  .center-hero-sub {
    font-size: 16px;
  }

  .center-stat {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 14px 16px;
  }

  .center-stat-num {
    font-size: 22px;
  }
}
