/* ===== 조직도 페이지 전용 (sub.css 공통 이후 로드) ===== */
.page-sub .intro-content--organization {
    background: #F5F5F5;
    padding: clamp(40px, 6vw, 56px) 20px clamp(48px, 8vw, 64px);
}

.page-sub .intro-content--organization .inner-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-sub .org-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 500;
    color: #0A1C3C;
    margin: 0 0 2.5rem;
    letter-spacing: -0.02em;
    text-align: center;
}

.page-sub .org-section {
    margin-bottom: 3rem;
}

.page-sub .org-section--img {
    text-align: center;
}

.page-sub .org-section:last-child {
    margin-bottom: 0;
}

.page-sub .org-label {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: #0A1C3C;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
    border-radius: 6px;
}

/* 조직도 SVG 이미지 (decision-making-framework, execution-framework, partners) */
.page-sub .org-figure {
    display: block;
    margin: 0 auto;
}

.page-sub .org-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .page-sub .intro-content--organization {
        padding: 32px 0 40px;
    }
    .page-sub .intro-content--organization .inner-content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .page-sub .org-title {
        font-size: 1.5rem;
        margin: 0 0 1.75rem;
        padding: 0 4px;
    }
    .page-sub .org-section {
        margin-bottom: 2.25rem;
    }
    .page-sub .org-section:last-child {
        margin-bottom: 0;
    }
    .page-sub .org-label {
        font-size: 0.9375rem;
        padding: 0.45rem 1rem;
        margin-bottom: 1rem;
    }
    /* 조직도 이미지: 좌우 스크롤, 터치 친화 */
    .page-sub .org-section--img .org-figure {
        margin-top: 0;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }
    .page-sub .org-section--img .org-figure::-webkit-scrollbar {
        height: 6px;
    }
    .page-sub .org-section--img .org-figure::-webkit-scrollbar-thumb {
        background: #C3D1E3;
        border-radius: 3px;
    }
    .page-sub .org-img {
        max-width: none;
        width: max-content;
        min-width: 100%;
        display: block;
    }
    /* 조직도 이미지 모바일 고정 너비 (순서: 의사결정 체계 / 집행 체계 / 파트너) */
    .page-sub .intro-content--organization .org-section:nth-of-type(1) .org-img {
        width: 647px;
        height: auto;
    }
    .page-sub .intro-content--organization .org-section:nth-of-type(2) .org-img {
        width: 301px;
        height: auto;
    }
    .page-sub .intro-content--organization .org-section:nth-of-type(3) .org-img {
        width: 332px;
        height: auto;
    }
}
