/* organization.css — 기관소개 전용 스타일 */

/* ════════════════════════════════
   레이아웃 통일 — inner-wrap을 sub-tab-inner와 동일하게 1224px
════════════════════════════════ */
.sub-content-wrap .inner-wrap {
    max-width: 1224px;
}

/* ════════════════════════════════
   기관현황 공통
════════════════════════════════ */
.intro-section {
    padding: 54px 0;
    border-top: 1px solid var(--color-border);
}
.intro-section:first-child {
    border-top: none;
    padding-top: 0;
}
/* 라벨 + 서브타이틀 헤더 */
.intro-header {
    margin-bottom: 34px;
}
.intro-label {
    display: table;
    font-family: 'Paperlogy', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}
/* 이용안내 — 기존 스타일 유지 */
.intro-label.no-underline {
    font-size: 26px;
    line-height: 0.5;
}
.intro-label::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #0D9989;
    margin-top: 10px;
}

/* no-underline 클래스가 붙어있을 때는 밑줄을 보이지 않게 함 */
.intro-label.no-underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: none;
    margin-top: 10px;
    }

.intro-subtitle {
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 5px 0 0;
}

/* ── CEO 메세지 ── */
.ceo-section {
    padding: 0;
}

.ceo-body {
    display: flex;
    gap: 51px;
    align-items: flex-start;
}

/* 좌측: 사진 + 서명 */
.ceo-photo-col {
    flex-shrink: 0;
    width: 367px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.ceo-photo-wrap {
    width: 367px;
    height: 346px;
    border-radius: 0;
    overflow: hidden;
    background: var(--color-main-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ceo-photo-wrap.ceo-photo-empty::after {
    content: '사진 준비 중';
    font-size: 13px;
    color: var(--color-lgray);
}
.ceo-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ceo-sign {
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-gray);
    line-height: 1.7;
    letter-spacing: -0.02em;
    margin-top: auto;
    padding-top: 20px;
}
.ceo-sign strong {
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.37;
    letter-spacing: -0.02em;
    text-align: right;
    color: var(--color-dark);
    display: block;
}

/* 우측: 텍스트 */
.ceo-text-col {
    flex-shrink: 0;
    width: 727px;
    min-height: 428px;
    display: flex;
    flex-direction: column;
}

.ceo-heading {
    font-family: 'Paperlogy', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--color-dark);
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.ceo-text-col p {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 17px;
}
.ceo-text-col p:last-child {
    margin-bottom: 0;
}
/* 강조 스팬 — 농인이 중심이 되는 사역 */
.ceo-emphasis {
    font-family: 'Paperlogy', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 1;
}

/* ── 연혁 헤더 ── */
.history-page-header {
    margin-bottom: 41px;
    padding-bottom: 27px;
    border-bottom: 1px solid var(--color-border);
}
.history-page-label {
    display: table;
    font-family: 'Paperlogy', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}
.history-page-label::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #0D9989;
    margin-top: 10px;
}
.history-page-subtitle {
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 5px 0 20px;
}
.history-page-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #1C1C1C;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
}

/* ── 연혁 타임라인 ── */
.history-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 998px;
    margin: 0 auto;
}

/* ── 년도 그룹 공통 레이아웃 ── */
.history-year-group {
    display: flex;
    gap: 0;
    align-items: stretch;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    border: none;
    position: relative;
}
/* 그룹 사이 gap에서 라인이 끊기지 않도록 연결 */
.history-year-group:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 174px;
    bottom: -16px;
    width: 2px;
    height: 16px;
    background: #FF9393;
}
/* 첫 그룹 위 16px 연장 */
.history-year-group:first-child::before {
    content: '';
    position: absolute;
    left: 174px;
    top: -16px;
    width: 2px;
    height: 16px;
    background: #FF9393;
}
/* 마지막 그룹 아래 16px 연장 */
.history-year-group:last-child::after {
    content: '';
    position: absolute;
    left: 174px;
    bottom: -16px;
    width: 2px;
    height: 16px;
    background: #FF9393;
}
.history-year-group .history-year {
    color: #4D0000;
}
.history-year-group .history-items {
    border-left: 2px solid #FF9393;
}
.history-year-group .history-month {
    color: #333333;
}
.history-year-group .history-sub-list li::before {
    color: #333333;
}

