/* =========================== */
/* 슬라이드 9: 대표 역량 및 보유 인프라 */
/* =========================== */

.reveal h2.final-header {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 25px;
    color: #333333;
    text-align: center;
    letter-spacing: -1px;
}

/* 전체 레이아웃 (수정됨) */
.ceo-infra-layout {
    display: flex;
    width: 100%;
    max-width: 100%; /* 1280px -> 1480px 로 전체 너비 확대 */
    height: 600px;
    gap: 30px;
    padding: 0;
    margin: 0;
    align-items: stretch;
    box-sizing: border-box;
}

/* 좌우 영역 높이 동일화 */
.ceo-pane,
.infra-pane {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    height: 100%;
}

.ceo-pane {
    flex: 6; /* 7 -> 6 으로 변경하여 좌측의 절대 넓이는 비슷하게 유지 */
}

.infra-pane {
    flex: 2.9; /* 3 -> 4 로 변경하여 늘어난 넓이를 우측이 차지하도록 설정 */
}

.section-subtitle {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #333333 !important;
    border-left: 5px solid #D4AF37;
    padding-left: 15px;
    margin: 0 0 15px 0 !important;
    text-align: left;
    flex-shrink: 0;
}

/* =========================== */
/* 좌측 대표 프로필 카드 */
/* =========================== */

.ceo-profile-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
}

/* 텍스트 영역만 패딩 적용 */
.ceo-profile-content {
    padding: 25px 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}

/* 프로필 상단 */
.ceo-main-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.ceo-photo-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #D4AF37;
    overflow: hidden;
    flex-shrink: 0;
    background: #f2f2f2;
    box-shadow: 0 5px 16px rgba(212, 175, 55, 0.18);
}

.ceo-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceo-text-wrap {
    min-width: 0;
}

.ceo-name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #333333;
    letter-spacing: -0.4px;
}

.ceo-title {
    font-size: 0.95rem;
    color: #D4AF37;
    margin-left: 10px;
    font-weight: 800;
}

.ceo-univ {
    font-size: 0.95rem;
    color: #666666;
    margin: 5px 0 0;
    word-break: keep-all;
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 8px;
}

.skill-tags span {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #555555;
}

/* =========================== */
/* 경력 및 수상 정보 */
/* =========================== */

.ceo-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    flex-shrink: 0;
}

.detail-col {
    background: transparent;
    border-left: none;
    border-radius: 0;
    padding: 0 4px;
    box-shadow: none;
}

/* 두 컬럼 사이만 은은한 구분선 */
.detail-col + .detail-col {
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
}

.detail-label {
    font-size: 0.95rem;
    font-weight: 900;
    color: #D4AF37;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.detail-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.detail-list li {
    font-size: 0.98rem;
    color: #555555;
    margin-bottom: 7px;
    line-height: 1.45;
    word-break: keep-all;
}

.detail-list li:last-child {
    margin-bottom: 0;
}

.detail-list strong {
    color: #333333;
    font-weight: 900;
}

/* =========================== */
/* 대표 포트폴리오 이미지 4개 (기존 6개로 주석되어 있었으나 4개 출력) */
/* =========================== */

.ceo-portfolio-gallery-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    background: #eeeeee;
}

.ceo-portfolio-gallery-row img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
    border: none;
}

/* =========================== */
/* 우측 인프라 컬럼 (2x2 Grid로 변경) */
/* =========================== */

.infra-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    flex: 1;
    min-height: 0;
}

.infra-mini-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.infra-img-box {
    width: 100%;
    flex: 1;
    min-height: 0;
    background: #eeeeee;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.infra-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 우측 텍스트 영역 */
.infra-info {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.i-title {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.35;
    font-weight: 700;
}