﻿/* foundation-page-v3.css
 * Generated by Phase 4 (safe-merge) for (재단소개_MNU-U-110000, v3)
 * Source CSS (in cascade order): foundation-page.css, foundation-page-v2.css
 */

/* === source: foundation-page.css === */
/* ================================================================
   재단소식 (MNU-U-110000) 페이지 고유 스타일
   ================================================================
   - DS 토큰 변수(--ds-*) 필수 사용
   - DS 컴포넌트(.ds-*)로 대체 가능한 스타일은 작성 금지
   ================================================================ */

/* ── TAB-NAV 간격 (공통가이드 v1.5.1) ──
   ※ 과거 `.sub-page-wrap { padding-bottom: 10rem }` 규칙은 v1.7.1 §5-3 위반으로 제거
     (DS `.sub-page-wrap { margin-bottom: 100/80/60 }`와 누적되어 PC 200 / 태블릿 180 / 모바일 160 발생) */
.sub-page-wrap > .ds-tab:first-child {
  margin-top: 5rem;                                        /* 50px */
}
.sub-page-wrap > .ds-tab + *,
.sub-page-wrap > .page-header__select + * {
  margin-top: 5rem;                                        /* 50px */
}
@media (max-width: 1199px) {
  .sub-page-wrap > .ds-tab:first-child { margin-top: var(--ds-number-14); }
  .sub-page-wrap > .ds-tab + *,
  .sub-page-wrap > .page-header__select + * { margin-top: var(--ds-number-14); }
}
@media (max-width: 767px) {
  .sub-page-wrap > .ds-tab:first-child { margin-top: var(--ds-number-8); }
  .sub-page-wrap > .ds-tab + *,
  .sub-page-wrap > .page-header__select + * { margin-top: var(--ds-number-8); }
}

/* ── 탭 영역 ── */
.about-tab {
  margin-bottom: var(--ds-pc-spacing-8, 4rem);
}

/* ── V02: 인사말 ── */
.about-greeting {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--ds-number-28, 5.6rem);
  align-items: start;
}

.about-greeting__photo {
  text-align: center;
}

.about-greeting__img-wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 3 / 4;
  border-radius: var(--ds-radius-3, 12px);
  overflow: hidden;
  background-color: #eef2f7;
}

.about-greeting__img-wrap svg,
.about-greeting__img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-greeting__img-wrap img[src$="no-image-logo.png"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 40%;
  max-height: 30%;
  object-fit: contain;
}