/* ── 홀수(1st·3rd…: 2026·2024) — 핑크 배경 박스 ── */
.history-year-group:nth-child(odd) {
    background: #FF939333;
    border-top: 1px solid #FF43434D;
    border-bottom: 1px solid #FF43434D;
}
.history-year-group:nth-child(odd) .history-year {
    color: #4D0000;
}
.history-year-group:nth-child(odd) .history-items {
    border-left: 2px solid #FF9393;
}
.history-year-group:nth-child(odd) .history-month {
    color: #333333;
}
.history-year-group:nth-child(odd) .history-sub-list li::before {
    color: #333333;
}

/* ── 년도 숫자 ── */
.history-year {
    flex-shrink: 0;
    width: 174px; /* 58 + 82 + 34 */
    display: flex;
    align-items: flex-start;
    font-family: 'Paperlogy', sans-serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 11px 14px 24px 34px;
}

/* ── 항목 목록 ── */
.history-items {
    flex: 1;
    list-style: none;
    padding: 20px 24px 20px 39px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-left: 1.5px solid;   /* 색상은 홀짝으로 지정 */
}
.history-items > li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    letter-spacing: -0.02em;
    line-height: 26px;
    position: relative;
}
/* 타임라인 dot */
.history-items > li::before {
    content: '';
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #FF9393;
    box-sizing: border-box;
}

/* 내용 텍스트 줄바꿈 */
.history-items > li > span:not(.history-month),
.history-items > li > div {
    flex: 1;
    min-width: 0;
}

/* ── 월 번호 ── */
.history-month {
    flex-shrink: 0;
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    letter-spacing: -0.02em;
    line-height: 1;
    min-width: 41px;
}

/* ── 서브 항목 ── */
.history-sub-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.history-sub-list li {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    letter-spacing: -0.02em;
    line-height: 26px;
    display: flex;
    gap: 4px;
}
.history-sub-list li::before {
    content: '-';
    flex-shrink: 0;
}

/* ── 연혁 마무리 구분선 ── */
.history-end-line {
    width: 998px;
    height: 1px;
    margin: 0 auto;
    background: #FF939333;
    border-top: 1px solid #FF939333;
    border-bottom: 1px solid #FF939333;
}

/* ════════════════════════════════
   법인소개
════════════════════════════════ */
.corp-body {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}
/* 상단: 카드1·2 세로 배치 */
.corp-row-upper {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
/* 하단: 카드3·4 + 일러스트 가로 배치 */
.corp-row-lower {
    display: flex;
    gap: 30px;            /* 카드3·4와 일러스트 사이 30px */
    margin-top: 14px;     /* 핵심가치 아래 14px */
    align-items: flex-start;
}
.corp-cards-lower {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 12px;     /* 카드1·2 간격(26px) - 14px = 12px 보정 */
}
.corp-card {
    border-radius: 30px;
    padding: 17px 20px;
    background: #ffffff;
    border: 3px solid;
}
/* 설립목적, 핵심가치 */
.corp-card-1,
.corp-card-2 {
    width: 752px;
    min-height: 127px;
}
/* 주요사업방향, 비전과역할 */
.corp-card-3,
.corp-card-4 {
    width: 633px;
    min-height: 151px;
}
.corp-card-name {
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.corp-card-desc {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #444444;
}
.corp-card-desc strong {
    font-weight: 700;
    color: #222222;
}
/* 카드 색상 변형 — 테두리 전체 + 타이틀만 컬러 + 개별 좌측 여백 */
.corp-card-1 { border-color: #7EB800; padding-left: 36px; }
.corp-card-1 .corp-card-name { color: #7EB800; }
.corp-card-2 { border-color: #E8A000; padding-left: 37.6px; }
.corp-card-2 .corp-card-name { color: #E8A000; }
.corp-card-3 { border-color: #00B4CC; padding-left: 38px; }
.corp-card-3 .corp-card-name { color: #00B4CC; }
.corp-card-4 { border-color: #8B5CC8; padding-left: 33px; }
.corp-card-4 .corp-card-name { color: #8B5CC8; }

/* 우측 일러스트 */
.corp-illust {
    flex-shrink: 0;
    width: 488px;
    height: 370px;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corp-illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}
.corp-illust-empty {
    width: 488px;
    height: 326px;
    background: var(--color-main-light);
    border-radius: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--color-lgray);
}

/* ════════════════════════════════
   시설소개
════════════════════════════════ */
.facility-top {
    position: relative;
    padding-left: 40px;
    margin-bottom: 100px;
    min-height: 289px;
}
.facility-table-wrap {
    width: 737px;
    border: 1px solid #DEF28C;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
}
.facility-table {
    width: 100%;
    border-collapse: collapse;
}
.facility-table th,
.facility-table td {
    padding: 12px 17px;
    font-size: 12px;
    border-bottom: 1px solid var(--color-border);
    text-align: left;
    vertical-align: middle;
}
.facility-table tr:last-child th,
.facility-table tr:last-child td { border-bottom: none; }
/* "시설개요" 헤더 행 */
.facility-table .tbl-header {
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    color: #333333;
    background: #D4E45A;
    padding: 14px;
}
/* th (항목명) — 배경 없음, 자간으로 정렬 */
.facility-table th {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #333333;
    background: #FFFFFF;
    white-space: nowrap;
    width: 110px;
}
.facility-table td {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #333333;
    border-left: 1px solid var(--color-border);
    background: #FFFFFF;
}
/* 배경 일러스트 — absolute로 흐름에서 제거, z-index 낮게 */
.facility-illust {
    position: absolute;
    top: -11px;   /* 시설개요 위 11px */
    left: 625px;  /* padding(40) + table 내 시작점(585) */
    width: 626px;
    height: 469px;
    border-radius: 284px;
    overflow: hidden;
    z-index: 0;
}
.facility-illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.42;
}
.facility-illust-empty {
    width: 626px;
    height: 469px;
    background: var(--color-main-light);
    border-radius: 284px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--color-lgray);
}

/* 시설 기능 박스 */
.facility-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.facility-feature {
    display: flex;
    height: 87px;
    width: 1164px; /* 226(label) + 938(desc) */
}
.facility-feature-label {
    flex-shrink: 0;
    width: 226px;
    border-radius: 10px 0 0 10px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 14px 10px;
    line-height: 1.4;
}
.facility-feature-desc {
    width: 938px;
    height: 87px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 14px 24px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #444444;
    border: 2px solid;
    border-radius: 0 10px 10px 0;
}
/* 기능 박스 색상 */
.facility-feature-1 .facility-feature-label { background: #FE7FFC; }
.facility-feature-1 .facility-feature-desc   { border-color: #FE7FFC; }
.facility-feature-2 .facility-feature-label { background: #FF8486; }
.facility-feature-2 .facility-feature-desc   { border-color: #FF8486; }
.facility-feature-3 .facility-feature-label { background: #70C8FF; }
.facility-feature-3 .facility-feature-desc   { border-color: #70C8FF; }
.facility-feature-4 .facility-feature-label { background: #84A1FF; }
.facility-feature-4 .facility-feature-desc   { border-color: #84A1FF; }

/* ════════════════════════════════
   조직도  (absolute-position 방식)
════════════════════════════════ */
.org-chart-wrap {
    background: none;
    border-radius: 8px;
    padding: 44px 30px 54px;
    width: fit-content;
    margin: 0 auto;
}

/* 캔버스: 모든 요소가 position:absolute 로 배치됨
   각 요소의 left/top 값만 바꾸면 독립적으로 이동 가능
   부서 열: 200px × 5 + gap 30px × 4 = 1120px 기준 */
.oc-canvas {
    position: relative;
    width: 1120px;
    height: 750px;
    margin: 0 auto;
}

/* ── 박스 공통 ──────────────────────── */
.oc-box {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
    white-space: nowrap;
    padding: 0 6px;
    box-sizing: border-box;
}
.oc-blue   { background: #65A3E4; }
.oc-purple { background: #C3AAF4; }

/* ── 세로 연결선 ─────────────────────── */
.oc-vline {
    position: absolute;
    width: 2px;
    background: #BDC6FF;
    z-index: 0;
}

/* ── 가로 연결선 ─────────────────────── */
.oc-hline2 {
    position: absolute;
    height: 2px;
    background: #BDC6FF;
    z-index: 0;
}

/* ── 부서 열 ─────────────────────────── */
.oc-dept {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.oc-dept-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 4px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
    background: #EEAAF4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    white-space: nowrap;
    box-sizing: border-box;
}
.oc-dept-items {
    width: 100%;
    height: 179px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #FFFFFF;
    border-left: 3px solid #EEAAF4;
    border-right: 3px solid #EEAAF4;
    border-bottom: 3px solid #EEAAF4;
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 4px;
    box-sizing: border-box;
}
.oc-dept-item {
    text-align: center;
    padding: 2px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #5C5B5B;
    background: none;
    width: 100%;
}

/* 자회사 전용 블루 헤더 스타일 */
.oc-dept-header.header-blue {
    background: #65A3E4;
}
/* 자회사 항목 영역: 파란 border */
.oc-dept-header.header-blue + .oc-dept-items {
    border-color: #65A3E4;
}

/* ════════════════════════════════
   이용정보 — 이용안내 섹션
════════════════════════════════ */

/* 이용안내 본문: 좌(내용) + 우(일러스트) */
.usage-body {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    justify-content: flex-start;
}

/* 좌측 컨텐츠 영역 */
.usage-content {
    flex: 0 1 auto;
    min-width: 0;
}

/* 이용대상 박스 */
.usage-target-box {
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #e0c8b8;*/
    width: fit-content;
}
.usage-target-header {
    background: #DEF28C;
    color: #454545;
    font-family: 'Paperlogy', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 14px 20px;
    line-height: 1;
}
.usage-target-list {
    background: #fff;
    padding: 24px 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
}
.usage-target-list li {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    letter-spacing: -0.02em;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
}
.usage-target-list li::before {
    content: '৹';
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

/* 우측 일러스트 */
.usage-illust {
    flex-shrink: 0;
    width: 423px;
    height: 336px;
    border-radius: 0;
    overflow: hidden;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.usage-illust img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.usage-illust-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--color-lgray);
}

/* ════════════════════════════════
   이용정보 — 오시는 길 섹션
════════════════════════════════ */

/* 카카오맵 컨테이너 */
.map-wrap {
    margin-bottom: 20px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    width: 1120px;
    height: 464px;
}
.kakao-map-container {
    width: 100%;
    height: 100%;
    background: #e8efe8;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* API 키 미설정 시 대체 링크 */
.map-fallback-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--color-gray);
    text-decoration: none;
    transition: color 0.2s;
}
.map-fallback-link:hover { color: var(--color-main);
 }

.map-fallback-link span {
    font-size: 16px;
    font-weight: 600;
}
.map-fallback-link small {
    font-size: 12px;
    color: var(--color-lgray);
}

/* 교통 카드 행 */
.transport-cards {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

/* 개별 카드 */
/*.transport-card {
    flex: 1;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}*/
/* 개별 카드: 외곽선과 그림자를 유지하여 전체를 하나의 박스로 보임 */
.transport-card {
    flex: 1;
    border-radius: 20px; /* 너무 둥글면 공간이 좁아 보여 20px 추천 */
    overflow: hidden;
    border: 1px solid var(--color-border);
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* 그림자를 살짝 더 부드럽게 */
    display: flex;
    flex-direction: column;
}

/* 카드 헤더 공통 */
.transport-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 21px 20px 0px 36px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    background: transparent; /* 배경 제거 */
}

/* 텍스트 색상을 포인트 컬러로 지정 */
.transport-car-header { color: #EAA000; }     /* 자가용 강조색 */
.transport-subway-header { color: #9FC300; }  /* 전철 강조색 */

/* 자가용 / 전철 카드 개별 스타일 */
.transport-car-card {
    width: 542px;
    height: 145px;
    flex: none;
    border-radius: 30px;
    border: 3px solid #EAA000;
}
.transport-subway-card {
    width: 556px;
    height: 145px;
    flex: none;
    border-radius: 30px;
    border: 3px solid #9FC300;
}
.transport-subway-card .transport-card-body {
    width: 522px;
}

/* 카드 바디: 헤더와 바로 이어지도록 간격 조정 */
.transport-card-body {
    width: 435.74px;
    height: 71px;
    padding: 5px 0 0 36px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* 카드 헤더 공통 */
/*
.transport-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    font-family: 'Paperlogy', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
*/

.transport-card-body p {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0;
    width: fit-content;
}

/* ════════════════════════════════
   이용정보 — 구(旧) 테이블 (하위 호환)
════════════════════════════════ */
/* ── 이용정보 ── */
.info-table-wrap {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--color-border);
}
.info-table {
    width: 100%;
    border-collapse: collapse;
}
.info-table th,
.info-table td {
    padding: 14px 20px;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid var(--color-border);
    line-height: 1.6;
}
.info-table tr:last-child th,
.info-table tr:last-child td {
    border-bottom: none;
}
.info-table th {
    width: 119px;
    font-weight: 700;
    color: var(--color-dark);
    background: var(--color-main-light);
    white-space: nowrap;
}
.info-table td {
    color: var(--color-gray);
    font-weight: 500;
}

/* ── 반응형 (조직도 .oc-* 제외) ── */
/* 1024 이하: 1920 기준 고정폭 콘텐츠 블록을 유동으로 전환 */
@media (max-width: 1024px) {
    .ceo-text-col            { width: auto; flex: 1 1 auto; min-width: 0; }
    .corp-card-1, .corp-card-2,
    .corp-card-3, .corp-card-4 { width: 100%; }
    .history-end-line        { width: 100%; }
    .facility-table-wrap     { width: 100%; max-width: 737px; }
    .facility-feature        { width: 100%; }
    .facility-feature-desc   { width: auto; flex: 1 1 auto; min-width: 0; }
    .map-wrap                { width: 100%; }
    .transport-car-card,
    .transport-subway-card   { width: 100%; }
    .transport-card-body,
    .transport-subway-card .transport-card-body { width: 100%; }
    .usage-illust            { width: 100%; }
    /* 장식용 배경 일러스트: 좁은 화면 넘침 방지 위해 숨김 */
    .facility-illust, .facility-illust-empty { display: none; }
    /* 좌측 여백 제거(고정 40px → 넘침 유발) */
    .corp-body, .facility-top, .facility-features { padding-left: 0; }
    .facility-top { min-height: 0; margin-bottom: 40px; }
}
@media (max-width: 900px) {
    /* 이용안내 */
    .usage-body {
        flex-direction: column;
        gap: 28px;
    }
    .usage-illust {
        width: 100%;
        height: 220px;
        border-radius: 110px;
    }
    /* 오시는 길 */
    .transport-cards {
        flex-direction: column;
    }
    .ceo-body,
    .corp-body,
    .facility-top {
        flex-direction: column;
        gap: 32px;
    }
    .corp-row-lower { flex-direction: column; }
    .ceo-photo-col {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }
    .ceo-photo-wrap {
        width: 102px;
        height: 119px;
        flex-shrink: 0;
    }
    .ceo-sign { text-align: left; }
    .corp-illust,
    .corp-illust-empty {
        width: 100%;
    }
    .facility-feature-label { width: 140px; font-size: 11px; }
}
@media (max-width: 640px) {
    /* 헤더/타이틀 폰트 축소(글자 치우침·넘침 방지) */
    .intro-label { font-size: 24px; }
    .intro-label.no-underline { font-size: 22px; }
    .intro-subtitle { font-size: 19px; }
    .ceo-heading { font-size: 20px; }
    .ceo-text-col p { font-size: 16px; }
    .ceo-emphasis { font-size: 18px; }
    .corp-card-name { font-size: 19px; }
    .corp-card-desc { font-size: 16px; }
    .intro-section { padding: 34px 0; }
    /* 시설 기능 박스 세로 전환 */
    .facility-feature { flex-direction: column; height: auto; }
    .facility-feature-label { width: 100%; height: auto; padding: 12px; border-radius: 10px 10px 0 0; font-size: 17px; }
    .facility-feature-desc { height: auto; border-radius: 0 0 10px 10px; padding: 12px 16px; font-size: 15px; }
    .facility-table th, .facility-table td { font-size: 15px; padding: 10px 12px; }
    .facility-table .tbl-header { font-size: 19px; }
    .facility-table th { width: 92px; }
    /* 연혁 */
    .history-page-label { font-size: 24px; }
    .history-page-subtitle { font-size: 18px; }
    .history-page-title { font-size: 24px; }
    .history-year { width: 108px; font-size: 20px; padding: 11px 8px 20px 16px; }
    .history-year-group:not(:last-child)::after,
    .history-year-group:first-child::before,
    .history-year-group:last-child::after { left: 108px; }
    .history-items { padding: 16px 12px 16px 28px; }
    .history-items > li { font-size: 15px; line-height: 1.5; gap: 8px; }
    .history-items > li::before { left: -34px; }
    .history-month { font-size: 15px; min-width: 34px; }
    .history-sub-list li { font-size: 14px; line-height: 1.5; }
    /* 이용안내 */
    .usage-target-list li { font-size: 16px; }
    .usage-target-header  { font-size: 18px; }
    /* 교통 카드 */
    .transport-card-header { font-size: 19px; padding: 16px 16px 0 20px; }
    .transport-card-body { padding: 5px 0 0 20px; }
    .transport-card-body p { font-size: 15px; }
    .kakao-map-container   { height: 260px; }
    .map-wrap { height: auto; min-height: 260px; }
}