.about-greeting__name {
  margin-top: var(--ds-pc-spacing-4, 1.6rem);
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
  color: var(--ds-light-color-text-subtler, #64748b);
  line-height: 1.6;
}

.about-greeting__name strong {
  display: block;
  font-size: var(--ds-pc-font-size-body-medium, 1.6rem);
  color: var(--ds-light-color-text-default, #1e293b);
  font-weight: 700;
}

.about-greeting__text {
  font-size: var(--ds-font-size-15, 1.5rem);
  line-height: 1.65;
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-greeting__text p {
  margin-bottom: 0;
}

.about-greeting__text p + p {
  margin-top: 0.4rem;
}

.about-greeting__text p.about-greeting__opening {
  font-size: var(--ds-font-size-24, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--ds-light-color-text-default, #1e293b);
  margin-bottom: 5.6rem !important;
}

.about-greeting__opening + p {
  margin-top: 0 !important;
}

.about-greeting__highlight-name {
  font-size: var(--ds-font-size-28, 2.8rem);
  font-weight: 800;
}

.about-greeting__closing {
  margin-top: var(--ds-number-12, 2.4rem);
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-greeting__sign {
  margin-top: var(--ds-number-8, 1.6rem);
  text-align: right;
  font-weight: 600;
  color: var(--ds-light-color-text-default, #1e293b);
  line-height: 1.6;
}

.about-divider {
  border: none;
  border-top: 1px solid var(--ds-light-color-border-default, #e2e8f0);
  margin: var(--ds-pc-spacing-12, 6rem) 0;
}

/* ── V03: 연혁 (오뚜기 스타일: 좌측 이미지 + 우측 연도/항목) ── */

.about-history__year {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 0 var(--ds-number-24, 4.8rem);
  align-items: start;
  padding: var(--ds-number-20, 4rem) 0;
  border-bottom: 1px solid var(--ds-color-gray-15, #e6e8ea);
}

.about-history__year:first-child {
  padding-top: 0;
}

.about-history__year:last-child {
  border-bottom: none;
}

/* 좌측 이미지 */
.about-history__img {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--ds-radius-2, 8px);
  overflow: hidden;
  background-color: #eef2f7;
}

.about-history__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-history__img img[src$="no-image-logo.png"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 22%;
  max-height: 30%;
  object-fit: contain;
}

/* 우측 콘텐츠 */
.about-history__content {
  /* container */
}

/* 연도 라벨 */
.about-history__year-label {
  display: block;
  font-size: 4.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ds-color-primary-50, #027BC1);
  line-height: 1;
  margin-bottom: var(--ds-number-10, 2rem);
}

.about-history__list {
  padding: 0;
}

.about-history__item {
  display: flex;
  align-items: baseline;
  gap: var(--ds-number-6, 1.2rem);
  padding: var(--ds-number-4, 0.8rem) 0;
}

.about-history__date {
  flex-shrink: 0;
  min-width: 3rem;
  font-size: var(--ds-font-size-15, 1.5rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
}

.about-history__desc {
  font-size: var(--ds-font-size-15, 1.5rem);
  color: var(--ds-light-color-text-basic, #1e2124);
  line-height: 1.6;
}

/* ── V04: 조직도 ── */
.about-org__chart {
  max-width: 960px;
  margin: 0 auto var(--ds-pc-spacing-10, 4.8rem);
  overflow-x: auto;
}

.about-org__chart svg {
  width: 100%;
  height: auto;
  min-width: 700px;
}

.about-directory {
  margin-top: var(--ds-pc-spacing-8, 4rem);
}

.about-directory__contact {
  background: var(--ds-light-color-surface-gray-subtler, #f8fafc);
  border-radius: var(--ds-radius-3, 12px);
  padding: var(--ds-pc-spacing-5, 2rem) var(--ds-pc-spacing-6, 2.4rem);
  margin-bottom: var(--ds-pc-spacing-6, 2.4rem);
}

.about-directory__contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-pc-spacing-6, 2.4rem) var(--ds-pc-spacing-10, 4.8rem);
}

.about-directory__contact-item {
  display: flex;
  gap: var(--ds-pc-spacing-3, 1.2rem);
}

.about-directory__contact-item dt {
  font-weight: 600;
  color: var(--ds-light-color-text-default, #1e293b);
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
}

.about-directory__contact-item dd {
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-directory__contact-item dd a {
  color: var(--ds-color-primary-50, #1a56db);
  text-decoration: none;
}

.about-directory__contact-item dd a:hover {
  text-decoration: underline;
}

.about-directory__accordion {
  margin-top: var(--ds-pc-spacing-4, 1.6rem);
}

.about-directory__accordion .ds-table {
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
}

.about-directory__accordion .ds-table a {
  color: var(--ds-color-primary-50, #1a56db);
  text-decoration: none;
}

.about-directory__accordion .ds-table a:hover {
  text-decoration: underline;
}

/* ── V05: CI (오뚜기 스타일) ── */
.about-ci-section {
  margin-bottom: var(--ds-number-24, 4.8rem);
}

.about-ci-section:last-child {
  margin-bottom: 0;
}

.about-ci-section__title {
  font-size: var(--ds-font-size-32, 3.2rem);
  font-weight: 800;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-14, 2.8rem);
}

/* CI 헤더 (타이틀 + 다운로드 버튼 한 줄) */
.about-ci-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--ds-number-14, 2.8rem);
}

.about-ci-header .about-ci-section__title {
  margin-bottom: 0;
}

.about-ci-header__actions {
  display: flex;
  gap: var(--ds-number-4, 0.8rem);
}

/* 심볼 히어로 이미지 (격자 배경 + 가운데 정렬) */
.about-ci-symbol-hero {
  text-align: center;
  margin-bottom: var(--ds-number-20, 4rem);
  padding: var(--ds-number-16, 3.2rem);
  border-radius: var(--ds-radius-3, 12px);
  background:
    linear-gradient(var(--ds-color-gray-10, #ebedef) 1px, transparent 1px),
    linear-gradient(90deg, var(--ds-color-gray-10, #ebedef) 1px, transparent 1px);
  background-size: 2rem 2rem;
  background-color: #fff;
  border: 1px solid var(--ds-color-gray-10, #ebedef);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-ci-symbol-hero img {
  max-width: 60%;
  height: auto;
}

/* 로고 의미 (4열 그리드) */
.about-ci-meaning {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ds-number-20, 4rem);
  margin-top: var(--ds-number-8, 1.6rem);
}

.about-ci-meaning__item {
  text-align: center;
}

.about-ci-meaning__img {
  border-radius: var(--ds-radius-2, 8px);
  overflow: hidden;
  margin-bottom: var(--ds-number-5, 1rem);
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.about-ci-meaning__img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-ci-meaning__text {
  font-size: var(--ds-font-size-15, 1.5rem);
  line-height: 1.6;
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-ci-meaning__text strong {
  display: block;
  font-size: var(--ds-font-size-17, 1.7rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-top: 0.2rem;
}

/* 시그니처 서브타이틀 */
.about-ci-subtitle {
  font-size: var(--ds-font-size-17, 1.7rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-top: var(--ds-number-12, 2.4rem);
  margin-bottom: var(--ds-number-6, 1.2rem);
}

.about-ci-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ds-number-10, 2rem);
}

.about-ci-logos--2col {
  grid-template-columns: repeat(2, 1fr);
}

/* 그리드 배경 (오뚜기처럼 격자 패턴) */
.about-ci-logo-item__img--grid {
  background:
    linear-gradient(var(--ds-color-gray-10, #ebedef) 1px, transparent 1px),
    linear-gradient(90deg, var(--ds-color-gray-10, #ebedef) 1px, transparent 1px);
  background-size: 2rem 2rem;
  background-color: #fff;
  border: 1px solid var(--ds-color-gray-10, #ebedef);
}

.about-ci-logo-item__img {
  background: var(--ds-color-gray-5, #f4f5f6);
  border-radius: var(--ds-radius-2, 8px);
  padding: var(--ds-number-10, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5 / 4;
}

.about-ci-logo-item__img svg,
.about-ci-logo-item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-ci-logo-item__label {
  text-align: center;
  margin-top: var(--ds-number-4, 0.8rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 500;
  color: var(--ds-color-gray-60, #5a6068);
}

/* 컬러 시스템 (좌측 블록 + 우측 설명) */
.about-ci-color-cards {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-6, 1.2rem);
}

.about-ci-color-card {
  display: grid;
  grid-template-columns: 42% 1fr;
}

.about-ci-color-card__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--ds-number-14, 2.8rem) var(--ds-number-10, 2rem);
  color: #fff;
  text-align: center;
}

.about-ci-color-card__label {
  font-size: var(--ds-font-size-20, 2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.about-ci-color-card__spec {
  display: block;
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 500;
  opacity: 0.85;
  line-height: 1.5;
}

.about-ci-color-card__desc {
  display: flex;
  align-items: center;
  padding: var(--ds-number-14, 2.8rem) var(--ds-number-16, 3.2rem);
  font-size: var(--ds-font-size-16, 1.6rem);
  line-height: 1.7;
  color: var(--ds-light-color-text-subtle, #475569);
}

/* ── V04: 직원 디렉토리 (탭 방식) ── */

/* 1차 탭: 라인 탭 좌측 정렬 */
.about-directory__tabs {
  margin-bottom: var(--ds-number-12, 2.4rem);
}

.about-directory__tabs .ds-tab__list {
  justify-content: flex-start;
}

/* 2차 탭: pill 탭 */
.about-directory__sub-tabs {
  margin-bottom: var(--ds-number-10, 2rem);
}

/* 테이블 너비 통일 */
.about-directory__table-wrap {
  margin-bottom: var(--ds-number-16, 3.2rem);
}

.about-directory__table-wrap:last-child {
  margin-bottom: 0;
}

.about-directory__table-wrap .ds-table {
  font-size: var(--ds-font-size-14, 1.4rem);
  table-layout: fixed;
  width: 100%;
}

.about-directory__table-wrap .ds-table th:nth-child(1),
.about-directory__table-wrap .ds-table td:nth-child(1) {
  width: 15%;
}

.about-directory__table-wrap .ds-table th:nth-child(2),
.about-directory__table-wrap .ds-table td:nth-child(2) {
  width: 25%;
}

.about-directory__table-wrap .ds-table th:nth-child(3),
.about-directory__table-wrap .ds-table td:nth-child(3) {
  width: 45%;
}

.about-directory__table-wrap .ds-table th:nth-child(4),
.about-directory__table-wrap .ds-table td:nth-child(4) {
  width: 15%;
}

.about-directory__table-wrap .ds-table a {
  color: var(--ds-color-primary-50, #027BC1);
  text-decoration: none;
}

.about-directory__table-wrap .ds-table a:hover {
  text-decoration: underline;
}

/* ── V05: CI 금지 규정 ── */
.about-ci-prohibit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--ds-number-10, 2rem);
  margin-top: var(--ds-number-12, 2.4rem);
}

.about-ci-prohibit__item {
  display: flex;
  align-items: center;
  gap: var(--ds-number-6, 1.2rem);
  padding: var(--ds-number-8, 1.6rem);
  background: var(--ds-light-color-surface-gray-subtler, #f4f5f6);
  border-radius: var(--ds-radius-2, 8px);
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-light-color-text-subtle, #464c53);
}

.about-ci-prohibit__icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ds-color-danger-10, #fcdfd9);
  color: var(--ds-color-danger-50, #de3412);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
}

/* ================================================================
   MNU-U-110301 경영공시 목록 페이지 고유 스타일
   ================================================================ */

/* ── 탭 (가운데 정렬) ── */
.disclosure-tab {
  margin-bottom: var(--ds-number-12, 2.4rem);
}

.disclosure-tab .ds-tab__list {
  justify-content: center;
}

/* ── 2컬럼 레이아웃 (사이드 카테고리 + 게시판) ── */
.disclosure-layout {
  display: flex;
  gap: var(--ds-number-16, 3.2rem);
  align-items: flex-start;
}

/* ── 정보공개 CMS 콘텐츠 ── */
/* ── 정보공개 하이라키 콘텐츠 ── */
.disclosure-info-content {
  line-height: 1.8;
  color: var(--ds-light-color-text-subtle, #464c53);
}

.disclosure-info__title {
  font-size: var(--ds-pc-font-size-heading-4, 2rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-16, 3.2rem);
  padding-bottom: var(--ds-number-6, 1.2rem);
  border-bottom: 2px solid var(--ds-light-color-text-basic, #1e2124);
}

.disclosure-info__section {
  margin-bottom: var(--ds-number-16, 3.2rem);
}

.disclosure-info__section:last-child {
  margin-bottom: 0;
}

.disclosure-info__heading {
  font-size: var(--ds-font-size-16, 1.6rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-5, 1rem);
  padding-left: var(--ds-number-5, 1rem);
  border-left: 3px solid var(--ds-color-primary-50, #027BC1);
}

.disclosure-info__desc {
  font-size: var(--ds-font-size-15, 1.5rem);
  line-height: 1.8;
}

/* dl 하이라키 목록 */
.disclosure-info__dl {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-5, 1rem);
}

.disclosure-info__dl-item {
  padding: var(--ds-number-6, 1.2rem) var(--ds-number-8, 1.6rem);
  background: var(--ds-light-color-surface-gray-subtler, #f4f5f6);
  border-radius: var(--ds-radius-medium, 0.8rem);
}

.disclosure-info__dl-item dt {
  font-size: var(--ds-font-size-15, 1.5rem);
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-2, 0.4rem);
}

.disclosure-info__dl-item dd {
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-light-color-text-subtle, #464c53);
  line-height: 1.7;
}

/* ── 사이드 카테고리 (일반적 LNB 스타일) ── */
.disclosure-sidebar {
  flex-shrink: 0;
  width: 24rem;
  position: sticky;
  top: 10rem;
  background: var(--ds-light-color-surface-gray-subtler, #f4f5f6);
  border-radius: var(--ds-radius-large, 1.2rem);
  padding: var(--ds-number-6, 1.2rem);
}

/* 그룹 */
.disclosure-sidebar__group + .disclosure-sidebar__group {
  margin-top: var(--ds-number-2, 0.4rem);
}

.disclosure-sidebar__group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--ds-number-5, 1rem) var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  background: transparent;
  border: none;
  border-radius: var(--ds-radius-medium, 0.8rem);
  cursor: pointer;
  transition: background 0.15s;
}

.disclosure-sidebar__group-header:hover {
  background: var(--ds-light-color-surface-gray-subtle, #e6e8ea);
}

.disclosure-sidebar__group.is-open .disclosure-sidebar__group-header {
  color: var(--ds-color-primary-50, #027BC1);
}

.disclosure-sidebar__group-label {
  flex: 1;
  text-align: left;
}

.disclosure-sidebar__arrow {
  flex-shrink: 0;
  transition: transform 0.25s;
  color: var(--ds-light-color-text-subtler, #868c94);
}

.disclosure-sidebar__group.is-open .disclosure-sidebar__arrow {
  transform: rotate(180deg);
  color: var(--ds-color-primary-50, #027BC1);
}

/* 하위 카테고리 목록 */
.disclosure-sidebar__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.disclosure-sidebar__group.is-open .disclosure-sidebar__sub-list {
  max-height: 50rem;
  padding-top: var(--ds-number-2, 0.4rem);
}

.disclosure-sidebar__sub-list li a {
  display: block;
  padding: var(--ds-number-3, 0.6rem) var(--ds-number-5, 1rem) var(--ds-number-3, 0.6rem) var(--ds-number-10, 2rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-light-color-text-subtle, #464c53);
  text-decoration: none;
  border-radius: var(--ds-radius-small, 0.6rem);
  transition: all 0.15s;
  line-height: 1.5;
}

.disclosure-sidebar__sub-list li a:hover {
  background: var(--ds-light-color-surface-gray-subtle, #e6e8ea);
  color: var(--ds-light-color-text-basic, #1e2124);
}

.disclosure-sidebar__sub-list li.is-active a {
  background: var(--ds-light-color-surface-white, #fff);
  color: var(--ds-color-primary-50, #027BC1);
  font-weight: 600;
}

/* ── 우측 게시판 영역 ── */
.disclosure-board {
  flex: 1;
  min-width: 0;
}

/* 모바일 카테고리 드롭다운 (PC에서 숨김) */
.disclosure-mobile-cat {
  display: none;
}

.disclosure-mobile-cat__label {
  display: block;
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-light-color-text-subtle, #464c53);
  margin-bottom: var(--ds-number-3, 0.6rem);
}

.disclosure-mobile-cat .ds-select {
  width: 100%;
}


/* ── 반응형: 태블릿 ── */
@media (max-width: 1199px) {
  .disclosure-sidebar {
    width: 20rem;
  }

  .disclosure-layout {
    gap: var(--ds-number-10, 2rem);
  }
}

/* ── 반응형: 모바일 ── */
@media (max-width: 767px) {
  .disclosure-layout {
    flex-direction: column;
  }

  .disclosure-sidebar {
    display: none;
  }

  .disclosure-mobile-cat {
    display: block;
    margin-bottom: var(--ds-number-8, 1.6rem);
  }
}


/* ── 반응형: 태블릿 ── */
@media (max-width: 1199px) {
  .about-greeting {
    grid-template-columns: 200px 1fr;
    gap: var(--ds-pc-spacing-6, 2.4rem);
  }
}

/* ── 반응형: 모바일 ── */
@media (max-width: 767px) {
  .about-greeting {
    grid-template-columns: 1fr;
    gap: var(--ds-pc-spacing-5, 2rem);
  }

  .about-greeting__img-wrap {
    max-width: 280px;
    margin: 0 auto;
  }

  .about-greeting__opening {
    font-size: var(--ds-font-size-20, 2rem);
  }

  .about-greeting__highlight-name {
    font-size: var(--ds-font-size-24, 2.4rem);
  }

  .about-divider {
    margin: var(--ds-pc-spacing-8, 4rem) 0;
  }

  /* 연혁 모바일 */
  .about-history__year {
    grid-template-columns: 1fr;
    gap: var(--ds-number-8, 1.6rem);
    padding: var(--ds-number-10, 2rem) 0;
  }

  .about-history__year-label {
    font-size: 3rem;
  }

  .about-history__nav {
    display: none;
  }

  /* 조직도 모바일 */
  .about-org__chart {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* CI 모바일 */
  .about-ci-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-ci-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--ds-number-6, 1.2rem);
  }

  .about-ci-meaning {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-ci-color-card {
    grid-template-columns: 1fr;
  }

  .about-ci-color-card__desc {
    padding: var(--ds-number-8, 1.6rem);
  }

  .about-ci-section__title {
    font-size: var(--ds-font-size-24, 2.4rem);
  }

  /* 금지 규정 모바일 */
  .about-ci-prohibit {
    grid-template-columns: 1fr;
  }
}


/* ================================================================
   MNU-U-110400 오시는 길 — Editorial Civic 스타일
   시그니처: 헤어라인 + eyebrow 라벨 + 5개 통일 서브섹션
   ================================================================ */

/* ── V01: 시설 선택 탭 (중앙 정렬, bold 텍스트형) ── */
.direction-tab {
  margin-bottom: var(--ds-number-16, 3.2rem);
}

/* 탭 → 본문 간격 50px (공통가이드) */
.direction-tab .ds-tab__panel {
  padding-top: 5rem;
}

/* ds-tab--bold가 중앙정렬을 제공하지만 명시적 보강 */
.direction-tab .ds-tab__list {
  justify-content: center;
}

/* ── 공통 섹션 스페이싱 (5개 서브섹션 통일) ── */
.direction-section + .direction-section {
  margin-top: var(--ds-number-24, 4.8rem);
}

/* ── V02: 지도 (위치 섹션 본문) ── */
.direction-info__map {
  position: relative;
  border-radius: var(--ds-radius-medium, 0.8rem);
  overflow: hidden;
  background: var(--ds-color-gray-5, #f4f5f6);
  border: 1px solid var(--ds-color-gray-10, #ebedef);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.direction-info__map-chip {
  position: absolute;
  top: var(--ds-number-6, 1.2rem);
  left: var(--ds-number-6, 1.2rem);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-2, 0.4rem);
  padding: var(--ds-number-3, 0.6rem) var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.direction-info__map-chip svg {
  color: var(--ds-color-primary-50, #027BC1);
}

.direction-info__map-caption {
  position: absolute;
  bottom: var(--ds-number-4, 0.8rem);
  right: var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-12, 1.2rem);
  color: var(--ds-color-gray-50, #6b7178);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.direction-info__map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-number-3, 0.6rem);
  color: var(--ds-color-gray-50, #6b7178);
  font-size: var(--ds-font-size-13, 1.3rem);
  letter-spacing: 0.02em;
}

.direction-info__map-placeholder svg {
  opacity: 0.32;
}

/* 정보 바 (3열 동일 너비 + 헤어라인 divider) */
.direction-info__detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding: var(--ds-number-4, 0.8rem) 0;
}

.direction-info__col {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-3, 0.6rem);
  padding: var(--ds-number-2, 0.4rem) var(--ds-number-10, 2rem);
  min-width: 0;
}

.direction-info__col:first-child {
  padding-left: 0;
}

.direction-info__col:last-child {
  padding-right: 0;
}

.direction-info__col + .direction-info__col {
  border-left: 1px solid var(--ds-color-gray-10, #ebedef);
}

.direction-info__col--actions {
  align-items: flex-start;
}

/* eyebrow 라벨 */
.direction-info__label {
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-color-gray-60, #5a6068);
  letter-spacing: 0.02em;
}

.direction-info__value {
  font-size: var(--ds-font-size-15, 1.5rem);
  color: var(--ds-light-color-text-basic, #1e2124);
  line-height: 1.55;
  word-break: keep-all;
}

.direction-info__value a {
  color: var(--ds-light-color-text-basic, #1e2124);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}

.direction-info__value a:hover {
  border-bottom-color: var(--ds-color-primary-50, #027BC1);
}

.direction-info__addr-row {
  display: flex;
  align-items: baseline;
  gap: var(--ds-number-4, 0.8rem);
  flex-wrap: wrap;
}

.direction-info__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-1, 0.2rem);
  padding: 0;
  font-size: var(--ds-font-size-12, 1.2rem);
  font-weight: 500;
  color: var(--ds-color-primary-50, #027BC1);
  background: transparent;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: opacity 0.15s;
}

.direction-info__copy-btn:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.direction-info__actions {
  display: flex;
  gap: var(--ds-number-3, 0.6rem);
  flex-wrap: wrap;
}

/* ── 통일 서브섹션 헤더 (위치/주소와 연락처/버스/자가용/주차) ── */
.direction-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--ds-number-3, 0.6rem) var(--ds-number-8, 1.6rem);
  padding-bottom: var(--ds-number-5, 1rem);
  margin-bottom: var(--ds-number-6, 1.2rem);
}

.direction-section__title {
  font-size: var(--ds-font-size-20, 2rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
}

/* 위치 타이틀 (시설명) — 강조 크기 */
.direction-section__title--location {
  font-size: var(--ds-font-size-28, 2.8rem);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.direction-section__meta {
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-color-gray-60, #5a6068);
  line-height: 1.55;
  word-break: keep-all;
}

.direction-section__meta strong {
  color: var(--ds-color-primary-50, #027BC1);
  font-weight: 600;
}

.direction-section__body {
  /* no padding — 본문 직접 흐름 */
}

.direction-section__body .ds-table-wrap + .ds-table-wrap {
  margin-top: var(--ds-number-6, 1.2rem);
}

/* ── 표 디자인 (레퍼런스 톤: 가로선만, 세로선 없음, 차분한 헤더) ── */
.direction-section .ds-table {
  font-size: var(--ds-font-size-15, 1.5rem);
}

.direction-section .ds-table th,
.direction-section .ds-table td {
  padding: var(--ds-number-9, 1.8rem) var(--ds-number-5, 1rem);
  border-left: 0;
  border-right: 0;
  border-color: var(--ds-color-gray-10, #ebedef);
  vertical-align: top;
  line-height: 1.6;
  word-break: keep-all;
}

/* 헤더: 배경 제거, 라벨 톤 + 상단 강조 라인 + 중앙 정렬 */
.direction-section .ds-table thead th {
  background: transparent;
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 500;
  color: var(--ds-color-gray-60, #5a6068);
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
  border-top: 1px solid var(--ds-color-gray-40, #8c9298);
  border-bottom: 1px solid var(--ds-color-gray-15, #e6e8ea);
}

/* 본문 행: 얇은 가로 디바이더 */
.direction-section .ds-table tbody td {
  border-top: 0;
  border-bottom: 1px solid var(--ds-color-gray-10, #ebedef);
  text-align: left;
}

/* 첫 번째 컬럼은 라벨처럼 강조 */
.direction-section .ds-table tbody td:first-child {
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  white-space: nowrap;
}

/* 호버 효과 제거 (정적 안내 정보) */
.direction-section .ds-table tbody tr:hover td {
  background-color: transparent;
}

/* 마지막 행 하단을 강조 라인으로 (표 끝맺음) */
.direction-section .ds-table tbody tr:last-child td {
  border-bottom: 1px solid var(--ds-color-gray-40, #8c9298);
}

.direction-parking-note {
  font-size: var(--ds-font-size-13, 1.3rem);
  color: var(--ds-color-gray-60, #5a6068);
  line-height: 1.55;
  margin-top: var(--ds-number-4, 0.8rem);
  letter-spacing: 0.01em;
}

.direction-parking-note::before {
  content: '※ ';
  color: var(--ds-color-gray-50, #6b7178);
}

/* ── 토스트 알림 ── */
.direction-toast {
  position: fixed;
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%) translateY(2rem);
  padding: var(--ds-number-5, 1rem) var(--ds-number-10, 2rem);
  background: var(--ds-light-color-surface-inverse, #1e2124);
  color: var(--ds-light-color-text-bolder-inverse, #fff);
  border-radius: var(--ds-radius-medium, 0.8rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 9999;
}

.direction-toast.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ── 반응형: 태블릿 ── */
@media (max-width: 1199px) {
  .direction-info__map {
    min-height: 380px;
  }

  .direction-info__col {
    padding: var(--ds-number-2, 0.4rem) var(--ds-number-7, 1.4rem);
  }

  .direction-section__title {
    font-size: var(--ds-font-size-20, 2rem);
  }

  .direction-section__title--location {
    font-size: var(--ds-font-size-24, 2.4rem);
  }
}

/* ── 반응형: 모바일 ── */
@media (max-width: 767px) {
  .direction-section + .direction-section {
    margin-top: var(--ds-number-16, 3.2rem);
  }

  .direction-info__map {
    min-height: 260px;
  }

  .direction-info__map-chip {
    font-size: var(--ds-font-size-12, 1.2rem);
    padding: var(--ds-number-2, 0.4rem) var(--ds-number-4, 0.8rem);
  }

  .direction-info__map-caption {
    display: none;
  }

  /* 정보 바: 세로 스택, 헤어라인 가로로 */
  .direction-info__detail {
    grid-template-columns: 1fr;
    padding: var(--ds-number-5, 1rem) 0;
  }

  .direction-info__col {
    padding: var(--ds-number-5, 1rem) 0;
  }

  .direction-info__col + .direction-info__col {
    border-left: 0;
    border-top: 1px solid var(--ds-color-gray-10, #ebedef);
  }

  .direction-info__actions {
    width: 100%;
  }

  .direction-info__actions .ds-btn {
    flex: 1;
    min-width: 0;
  }

  /* 정보 섹션 */
  .direction-section__title {
    font-size: var(--ds-font-size-19, 1.9rem);
  }

  .direction-section__title--location {
    font-size: var(--ds-font-size-24, 2.4rem);
  }

  .direction-section__body {
    overflow-x: auto;
  }

  .direction-section__body .ds-table-wrap {
    min-width: 500px;
  }

  /* 모바일 표: 패딩 축소 */
  .direction-section .ds-table th,
  .direction-section .ds-table td {
    padding: var(--ds-number-5, 1rem) var(--ds-number-3, 0.6rem);
    font-size: var(--ds-font-size-14, 1.4rem);
  }

  /* 모바일 탭: 가로 스크롤 */
  .direction-tab .ds-tab__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .direction-tab .ds-tab__list::-webkit-scrollbar {
    display: none;
  }

  .direction-tab .ds-tab__btn {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: max-content;
    padding-left: var(--ds-number-6, 1.2rem);
    padding-right: var(--ds-number-6, 1.2rem);
  }
}

/* === source: foundation-page-v2.css === */
/* foundation-page-v2.css
 * Generated by Phase 4 (safe-merge) for (재단소개_MNU-U-110000, v2)
 * Source CSS (in cascade order): foundation-page-v2.css, foundation-page.css
 */

/* === source: foundation-page-v2.css === */
/* ================================================================
   foundation-page-v2.css — 재단소개 모듈 v2 (MNU-U-110000)

   재단소개 모듈의 v2 페이지 룰을 누적 보관하는 단일 CSS.
   각 v2 페이지는 자기 wrapper로 격리. v.html은 본 파일 1개만 link → self-contained.
   v1 foundation-page.css 의존 없음 — BASE LAYER에 v1 룰 추출 포함.

   페이지 wrapper (추가/누적 시 이 표 갱신):
   ┌─────────┬─────────────────────────────┬──────────────────────┐
   │  MNU    │ 페이지                       │ wrapper              │
   ├─────────┼─────────────────────────────┼──────────────────────┤
   │ 110400  │ 오시는 길                    │ .direction-v2        │  /* V1.6: 구 110500 */
   │ 110100  │ 재단비전 및 소개 (CI 탭)     │ .about-ci-v3         │
   │ 110100  │ 재단비전 및 소개 (조직도 탭) │ .about-org-v3        │
   │ 110100  │ 재단비전 및 소개 (연혁 탭)   │ .about-history-v3    │
   │ 110301  │ 경영공시 목록                │ .management-v2       │
   └─────────┴─────────────────────────────┴──────────────────────┘

   누적 수정 룰:
   - 신규 페이지 v2: 본 파일 끝에 새 PAGE 섹션 추가
   - 같은 페이지 내 추가 수정: 해당 PAGE 섹션의 OVERRIDE LAYER 끝에 누적
   - 모듈 공통 룰 변경 발생 시: BASE LAYER 갱신 (모든 페이지 영향 검토 필수)
   ================================================================ */


/* ════════════════════════════════════════════════════════════════
   PAGE: 110400 오시는 길 — wrapper .direction-v2
   적용: shared/publishing/fo/pages/재단소개_MNU-U-110000/오시는길_MNU-U-110400/MNU-U-110400_오시는길_design_v2.html
   ════════════════════════════════════════════════════════════════ */

/* ==================== BASE LAYER ====================
   v1 foundation-page.css의 direction-* 룰을 .direction-v2 prefix로 포함 */

/* ── 페이지 컨테이너 (PC 본문 1200px) ── */
.sub-page-wrap.direction-v2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  isolation: isolate; /* ::before 그라데이션 z-index 격리 */
}

/* ── 시설 선택 탭 ── */
.direction-v2 .direction-tab {
  margin-bottom: var(--ds-number-16, 3.2rem);
}
.direction-v2 .direction-tab .ds-tab__panel {
  padding-top: 5rem;
}
.direction-v2 .direction-tab .ds-tab__list {
  justify-content: center;
}

/* ── 공통 섹션 스페이싱 ── */
.direction-v2 .direction-section + .direction-section,
.direction-v2 .direction-section + .direction-row,
.direction-v2 .direction-row + .direction-row,
.direction-v2 .direction-row + .direction-section {
  margin-top: var(--ds-number-24, 4.8rem);
}

/* ── 지도 ── */
.direction-v2 .direction-info__map {
  position: relative;
  border-radius: var(--ds-radius-medium, 0.8rem);
  overflow: hidden;
  background: var(--ds-color-gray-5, #f4f5f6);
  border: 1px solid var(--ds-color-gray-10, #ebedef);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.direction-v2 .direction-info__map-chip {
  position: absolute;
  top: var(--ds-number-6, 1.2rem);
  left: var(--ds-number-6, 1.2rem);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-2, 0.4rem);
  padding: var(--ds-number-3, 0.6rem) var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.direction-v2 .direction-info__map-chip svg {
  color: var(--ds-color-primary-50, #027BC1);
}

.direction-v2 .direction-info__map-caption {
  position: absolute;
  bottom: var(--ds-number-4, 0.8rem);
  right: var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-12, 1.2rem);
  color: var(--ds-color-gray-50, #6b7178);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.direction-v2 .direction-info__map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-number-3, 0.6rem);
  color: var(--ds-color-gray-50, #6b7178);
  font-size: var(--ds-font-size-13, 1.3rem);
  letter-spacing: 0.02em;
}

.direction-v2 .direction-info__map-placeholder svg {
  opacity: 0.32;
}

/* ── 정보 3-col 바 ── */
.direction-v2 .direction-info__detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding: var(--ds-number-4, 0.8rem) 0;
}

.direction-v2 .direction-info__col {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-3, 0.6rem);
  padding: var(--ds-number-2, 0.4rem) var(--ds-number-10, 2rem);
  min-width: 0;
}

.direction-v2 .direction-info__col:first-child {
  padding-left: 0;
}

.direction-v2 .direction-info__col:last-child {
  padding-right: 0;
}

.direction-v2 .direction-info__col + .direction-info__col {
  border-left: 1px solid var(--ds-color-gray-10, #ebedef);
}

.direction-v2 .direction-info__col--actions {
  align-items: flex-start;
}

.direction-v2 .direction-info__label {
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-color-gray-60, #5a6068);
  letter-spacing: 0.02em;
}

.direction-v2 .direction-info__value {
  font-size: var(--ds-font-size-15, 1.5rem);
  color: var(--ds-light-color-text-basic, #1e2124);
  line-height: 1.55;
  word-break: keep-all;
}

.direction-v2 .direction-info__value a {
  color: var(--ds-light-color-text-basic, #1e2124);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}

.direction-v2 .direction-info__value a:hover {
  border-bottom-color: var(--ds-color-primary-50, #027BC1);
}

.direction-v2 .direction-info__addr-row {
  display: flex;
  align-items: baseline;
  gap: var(--ds-number-4, 0.8rem);
  flex-wrap: wrap;
}

.direction-v2 .direction-info__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-1, 0.2rem);
  padding: 0;
  font-size: var(--ds-font-size-12, 1.2rem);
  font-weight: 500;
  color: var(--ds-color-primary-50, #027BC1);
  background: transparent;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: opacity 0.15s;
}

.direction-v2 .direction-info__copy-btn:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.direction-v2 .direction-info__actions {
  display: flex;
  gap: var(--ds-number-3, 0.6rem);
  flex-wrap: wrap;
}

/* ── 섹션 헤더 ── */
.direction-v2 .direction-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--ds-number-3, 0.6rem) var(--ds-number-8, 1.6rem);
  padding-bottom: var(--ds-number-5, 1rem);
  margin-bottom: var(--ds-number-6, 1.2rem);
}

.direction-v2 .direction-section__title {
  font-size: var(--ds-font-size-20, 2rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
}

.direction-v2 .direction-section__title--location {
  font-size: var(--ds-font-size-28, 2.8rem);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/* ── 주차 별주 ── */
.direction-v2 .direction-parking-note {
  font-size: var(--ds-font-size-13, 1.3rem);
  color: var(--ds-color-gray-60, #5a6068);
  line-height: 1.55;
  margin-top: var(--ds-number-4, 0.8rem);
  letter-spacing: 0.01em;
}

.direction-v2 .direction-parking-note::before {
  content: '※ ';
  color: var(--ds-color-gray-50, #6b7178);
}

/* 강조형 — 행사 무료주차 등 사용자 안내 비중이 높은 노트 */
.direction-v2 .direction-parking-note--lg {
  font-size: var(--ds-font-size-16, 1.6rem);
  color: var(--ds-color-gray-80, #2e3338);
  margin-top: var(--ds-number-2, 0.4rem);
}

/* 안내 노트 묶음 — 부모 row__body의 gap이 적용되지 않도록 별도 컨테이너로 분리 */
.direction-v2 .direction-row__notes {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-1, 0.2rem);
}

.direction-v2 .direction-row__notes .direction-parking-note {
  margin-top: 0;
}

/* ── 토스트 알림 ── */
.direction-v2-toast {
  position: fixed;
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%) translateY(2rem);
  padding: var(--ds-number-5, 1rem) var(--ds-number-10, 2rem);
  background: var(--ds-light-color-surface-inverse, #1e2124);
  color: var(--ds-light-color-text-bolder-inverse, #fff);
  border-radius: var(--ds-radius-medium, 0.8rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 9999;
}

.direction-v2-toast.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}


/* ==================== V01~Vn — 시안 스펙 OVERRIDE ==================== */

/* ── V01: 시설 탭 — 시안 스펙 (가운데 정렬, 동일 너비, 1px divider) ── */
.direction-v2 .direction-tab .ds-tab__list {
  justify-content: center;
  gap: 0;
}

.direction-v2 .direction-tab .ds-tab__item {
  position: relative;
}

.direction-v2 .direction-tab .ds-tab__item + .ds-tab__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: var(--ds-color-gray-20, #cdd1d5);
}

/* 모든 탭 동일 min-width (시안 179.375px ≈ 18rem) — 텍스트 가운데 */
.direction-v2 .direction-tab .ds-tab__btn {
  min-width: 18rem;
  padding: var(--ds-number-5, 1rem) var(--ds-number-12, 2.4rem);
  font-size: var(--ds-font-size-19, 1.9rem);
  font-weight: var(--ds-typo-font-weight-medium, 500);
  color: var(--ds-color-gray-50, #6d7882);
  justify-content: center;
  text-align: center;
}

.direction-v2 .direction-tab .ds-tab__btn.is-active,
.direction-v2 .direction-tab .ds-tab__btn[aria-selected="true"] {
  font-weight: 700;
  color: var(--ds-color-brand-red-aa, #e03010); /* DS 기본 활성색 (주황) */
}

/* 탭 → 본문 간격 (시안 36px) */
.direction-v2 .direction-tab .ds-tab__panel {
  padding-top: var(--ds-number-18, 3.6rem);
}

/* ── V02: 시설명 헤더 (보더 제거, 단순화) ── */
.direction-v2 .direction-section__header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: var(--ds-number-6, 1.2rem);
}

/* ── V03: 지도 (시안 1200×440 그대로) ── */
.direction-v2 .direction-info__map {
  height: 440px;
  min-height: 440px;
}

/* ── V04: §3 정보 카드 3개 (시안: 흰 배경 + 1px border + rounded-12) ── */
.direction-v2 .direction-info__detail {
  display: flex;
  gap: var(--ds-number-6, 1.2rem);
  padding: 0;
  grid-template-columns: none;
}

.direction-v2 .direction-info__col,
.direction-v2 .direction-info__col:first-child,
.direction-v2 .direction-info__col:last-child {
  flex: 1 1 0;
  align-items: flex-start;
  gap: var(--ds-number-3, 0.6rem);
  background: var(--ds-color-gray-0, #fff);
  border: 1px solid var(--ds-color-gray-10, #e6e8ea);
  border-radius: var(--ds-radius-large, 1.2rem);
  padding: var(--ds-number-12, 2.4rem) var(--ds-number-10, 2rem);
}

.direction-v2 .direction-info__col + .direction-info__col {
  border-left: 1px solid var(--ds-color-gray-10, #e6e8ea); /* 카드 사이 divider 대신 border 유지 */
}

.direction-v2 .direction-info__label {
  font-size: var(--ds-font-size-17, 1.7rem);
  font-weight: 400;
  color: var(--ds-color-gray-60, #58616a);
  letter-spacing: 0;
}

.direction-v2 .direction-info__value {
  font-size: var(--ds-font-size-19, 1.9rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--ds-light-color-text-basic, #1e2124);
}

.direction-v2 .direction-info__addr-row {
  display: flex;
  align-items: center;
  gap: var(--ds-number-4, 0.8rem);
  flex-wrap: wrap;
}

/* [복사] 박스 버튼 (시안: gray-20 border + rounded-4 + padding 8·6) */
.direction-v2 .direction-info__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-1, 0.2rem);
  padding: var(--ds-number-3, 0.6rem) var(--ds-number-4, 0.8rem);
  font-size: var(--ds-font-size-12, 1.2rem);
  font-weight: 500;
  color: var(--ds-color-gray-60, #58616a);
  background: var(--ds-color-gray-0, #fff);
  border: 1px solid var(--ds-color-gray-20, #cdd1d5);
  border-radius: var(--ds-radius-xsmall, 0.4rem);
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.direction-v2 .direction-info__copy-btn:hover {
  border-color: var(--ds-color-primary-50, #027BC1);
  color: var(--ds-color-primary-50, #027BC1);
  opacity: 1;
  text-decoration: none;
}

/* 길찾기 칩 (시안: 노란/파란 배경 + 둥근 아이콘) */
.direction-v2 .direction-info__actions {
  gap: var(--ds-number-3, 0.6rem);
}

.direction-v2 .direction-info__map-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-3, 0.6rem);
  height: auto;
  padding: var(--ds-number-4, 0.8rem) var(--ds-number-8, 1.6rem);
  font-size: var(--ds-font-size-16, 1.6rem);
  font-weight: 500;
  color: var(--ds-light-color-text-basic, #1e2124);
  background: rgba(0, 0, 0, 0.04);
  border: 0;
  border-radius: var(--ds-radius-small, 0.6rem);
  text-decoration: none;
  transition: opacity 0.15s, background 0.15s;
}

.direction-v2 .direction-info__map-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  opacity: 0.92;
}

.direction-v2 .direction-info__map-btn img {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
}

.direction-v2 .direction-info__map-btn--kakao {
  background: rgba(250, 224, 0, 0.1);
}

.direction-v2 .direction-info__map-btn--kakao img {
  background: #fae000;
}

.direction-v2 .direction-info__map-btn--naver {
  background: rgba(1, 108, 254, 0.1);
}

.direction-v2 .direction-info__map-btn--naver img {
  background: #fff;
}

/* ── V05: direction-row 패턴 (아이콘 80px + 행 목록) ── */
.direction-v2 .direction-row {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-number-10, 2rem);
  padding: var(--ds-number-24, 4.8rem) 0; /* 디바이더 위/아래 48px씩 */
  border-top: 1px solid var(--ds-color-gray-10, #e6e8ea);
}

.direction-v2 .direction-row:last-child {
  border-bottom: 0;
}

.direction-v2 .direction-row + .direction-row {
  margin-top: 0;
  border-top: 1px solid var(--ds-color-gray-10, #e6e8ea);
}

/* §2 지도 → §3 정보 카드 사이 — 12px 갭 */
.direction-v2 .direction-section--map + .direction-section {
  margin-top: var(--ds-number-6, 1.2rem);
}

/* §3 카드 → §4 첫 row 사이 — 풀폭 그라데이션 띠 (공연전시 상세 v3 패턴) */
.direction-v2 .direction-section + .direction-row {
  position: relative;
  margin-top: 10rem; /* 100px (카드 끝 ↔ 그라데이션 시작 60 + 그라데이션 ↔ 버스안내 88) */
  padding-top: var(--ds-number-15, 3rem); /* 30px */
  border-top: 0;
}

.direction-v2 .direction-section + .direction-row::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: -4rem; /* 그라데이션 시작점 ↔ "버스 안내" 텍스트 = 88px (row padding 48 + 40) */
  height: 9rem;
  background: linear-gradient(180deg, var(--ds-color-gray-5, #f4f5f6) 0%, var(--ds-color-gray-0, #fff) 100%);
  z-index: -1;
  pointer-events: none;
}

.direction-v2 .direction-row__icon {
  flex: 0 0 auto;
  width: var(--ds-number-40, 8rem); /* 80px (시안 그대로) */
  height: var(--ds-number-40, 8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ds-color-primary-5, #e6f3fa);
  border-radius: 999px;
  overflow: visible;
}

.direction-v2 .direction-row__icon img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

/* 80×80 박스 내부 — 아이콘 풀로 키움 (overflow visible로 박스 약간 넘침) */
.direction-v2 .direction-row__icon img[src*="ic_bus"] {
  width: 100px;
  height: 67px;
}
.direction-v2 .direction-row__icon img[src*="ic_car"] {
  width: 100px;
  height: 62px;
}
.direction-v2 .direction-row__icon img[src*="ic_pak"] {
  width: 70px;
  height: 92px;
}

.direction-v2 .direction-row__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-10, 2rem); /* 20px — 제목 ↔ 행 목록 간격 (시안) */
}

.direction-v2 .direction-row__header {
  display: flex;
  align-items: baseline;
  gap: var(--ds-number-6, 1.2rem);
  flex-wrap: wrap;
}

.direction-v2 .direction-row__title {
  font-size: var(--ds-font-size-22, 2.2rem); /* 시안 22px */
  font-weight: 600; /* SemiBold */
  color: var(--ds-light-color-text-basic, #1e2124);
  line-height: 1;
  letter-spacing: -0.1px;
}

.direction-v2 .direction-row__meta {
  font-size: var(--ds-font-size-15, 1.5rem); /* 시안 15px */
  color: var(--ds-color-gray-60, #58616a);
  line-height: 1.55;
  word-break: keep-all;
}

.direction-v2 .direction-row__meta strong {
  color: var(--ds-color-primary-50, #027BC1);
  font-weight: 600;
}

/* ── V06: 행 목록 — CSS Grid (라벨 자동 max-content + 값 1fr) ── */
.direction-v2 .direction-row__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: var(--ds-number-12, 2.4rem); /* 라벨 ↔ 값 24px */
  row-gap: var(--ds-number-4, 0.8rem); /* 행 ↔ 행 8px (묶음) */
  align-items: baseline;
}

.direction-v2 .direction-row__item {
  display: contents; /* 자식이 직접 grid 셀로 — 라벨/값이 자동 균등 정렬 */
}

.direction-v2 .direction-row__label {
  font-size: var(--ds-font-size-18, 1.8rem); /* 시안 18 SemiBold */
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  white-space: nowrap;
  line-height: 1.55;
}

.direction-v2 .direction-row__value {
  font-size: var(--ds-font-size-17, 1.7rem); /* 시안 버스 17 */
  color: var(--ds-color-gray-70, #464c53);
  line-height: 1.55;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ds-number-3, 0.6rem);
  word-break: keep-all;
}

.direction-v2 .direction-row__list--car .direction-row__value,
.direction-v2 .direction-row__list--park .direction-row__value {
  font-size: var(--ds-font-size-16, 1.6rem); /* 시안 자가용·주차 16 */
}

.direction-v2 .direction-row__list--car .direction-row__value,
.direction-v2 .direction-row__list--park .direction-row__value {
  font-size: var(--ds-font-size-16, 1.6rem); /* 시안 자가용·주차 16 */
}

/* ── V07: 태그 chip (시안: 마을=초록 / 일반=파랑 / 흰 텍스트) ── */
.direction-v2 .direction-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: var(--ds-number-1, 0.2rem) var(--ds-number-3, 0.6rem);
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: var(--ds-typo-font-weight-regular, 400);
  color: #fff;
  background: var(--ds-color-gray-50, #6d7882);
  border-radius: var(--ds-radius-xsmall, 0.4rem);
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}

.direction-v2 .direction-tag--town {
  background: #3a8434; /* brand/green-aa */
}

.direction-v2 .direction-tag--general {
  background: var(--ds-color-primary-60, #02639a);
}

.direction-v2 .direction-tag--intercity {
  background: var(--ds-color-brand-red-aa, #e03010); /* 시외 */
}

.direction-v2 .direction-tag--express {
  background: var(--ds-color-gray-90, #1e2124); /* 직행 */
}

.direction-v2 .direction-tag--trunk {
  background: var(--ds-color-brand-orange-aa, #ca4b1c); /* 간선 */
}


/* ==================== R. 반응형 (태블릿 / 모바일) ====================
   모바일 시안 없음 — 텍스트 위계 단계 축소 + 간격 단계 축소 룰 자동 적용 (스킬 Case D) */

/* ── 태블릿 (768~1199px) ── */
@media (max-width: 1199px) {
  .direction-v2 .direction-info__map {
    height: 380px;
    min-height: 380px;
  }

  /* 태블릿 카드 — PC와 동일 padding 유지 + 콘텐츠 세로 가운데 정렬 */
  .direction-v2 .direction-info__col,
  .direction-v2 .direction-info__col:first-child,
  .direction-v2 .direction-info__col:last-child {
    padding: var(--ds-number-10, 2rem) var(--ds-number-8, 1.6rem);
    justify-content: center;
  }

  .direction-v2 .direction-section__title {
    font-size: var(--ds-font-size-19, 1.9rem);
  }

  .direction-v2 .direction-section__title--location {
    font-size: var(--ds-font-size-24, 2.4rem);
  }

  .direction-v2 .direction-tab .ds-tab__panel {
    padding-top: var(--ds-number-15, 3rem);
  }

  .direction-v2 .direction-row {
    gap: var(--ds-number-8, 1.6rem);
    padding: var(--ds-number-10, 2rem) 0;
  }

  .direction-v2 .direction-row__icon {
    width: var(--ds-number-30, 6rem); /* 60px */
    height: var(--ds-number-30, 6rem);
  }

  /* 태블릿 아이콘 사이즈 (박스 60px에 맞게) */
  .direction-v2 .direction-row__icon img[src*="ic_bus"] {
    width: 42px;
    height: 28px;
  }
  .direction-v2 .direction-row__icon img[src*="ic_car"] {
    width: 48px;
    height: 30px;
  }
  .direction-v2 .direction-row__icon img[src*="ic_pak"] {
    width: 32px;
    height: 42px;
  }

  /* 라벨 width 룰 제거 — Grid가 max-content로 자동 처리 */
}

/* ── 모바일 (≤767px) ── */
@media (max-width: 767px) {
  .direction-v2 .direction-section + .direction-section,
  .direction-v2 .direction-row + .direction-section {
    margin-top: var(--ds-number-16, 3.2rem);
  }

  /* row + row 사이는 padding이 divider 간격을 처리 — margin 추가 금지 (비대칭 원인) */
  .direction-v2 .direction-row + .direction-row {
    margin-top: 0;
  }

  /* 모바일 §3 카드 → §4 — 그라데이션이 카드 영역 침범 안 하게 충분한 margin */
  .direction-v2 .direction-section + .direction-row {
    margin-top: var(--ds-number-40, 8rem); /* 80px: 카드 끝 ↔ 그라데이션 시작 40 + 그라데이션 ↔ row 40 */
  }

  .direction-v2 .direction-info__map {
    height: 260px;
    min-height: 260px;
  }

  .direction-v2 .direction-info__map-chip {
    font-size: var(--ds-font-size-12, 1.2rem);
    padding: var(--ds-number-2, 0.4rem) var(--ds-number-4, 0.8rem);
  }

  .direction-v2 .direction-info__map-caption {
    display: none;
  }

  /* 정보 카드: 세로 1열 stack — PC 카드 스타일(흰 배경 + border + rounded) 유지 */
  .direction-v2 .direction-info__detail {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .direction-v2 .direction-info__col,
  .direction-v2 .direction-info__col:first-child,
  .direction-v2 .direction-info__col:last-child {
    padding: var(--ds-number-10, 2rem) var(--ds-number-8, 1.6rem);
  }

  /* 모바일 카드 — 4면 border 모두 유지 (왼쪽 사라짐 방지). 카드 사이는 flex gap이 처리 */
  .direction-v2 .direction-info__col + .direction-info__col {
    border-left: 1px solid var(--ds-color-gray-10, #e6e8ea);
    border-top: 1px solid var(--ds-color-gray-10, #e6e8ea);
  }

  /* 주소·연락처 텍스트 — 모바일 축소 (PC 19/17px → 모바일 15/13px) */
  .direction-v2 .direction-info__value {
    font-size: var(--ds-font-size-15, 1.5rem);
  }

  .direction-v2 .direction-info__label {
    font-size: var(--ds-font-size-13, 1.3rem);
  }

  .direction-v2 .direction-info__actions {
    width: 100%;
  }

  .direction-v2 .direction-info__map-btn {
    flex: 1;
    min-width: 0;
    justify-content: center;
    height: var(--ds-number-18, 3.6rem);
    font-size: var(--ds-font-size-13, 1.3rem);
  }

  .direction-v2 .direction-section__title {
    font-size: var(--ds-font-size-17, 1.7rem); /* 섹션 소제목 */
  }

  .direction-v2 .direction-section__title--location {
    font-size: var(--ds-font-size-20, 2rem); /* 위치명 */
  }

  /* direction-row 모바일: 아이콘 왼쪽 / 콘텐츠 오른쪽 (가로 유지) */
  .direction-v2 .direction-row {
    flex-direction: row;
    align-items: flex-start;
    gap: var(--ds-number-6, 1.2rem);
    padding: var(--ds-number-14, 2.8rem) 0; /* divider 위아래 28px */
  }

  .direction-v2 .direction-row__icon {
    width: var(--ds-number-24, 4.8rem); /* 48px */
    height: var(--ds-number-24, 4.8rem);
  }

  /* 모바일 아이콘 사이즈 — 박스(48px) 풀로 키움 (PC와 동일 125% 비율, overflow visible로 약간 넘침) */
  .direction-v2 .direction-row__icon img[src*="ic_bus"] {
    width: 60px;
    height: 40px;
  }
  .direction-v2 .direction-row__icon img[src*="ic_car"] {
    width: 60px;
    height: 38px;
  }
  .direction-v2 .direction-row__icon img[src*="ic_pak"] {
    width: 42px;
    height: 54px;
  }

  .direction-v2 .direction-row__title {
    font-size: var(--ds-font-size-16, 1.6rem); /* 교통수단 소제목 */
  }

  .direction-v2 .direction-row__meta {
    font-size: var(--ds-font-size-12, 1.2rem); /* 보조 설명 */
  }

  /* 모바일 행: 라벨 위 / 값 아래 (Grid 1열) */
  .direction-v2 .direction-row__list {
    grid-template-columns: 1fr;
    row-gap: var(--ds-number-2, 0.4rem);
  }

  .direction-v2 .direction-row__label {
    font-size: var(--ds-font-size-14, 1.4rem); /* 교통 종류 라벨 (Bold) */
  }
  .direction-v2 .direction-row__value {
    font-size: var(--ds-font-size-13, 1.3rem); /* 노선번호·설명 (Regular) */
  }

  /* 모바일 탭: 가로 스크롤 */
  .direction-v2 .direction-tab .ds-tab__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .direction-v2 .direction-tab .ds-tab__list::-webkit-scrollbar {
    display: none;
  }

  .direction-v2 .direction-tab .ds-tab__btn {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: max-content;
    padding-left: var(--ds-number-6, 1.2rem);
    padding-right: var(--ds-number-6, 1.2rem);
  }

  .direction-v2 .direction-tag {
    height: var(--ds-number-9, 1.8rem);
    font-size: var(--ds-font-size-11, 1.1rem); /* 태그 캡션 */
  }
}


/* ════════════════════════════════════════════════════════════════
   PAGE: 110301 경영공시 목록 — wrapper .management-v2
   적용: shared/publishing/fo/pages/소통참여_MNU-U-100000/경영공시_MNU-U-100600/MNU-U-110301_경영공시목록_design_v2.html
   ════════════════════════════════════════════════════════════════ */

/* ==================== BASE LAYER ====================
   v1 foundation-page.css / community-page.css 에서 추출
   (disclosure-tab · disclosure-info-* · disclosure-mobile-cat · notice-list · notice-attach)
   .management-v2 prefix로 격리 — v2.html은 foundation-page-v2.css 단독 link (self-contained) */

/* CONTENT ↔ FOOTER — 가이드 §5-1/5-2 100px 전 뷰포트
   (DS .sub-page-wrap 기본은 case C 100/80/60 → 탭형 페이지 한정 100 통일) */
.sub-page-wrap.management-v2,
.sub-page-wrap.about-v3 {
  margin-bottom: 10rem;
}
@media (max-width: 1199px) {
  .sub-page-wrap.management-v2,
  .sub-page-wrap.about-v3 {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .sub-page-wrap.management-v2,
  .sub-page-wrap.about-v3 {
    margin-bottom: 10rem;
  }
}

/* CONTENT(목록) ↔ PAGINATION — 가이드 §5-1 Case A 100px 전 뷰포트
   (DS .ds-pagination 기본 margin-top 32px 오버라이드) */
.management-v2 .ds-pagination {
  margin-top: 10rem;
}

/* 메인 탭 간격 — 공통가이드 v1.7.1 §5-2 Case B (HERO↔TAB / TAB↔CONTENT 동일값)
   PC 50 · 태블릿 28 · 모바일 16 */
.management-v2 .disclosure-tab {
  margin-top: var(--ds-number-25, 5rem);
  margin-bottom: var(--ds-number-25, 5rem);
}
.management-v2 .disclosure-tab .ds-tab__list {
  justify-content: center;
}
@media (max-width: 1199px) {
  .management-v2 .disclosure-tab {
    margin-top: var(--ds-number-14, 2.8rem);
    margin-bottom: var(--ds-number-14, 2.8rem);
  }
}
@media (max-width: 767px) {
  .management-v2 .disclosure-tab {
    margin-top: var(--ds-number-8, 1.6rem);
    margin-bottom: var(--ds-number-8, 1.6rem);
  }
}

/* 정보공개 하이라키 콘텐츠 — pfmc-info(예매·할인·환불) 디자인 톤 적용
   상단 패딩 제거: HERO↔TAB↔CONTENT 간격은 .disclosure-tab margin이 단일 책임 */
.management-v2 .disclosure-info-content {
  line-height: 1.6;
  color: var(--ds-color-gray-70, #464c53);
  width: 100%;
  padding: 0 0 var(--ds-number-20, 4rem);
}

/* 페이지 타이틀 — 40 Medium, 좌측 정렬 */
.management-v2 .disclosure-info__title {
  font-size: var(--ds-font-size-40, 4rem);
  font-weight: var(--ds-typo-font-weight-medium, 500);
  color: var(--ds-color-gray-95, #1a1a1a);
  letter-spacing: -0.02em;
  margin: 0 0 var(--ds-number-30, 6rem);
  padding: 0;
  text-align: left;
  line-height: 1.3;
}

/* 섹션 — guide-section margin-bottom 60px */
.management-v2 .disclosure-info__section {
  margin-bottom: var(--ds-number-30, 6rem);
}
.management-v2 .disclosure-info__section:last-child {
  margin-bottom: 0;
}

/* 섹션 헤딩 — 22 SemiBold, 좌측 라인/도트 없음 */
.management-v2 .disclosure-info__heading {
  font-size: var(--ds-font-size-22, 2.2rem);
  font-weight: var(--ds-typo-font-weight-semibold, 600);
  color: var(--ds-color-gray-90, #1e2124);
  letter-spacing: -0.003em;
  margin: 0 0 var(--ds-number-8, 1.6rem);
  line-height: 1.3;
  display: block;
}
.management-v2 .disclosure-info__heading::before {
  content: none;
}

/* 본문 desc */
.management-v2 .disclosure-info__desc {
  font-size: var(--ds-font-size-17, 1.7rem);
  line-height: 1.55;
  color: var(--ds-color-gray-70, #464c53);
  margin: 0;
  word-break: keep-all;
}

/* 청구인·대상기관 dl — 표 형식 (라벨 좌측 / 본문 우측, 상하 라인 구분) */
.management-v2 .disclosure-info__dl {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--ds-color-gray-20, #d8dde2);
  border-radius: 0;
}

.management-v2 .disclosure-info__dl-item {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: var(--ds-number-8, 1.6rem);
  padding: var(--ds-number-7, 1.4rem) var(--ds-number-6, 1.2rem);
  border-bottom: 1px solid var(--ds-color-gray-20, #d8dde2);
  background: transparent;
  border-radius: 0;
}

.management-v2 .disclosure-info__dl-item dt {
  font-size: var(--ds-font-size-17, 1.7rem);
  font-weight: var(--ds-typo-font-weight-bold, 700);
  color: var(--ds-color-primary-60, #02639a);
  margin: 0;
  align-self: start;
}

.management-v2 .disclosure-info__dl-item dd {
  font-size: var(--ds-font-size-16, 1.6rem);
  color: var(--ds-color-gray-70, #464c53);
  line-height: 1.65;
  margin: 0;
  word-break: keep-all;
}

/* 태블릿 (768~1199) — pfmc-info 동일 스케일 (40→32) */
@media (max-width: 1199px) and (min-width: 768px) {
  .management-v2 .disclosure-info__title {
    font-size: var(--ds-font-size-32, 3.2rem);
  }
  .management-v2 .disclosure-info__heading {
    font-size: var(--ds-font-size-20, 2rem);
  }
  .management-v2 .disclosure-info__section {
    margin-bottom: var(--ds-number-24, 4.8rem);
  }
}

/* 모바일 (≤767) — pfmc-info 동일: 페이지 타이틀 숨김 (page-header 인클루드가 대체) */
@media (max-width: 767px) {
  .management-v2 .disclosure-info__title {
    display: none;
  }
  .management-v2 .disclosure-info__heading {
    font-size: var(--ds-font-size-19, 1.9rem);
    margin-bottom: var(--ds-number-6, 1.2rem);
  }
  .management-v2 .disclosure-info__section {
    margin-bottom: var(--ds-number-18, 3.6rem);
  }
  .management-v2 .disclosure-info__desc {
    font-size: var(--ds-font-size-15, 1.5rem);
  }
  .management-v2 .disclosure-info__dl-item {
    grid-template-columns: 1fr;
    gap: var(--ds-number-2, 0.4rem);
    padding: var(--ds-number-6, 1.2rem) 0;
  }
  .management-v2 .disclosure-info__dl-item dt {
    font-size: var(--ds-font-size-16, 1.6rem);
  }
  .management-v2 .disclosure-info__dl-item dd {
    font-size: var(--ds-font-size-15, 1.5rem);
  }
}

/* notice-list: 3컬럼 그리드 베이스 (번호 8rem / 제목 1fr / 등록일 12rem) */
.management-v2 .notice-list .ds-board-list__head,
.management-v2 .notice-list .ds-board-list__item {
  grid-template-columns: 8rem 1fr 12rem;
}

/* 첨부파일 아이콘 */
.management-v2 .notice-attach {
  display: inline-flex;
  align-items: center;
  margin-left: var(--ds-number-2, 0.4rem);
  color: var(--ds-color-gray-40, #8a949e);
  vertical-align: middle;
  flex-shrink: 0;
}


/* ==================== OVERRIDE LAYER — 시안 스펙 ==================== */

/* V01 — 메인 탭 (정보공개/경영공시): v1과 동일하게 ds-tab--bold + .disclosure-tab BASE만 사용
   (커스텀 오버라이드 없음 — DS 기본 폰트/컬러/구분자 그대로) */

/* V02 — 경영공시 탭 패널 (상단 패딩 제거: TAB↔콘텐츠 간격은 .disclosure-tab margin-bottom으로 단일화) */
.management-v2 #tab-mgmt {
  padding-top: 0;
}

/* V03 — 가로 카테고리 탭 (| 구분자 + 활성=brand-red-aa + 텍스트폭만 2px 밑줄)
   카테고리 탭 ↔ 검색영역 갭: 시각적으로 40px (시안 기준) */
.management-v2 .management-category {
  display: flex;
  align-items: center;
  margin-bottom: var(--ds-number-20, 4rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.management-v2 .management-category::-webkit-scrollbar {
  display: none;
}
.management-v2 .management-category__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.management-v2 .management-category__item {
  display: flex;
  align-items: center;
  position: relative;
}
.management-v2 .management-category__item + .management-category__item::before {
  content: '|';
  display: inline-flex;
  align-items: center;
  color: var(--ds-color-gray-20, #cdd1d5);
  font-size: var(--ds-font-size-16, 1.6rem);
  padding: 0 1.8rem;
  flex-shrink: 0;
  font-weight: 400;
}
.management-v2 .management-category__btn {
  position: relative;
  background: none;
  border: none;
  padding: var(--ds-number-5, 1rem) 0; /* 좌우 padding 제거 — 밑줄이 텍스트 폭과 맞도록 */
  font-size: var(--ds-font-size-17, 1.7rem); /* Figma 18px → DS 17px (±1px) */
  font-weight: 400;
  color: var(--ds-color-gray-70, #464c53); /* Figma #464c53 = gray-70 exact */
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s;
}
.management-v2 .management-category__btn:hover {
  color: var(--ds-color-brand-red-aa, #e03010);
}
.management-v2 .management-category__btn.is-active {
  font-weight: 700;
  color: var(--ds-color-brand-red-aa, #e03010); /* Figma #e03010 = brand-red-aa exact */
}
.management-v2 .management-category__btn.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  height: 2px;
  background: var(--ds-color-brand-red-aa, #e03010);
}

/* V04 — 검색 영역
   ※ DS layout.css의 .ds-filter-search 표준(700px 가운데 + chips PC 가운데 + 모바일 한줄 가로스크롤 + 주황 pill 활성칩) 그대로 사용.
   페이지 고유 요소(연도 select + divider)만 추가 정의 */
.management-v2 .ds-filter-search__year {
  flex: 0 0 auto;
  width: 9rem;
  height: 4.4rem;
  padding: 0 var(--ds-number-12, 2.4rem) 0 0;
  border: 0;
  background: transparent;
  background-image: url('../../icons/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: right var(--ds-number-2, 0.4rem) center;
  background-size: 1.6rem 1.6rem;
  font-size: var(--ds-font-size-15, 1.5rem);
  color: var(--ds-color-gray-90, #1e2124);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.management-v2 .ds-filter-search__year:focus {
  outline: 0;
}
.management-v2 .ds-filter-search__divider {
  flex: 0 0 auto;
  width: 1px;
  height: 2rem;
  background: var(--ds-color-gray-20, #cdd1d5);
  margin: 0 var(--ds-number-8, 1.6rem);
}

/* V05 — 4컬럼 테이블 (번호 8rem / 분류 12rem / 제목 1fr / 등록일 12rem)
   ※ grid-template-columns는 PC/태블릿 전용 — 모바일은 DS layout.css의 flex-wrap 패턴 사용
   ※ 셀 세로 중앙 정렬은 모든 뷰포트 공통 (분류 태그가 위로 붙는 현상 방지) */
.management-v2 .management-list.ds-board-list .ds-board-list__item > .ds-board-list__num,
.management-v2 .management-list.ds-board-list .ds-board-list__item > .ds-board-list__col,
.management-v2 .management-list.ds-board-list .ds-board-list__item > .ds-board-list__date {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .management-v2 .management-list.ds-board-list .ds-board-list__head,
  .management-v2 .management-list.ds-board-list .ds-board-list__item {
    grid-template-columns: 8rem 12rem 1fr 12rem;
  }

  /* 헤더 셀 정렬: 번호·분류·등록일 가운데 / 제목 좌측 */
  .management-v2 .management-list.ds-board-list .ds-board-list__head > :nth-child(1),
  .management-v2 .management-list.ds-board-list .ds-board-list__head > :nth-child(2),
  .management-v2 .management-list.ds-board-list .ds-board-list__head > :nth-child(4) {
    text-align: center;
    justify-content: center;
  }
}

/* V06 — 분류 태그: DS .ds-tag .ds-tag--s + color 유틸리티 토큰 사용
   페이지 오버라이드: 흰 배경 + pill radius + ds-comp-color 토큰으로 outline 구성
   line-height: 1 — 부모 행의 line-height 상속으로 인한 한글 글리프 수직 위치 편차 보정 */
.management-v2 .management-list .ds-tag,
.management-v2 .ds-detail-header__tags .ds-tag {
  background-color: var(--ds-color-gray-0, #fff);
  color: var(--ds-comp-color, var(--ds-light-color-text-subtle));
  border-color: var(--ds-comp-color, var(--ds-light-color-border-gray));
  border-radius: var(--ds-radius-max, 999px); /* Figma: pill 100px */
  line-height: 1;
}

/* 상세 페이지 태그 — 목록 대비 한 단계 크게 */
.management-v2 .ds-detail-header__tags .ds-tag {
  height: var(--ds-number-15, 3rem);
  padding-inline: var(--ds-number-6, 1.2rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: var(--ds-typo-font-weight-medium, 500);
}


/* ==================== R. 반응형 (태블릿 / 모바일) ====================
   모바일 시안 없음 — 텍스트 위계 단계 축소 + 간격 단계 축소 룰 자동 적용 (스킬 Case D) */

@media (max-width: 1199px) {
  .management-v2 .management-main-tab .ds-tab__btn {
    min-width: 14rem;
    font-size: var(--ds-font-size-17, 1.7rem);
  }
  .management-v2 .management-category__btn {
    font-size: var(--ds-font-size-17, 1.7rem);
  }
}

@media (max-width: 767px) {
  /* 메인 탭(정보공개/경영공시) ↔ 카테고리 탭(일반현황…) 갭 확장 (PC 16px → 모바일 40px) */
  .management-v2 #tab-mgmt {
    padding-top: var(--ds-number-20, 4rem);
  }

  /* 카테고리 탭: 가로 스크롤(슬라이드) — 좌측 정렬 + 얇은 스크롤바 노출(스와이프 가능 인지)
     + 검색영역과 갭 확장 (40px → 48px) + 스크롤바 자체 공간(padding-bottom) 확보 */
  .management-v2 .management-category {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: var(--ds-color-gray-30, #b1b8be) transparent;
    padding-bottom: var(--ds-number-3, 0.6rem); /* 스크롤바 위 여유 12px */
    margin-bottom: var(--ds-number-24, 4.8rem); /* 48px — 검색영역 시각적 분리 강화 */
  }
  .management-v2 .management-category::-webkit-scrollbar {
    display: block;
    height: 4px;
  }
  .management-v2 .management-category::-webkit-scrollbar-thumb {
    background: var(--ds-color-gray-30, #b1b8be);
    border-radius: 2px;
  }
  .management-v2 .management-category::-webkit-scrollbar-track {
    background: transparent;
  }
  .management-v2 .management-category__list {
    justify-content: flex-start;
    margin: 0;
  }
  .management-v2 .management-category__btn {
    font-size: var(--ds-font-size-15, 1.5rem);
    padding: var(--ds-number-4, 0.8rem) 0;
  }

  /* 하위 카테고리 chips: 모바일 한줄 + 좌측 정렬 + 얇은 스크롤바 노출 — 공연전시 v2 통일 표준 */
  .management-v2 .ds-filter-search > .ds-board-toolbar--chips {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--ds-color-gray-30, #b1b8be) transparent;
    padding-bottom: var(--ds-number-2, 0.4rem); /* 스크롤바 공간 */
  }
  .management-v2 .ds-filter-search > .ds-board-toolbar--chips::-webkit-scrollbar {
    display: block;
    height: 4px;
  }
  .management-v2 .ds-filter-search > .ds-board-toolbar--chips::-webkit-scrollbar-thumb {
    background: var(--ds-color-gray-30, #b1b8be);
    border-radius: 2px;
  }
  .management-v2 .ds-filter-search > .ds-board-toolbar--chips .ds-filter-chip {
    flex: 0 0 auto;
  }

  /* 4컬럼 → 모바일: DS layout.css(line 1611~1643)의 flex-wrap 모바일 패턴 그대로 적용
     (번호 좌측 작게 / 제목 풀폭 / 등록일 좌측). 페이지에서는 두 가지만 추가 처리: */
  /* (1) 공지 제외 모든 행의 번호 숨김 (사용자 요청) */
  .management-v2 .management-list .ds-board-list__item:not(.ds-board-list__item--pinned) > .ds-board-list__num {
    display: none;
  }
  /* (2) 분류 라벨 셀(__col): DS에 없는 커스텀 컬럼 — HTML 자연 순서대로 배치
        → 공지 행: [공지]→[분류]→[제목]→[날짜] / 일반 행: [분류]→[제목]→[날짜] */
  .management-v2 .management-list .ds-board-list__item > .ds-board-list__col {
    width: 100%;
  }
}


/* ════════════════════════════════════════════════════════════════
   PAGE: 110100 재단 비전 및 소개 (CI 탭) — wrapper .about-ci-v3
   적용: shared/publishing/fo/pages/재단소개_MNU-U-110000/재단비전및소개_MNU-U-110100/MNU-U-110100_재단비전및소개_design_v3.html
   ※ v3는 CI 탭만 시안 적용. 다른 탭(인사말/연혁/조직도)은 v2와 동일 — foundation-page.css 룰 그대로 사용.
   본 PAGE 섹션은 .about-ci-v3 wrapper로 격리 — CI 탭 패널 내부에만 적용.
   .sub-page-wrap에는 .about-v3 wrapper로 모바일 메인 탭 → select 전환 처리 (artist v2 패턴).
   ════════════════════════════════════════════════════════════════ */

/* 모바일 메인 탭(인사말/연혁/조직도/CI) → select 전환 — artist v2 동일 패턴
   PC/태블릿: ds-tab 표시 + page-header__select 숨김 (DS 기본)
   모바일: ds-tab 숨김 + page-header__select 표시 (DS 모바일 룰 자동) */
/* [본문 탭 유지 정책] 모바일에서도 .about-v3 본문 탭을 유지(셀렉트 미사용) — component.css 좌측정렬·밑줄 적용.
   (구: @media(max-width:767px){ .about-v3 > .ds-tab{display:none} } 셀렉트 전환 → 정책 변경으로 제거) */

/* [개발서버 간격통일 FIX] dev(content.do) 래퍼 중첩 대응은 사이트 전역 pfmc-page-V2.css에서
   `.sub-page-wrap > div > .page-header__select` 일반 규칙으로 처리(about-v3·mgmt-philosophy·direction-v2 공통). */

/* ── 컨테이너 (탭 패널 내부 1200px) ── */
.about-ci-v3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* 섹션 wrapper (간격만) */
.about-ci-v3 .ci-section {
  margin-bottom: var(--ds-number-30, 6rem); /* 60px 섹션 간 */
}
.about-ci-v3 .ci-section:last-child {
  margin-bottom: 0;
}
/* DS 섹션 헤더 — 시안 굵기·사이즈 명시 */
.about-ci-v3 .ds-section-header--center .ds-section-header__title {
  font-size: var(--ds-font-size-32, 3.2rem); /* Figma 32 — CI 소개 가운데 큰 헤딩 */
  font-weight: var(--ds-typo-font-weight-bold, 700);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.about-ci-v3 .ds-section-header:not(.ds-section-header--center) .ds-section-header__title {
  font-size: var(--ds-font-size-24, 2.4rem); /* Figma 24 — 시그니처/컬러 좌측 헤딩 */
  font-weight: var(--ds-typo-font-weight-bold, 700);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/* ════════ V01: CI 소개 — 풀로고 박스(격자 배경) + 다운로드 버튼 + 4개 컨셉 카드 ════════ */

/* 풀로고 박스 — 흰 배경 + 얇은 격자 라인 + 가운데 풀로고 (시안 1200×253) */
.about-ci-v3 .ci-symbol-board {
  width: 100%;
  height: 25.3rem; /* Figma 253px */
  background-color: var(--ds-color-gray-0, #fff);
  background-image:
    linear-gradient(to right, var(--ds-color-gray-10, #e6e8ea) 1px, transparent 1px),
    linear-gradient(to bottom, var(--ds-color-gray-10, #e6e8ea) 1px, transparent 1px);
  background-size: 4rem 4rem; /* 40×40 격자 */
  border: 1px solid var(--ds-color-gray-10, #e6e8ea);
  border-radius: var(--ds-radius-medium, 0.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-ci-v3 .ci-symbol-board img {
  max-width: 30rem; /* 풀로고 시안 폭 추정 */
  max-height: 70%;
  object-fit: contain;
}

/* 다운로드 버튼 영역 — 풀로고 ↔ 컨셉카드 사이 가운데 (시안 갭 40+40) */
.about-ci-v3 .ci-download {
  margin-top: var(--ds-number-20, 4rem); /* 40px 풀로고 박스 ↔ 버튼 */
  display: flex;
  justify-content: center;
}
.about-ci-v3 .ci-download__btn {
  /* 시안: 다크그레이 배경 + 흰 글씨 + pill + 다운로드 아이콘 우측 */
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-3, 0.6rem); /* 6px */
  padding: var(--ds-number-5, 1rem) var(--ds-number-12, 2.4rem); /* 10 24 */
  background: var(--ds-color-gray-80, #33363d); /* 시안 다크그레이 */
  color: var(--ds-color-gray-0, #fff);
  border: 0;
  border-radius: var(--ds-radius-max, 999px); /* pill */
  font-size: var(--ds-font-size-15, 1.5rem);
  font-weight: var(--ds-typo-font-weight-medium, 500);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s, background 0.15s;
}
.about-ci-v3 .ci-download__btn:hover {
  background: var(--ds-color-gray-90, #1e2124);
  opacity: 0.95;
}
.about-ci-v3 .ci-download__btn .ds-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

/* 4개 컨셉 카드 (1×4 그리드) */
.about-ci-v3 .ci-concept-grid {
  margin-top: var(--ds-number-20, 4rem); /* 40px 메인 카드 ↔ 컨셉 */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ds-number-10, 2rem); /* 20px Figma */
}
.about-ci-v3 .ci-concept-card {
  background: var(--ds-color-gray-0, #fff);
  border: 1px solid var(--ds-color-gray-10, #e6e8ea);
  border-radius: var(--ds-radius-large, 1.2rem); /* 12px */
  padding: var(--ds-number-10, 2rem); /* 20px */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--ds-number-10, 2rem); /* 20px 이미지 ↔ 텍스트 */
}
.about-ci-v3 .ci-concept-card__img {
  width: 14rem; /* 140px Figma */
  height: 11.1rem; /* 111px Figma */
  border-radius: var(--ds-radius-medium, 0.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ds-color-gray-40, #8a949e);
  font-size: var(--ds-font-size-12, 1.2rem);
}
/* placeholder만 회색 배경 (이미지 들어가면 transparent — 가장자리 회색 노출 방지) */
.about-ci-v3 .ci-concept-card__img:not(:has(img)) {
  background: var(--ds-color-gray-5, #f4f5f6);
}
.about-ci-v3 .ci-concept-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.about-ci-v3 .ci-concept-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-number-3, 0.6rem); /* 6px */
}
.about-ci-v3 .ci-concept-card__title {
  font-size: var(--ds-font-size-17, 1.7rem); /* Figma ~18 → DS 17 (-1px), Bold */
  font-weight: var(--ds-typo-font-weight-bold, 700);
  color: var(--ds-light-color-text-basic, #1e2124);
  margin: 0;
  line-height: 1.4;
}
.about-ci-v3 .ci-concept-card__desc {
  font-size: var(--ds-font-size-14, 1.4rem); /* Figma 14 — 부제 Regular */
  font-weight: var(--ds-typo-font-weight-regular, 400);
  color: var(--ds-color-gray-60, #58616a);
  line-height: 1.5;
  margin: 0;
}

/* ════════ V02: 시그니처 — 3×2 그리드 (6개 로고) ════════ */
.about-ci-v3 .ci-signature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ds-number-10, 2rem); /* 20px */
}
.about-ci-v3 .ci-signature-item {
  display: flex;
  flex-direction: column;
}
.about-ci-v3 .ci-signature-item__img {
  width: 100%;
  aspect-ratio: 386 / 240; /* Figma 386.66 × 240 */
  background: var(--ds-color-gray-5, #f4f5f6);
  border-radius: var(--ds-radius-medium, 0.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ds-color-gray-40, #8a949e);
  font-size: var(--ds-font-size-13, 1.3rem);
  margin-bottom: var(--ds-number-6, 1.2rem); /* 12px Figma */
  overflow: hidden;
}
.about-ci-v3 .ci-signature-item__img img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}
.about-ci-v3 .ci-signature-item__label {
  font-size: var(--ds-font-size-14, 1.4rem); /* Figma 14 — 라벨 Regular */
  font-weight: var(--ds-typo-font-weight-regular, 400);
  color: var(--ds-color-gray-70, #464c53);
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

/* ════════ V03: 컬러 시스템 — 1×5 그리드 (큰 컬러 블록 + 정보) ════════ */
.about-ci-v3 .ci-color-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--ds-number-10, 2rem); /* 20px Figma */
}
.about-ci-v3 .ci-color-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ds-color-gray-10, #e6e8ea); /* 시안 회색 라인 */
  border-radius: var(--ds-radius-large, 1.2rem); /* 12px */
  overflow: hidden;
  background: var(--ds-color-gray-0, #fff);
}
.about-ci-v3 .ci-color-card__block {
  height: 22rem; /* 220px Figma 큰 컬러 블록 */
  flex: 0 0 auto;
}
.about-ci-v3 .ci-color-card__info {
  padding: var(--ds-number-8, 1.6rem); /* 16px */
  display: flex;
  flex-direction: column;
  gap: 0; /* 요소별 margin으로 직접 제어 */
}
.about-ci-v3 .ci-color-card__label {
  font-size: var(--ds-font-size-16, 1.6rem); /* Figma 16 — 영문 라벨 Bold 대문자 */
  font-weight: var(--ds-typo-font-weight-bold, 700);
  color: var(--ds-light-color-text-basic, #1e2124);
  margin: 0; /* 닉과 바로 붙임 */
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.about-ci-v3 .ci-color-card__nick {
  font-size: var(--ds-font-size-14, 1.4rem); /* Figma 14 — 한글 닉 Regular */
  font-weight: var(--ds-typo-font-weight-regular, 400);
  color: var(--ds-color-gray-60, #58616a);
  margin: 0 0 var(--ds-number-5, 1rem); /* 닉 ↔ spec 10px 갭 */
  line-height: 1.5;
}
.about-ci-v3 .ci-color-card__spec {
  font-size: var(--ds-font-size-13, 1.3rem); /* Figma 13 — CMYK/RGB/HEX Regular */
  font-weight: var(--ds-typo-font-weight-regular, 400);
  color: var(--ds-color-gray-60, #58616a);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1.55;
  margin: 0;
}

/* CI 브랜드 컬러 — DS 토큰에 정확 매칭 없음, hex 직접 + 매핑 주석
   (브랜드 가이드 색상이라 토큰화 X — CI 페이지 한정 사용) */
.about-ci-v3 .ci-color-card--orange .ci-color-card__block { background: #da521f; } /* SUNSET ORANGE */
.about-ci-v3 .ci-color-card--green  .ci-color-card__block { background: #50b848; } /* FIELD GREEN */
.about-ci-v3 .ci-color-card--yellow .ci-color-card__block { background: #fdb913; } /* CULTURE YELLOW */
.about-ci-v3 .ci-color-card--blue   .ci-color-card__block { background: #047bc1; } /* SPACE BLUE */
.about-ci-v3 .ci-color-card--red    .ci-color-card__block { background: #ef4123; } /* PYEONG RED */


/* ==================== R. 반응형 (태블릿 / 모바일) ====================
   모바일 시안 없음 — 텍스트 위계 단계 축소 + 간격 단계 축소 룰 자동 적용 (스킬 Case D) */

/* 태블릿 768~1199px */
@media (max-width: 1199px) {
  .about-ci-v3 .ci-section {
    margin-bottom: var(--ds-number-24, 4.8rem); /* 60 → 48 */
  }
  .about-ci-v3 .ds-section-header--center .ds-section-header__title {
    font-size: var(--ds-font-size-28, 2.8rem); /* CI 소개 32 → 28 */
  }
  .about-ci-v3 .ds-section-header:not(.ds-section-header--center) .ds-section-header__title {
    font-size: var(--ds-font-size-22, 2.2rem); /* 시그니처/컬러 24 → 22 */
  }
  .about-ci-v3 .ci-symbol-board {
    height: 22rem; /* 253 → 220 */
    background-size: 3.2rem 3.2rem; /* 40 → 32 격자 */
  }
  .about-ci-v3 .ci-symbol-board img {
    max-width: 24rem;
  }
  .about-ci-v3 .ci-concept-grid {
    grid-template-columns: repeat(2, 1fr); /* 4 → 2 */
    gap: var(--ds-number-8, 1.6rem);
  }
  .about-ci-v3 .ci-color-grid {
    grid-template-columns: repeat(3, 1fr); /* 5 → 3 */
    gap: var(--ds-number-8, 1.6rem);
  }
  .about-ci-v3 .ci-color-card__block {
    height: 18rem; /* 220 → 180 */
  }
}

/* 모바일 ≤767px */
@media (max-width: 767px) {
  .about-ci-v3 .ci-section {
    margin-bottom: var(--ds-number-20, 4rem); /* 48 → 40 */
  }
  .about-ci-v3 .ds-section-header--center .ds-section-header__title {
    font-size: var(--ds-font-size-22, 2.2rem); /* CI 소개 28 → 22 */
  }
  .about-ci-v3 .ds-section-header:not(.ds-section-header--center) .ds-section-header__title {
    font-size: var(--ds-font-size-19, 1.9rem); /* 시그니처/컬러 22 → 19 */
  }

  .about-ci-v3 .ci-symbol-board {
    height: 16rem; /* 220 → 160 */
    background-size: 2.4rem 2.4rem; /* 32 → 24 격자 */
  }
  .about-ci-v3 .ci-symbol-board img {
    max-width: 18rem;
  }

  .about-ci-v3 .ci-download {
    margin-top: var(--ds-number-12, 2.4rem); /* 40 → 24 */
  }
  .about-ci-v3 .ci-download__btn {
    font-size: var(--ds-font-size-13, 1.3rem);
    padding: var(--ds-number-4, 0.8rem) var(--ds-number-8, 1.6rem);
  }

  /* 컨셉 카드: 가로(2-col 풀폭) 유지, 세로만 축소 (이미지 비율 가로로 길게 + 상하 padding 축소) */
  .about-ci-v3 .ci-concept-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ds-number-6, 1.2rem); /* 12px */
    margin-top: var(--ds-number-12, 2.4rem);
  }
  .about-ci-v3 .ci-concept-card {
    /* 상하 10 / 좌우 16 — 가로는 원래대로, 세로만 컴팩트 */
    padding: var(--ds-number-5, 1rem) var(--ds-number-8, 1.6rem);
    gap: var(--ds-number-5, 1rem); /* 12 → 10 */
  }
  .about-ci-v3 .ci-concept-card__img {
    width: 100%;
    height: auto;
    aspect-ratio: 140 / 74; /* 111 → 74 (세로 2/3) — 박스 세로 짧아짐 */
  }
  /* 카드 박스는 그대로, 안쪽 사진만 작게 (PC img 100% → 모바일 70%) */
  .about-ci-v3 .ci-concept-card__img img {
    max-width: 70%;
    max-height: 70%;
  }
  .about-ci-v3 .ci-concept-card__title {
    font-size: var(--ds-font-size-16, 1.6rem); /* 19 → 16 */
  }
  .about-ci-v3 .ci-concept-card__desc {
    font-size: var(--ds-font-size-13, 1.3rem); /* 15 → 13 */
  }

  /* 시그니처 헤딩 ↔ 그리드 갭 모바일 반으로 (DS 기본 40px → 20px) — 컬러시스템도 동일 적용 */
  .about-ci-v3 .ci-section .ds-section-header:not(.ds-section-header--center) {
    margin-bottom: var(--ds-number-10, 2rem);
  }

  /* 시그니처 3 → 2 */
  .about-ci-v3 .ci-signature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ds-number-6, 1.2rem);
  }
  /* 박스 크기는 그대로(aspect-ratio 유지), 내부 로고 이미지만 작게 (PC 70% → 모바일 50%) */
  .about-ci-v3 .ci-signature-item__img img {
    max-width: 50%;
    max-height: 50%;
  }
  .about-ci-v3 .ci-signature-item__label {
    font-size: var(--ds-font-size-13, 1.3rem);
  }

  /* 컬러 시스템: 카드 5개를 세로 1-col 스택 + 카드 내부는 컬러 블록(좌) + 내용(우) 가로 배치 */
  .about-ci-v3 .ci-color-grid {
    grid-template-columns: 1fr;
    gap: var(--ds-number-4, 0.8rem); /* 8px */
  }
  .about-ci-v3 .ci-color-card {
    flex-direction: row;
    align-items: stretch;
  }
  .about-ci-v3 .ci-color-card__block {
    flex: 0 0 50%; /* 좌측 컬러 블록 카드의 50% */
    width: 50%;
    height: auto; /* 카드 높이 stretch */
  }
  .about-ci-v3 .ci-color-card__info {
    flex: 1 1 auto;
    padding: var(--ds-number-5, 1rem) var(--ds-number-7, 1.4rem); /* 10 / 14 */
    justify-content: center;
  }
  .about-ci-v3 .ci-color-card__label {
    font-size: var(--ds-font-size-15, 1.5rem);
  }
  .about-ci-v3 .ci-color-card__nick {
    font-size: var(--ds-font-size-13, 1.3rem);
    margin-bottom: var(--ds-number-3, 0.6rem);
  }
  .about-ci-v3 .ci-color-card__spec {
    font-size: var(--ds-font-size-12, 1.2rem);
    line-height: 1.5;
  }
}


/* ════════════════════════════════════════════════════════════════
   PAGE: 110100 재단 비전 및 소개 (조직도 탭) — wrapper .about-org-v3
   적용: shared/publishing/fo/pages/재단소개_MNU-U-110000/재단비전및소개_MNU-U-110100/MNU-U-110100_재단비전및소개_design_v3.html
   ※ 조직도 탭만 시안 적용 — 다른 탭(인사말/연혁/CI)은 영향 없음
   ※ 차트는 절대 위치 X, flex/grid 기반 — 모바일에서 본부 stack 변형 안전
   ════════════════════════════════════════════════════════════════ */

/* ── 컨테이너 ── */
.about-org-v3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ════════ V02: NABO 패턴 조직도 차트 ════════ */
.about-org-v3 .about-org-chart {
  margin: 0 auto var(--ds-number-30, 6rem); /* 가운데 정렬 + 차트 ↔ 디렉토리 60 */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* Figma 시안 차트 영역 width 960px — 박스 사이즈/라인 좌표를 시안 그대로 매칭하기 위해 픽스 */
  width: 96rem;
  max-width: 100%;
}

/* L1: 평택시장/이사장 — 가운데 단독 */
.about-org-v3 .org-chart__top {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: var(--ds-number-15, 3rem); /* 30px — 라인 공간 */
}
/* L1 → L2 세로 라인 (시안 spine-1: height 30) */
.about-org-v3 .org-chart__top::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: var(--ds-number-15, 3rem);
  /* 시안 라인 #0c2b80 + #8a949e 보더 → 1px 라인이라 보더색이 우세, gray-40 매칭 */
  background: var(--ds-color-gray-40, #8a949e);
}

/* L2: 윤리감사팀 / 대표이사 / 이사회 — 가로 3 */
.about-org-v3 .org-chart__row--exec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--ds-number-20, 4rem); /* 40px */
  position: relative;
  padding-bottom: var(--ds-number-20, 4rem); /* 40px — spine-2 시안 매칭 */
}
/* L2 가로 라인 — 윤리감사 박스 가운데 ↔ 이사회 박스 가운데
   width 52rem = 대표이사(28rem) + gap(4rem×2) + 양쪽 박스 절반(8rem×2) */
.about-org-v3 .org-chart__row--exec::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(50% - var(--ds-number-10, 2rem)); /* padding-bottom 4rem 절반 위로 보정 */
  width: 52rem;
  height: 1px;
  background: var(--ds-color-gray-40, #8a949e);
  transform: translateX(-50%);
}
/* L2 → L3 세로 라인 (대표이사 아래, 시안 spine-2 height 40) */
.about-org-v3 .org-chart__row--exec::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: var(--ds-number-20, 4rem);
  background: var(--ds-color-gray-40, #8a949e);
}

/* L3: 본부 3개 + 산하 팀 — flex row PC, gap 0으로 cell 균등 (가로 분기선이 본부 가운데에 정확히 매칭) */
.about-org-v3 .org-chart__divisions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  position: relative;
  padding-top: var(--ds-number-10, 2rem); /* 20px — tv1/2/3 라인 공간 */
}
/* L3 본부 가로 분기 라인 (첫 본부 가운데 ↔ 마지막 본부 가운데) */
.about-org-v3 .org-chart__divisions::before {
  content: '';
  position: absolute;
  left: calc(100% / 6);
  right: calc(100% / 6);
  top: 0;
  height: 1px;
  background: var(--ds-color-gray-40, #8a949e);
}

.about-org-v3 .org-division {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* 본부 박스/팀리스트 가운데 정렬 → cv1/2/3 라인이 박스 가운데 통과 */
  position: relative;
  min-width: 0;
}
/* 본부 박스 위로 향하는 세로 라인 (가로 분기 ↔ 본부 박스, 시안 tv1/2/3 height 20)
   .divisions에 padding-top:20이 있어 .org-division top:0이 가로선보다 20 아래.
   라인은 가로선↔본부 박스 위까지 그려야 하므로 top:-20으로 끌어올림. */
.about-org-v3 .org-division::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(-1 * var(--ds-number-10, 2rem));
  width: 1px;
  height: var(--ds-number-10, 2rem);
  background: var(--ds-color-gray-40, #8a949e);
}

/* 본부 산하 팀 stack — 본부 박스 ↔ 첫 팀 30px 세로선 + 가로 border. 본부 박스와 동일 너비 26rem */
.about-org-v3 .org-team-list {
  list-style: none;
  margin: var(--ds-number-15, 3rem) 0 0; /* 30px — 시안 cv1/2/3 height */
  padding: 0;
  width: 26rem;
  border-top: 2px solid var(--ds-color-brand-dark, #343a48);
  position: relative;
}
/* 본부 박스 ↔ 팀 리스트 세로 라인 (시안 cv1/2/3 height 30) */
.about-org-v3 .org-team-list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(-1 * var(--ds-number-15, 3rem));
  width: 1px;
  height: var(--ds-number-15, 3rem);
  background: var(--ds-color-gray-40, #8a949e);
  transform: translateX(-50%);
}
.about-org-v3 .org-team {
  padding: var(--ds-number-8, 1.6rem) var(--ds-number-4, 0.8rem);
  text-align: center;
  font-size: var(--ds-font-size-17, 1.7rem);
  font-weight: var(--ds-typo-font-weight-medium, 500);
  color: var(--ds-light-color-text-basic, #1e2124);
  border-bottom: 1px solid var(--ds-color-gray-10, #e6e8ea);
  transition: background-color 0.15s;
}
/* 팀 hover — 배경색만 변경 (도형 lift 효과는 적용 안 함) */
.about-org-v3 .org-team[role="button"]:hover {
  background-color: var(--ds-color-gray-5, #f4f5f6);
}
/* 클릭 가능 요소 — 키보드 포커스 outline */
.about-org-v3 .org-team[role="button"]:focus-visible,
.about-org-v3 .org-card[role="button"]:focus-visible {
  outline: 2px solid var(--ds-color-brand-blue-aa, #027bc1);
  outline-offset: 2px;
}

/* ── 카드 박스 스타일 (공통 + 변형) ── */
.about-org-v3 .org-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: var(--ds-radius-max, 999px); /* pill — 시안 34px → max 토큰 */
  white-space: nowrap;
  position: relative; /* z-index above lines */
  z-index: 1;
}
.about-org-v3 .org-card__label {
  display: block;
  font-size: var(--ds-font-size-16, 1.6rem);
  font-weight: var(--ds-typo-font-weight-medium, 500);
  line-height: 1.3;
}
.about-org-v3 .org-card__name {
  display: block;
  font-weight: var(--ds-typo-font-weight-bold, 700);
  line-height: 1.3;
}

/* 평택시장/이사장 — 다크 pill */
.about-org-v3 .org-card--ceo {
  flex-direction: column;
  width: 28rem; /* 280px */
  padding: var(--ds-number-6, 1.2rem) var(--ds-number-10, 2rem);
  background: var(--ds-color-brand-dark, #343a48);
  color: var(--ds-color-gray-0, #fff);
  box-shadow: 0 5px 10px rgba(52, 58, 72, 0.2);
}
.about-org-v3 .org-card--ceo .org-card__name {
  font-size: var(--ds-font-size-24, 2.4rem);
}

/* 대표이사 — 파랑 채움 pill */
.about-org-v3 .org-card--lead {
  flex-direction: column;
  width: 28rem;
  padding: var(--ds-number-6, 1.2rem) var(--ds-number-10, 2rem);
  background: var(--ds-color-brand-blue-aa, #027bc1);
  color: var(--ds-color-gray-0, #fff);
  box-shadow: 0 5px 10px rgba(2, 123, 193, 0.2);
}
.about-org-v3 .org-card--lead .org-card__name {
  font-size: var(--ds-font-size-24, 2.4rem);
}

/* 윤리감사팀 / 이사회 — 흰 배경 + 파랑 outline pill, 두 박스 동일 너비 16rem */
.about-org-v3 .org-card--outline-blue {
  width: 16rem;
  padding: var(--ds-number-8, 1.6rem) 0;
  background: var(--ds-color-gray-0, #fff);
  color: var(--ds-color-brand-blue-aa, #027bc1);
  border: 1px solid var(--ds-color-brand-blue-aa, #027bc1);
  box-shadow: 0 5px 10px rgba(2, 11, 61, 0.2);
}
.about-org-v3 .org-card--outline-blue .org-card__name {
  font-size: var(--ds-font-size-19, 1.9rem); /* Figma 18 → DS 19 (가까움) */
}

/* 본부 박스 — 흰 배경 + 다크 outline pill. 3개 본부 모두 동일 너비 26rem (시안 ~260px 매칭) */
.about-org-v3 .org-card--division {
  width: 26rem;
  padding: var(--ds-number-10, 2rem) 0;
  background: var(--ds-color-gray-0, #fff);
  color: var(--ds-color-brand-dark, #343a48);
  border: 1px solid var(--ds-color-brand-dark, #343a48);
  box-shadow: 0 5px 10px rgba(2, 11, 61, 0.2);
}
.about-org-v3 .org-card--division .org-card__name {
  font-size: var(--ds-font-size-20, 2rem);
  font-weight: var(--ds-typo-font-weight-semibold, 600);
}


/* ════════ V03+V04: 직원 디렉토리 (chip 필터 + 테이블) ════════ */
.about-org-v3 .about-directory-v3 {
  /* 차트 ↔ 그라데이션 사이 흰 갭 두 배(60→120) — 그라데이션이 -6rem에서 시작하므로 차트 끝 ↔ 그라데이션 시작 60px */
  margin-top: 12rem;
  isolation: isolate;
}

/* chip 영역 — DS .ds-filter-search 표준 (110301과 동일) */
.about-org-v3 .about-directory-v3 > .ds-filter-search {
  margin-bottom: var(--ds-number-15, 3rem); /* 30px */
  position: relative; /* ::before 그라데이션 anchor */
}
/* 필터탭 영역 회색 그라데이션 (오시는 길 v2 동일 패턴 — full-bleed)
   필터탭 행 위쪽 여백을 넉넉히(60px) 두고 시작 → 필터탭 행 끝까지만. 테이블엔 안 닿음. */
.about-org-v3 .about-directory-v3 > .ds-filter-search::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: -6rem; /* 그라데이션 시작점 위로 60px 여백 (이전 30px → 60px) */
  bottom: 0;
  background: linear-gradient(180deg, var(--ds-color-gray-5, #f4f5f6) 0%, var(--ds-color-gray-0, #fff) 100%);
  z-index: -1;
  pointer-events: none;
}

/* 팀별 그룹 컨테이너 */
.about-org-v3 .about-directory-v3__groups {
  width: 100%;
}
/* 팀 그룹 — 타이틀 + 테이블 1세트, 그룹 간 간격 */
.about-org-v3 .about-directory-v3__group:not([hidden]) + .about-directory-v3__group:not([hidden]) {
  margin-top: var(--ds-number-24, 4.8rem);
}
/* 팀 타이틀 — 텍스트만 (아이콘·라인 없음) */
.about-org-v3 .about-directory-v3__group-title {
  margin-bottom: var(--ds-number-8, 1.6rem);
  font-size: var(--ds-font-size-20, 2rem);
  font-weight: var(--ds-typo-font-weight-bold, 700);
  color: var(--ds-light-color-text-basic, #1e2124);
}

/* 테이블 — 시안: gray-30 top border + light gray-10 row separator */
.about-org-v3 .about-directory-v3__table {
  width: 100%;
  table-layout: fixed; /* 본부 칩 필터 변경 시 컬럼 폭 재계산 방지 */
  border-collapse: collapse;
  border-top: 1px solid var(--ds-color-gray-30, #b1b8be);
  border-bottom: 1px solid var(--ds-color-gray-30, #b1b8be);
}
/* 컬럼 폭 고정: 직위 30% / 전화번호 22% / 담당업무 48% */
.about-org-v3 .about-directory-v3__table th:nth-child(1),
.about-org-v3 .about-directory-v3__table td:nth-child(1) { width: 30%; }
.about-org-v3 .about-directory-v3__table th:nth-child(2),
.about-org-v3 .about-directory-v3__table td:nth-child(2) { width: 22%; }
.about-org-v3 .about-directory-v3__table th:nth-child(3),
.about-org-v3 .about-directory-v3__table td:nth-child(3) { width: 48%; }
/* 담당업무 본문은 좌측 정렬 (헤더는 center 유지) */
.about-org-v3 .about-directory-v3__table tbody td:nth-child(3) {
  text-align: left;
}
/* 본부장 테이블(4컬럼: 직위/성명/전화번호/담당업무) — 컬럼 폭 재정의 + 담당업무(4번째) 좌측 정렬 */
.about-org-v3 .about-directory-v3__table--bureau th:nth-child(1),
.about-org-v3 .about-directory-v3__table--bureau td:nth-child(1) { width: 22%; }
.about-org-v3 .about-directory-v3__table--bureau th:nth-child(2),
.about-org-v3 .about-directory-v3__table--bureau td:nth-child(2) { width: 16%; }
.about-org-v3 .about-directory-v3__table--bureau th:nth-child(3),
.about-org-v3 .about-directory-v3__table--bureau td:nth-child(3) { width: 24%; }
.about-org-v3 .about-directory-v3__table--bureau th:nth-child(4),
.about-org-v3 .about-directory-v3__table--bureau td:nth-child(4) { width: 38%; }
.about-org-v3 .about-directory-v3__table--bureau tbody td:nth-child(3) {
  text-align: center; /* 전화번호는 가운데 (3컬럼 좌측정렬 규칙 무력화) */
}
.about-org-v3 .about-directory-v3__table--bureau tbody td:nth-child(4) {
  text-align: left;
}
.about-org-v3 .about-directory-v3__table th,
.about-org-v3 .about-directory-v3__table td {
  padding: var(--ds-number-10, 2rem) var(--ds-number-12, 2.4rem);
  text-align: center;
  vertical-align: middle;
  font-size: var(--ds-font-size-14, 1.4rem); /* Figma 14 — 본문 */
  color: var(--ds-light-color-text-basic, #1e2124);
  word-break: keep-all; /* 한글 단어 단위 줄바꿈 (fixed 레이아웃에서 오버플로 방지) */
}
.about-org-v3 .about-directory-v3__table thead th {
  background: color-mix(in srgb, var(--ds-color-gray-5, #f4f5f6) 50%, transparent); /* Figma rgba(244,245,246,0.5) */
  font-size: var(--ds-font-size-16, 1.6rem); /* Figma 16 — 헤더 */
  font-weight: var(--ds-typo-font-weight-bold, 700);
}
.about-org-v3 .about-directory-v3__table tbody tr {
  border-bottom: 1px solid var(--ds-color-gray-10, #e6e8ea);
}
.about-org-v3 .about-directory-v3__table tbody tr:last-child {
  border-bottom: 0;
}
/* 직위 컬럼 — Bold 18 (시안) */
.about-org-v3 .about-directory-v3__table tbody td:first-child {
  font-size: var(--ds-font-size-18, 1.8rem);
  font-weight: var(--ds-typo-font-weight-bold, 700);
}
/* 전화번호 링크 */
.about-org-v3 .about-directory-v3__table a {
  color: inherit;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.about-org-v3 .about-directory-v3__table a:hover {
  text-decoration: underline;
  color: var(--ds-color-primary-50, #027bc1);
}


/* ════════ R. 반응형 (태블릿 / 모바일) — 가로스크롤 X, 본부 stack 변형
   ════════ 모바일 시안 없음 — 텍스트 위계 단계 축소 + 간격 단계 축소 (스킬 Case D) ════════ */

/* 태블릿 (768~1199px) — PC 룩 유지하되 카드/팀 텍스트만 단계 축소 */
@media (max-width: 1199px) {
  .about-org-v3 .org-card--ceo,
  .about-org-v3 .org-card--lead {
    width: 24rem; /* 280 → 240 */
  }
  .about-org-v3 .org-card--ceo .org-card__name,
  .about-org-v3 .org-card--lead .org-card__name {
    font-size: var(--ds-font-size-22, 2.2rem); /* 24 → 22 */
  }
  .about-org-v3 .org-card--outline-blue {
    padding: var(--ds-number-6, 1.2rem) var(--ds-number-15, 3rem);
  }
  .about-org-v3 .org-card--outline-blue .org-card__name {
    font-size: var(--ds-font-size-17, 1.7rem); /* 19 → 17 */
  }
  .about-org-v3 .org-card--division {
    padding: var(--ds-number-8, 1.6rem) var(--ds-number-15, 3rem);
  }
  .about-org-v3 .org-card--division .org-card__name {
    font-size: var(--ds-font-size-19, 1.9rem); /* 20 → 19 */
  }
  .about-org-v3 .org-team {
    font-size: var(--ds-font-size-16, 1.6rem); /* 17 → 16 */
    padding: var(--ds-number-7, 1.4rem) var(--ds-number-3, 0.6rem);
  }
}

/* 모바일 (≤767px) — 가로스크롤 금지, 본부 3개 세로 stack + L2도 stack
   포인트: 모든 트리 라인은 세로 라인만 유지 (가로 분기 라인 숨김) — stack에서 의미 흐려짐 */
@media (max-width: 767px) {
  .about-org-v3 .about-org-chart {
    margin-bottom: var(--ds-number-20, 4rem); /* 60 → 40 */
  }

  /* L1 → L2 세로 라인 그대로 유지 (단일 트리 흐름) */

  /* L2 — 모바일: 대표이사가 윗 행 가운데 / 윤리감사 | 이사회가 아랫 행 가로 (HTML 순서: 윤리, 대표, 이사회) */
  .about-org-v3 .org-chart__row--exec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "lead   lead"
      "ethics board";
    column-gap: 0;
    row-gap: var(--ds-number-15, 3rem); /* 30px — 대표이사 ↔ 윤리/이사회 거리 (가지선 길이) */
    padding-bottom: var(--ds-number-15, 3rem); /* 30px — 본부로 향하는 세로선 공간 */
  }
  .about-org-v3 .org-chart__row--exec > :nth-child(1) { grid-area: ethics; justify-self: center; }
  .about-org-v3 .org-chart__row--exec > :nth-child(2) { grid-area: lead;   justify-self: center; }
  .about-org-v3 .org-chart__row--exec > :nth-child(3) { grid-area: board;  justify-self: center; }

  /* L2 가로 라인 — 모바일에서는 사용 X (대신 윤리/이사회 카드의 ::before로 좌·우 가지선) */
  .about-org-v3 .org-chart__row--exec::before {
    display: none;
  }
  /* L2 → L3 가운데 세로선 — .row--exec 박스 전체 가운데에 그려짐 (대표이사 박스가 z-index 1로 위쪽 가림 → 박스 아래만 보이고 박스에 닿음) */
  .about-org-v3 .org-chart__row--exec::after {
    top: 0;
    bottom: 0;
    height: auto;
  }

  /* 윤리감사팀 / 이사회 카드 위 짧은 세로선 — 대표이사 박스 아래에서 두 카드로 가는 좌·우 가지선 */
  .about-org-v3 .org-card--outline-blue {
    position: relative;
  }
  .about-org-v3 .org-card--outline-blue::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 1px;
    height: var(--ds-number-15, 3rem); /* 30px — row-gap 길이만큼 */
    background: var(--ds-color-gray-40, #8a949e);
    transform: translateX(-50%);
  }

  /* L3: 본부 3개 — 세로 stack, 자식 width 100%(stretch)로 가운데 column에 정렬 */
  .about-org-v3 .org-chart__divisions {
    flex-direction: column;
    align-items: stretch;
    gap: var(--ds-number-15, 3rem); /* 본부 사이 30px */
    padding-top: 0;
  }
  /* L3 가로 분기 라인 숨김 */
  .about-org-v3 .org-chart__divisions::before {
    display: none;
  }
  /* L3 각 본부 위 세로 라인 — 첫 본부만 유지 (L2 → L3 흐름 시각화), 나머지 숨김 */
  .about-org-v3 .org-division::before {
    display: none;
  }
  .about-org-v3 .org-division:first-child::before {
    display: block;
    top: calc(-1 * var(--ds-number-15, 3rem)); /* L3 padding-top 0 보정 — 위로 30px */
    height: var(--ds-number-15, 3rem);
  }

  /* 카드 사이즈 — 가로 100% (모바일 라인 정렬 위해 max-width 제거) */
  .about-org-v3 .org-card--ceo,
  .about-org-v3 .org-card--lead {
    width: 100%;
  }
  .about-org-v3 .org-card--ceo .org-card__label,
  .about-org-v3 .org-card--lead .org-card__label {
    font-size: var(--ds-font-size-14, 1.4rem); /* 16 → 14 */
  }
  .about-org-v3 .org-card--ceo .org-card__name,
  .about-org-v3 .org-card--lead .org-card__name {
    font-size: var(--ds-font-size-19, 1.9rem); /* 24 → 19 */
  }
  /* 윤리감사 / 이사회 — cell width의 80%로 줄여서 박스 좌우에 여백 (가운데 라인이 박스에 닿지 않게) */
  .about-org-v3 .org-card--outline-blue {
    width: 80%;
    padding: var(--ds-number-5, 1rem) var(--ds-number-10, 2rem);
  }
  /* 본부 박스 — 가로 100% */
  .about-org-v3 .org-card--division {
    width: 100%;
    padding: var(--ds-number-5, 1rem) var(--ds-number-10, 2rem);
  }
  /* 팀 리스트 — 가로 100% (PC width 26rem override) + 본부 박스와 사이 여백 늘리기 (가운데 라인 길게) */
  .about-org-v3 .org-team-list {
    width: 100%;
    margin-top: var(--ds-number-25, 5rem); /* 본부 박스 ↔ 첫 팀 거리 50px (PC 30 → 50) */
  }
  .about-org-v3 .org-team-list::before {
    /* 본부 ↔ 팀 리스트 세로선 길이도 50px */
    top: calc(-1 * var(--ds-number-25, 5rem));
    height: var(--ds-number-25, 5rem);
  }
  .about-org-v3 .org-card--outline-blue .org-card__name {
    font-size: var(--ds-font-size-15, 1.5rem); /* 19 → 15 */
  }
  .about-org-v3 .org-card--division .org-card__name {
    font-size: var(--ds-font-size-16, 1.6rem); /* 20 → 16 */
  }

  /* 팀 리스트 — 텍스트 축소 + padding 축소 */
  .about-org-v3 .org-team-list {
    margin-top: var(--ds-number-6, 1.2rem); /* 20 → 12 */
  }
  .about-org-v3 .org-team {
    font-size: var(--ds-font-size-15, 1.5rem); /* 17 → 15 */
    padding: var(--ds-number-6, 1.2rem) var(--ds-number-3, 0.6rem);
  }

  /* 직원 디렉토리 — 모바일 텍스트 위계 축소 */
  .about-org-v3 .about-directory-v3 {
    /* 모바일 차트 ↔ 그라데이션 시작 갭 — margin-top 12rem - ::before top -6rem = 갭 약 60px */
    margin-top: 12rem;
  }
  .about-org-v3 .about-directory-v3 > .ds-filter-search {
    margin-bottom: var(--ds-number-10, 2rem); /* 30 → 20 */
  }
  .about-org-v3 .about-directory-v3__group:not([hidden]) + .about-directory-v3__group:not([hidden]) {
    margin-top: var(--ds-number-16, 3.2rem); /* 50 → 32 */
  }
  .about-org-v3 .about-directory-v3__group-title {
    font-size: var(--ds-font-size-17, 1.7rem); /* 20 → 17 */
    margin-bottom: var(--ds-number-6, 1.2rem);
  }
  .about-org-v3 .about-directory-v3__table th,
  .about-org-v3 .about-directory-v3__table td {
    padding: var(--ds-number-6, 1.2rem) var(--ds-number-4, 0.8rem); /* 좁은 폭에 맞춤 */
    font-size: var(--ds-font-size-13, 1.3rem);
  }
  .about-org-v3 .about-directory-v3__table thead th {
    font-size: var(--ds-font-size-14, 1.4rem); /* 16 → 14 */
  }
  .about-org-v3 .about-directory-v3__table tbody td:first-child {
    font-size: var(--ds-font-size-14, 1.4rem); /* 18 → 14 */
    text-align: left;
  }
}


/* ════════════════════════════════════════════════════════════════
   PAGE: 110100 재단비전 및 소개 (연혁 탭) — wrapper .about-history-v3
   적용: shared/publishing/fo/pages/재단소개_MNU-U-110000/재단비전및소개_MNU-U-110100/MNU-U-110100_재단비전및소개_design_v3.html (panel-history)
   Figma: node-id=14227-18936
   인터랙션:
   - 좌측 카드 영역(750px) sticky 워터마크 + parallax 이미지 3장
   - 워터마크 숫자가 우측 active 연도에 맞춰 cross-fade (JS)
   - 이미지 3장은 data-parallax 속도값에 따라 translateY (JS)
   ════════════════════════════════════════════════════════════════ */

/* ── 컨테이너 (PC 본문 1440 → 750+690 2-col) ── */
.about-history-v3 {
  display: grid;
  grid-template-columns: 75rem 69rem; /* 750 / 690 */
  align-items: stretch; /* 좌측 cell이 우측 길이만큼 stretch → sticky가 우측 스크롤 따라 길게 작동 */
  max-width: 144rem;
  margin: 0 auto;
}

/* ── 좌측: 미디어 영역 (sticky + 위 여백) ──
   panel-history 진입 후 viewport 위쪽에 적당히 여백 두고 sticky로 머무름.
   안의 이미지 3장은 한 자리(viewport 가운데)에 stack되어 새 이미지가 아래에서 올라와 멈추고 이전 이미지는 위로 빠져나감. */
.about-history-v3__media {
  position: sticky;
  top: 6rem; /* 위 여백 60px (헤더 아래 적당히) */
  align-self: start;
  height: calc(100vh - 6rem); /* viewport - 위 여백 */
  overflow: hidden;
  isolation: isolate;
}

/* ── 워터마크 (sticky 박스 안 가운데쯤 absolute) ── */
.about-history-v3__watermark {
  position: absolute;
  top: 30vh;
  left: var(--ds-number-20, 4rem);
  width: max-content;
  pointer-events: none;
  z-index: 1;
}
.about-history-v3__watermark-layer {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-family-sans, 'Pretendard', sans-serif);
  font-weight: 900;
  font-size: 24rem;
  line-height: 1;
  letter-spacing: -0.8rem;
  color: color-mix(in srgb, var(--ds-color-gray-20, #cdd1d5) 20%, transparent);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 280ms ease-out;
  user-select: none;
}
.about-history-v3__watermark-layer.is-active { opacity: 1; }

/* ── 이미지 3장 stack — 모두 같은 자리(시안 첫 이미지 위치)에 absolute ──
   초기 photo--1만 is-active(translateY 0), 나머지는 translateY 120%로 박스 아래 숨김.
   active 연도 진행 시 누적적으로 translateY(0) 슬라이드 업 + z-index 인덱스 큰 게 이전 덮음. */
/* 이미지 3장 — 각자 시안 사선 위치 (우상단 / 좌중간 / 우하단) ──
   - waiting (기본): 자기 위치 아래서 대기 + 투명
   - is-active: 자기 위치(시안 좌표)에 등장 + 보임
   - is-passed: 자기 위치 그대로 페이드아웃 (위로 잘림 없음) */
.about-history-v3__photo {
  position: absolute;
  margin: 0;
  border-radius: var(--ds-radius-large, 1.2rem);
  overflow: hidden;
  opacity: 0;
  transform: translateY(15vh);
  transition: transform 720ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 560ms ease;
  will-change: transform, opacity;
  z-index: 2;
}
.about-history-v3__photo.is-active {
  opacity: 1;
  transform: translateY(0);
}
.about-history-v3__photo.is-passed {
  opacity: 0;
  transform: translateY(0);
}
/* ptart 스타일 fade-up — viewport 진입 시 1회만 페이드-업 (PC에서만 사용) */
.about-history-v3__photo.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* photo--1: 우상단 (시안 첫 위치 — top 0, 우측 2024 라벨과 시작점 align) */
.about-history-v3__photo--1 {
  top: 0;
  right: var(--ds-number-40, 8rem);
  left: auto;
  width: 48.5rem;
  height: 34.6rem;
  background: var(--ds-color-secondary-5, #eef2f7); /* no-image.png 표준 placeholder 배경 */
}
/* photo--2: 좌상단 */
.about-history-v3__photo--2 {
  top: 0;
  left: 0;
  right: auto;
  width: 44.7rem;
  height: 31.8rem;
  background: var(--ds-color-secondary-5, #eef2f7);
}
/* photo--3: 우상단 */
.about-history-v3__photo--3 {
  top: 0;
  right: var(--ds-number-40, 8rem);
  left: auto;
  width: 48.5rem;
  height: 34.6rem;
  background: var(--ds-color-secondary-5, #eef2f7);
}
/* photo--4: 좌측 */
.about-history-v3__photo--4 {
  top: 0;
  left: 0;
  right: auto;
  width: 44.7rem;
  height: 31.8rem;
  background: var(--ds-color-secondary-5, #eef2f7);
}
/* photo--5: 우측 */
.about-history-v3__photo--5 {
  top: 0;
  right: var(--ds-number-40, 8rem);
  left: auto;
  width: 48.5rem;
  height: 34.6rem;
  background: var(--ds-color-secondary-5, #eef2f7);
}

.about-history-v3__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
/* no-image-logo placeholder — 사진 비율에 맞춰 가운데 정렬 (max-width/height로 비례 조정) */
.about-history-v3__photo img[src$="no-image-logo.png"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 40%; /* 사진 폭의 40%까지 */
  max-height: 50%; /* 사진 높이의 50%까지 */
  object-fit: contain;
  opacity: 0.6;
}

/* ── 우측: 연도 리스트 ── */
.about-history-v3__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-40, 8rem); /* 80 */
}
.about-history-v3__year {
  position: relative;
}
.about-history-v3__year-label {
  margin: 0 0 var(--ds-number-12, 2.4rem); /* 24px 간격 (Figma 100 - 라벨 76 = 24) */
  font-family: var(--font-family-sans, 'Pretendard', sans-serif);
  font-weight: 100; /* Thin */
  font-size: 6.4rem; /* Figma 64 — DS 60 와 가까움, 정확치 위해 직접값 */
  line-height: 1.1875; /* 76/64 */
  letter-spacing: -0.2rem;
  color: var(--ds-color-brand-blue-aa, #027bc1);
}
.about-history-v3__events {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-6, 1.2rem); /* 12px (Figma 36-24=12) */
}
.about-history-v3__item {
  display: grid;
  grid-template-columns: 8rem 1fr; /* 날짜 80px + 설명 */
  align-items: baseline;
  gap: 0;
}
.about-history-v3__date {
  margin: 0;
  font-weight: 700;
  font-size: var(--ds-font-size-16, 1.6rem);
  line-height: 1.5;
  color: var(--ds-color-brand-dark, #343a48);
  white-space: nowrap;
}
.about-history-v3__desc {
  margin: 0;
  font-weight: 400;
  font-size: var(--ds-font-size-16, 1.6rem);
  line-height: 1.5;
  /* Figma #374151 → DS gray-70 (#464c53) 근사 매칭 (RGB 거리 ~22, 통상 흡수 범위) */
  color: var(--ds-color-gray-70, #464c53);
}

/* ── [개발서버 CMS 보정] BO 에디터(CKEditor) 정규화로 깨진 연혁 마크업 수용 ──
   CKEditor 가 dt/dd 를 <dl> 로 감싸고 __item 을 __events 밖(__year 직계)으로 빼내며
   __events 를 비우는 변형을 한다(타임라인 grid 컨테이너에 자식이 사라져 붕괴).
   아래 3규칙으로 퍼블 정본(__events > __item > dt/dd)과 dev 변형(__item > dl > dt/dd)을 모두 받아낸다.
   퍼블 구조엔 __item>dl·__year 직계 __item·빈 __events 가 없어 무영향(회귀 0). PC·모바일 공통. */
.about-history-v3__item > dl { display: contents; }  /* 끼어든 dl 박스 제거 → dt/dd 가 __item grid(8rem 1fr) 직계로 복귀 */
.about-history-v3__events:empty { display: none; }    /* CKEditor 가 남긴 빈 events 컨테이너 숨김 */
.about-history-v3__year > .about-history-v3__item + .about-history-v3__item {
  margin-top: var(--ds-number-6, 1.2rem);             /* __item 이 __year 직계일 때 events flex gap(12px) 대체 */
}

/* ── 접근성: reduced-motion 시 트랜지션 차단 ── */
@media (prefers-reduced-motion: reduce) {
  .about-history-v3__watermark-layer,
  .about-history-v3__photo { transition: none; }
}

/* ════════════════════════════════════════════════════════════════
   PC 전용 (≥1200px) — ptart 스타일 fade-up 인터랙션
   - 좌측 미디어: sticky 해제 → 사진을 컬럼 상/중/하 분산 배치 (justify-content: space-between)
   - 사진: 스크롤 진입 시 1회 페이드-업
   - 워터마크 큰 연도 타이포: sticky로 스크롤 따라다님 + 연도 변경 시 cross-fade (기존 동작 유지)
   ════════════════════════════════════════════════════════════════ */
@media (min-width: 1200px) {
  /* 미디어 영역: flex column. gap은 0으로 두고 photo의 margin-top으로 간격 부여
     (이유: 워터마크 wrapper가 flex 첫 자식이라 flex gap이 photo--1 앞에 잘못 들어감) */
  .about-history-v3__media {
    position: relative;
    top: auto;
    align-self: stretch;
    height: auto;
    overflow: visible;
    isolation: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  /* 두 번째 이후 사진 margin-top = year list gap과 동일 */
  .about-history-v3__photo + .about-history-v3__photo {
    margin-top: 12rem;
  }

  /* 연도 리스트 gap — 섹션 간 breathing 확대 (기본 8rem → 12rem) */
  .about-history-v3__list {
    gap: 12rem;
  }

  /* 각 연도 섹션 min-height = 사진 높이 (모두 38rem로 통일) */
  .about-history-v3__year {
    min-height: 38rem;
  }

  /* 워터마크 — PC에선 숨김 (각 사진 아래 ::after로 연도 타이포그래피 표시) */
  .about-history-v3__watermark { display: none; }

  /* 사진: 일반 흐름 (relative) + 페이드-업. overflow 기본(hidden) 유지 */
  .about-history-v3__photo {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: translateY(40px);
    transition: transform 720ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 600ms ease;
    flex-shrink: 0;
  }

  /* 사진 크기 통일 — 모든 사진 50rem × 38rem (좌·우 alternation 대비 강화) */
  .about-history-v3__photo--1,
  .about-history-v3__photo--3,
  .about-history-v3__photo--5 {
    width: 50rem;
    height: 38rem;
    align-self: flex-end;
    margin-right: var(--ds-number-40, 8rem);
  }
  .about-history-v3__photo--2,
  .about-history-v3__photo--4 {
    width: 50rem;
    height: 38rem;
    align-self: flex-start;
    margin-left: 0;
  }
}

/* 태블릿 (768~1199px) — 좌측 컬럼 비율 축소, 패럴랙스 유지 */
@media (max-width: 1199px) {
  .about-history-v3 {
    grid-template-columns: 1fr 1fr;
    gap: var(--ds-number-15, 3rem);
    max-width: 100%;
    padding-inline: var(--ds-number-15, 3rem);
  }
  .about-history-v3__watermark-layer { font-size: 16rem; letter-spacing: -0.4rem; }
  .about-history-v3__year-label { font-size: 4.8rem; } /* 64 → 48 */
  .about-history-v3__photo--1,
  .about-history-v3__photo--3 { right: 0; width: 100%; max-width: 38rem; height: 26rem; }
  .about-history-v3__photo--2 { width: 100%; max-width: 32rem; height: 22rem; top: 56rem; }
  .about-history-v3__photo--3 { top: 88rem; }
  /* 태블릿·모바일에선 신규 사진 2장은 숨김 (기존 3장 cross-fade 동작 그대로 유지) */
  .about-history-v3__photo--4,
  .about-history-v3__photo--5 { display: none; }
  .about-history-v3__list { gap: var(--ds-number-30, 6rem); } /* 80 → 60 */
}

/* 모바일 (≤767px) — 사진+연혁 교차 stack: photo→year→photo→year… */
@media (max-width: 767px) {
  /* 컨테이너: flex column으로 변경 (grid → flex) */
  .about-history-v3 {
    display: flex;
    flex-direction: column;
    gap: var(--ds-number-20, 4rem);
    grid-template-columns: none;
    padding-inline: var(--ds-number-10, 2rem);
  }
  /* media와 list 래퍼는 display: contents로 투명하게 → 사진과 연도가 .about-history-v3의 직접 자식이 됨 */
  .about-history-v3__media,
  .about-history-v3__list {
    display: contents;
  }
  /* 워터마크 숨김 (모바일에서는 사용 안 함) */
  .about-history-v3__watermark { display: none; }

  /* 사진: 모바일 풀 폭, 일반 흐름. 페이드-업/cross-fade 트랜스폼 강제 비활성 */
  .about-history-v3__photo {
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 60 / 38;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    display: block !important; /* photo--4, --5도 강제로 노출 (태블릿 display:none override) */
    background: var(--ds-color-secondary-5, #eef2f7);
    overflow: hidden;
  }
  /* 사진 4·5도 모바일에선 노출 (태블릿 룰 override 한 번 더 강조) */
  .about-history-v3__photo--4,
  .about-history-v3__photo--5 { display: block !important; }

  /* 사진과 연도 교차 순서 — photo-1 → 2024 → photo-2 → 2023 → … */
  .about-history-v3__photo--1 { order: 1; }
  .about-history-v3__year[data-year="2024"] { order: 2; }
  .about-history-v3__photo--2 { order: 3; }
  .about-history-v3__year[data-year="2023"] { order: 4; }
  .about-history-v3__photo--3 { order: 5; }
  .about-history-v3__year[data-year="2022"] { order: 6; }
  .about-history-v3__photo--4 { order: 7; }
  .about-history-v3__year[data-year="2021"] { order: 8; }
  .about-history-v3__photo--5 { order: 9; }
  .about-history-v3__year[data-year="2020"] { order: 10; }

  /* 연도 섹션 min-height 해제 (PC 룰 override) */
  .about-history-v3__year { min-height: 0; }

  /* 연도 라벨: 64 → 32 (위계 단계 축소) */
  .about-history-v3__year-label {
    font-size: var(--ds-font-size-32, 3.2rem);
    letter-spacing: -0.1rem;
    margin-bottom: var(--ds-number-8, 1.6rem);
  }

  /* 항목: 날짜 width 축소 */
  .about-history-v3__item {
    grid-template-columns: 6.4rem 1fr; /* 80 → 64 */
  }
  .about-history-v3__date,
  .about-history-v3__desc {
    font-size: var(--ds-font-size-15, 1.5rem); /* 16 → 15 */
  }
  .about-history-v3__events { gap: var(--ds-number-5, 1rem); } /* 12 → 10 */
}


/* ════════════════════════════════════════════════════════════════
   PAGE: 110100 재단 비전 및 소개 (인사말 탭) — wrapper .about-greeting-v3
   적용: shared/publishing/fo/pages/재단소개_MNU-U-110000/재단비전및소개_MNU-U-110100/MNU-U-110100_재단비전및소개_design_v3.html (panel-greeting)
   Figma: node-id=13993-18445
   포인트:
   - full-bleed 카드 (본문 영역에서 한쪽으로 240px 빠져나감, 좌·우 alternating)
   - 사진이 카드 박스 위로 26~34px 빠져나옴 + 50px 그림자
   - 카드 안 인용구 (img_Quotes.svg 위/아래 + 강조 메시지)
   - 카드 외부 본문 + 우측 하단 사인(이미지)
   ════════════════════════════════════════════════════════════════ */

.about-greeting-v3 {
  display: flex;
  flex-direction: column;
  gap: 12rem; /* 이사장 ↔ 대표이사 섹션 간 120px */
}

.about-greeting-v3 .greeting-section {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-24, 4.8rem); /* 카드 ↔ 본문 48px */
}

/* ── 카드 (full-bleed) ─────────────────────────────────────
   .ds-tab__panel(컨테이너 1440) 안에서 카드만 240px 한쪽으로 빠져나감 */
.about-greeting-v3 .greeting-card {
  position: relative;
  height: 38.4rem; /* Figma 384 */
  display: flex;
  align-items: center;
  /* 시안 카드 width 1680 = 1440 + 240 */
  width: calc(100% + 24rem);
  isolation: isolate;
}
/* 이사장 카드 — 우측으로 풀, 좌측만 둥글게 (secondary-5) */
.about-greeting-v3 .greeting-card--chairman {
  margin-right: -24rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: var(--ds-color-secondary-5, #eef2f7); /* 시안 정확 매칭 */
  padding-left: 12rem; /* 본문 padding 120 일치 — 인용구 시작점이 본문 텍스트 시작점과 align */
  padding-right: var(--ds-number-40, 8rem);
}
/* 대표이사 카드 — 좌측으로 풀, 우측만 둥글게 (gray-5) */
.about-greeting-v3 .greeting-card--ceo {
  margin-left: -24rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: var(--ds-color-gray-5, #f4f5f6); /* 시안 정확 매칭 */
  padding-left: var(--ds-number-40, 8rem);
  padding-right: 8rem; /* 본문 padding 80 일치 */
  justify-content: flex-end;
}

/* ── 인용구 (img_Quotes 위/아래 + 텍스트) ────────────────────── */
.about-greeting-v3 .greeting-card__quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ds-number-8, 1.6rem); /* 17px → 16 (가까움) */
  max-width: 38rem; /* 380 */
  z-index: 1;
}
.about-greeting-v3 .greeting-card__quote--right {
  align-items: flex-end;
  text-align: right;
  max-width: 45rem; /* 시안 444 — 가까움 */
}
.about-greeting-v3 .greeting-quote__mark {
  width: 4.2rem; /* 42 */
  height: 3.2rem; /* 32 */
  flex-shrink: 0;
}
.about-greeting-v3 .greeting-quote__mark--bottom {
  transform: rotate(180deg);
}
/* 대표이사 카드 — 따옴표 회색 톤 (이사장은 secondary 톤 유지) */
.about-greeting-v3 .greeting-section--ceo .greeting-quote__mark {
  filter: grayscale(100%);
}
.about-greeting-v3 .greeting-quote__text {
  margin: 0;
  font-family: var(--font-family-sans, 'Pretendard', sans-serif);
  font-weight: 300; /* Light */
  font-size: var(--ds-font-size-32, 3.2rem);
  line-height: 1.4;
  letter-spacing: -0.019rem;
  /* 시안 #1e293b — DS 토큰 없음, 직접값(brand-dark #343a48과 비슷) */
  color: #1e293b;
}
.about-greeting-v3 .greeting-quote__text strong {
  font-weight: 700;
}

/* ── 사진 (카드 위로 살짝 빠져나옴 + 그림자) ─────────────────── */
.about-greeting-v3 .greeting-card__photo {
  position: absolute;
  margin: 0;
  z-index: 2;
}
/* 사진 그림자 — 사방으로 부드럽게(X 0)으로 단순화. PC/태블릿 모두 viewport 끝 잘림 X */
.about-greeting-v3 .greeting-card__photo--chairman,
.about-greeting-v3 .greeting-card__photo--ceo {
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.1));
}
.about-greeting-v3 .greeting-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 이사장 사진 — top + bottom 명시로 카드 바닥과 사진 바닥 정확히 일치 */
.about-greeting-v3 .greeting-card__photo--chairman {
  width: 54.5rem;
  top: -3rem; /* 위로 살짝만 빠짐 */
  bottom: 0;  /* 카드 바닥과 정확 일치 */
  right: 24rem;
  height: auto;
}
.about-greeting-v3 .greeting-card__photo--chairman img {
  object-position: top center;
}
/* 대표이사 사진 — 동일 룰 */
.about-greeting-v3 .greeting-card__photo--ceo {
  width: 48.3rem;
  top: -3rem;
  bottom: 0;
  left: 24rem;
  height: auto;
}
.about-greeting-v3 .greeting-card__photo--ceo img {
  object-position: top center;
}

/* ── 본문 + 사인 ──────────────────────────────────────────── */
.about-greeting-v3 .greeting-body {
  padding-inline: 12rem; /* 시안 px-120 */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--ds-number-12, 2.4rem);
}
.about-greeting-v3 .greeting-body--ceo {
  padding-inline: 8rem; /* 시안 px-80 */
}
.about-greeting-v3 .greeting-body__text {
  width: 100%;
}
.about-greeting-v3 .greeting-body__text p {
  margin: 0 0 var(--ds-number-8, 1.6rem);
  font-family: var(--font-family-sans, 'Pretendard', sans-serif);
  font-weight: 400;
  font-size: var(--ds-font-size-19, 1.9rem);
  line-height: 1.5;
  letter-spacing: -0.019rem;
  color: var(--ds-color-gray-70, #464c53); /* 시안 #464c53 정확 */
}
.about-greeting-v3 .greeting-body__text p:last-child {
  margin-bottom: 0;
}
/* 사인 — 우측 하단, 텍스트 + 사인 이미지 */
.about-greeting-v3 .greeting-body__sign {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-5, 1rem);
  margin: 0;
  font-weight: 600; /* SemiBold */
  font-size: var(--ds-font-size-16, 1.6rem);
  line-height: 1.5;
  color: #1e293b; /* 시안 매칭 */
}
.about-greeting-v3 .greeting-body__sign-img {
  height: 6.2rem; /* 62 */
  width: auto;
}

/* ════════════════════════════════════════════════════════════════
   R. 반응형 — 인사말 v3
   모바일 시안 없음 — 텍스트 위계 + 간격 단계 축소 룰 자동 적용 (스킬 Case D)
   ════════════════════════════════════════════════════════════════ */

/* 태블릿 (768~1199px) — 사진 크게 + 카드 height 사진과 align (회색 안 보이게) */
@media (max-width: 1199px) {
  .about-greeting-v3 { gap: 8rem; }
  .about-greeting-v3 .greeting-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 1.6rem;
    height: 32rem; /* 사진 height와 맞춤 */
    padding-block: 0;
  }
  /* 태블릿 사진 — PNG 비율(545/410)과 일치 → cover로 우측 그라데이션 잘림 X. 그림자 제거. */
  .about-greeting-v3 .greeting-card__photo--chairman,
  .about-greeting-v3 .greeting-card__photo--ceo {
    width: 48rem;
    aspect-ratio: 545 / 410; /* = 약 36rem height */
    height: auto;
    top: -4rem;
    bottom: auto;
    filter: none;
  }
  .about-greeting-v3 .greeting-card__photo--chairman { right: 4rem; }
  .about-greeting-v3 .greeting-card__photo--ceo { left: 4rem; }
  .about-greeting-v3 .greeting-card__quote { padding-block: var(--ds-number-15, 3rem); }
  .about-greeting-v3 .greeting-quote__text { font-size: 2.4rem; }
  .about-greeting-v3 .greeting-body { padding-inline: var(--ds-number-20, 4rem); }
  .about-greeting-v3 .greeting-body--ceo { padding-inline: var(--ds-number-20, 4rem); }
  .about-greeting-v3 .greeting-body__text p {
    font-size: var(--ds-font-size-17, 1.7rem); /* 19 → 17 */
  }
}

/* 모바일 (≤767px) — 카드 안 인용구 위 / 사진 아래 (normal flow), 갭 작게 */
@media (max-width: 767px) {
  .about-greeting-v3 { gap: 6rem; }
  .about-greeting-v3 .greeting-section { gap: var(--ds-number-15, 3rem); }
  .about-greeting-v3 .greeting-card {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1.2rem 1.6rem 0; /* 카드 padding-top 더 축소 (16 → 12) */
    height: auto;
    min-height: auto;
    border-radius: 1.2rem;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .about-greeting-v3 .greeting-card__quote,
  .about-greeting-v3 .greeting-card__quote--right {
    order: 1;
    max-width: 100%;
    align-items: center;
    text-align: center;
    gap: 0.2rem; /* 따옴표 ↔ 텍스트 갭 더 축소 (4 → 2) */
  }
  /* 사진 — fixed width 더 작게 (220 → 180), 인용구 ↔ 사진 갭 추가 축소 */
  .about-greeting-v3 .greeting-card__photo--chairman,
  .about-greeting-v3 .greeting-card__photo--ceo {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 18rem; /* 220 → 180 — 박스 높이 축소 */
    max-width: 100%;
    aspect-ratio: 545 / 410;
    height: auto;
    margin: 0.4rem auto 0; /* 인용구 ↔ 사진 갭 더 축소 (10 → 4) */
    filter: none;
  }
  /* 모바일 따옴표 SVG — 작게 (PC 42×32 → 28×22) */
  .about-greeting-v3 .greeting-quote__mark {
    width: 2.8rem;
    height: 2.2rem;
  }
  /* 모바일 인용구 텍스트 — 16px */
  .about-greeting-v3 .greeting-quote__text { font-size: var(--ds-font-size-16, 1.6rem); }
  .about-greeting-v3 .greeting-body,
  .about-greeting-v3 .greeting-body--ceo {
    padding-inline: var(--ds-number-10, 2rem);
  }
  .about-greeting-v3 .greeting-body__text p {
    font-size: var(--ds-font-size-15, 1.5rem);
  }
  /* 모바일 사인 — 2/3 크기로 축소 */
  .about-greeting-v3 .greeting-body__sign {
    font-size: var(--ds-font-size-12, 1.2rem); /* 14 → 12 */
  }
  .about-greeting-v3 .greeting-body__sign-img { height: 3.2rem; /* 4.8 → 3.2 */ }
}

/* === source: foundation-page.css === */
/* ================================================================
   재단소식 (MNU-U-110000) 페이지 고유 스타일
   ================================================================
   - DS 토큰 변수(--ds-*) 필수 사용
   - DS 컴포넌트(.ds-*)로 대체 가능한 스타일은 작성 금지
   ================================================================ */

/* ── TAB-NAV 간격 (공통가이드 v1.5.1) ──
   ※ 과거 `.sub-page-wrap { padding-bottom: 10rem }` 규칙은 v1.7.1 §5-3 위반으로 제거
     (DS `.sub-page-wrap { margin-bottom: 100/80/60 }`와 누적되어 PC 200 / 태블릿 180 / 모바일 160 발생) */
.sub-page-wrap > .ds-tab:first-child {
  margin-top: 5rem;                                        /* 50px */
}
.sub-page-wrap > .ds-tab + *,
.sub-page-wrap > .page-header__select + * {
  margin-top: 5rem;                                        /* 50px */
}
@media (max-width: 1199px) {
  .sub-page-wrap > .ds-tab:first-child { margin-top: var(--ds-number-14); }
  .sub-page-wrap > .ds-tab + *,
  .sub-page-wrap > .page-header__select + * { margin-top: var(--ds-number-14); }
}
@media (max-width: 767px) {
  .sub-page-wrap > .ds-tab:first-child { margin-top: var(--ds-number-8); }
  .sub-page-wrap > .ds-tab + *,
  .sub-page-wrap > .page-header__select + * { margin-top: var(--ds-number-8); }
}

/* ── 탭 영역 ── */
.about-tab {
  margin-bottom: var(--ds-pc-spacing-8, 4rem);
}

/* ── V02: 인사말 ── */
.about-greeting {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--ds-number-28, 5.6rem);
  align-items: start;
}

.about-greeting__photo {
  text-align: center;
}

.about-greeting__img-wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 3 / 4;
  border-radius: var(--ds-radius-3, 12px);
  overflow: hidden;
  background-color: #eef2f7;
}

.about-greeting__img-wrap svg,
.about-greeting__img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-greeting__img-wrap img[src$="no-image-logo.png"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 40%;
  max-height: 30%;
  object-fit: contain;
}

.about-greeting__name {
  margin-top: var(--ds-pc-spacing-4, 1.6rem);
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
  color: var(--ds-light-color-text-subtler, #64748b);
  line-height: 1.6;
}

.about-greeting__name strong {
  display: block;
  font-size: var(--ds-pc-font-size-body-medium, 1.6rem);
  color: var(--ds-light-color-text-default, #1e293b);
  font-weight: 700;
}

.about-greeting__text {
  font-size: var(--ds-font-size-15, 1.5rem);
  line-height: 1.65;
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-greeting__text p {
  margin-bottom: 0;
}

.about-greeting__text p + p {
  margin-top: 0.4rem;
}

.about-greeting__text p.about-greeting__opening {
  font-size: var(--ds-font-size-24, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--ds-light-color-text-default, #1e293b);
  margin-bottom: 5.6rem !important;
}

.about-greeting__opening + p {
  margin-top: 0 !important;
}

.about-greeting__highlight-name {
  font-size: var(--ds-font-size-28, 2.8rem);
  font-weight: 800;
}

.about-greeting__closing {
  margin-top: var(--ds-number-12, 2.4rem);
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-greeting__sign {
  margin-top: var(--ds-number-8, 1.6rem);
  text-align: right;
  font-weight: 600;
  color: var(--ds-light-color-text-default, #1e293b);
  line-height: 1.6;
}

.about-divider {
  border: none;
  border-top: 1px solid var(--ds-light-color-border-default, #e2e8f0);
  margin: var(--ds-pc-spacing-12, 6rem) 0;
}

/* ── V03: 연혁 (오뚜기 스타일: 좌측 이미지 + 우측 연도/항목) ── */

.about-history__year {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 0 var(--ds-number-24, 4.8rem);
  align-items: start;
  padding: var(--ds-number-20, 4rem) 0;
  border-bottom: 1px solid var(--ds-color-gray-15, #e6e8ea);
}

.about-history__year:first-child {
  padding-top: 0;
}

.about-history__year:last-child {
  border-bottom: none;
}

/* 좌측 이미지 */
.about-history__img {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--ds-radius-2, 8px);
  overflow: hidden;
  background-color: #eef2f7;
}

.about-history__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-history__img img[src$="no-image-logo.png"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 22%;
  max-height: 30%;
  object-fit: contain;
}

/* 우측 콘텐츠 */
.about-history__content {
  /* container */
}

/* 연도 라벨 */
.about-history__year-label {
  display: block;
  font-size: 4.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ds-color-primary-50, #027BC1);
  line-height: 1;
  margin-bottom: var(--ds-number-10, 2rem);
}

.about-history__list {
  padding: 0;
}

.about-history__item {
  display: flex;
  align-items: baseline;
  gap: var(--ds-number-6, 1.2rem);
  padding: var(--ds-number-4, 0.8rem) 0;
}

.about-history__date {
  flex-shrink: 0;
  min-width: 3rem;
  font-size: var(--ds-font-size-15, 1.5rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
}

.about-history__desc {
  font-size: var(--ds-font-size-15, 1.5rem);
  color: var(--ds-light-color-text-basic, #1e2124);
  line-height: 1.6;
}

/* ── V04: 조직도 ── */
.about-org__chart {
  max-width: 960px;
  margin: 0 auto var(--ds-pc-spacing-10, 4.8rem);
  overflow-x: auto;
}

.about-org__chart svg {
  width: 100%;
  height: auto;
  min-width: 700px;
}

.about-directory {
  margin-top: var(--ds-pc-spacing-8, 4rem);
}

.about-directory__contact {
  background: var(--ds-light-color-surface-gray-subtler, #f8fafc);
  border-radius: var(--ds-radius-3, 12px);
  padding: var(--ds-pc-spacing-5, 2rem) var(--ds-pc-spacing-6, 2.4rem);
  margin-bottom: var(--ds-pc-spacing-6, 2.4rem);
}

.about-directory__contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ds-pc-spacing-6, 2.4rem) var(--ds-pc-spacing-10, 4.8rem);
}

.about-directory__contact-item {
  display: flex;
  gap: var(--ds-pc-spacing-3, 1.2rem);
}

.about-directory__contact-item dt {
  font-weight: 600;
  color: var(--ds-light-color-text-default, #1e293b);
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
}

.about-directory__contact-item dd {
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-directory__contact-item dd a {
  color: var(--ds-color-primary-50, #1a56db);
  text-decoration: none;
}

.about-directory__contact-item dd a:hover {
  text-decoration: underline;
}

.about-directory__accordion {
  margin-top: var(--ds-pc-spacing-4, 1.6rem);
}

.about-directory__accordion .ds-table {
  font-size: var(--ds-pc-font-size-body-small, 1.4rem);
}

.about-directory__accordion .ds-table a {
  color: var(--ds-color-primary-50, #1a56db);
  text-decoration: none;
}

.about-directory__accordion .ds-table a:hover {
  text-decoration: underline;
}

/* ── V05: CI (오뚜기 스타일) ── */
.about-ci-section {
  margin-bottom: var(--ds-number-24, 4.8rem);
}

.about-ci-section:last-child {
  margin-bottom: 0;
}

.about-ci-section__title {
  font-size: var(--ds-font-size-32, 3.2rem);
  font-weight: 800;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-14, 2.8rem);
}

/* CI 헤더 (타이틀 + 다운로드 버튼 한 줄) */
.about-ci-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--ds-number-14, 2.8rem);
}

.about-ci-header .about-ci-section__title {
  margin-bottom: 0;
}

.about-ci-header__actions {
  display: flex;
  gap: var(--ds-number-4, 0.8rem);
}

/* 심볼 히어로 이미지 (격자 배경 + 가운데 정렬) */
.about-ci-symbol-hero {
  text-align: center;
  margin-bottom: var(--ds-number-20, 4rem);
  padding: var(--ds-number-16, 3.2rem);
  border-radius: var(--ds-radius-3, 12px);
  background:
    linear-gradient(var(--ds-color-gray-10, #ebedef) 1px, transparent 1px),
    linear-gradient(90deg, var(--ds-color-gray-10, #ebedef) 1px, transparent 1px);
  background-size: 2rem 2rem;
  background-color: #fff;
  border: 1px solid var(--ds-color-gray-10, #ebedef);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-ci-symbol-hero img {
  max-width: 60%;
  height: auto;
}

/* 로고 의미 (4열 그리드) */
.about-ci-meaning {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ds-number-20, 4rem);
  margin-top: var(--ds-number-8, 1.6rem);
}

.about-ci-meaning__item {
  text-align: center;
}

.about-ci-meaning__img {
  border-radius: var(--ds-radius-2, 8px);
  overflow: hidden;
  margin-bottom: var(--ds-number-5, 1rem);
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.about-ci-meaning__img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-ci-meaning__text {
  font-size: var(--ds-font-size-15, 1.5rem);
  line-height: 1.6;
  color: var(--ds-light-color-text-subtle, #475569);
}

.about-ci-meaning__text strong {
  display: block;
  font-size: var(--ds-font-size-17, 1.7rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-top: 0.2rem;
}

/* 시그니처 서브타이틀 */
.about-ci-subtitle {
  font-size: var(--ds-font-size-17, 1.7rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-top: var(--ds-number-12, 2.4rem);
  margin-bottom: var(--ds-number-6, 1.2rem);
}

.about-ci-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ds-number-10, 2rem);
}

.about-ci-logos--2col {
  grid-template-columns: repeat(2, 1fr);
}

/* 그리드 배경 (오뚜기처럼 격자 패턴) */
.about-ci-logo-item__img--grid {
  background:
    linear-gradient(var(--ds-color-gray-10, #ebedef) 1px, transparent 1px),
    linear-gradient(90deg, var(--ds-color-gray-10, #ebedef) 1px, transparent 1px);
  background-size: 2rem 2rem;
  background-color: #fff;
  border: 1px solid var(--ds-color-gray-10, #ebedef);
}

.about-ci-logo-item__img {
  background: var(--ds-color-gray-5, #f4f5f6);
  border-radius: var(--ds-radius-2, 8px);
  padding: var(--ds-number-10, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5 / 4;
}

.about-ci-logo-item__img svg,
.about-ci-logo-item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-ci-logo-item__label {
  text-align: center;
  margin-top: var(--ds-number-4, 0.8rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 500;
  color: var(--ds-color-gray-60, #5a6068);
}

/* 컬러 시스템 (좌측 블록 + 우측 설명) */
.about-ci-color-cards {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-6, 1.2rem);
}

.about-ci-color-card {
  display: grid;
  grid-template-columns: 42% 1fr;
}

.about-ci-color-card__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--ds-number-14, 2.8rem) var(--ds-number-10, 2rem);
  color: #fff;
  text-align: center;
}

.about-ci-color-card__label {
  font-size: var(--ds-font-size-20, 2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.about-ci-color-card__spec {
  display: block;
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 500;
  opacity: 0.85;
  line-height: 1.5;
}

.about-ci-color-card__desc {
  display: flex;
  align-items: center;
  padding: var(--ds-number-14, 2.8rem) var(--ds-number-16, 3.2rem);
  font-size: var(--ds-font-size-16, 1.6rem);
  line-height: 1.7;
  color: var(--ds-light-color-text-subtle, #475569);
}

/* ── V04: 직원 디렉토리 (탭 방식) ── */

/* 1차 탭: 라인 탭 좌측 정렬 */
.about-directory__tabs {
  margin-bottom: var(--ds-number-12, 2.4rem);
}

.about-directory__tabs .ds-tab__list {
  justify-content: flex-start;
}

/* 2차 탭: pill 탭 */
.about-directory__sub-tabs {
  margin-bottom: var(--ds-number-10, 2rem);
}

/* 테이블 너비 통일 */
.about-directory__table-wrap {
  margin-bottom: var(--ds-number-16, 3.2rem);
}

.about-directory__table-wrap:last-child {
  margin-bottom: 0;
}

.about-directory__table-wrap .ds-table {
  font-size: var(--ds-font-size-14, 1.4rem);
  table-layout: fixed;
  width: 100%;
}

.about-directory__table-wrap .ds-table th:nth-child(1),
.about-directory__table-wrap .ds-table td:nth-child(1) {
  width: 15%;
}

.about-directory__table-wrap .ds-table th:nth-child(2),
.about-directory__table-wrap .ds-table td:nth-child(2) {
  width: 25%;
}

.about-directory__table-wrap .ds-table th:nth-child(3),
.about-directory__table-wrap .ds-table td:nth-child(3) {
  width: 45%;
}

.about-directory__table-wrap .ds-table th:nth-child(4),
.about-directory__table-wrap .ds-table td:nth-child(4) {
  width: 15%;
}

.about-directory__table-wrap .ds-table a {
  color: var(--ds-color-primary-50, #027BC1);
  text-decoration: none;
}

.about-directory__table-wrap .ds-table a:hover {
  text-decoration: underline;
}

/* ── V05: CI 금지 규정 ── */
.about-ci-prohibit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--ds-number-10, 2rem);
  margin-top: var(--ds-number-12, 2.4rem);
}

.about-ci-prohibit__item {
  display: flex;
  align-items: center;
  gap: var(--ds-number-6, 1.2rem);
  padding: var(--ds-number-8, 1.6rem);
  background: var(--ds-light-color-surface-gray-subtler, #f4f5f6);
  border-radius: var(--ds-radius-2, 8px);
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-light-color-text-subtle, #464c53);
}

.about-ci-prohibit__icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ds-color-danger-10, #fcdfd9);
  color: var(--ds-color-danger-50, #de3412);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
}

/* ================================================================
   MNU-U-110301 경영공시 목록 페이지 고유 스타일
   ================================================================ */

/* ── 탭 (가운데 정렬) ── */
.disclosure-tab {
  margin-bottom: var(--ds-number-12, 2.4rem);
}

.disclosure-tab .ds-tab__list {
  justify-content: center;
}

/* ── 2컬럼 레이아웃 (사이드 카테고리 + 게시판) ── */
.disclosure-layout {
  display: flex;
  gap: var(--ds-number-16, 3.2rem);
  align-items: flex-start;
}

/* ── 정보공개 CMS 콘텐츠 ── */
/* ── 정보공개 하이라키 콘텐츠 ── */
.disclosure-info-content {
  line-height: 1.8;
  color: var(--ds-light-color-text-subtle, #464c53);
}

.disclosure-info__title {
  font-size: var(--ds-pc-font-size-heading-4, 2rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-16, 3.2rem);
  padding-bottom: var(--ds-number-6, 1.2rem);
  border-bottom: 2px solid var(--ds-light-color-text-basic, #1e2124);
}

.disclosure-info__section {
  margin-bottom: var(--ds-number-16, 3.2rem);
}

.disclosure-info__section:last-child {
  margin-bottom: 0;
}

.disclosure-info__heading {
  font-size: var(--ds-font-size-16, 1.6rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-5, 1rem);
  padding-left: var(--ds-number-5, 1rem);
  border-left: 3px solid var(--ds-color-primary-50, #027BC1);
}

.disclosure-info__desc {
  font-size: var(--ds-font-size-15, 1.5rem);
  line-height: 1.8;
}

/* dl 하이라키 목록 */
.disclosure-info__dl {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-5, 1rem);
}

.disclosure-info__dl-item {
  padding: var(--ds-number-6, 1.2rem) var(--ds-number-8, 1.6rem);
  background: var(--ds-light-color-surface-gray-subtler, #f4f5f6);
  border-radius: var(--ds-radius-medium, 0.8rem);
}

.disclosure-info__dl-item dt {
  font-size: var(--ds-font-size-15, 1.5rem);
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  margin-bottom: var(--ds-number-2, 0.4rem);
}

.disclosure-info__dl-item dd {
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-light-color-text-subtle, #464c53);
  line-height: 1.7;
}

/* ── 사이드 카테고리 (일반적 LNB 스타일) ── */
.disclosure-sidebar {
  flex-shrink: 0;
  width: 24rem;
  position: sticky;
  top: 10rem;
  background: var(--ds-light-color-surface-gray-subtler, #f4f5f6);
  border-radius: var(--ds-radius-large, 1.2rem);
  padding: var(--ds-number-6, 1.2rem);
}

/* 그룹 */
.disclosure-sidebar__group + .disclosure-sidebar__group {
  margin-top: var(--ds-number-2, 0.4rem);
}

.disclosure-sidebar__group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--ds-number-5, 1rem) var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  background: transparent;
  border: none;
  border-radius: var(--ds-radius-medium, 0.8rem);
  cursor: pointer;
  transition: background 0.15s;
}

.disclosure-sidebar__group-header:hover {
  background: var(--ds-light-color-surface-gray-subtle, #e6e8ea);
}

.disclosure-sidebar__group.is-open .disclosure-sidebar__group-header {
  color: var(--ds-color-primary-50, #027BC1);
}

.disclosure-sidebar__group-label {
  flex: 1;
  text-align: left;
}

.disclosure-sidebar__arrow {
  flex-shrink: 0;
  transition: transform 0.25s;
  color: var(--ds-light-color-text-subtler, #868c94);
}

.disclosure-sidebar__group.is-open .disclosure-sidebar__arrow {
  transform: rotate(180deg);
  color: var(--ds-color-primary-50, #027BC1);
}

/* 하위 카테고리 목록 */
.disclosure-sidebar__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.disclosure-sidebar__group.is-open .disclosure-sidebar__sub-list {
  max-height: 50rem;
  padding-top: var(--ds-number-2, 0.4rem);
}

.disclosure-sidebar__sub-list li a {
  display: block;
  padding: var(--ds-number-3, 0.6rem) var(--ds-number-5, 1rem) var(--ds-number-3, 0.6rem) var(--ds-number-10, 2rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-light-color-text-subtle, #464c53);
  text-decoration: none;
  border-radius: var(--ds-radius-small, 0.6rem);
  transition: all 0.15s;
  line-height: 1.5;
}

.disclosure-sidebar__sub-list li a:hover {
  background: var(--ds-light-color-surface-gray-subtle, #e6e8ea);
  color: var(--ds-light-color-text-basic, #1e2124);
}

.disclosure-sidebar__sub-list li.is-active a {
  background: var(--ds-light-color-surface-white, #fff);
  color: var(--ds-color-primary-50, #027BC1);
  font-weight: 600;
}

/* ── 우측 게시판 영역 ── */
.disclosure-board {
  flex: 1;
  min-width: 0;
}

/* 모바일 카테고리 드롭다운 (PC에서 숨김) */
.disclosure-mobile-cat {
  display: none;
}

.disclosure-mobile-cat__label {
  display: block;
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-light-color-text-subtle, #464c53);
  margin-bottom: var(--ds-number-3, 0.6rem);
}

.disclosure-mobile-cat .ds-select {
  width: 100%;
}


/* ── 반응형: 태블릿 ── */
@media (max-width: 1199px) {
  .disclosure-sidebar {
    width: 20rem;
  }

  .disclosure-layout {
    gap: var(--ds-number-10, 2rem);
  }
}

/* ── 반응형: 모바일 ── */
@media (max-width: 767px) {
  .disclosure-layout {
    flex-direction: column;
  }

  .disclosure-sidebar {
    display: none;
  }

  .disclosure-mobile-cat {
    display: block;
    margin-bottom: var(--ds-number-8, 1.6rem);
  }
}


/* ── 반응형: 태블릿 ── */
@media (max-width: 1199px) {
  .about-greeting {
    grid-template-columns: 200px 1fr;
    gap: var(--ds-pc-spacing-6, 2.4rem);
  }
}

/* ── 반응형: 모바일 ── */
@media (max-width: 767px) {
  .about-greeting {
    grid-template-columns: 1fr;
    gap: var(--ds-pc-spacing-5, 2rem);
  }

  .about-greeting__img-wrap {
    max-width: 280px;
    margin: 0 auto;
  }

  .about-greeting__opening {
    font-size: var(--ds-font-size-20, 2rem);
  }

  .about-greeting__highlight-name {
    font-size: var(--ds-font-size-24, 2.4rem);
  }

  .about-divider {
    margin: var(--ds-pc-spacing-8, 4rem) 0;
  }

  /* 연혁 모바일 */
  .about-history__year {
    grid-template-columns: 1fr;
    gap: var(--ds-number-8, 1.6rem);
    padding: var(--ds-number-10, 2rem) 0;
  }

  .about-history__year-label {
    font-size: 3rem;
  }

  .about-history__nav {
    display: none;
  }

  /* 조직도 모바일 */
  .about-org__chart {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* CI 모바일 */
  .about-ci-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-ci-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--ds-number-6, 1.2rem);
  }

  .about-ci-meaning {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-ci-color-card {
    grid-template-columns: 1fr;
  }

  .about-ci-color-card__desc {
    padding: var(--ds-number-8, 1.6rem);
  }

  .about-ci-section__title {
    font-size: var(--ds-font-size-24, 2.4rem);
  }

  /* 금지 규정 모바일 */
  .about-ci-prohibit {
    grid-template-columns: 1fr;
  }
}


/* ================================================================
   MNU-U-110400 오시는 길 — Editorial Civic 스타일
   시그니처: 헤어라인 + eyebrow 라벨 + 5개 통일 서브섹션
   ================================================================ */

/* ── V01: 시설 선택 탭 (중앙 정렬, bold 텍스트형) ── */
.direction-tab {
  margin-bottom: var(--ds-number-16, 3.2rem);
}

/* 탭 → 본문 간격 50px (공통가이드) */
.direction-tab .ds-tab__panel {
  padding-top: 5rem;
}

/* ds-tab--bold가 중앙정렬을 제공하지만 명시적 보강 */
.direction-tab .ds-tab__list {
  justify-content: center;
}

/* ── 공통 섹션 스페이싱 (5개 서브섹션 통일) ── */
.direction-section + .direction-section {
  margin-top: var(--ds-number-24, 4.8rem);
}

/* ── V02: 지도 (위치 섹션 본문) ── */
.direction-info__map {
  position: relative;
  border-radius: var(--ds-radius-medium, 0.8rem);
  overflow: hidden;
  background: var(--ds-color-gray-5, #f4f5f6);
  border: 1px solid var(--ds-color-gray-10, #ebedef);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.direction-info__map-chip {
  position: absolute;
  top: var(--ds-number-6, 1.2rem);
  left: var(--ds-number-6, 1.2rem);
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-2, 0.4rem);
  padding: var(--ds-number-3, 0.6rem) var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.direction-info__map-chip svg {
  color: var(--ds-color-primary-50, #027BC1);
}

.direction-info__map-caption {
  position: absolute;
  bottom: var(--ds-number-4, 0.8rem);
  right: var(--ds-number-5, 1rem);
  font-size: var(--ds-font-size-12, 1.2rem);
  color: var(--ds-color-gray-50, #6b7178);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.direction-info__map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-number-3, 0.6rem);
  color: var(--ds-color-gray-50, #6b7178);
  font-size: var(--ds-font-size-13, 1.3rem);
  letter-spacing: 0.02em;
}

.direction-info__map-placeholder svg {
  opacity: 0.32;
}

/* 정보 바 (3열 동일 너비 + 헤어라인 divider) */
.direction-info__detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding: var(--ds-number-4, 0.8rem) 0;
}

.direction-info__col {
  display: flex;
  flex-direction: column;
  gap: var(--ds-number-3, 0.6rem);
  padding: var(--ds-number-2, 0.4rem) var(--ds-number-10, 2rem);
  min-width: 0;
}

.direction-info__col:first-child {
  padding-left: 0;
}

.direction-info__col:last-child {
  padding-right: 0;
}

.direction-info__col + .direction-info__col {
  border-left: 1px solid var(--ds-color-gray-10, #ebedef);
}

.direction-info__col--actions {
  align-items: flex-start;
}

/* eyebrow 라벨 */
.direction-info__label {
  font-size: var(--ds-font-size-13, 1.3rem);
  font-weight: 600;
  color: var(--ds-color-gray-60, #5a6068);
  letter-spacing: 0.02em;
}

.direction-info__value {
  font-size: var(--ds-font-size-15, 1.5rem);
  color: var(--ds-light-color-text-basic, #1e2124);
  line-height: 1.55;
  word-break: keep-all;
}

.direction-info__value a {
  color: var(--ds-light-color-text-basic, #1e2124);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}

.direction-info__value a:hover {
  border-bottom-color: var(--ds-color-primary-50, #027BC1);
}

.direction-info__addr-row {
  display: flex;
  align-items: baseline;
  gap: var(--ds-number-4, 0.8rem);
  flex-wrap: wrap;
}

.direction-info__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-number-1, 0.2rem);
  padding: 0;
  font-size: var(--ds-font-size-12, 1.2rem);
  font-weight: 500;
  color: var(--ds-color-primary-50, #027BC1);
  background: transparent;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: opacity 0.15s;
}

.direction-info__copy-btn:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.direction-info__actions {
  display: flex;
  gap: var(--ds-number-3, 0.6rem);
  flex-wrap: wrap;
}

/* ── 통일 서브섹션 헤더 (위치/주소와 연락처/버스/자가용/주차) ── */
.direction-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--ds-number-3, 0.6rem) var(--ds-number-8, 1.6rem);
  padding-bottom: var(--ds-number-5, 1rem);
  margin-bottom: var(--ds-number-6, 1.2rem);
}

.direction-section__title {
  font-size: var(--ds-font-size-20, 2rem);
  font-weight: 700;
  color: var(--ds-light-color-text-basic, #1e2124);
}

/* 위치 타이틀 (시설명) — 강조 크기 */
.direction-section__title--location {
  font-size: var(--ds-font-size-28, 2.8rem);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.direction-section__meta {
  font-size: var(--ds-font-size-14, 1.4rem);
  color: var(--ds-color-gray-60, #5a6068);
  line-height: 1.55;
  word-break: keep-all;
}

.direction-section__meta strong {
  color: var(--ds-color-primary-50, #027BC1);
  font-weight: 600;
}

.direction-section__body {
  /* no padding — 본문 직접 흐름 */
}

.direction-section__body .ds-table-wrap + .ds-table-wrap {
  margin-top: var(--ds-number-6, 1.2rem);
}

/* ── 표 디자인 (레퍼런스 톤: 가로선만, 세로선 없음, 차분한 헤더) ── */
.direction-section .ds-table {
  font-size: var(--ds-font-size-15, 1.5rem);
}

.direction-section .ds-table th,
.direction-section .ds-table td {
  padding: var(--ds-number-9, 1.8rem) var(--ds-number-5, 1rem);
  border-left: 0;
  border-right: 0;
  border-color: var(--ds-color-gray-10, #ebedef);
  vertical-align: top;
  line-height: 1.6;
  word-break: keep-all;
}

/* 헤더: 배경 제거, 라벨 톤 + 상단 강조 라인 + 중앙 정렬 */
.direction-section .ds-table thead th {
  background: transparent;
  font-size: var(--ds-font-size-14, 1.4rem);
  font-weight: 500;
  color: var(--ds-color-gray-60, #5a6068);
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
  border-top: 1px solid var(--ds-color-gray-40, #8c9298);
  border-bottom: 1px solid var(--ds-color-gray-15, #e6e8ea);
}

/* 본문 행: 얇은 가로 디바이더 */
.direction-section .ds-table tbody td {
  border-top: 0;
  border-bottom: 1px solid var(--ds-color-gray-10, #ebedef);
  text-align: left;
}

/* 첫 번째 컬럼은 라벨처럼 강조 */
.direction-section .ds-table tbody td:first-child {
  font-weight: 600;
  color: var(--ds-light-color-text-basic, #1e2124);
  white-space: nowrap;
}

/* 호버 효과 제거 (정적 안내 정보) */
.direction-section .ds-table tbody tr:hover td {
  background-color: transparent;
}

/* 마지막 행 하단을 강조 라인으로 (표 끝맺음) */
.direction-section .ds-table tbody tr:last-child td {
  border-bottom: 1px solid var(--ds-color-gray-40, #8c9298);
}

.direction-parking-note {
  font-size: var(--ds-font-size-13, 1.3rem);
  color: var(--ds-color-gray-60, #5a6068);
  line-height: 1.55;
  margin-top: var(--ds-number-4, 0.8rem);
  letter-spacing: 0.01em;
}

.direction-parking-note::before {
  content: '※ ';
  color: var(--ds-color-gray-50, #6b7178);
}

/* ── 토스트 알림 ── */
.direction-toast {
  position: fixed;
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%) translateY(2rem);
  padding: var(--ds-number-5, 1rem) var(--ds-number-10, 2rem);
  background: var(--ds-light-color-surface-inverse, #1e2124);
  color: var(--ds-light-color-text-bolder-inverse, #fff);
  border-radius: var(--ds-radius-medium, 0.8rem);
  font-size: var(--ds-font-size-14, 1.4rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 9999;
}

.direction-toast.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ── 반응형: 태블릿 ── */
@media (max-width: 1199px) {
  .direction-info__map {
    min-height: 380px;
  }

  .direction-info__col {
    padding: var(--ds-number-2, 0.4rem) var(--ds-number-7, 1.4rem);
  }

  .direction-section__title {
    font-size: var(--ds-font-size-20, 2rem);
  }

  .direction-section__title--location {
    font-size: var(--ds-font-size-24, 2.4rem);
  }
}

/* ── 반응형: 모바일 ── */
@media (max-width: 767px) {
  .direction-section + .direction-section {
    margin-top: var(--ds-number-16, 3.2rem);
  }

  .direction-info__map {
    min-height: 260px;
  }

  .direction-info__map-chip {
    font-size: var(--ds-font-size-12, 1.2rem);
    padding: var(--ds-number-2, 0.4rem) var(--ds-number-4, 0.8rem);
  }

  .direction-info__map-caption {
    display: none;
  }

  /* 정보 바: 세로 스택, 헤어라인 가로로 */
  .direction-info__detail {
    grid-template-columns: 1fr;
    padding: var(--ds-number-5, 1rem) 0;
  }

  .direction-info__col {
    padding: var(--ds-number-5, 1rem) 0;
  }

  .direction-info__col + .direction-info__col {
    border-left: 0;
    border-top: 1px solid var(--ds-color-gray-10, #ebedef);
  }

  .direction-info__actions {
    width: 100%;
  }

  .direction-info__actions .ds-btn {
    flex: 1;
    min-width: 0;
  }

  /* 정보 섹션 */
  .direction-section__title {
    font-size: var(--ds-font-size-19, 1.9rem);
  }

  .direction-section__title--location {
    font-size: var(--ds-font-size-24, 2.4rem);
  }

  .direction-section__body {
    overflow-x: auto;
  }

  .direction-section__body .ds-table-wrap {
    min-width: 500px;
  }

  /* 모바일 표: 패딩 축소 */
  .direction-section .ds-table th,
  .direction-section .ds-table td {
    padding: var(--ds-number-5, 1rem) var(--ds-number-3, 0.6rem);
    font-size: var(--ds-font-size-14, 1.4rem);
  }

  /* 모바일 탭: 가로 스크롤 */
  .direction-tab .ds-tab__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .direction-tab .ds-tab__list::-webkit-scrollbar {
    display: none;
  }

  .direction-tab .ds-tab__btn {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: max-content;
    padding-left: var(--ds-number-6, 1.2rem);
    padding-right: var(--ds-number-6, 1.2rem);
  }
}
