.reveal h2.section-header {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #333333;
    letter-spacing: -1px;
}

.merged-biz-grid-2col {
    display: grid;
    grid-template-columns: 0.9fr 1.15fr;
    gap: 35px;
    align-items: stretch;
    width: 100%;
    max-width: 1280px;

    /* 전체 콘텐츠 높이 확대 */
    height: 620px;

    padding: 0 30px;
    margin: 0 auto;
}

.merged-pane {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
    min-height: 0;
    min-width: 0;
}

.pane-subtitle {
    width: 100%;
    text-align: left !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #333333 !important;
    margin: 0 0 5px 0 !important;
    padding-bottom: 8px;
    border-bottom: 3px solid #D4AF37;
    flex-shrink: 0;
}

/* 좌측: 목표 시장 묶음 - 높이 확대 */
.target-market-container {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.035);
    overflow: hidden;
    display: flex;
    flex-direction: column;

    /* 시장 규모 영역 비중 확대 */
    flex: 2.1;

    min-height: 0;
}

.market-visual-box {
    width: 100%;
    flex: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;

    /* 이미지가 더 크게 들어오도록 여백 축소 */
    padding: 8px 10px 4px;

    min-height: 0;
}

.market-visual-box img {
    max-width: 100%;

    /* 시장 규모 이미지 높이 확대 */
    max-height: 100%;

    object-fit: contain;
}

/* 초기 목표 시장 */
.target-market-label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 18px 14px;
    border-top: 1px solid #f0f0f0;
    background: transparent;
    flex-shrink: 0;
}

.label-tag {
    color: #D4AF37;
    font-weight: 900;
    font-size: 0.88rem;
    padding-right: 14px;
    border-right: 1px solid #e2e2e2;
    white-space: nowrap;
}

.label-text {
    font-size: 1.02rem;
    font-weight: 800;
    color: #333333;
    word-break: keep-all;
}

/* 좌측 하단: 시장 진입 계획 */
.strategy-plan-container {
    position: relative;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.035);
    padding: 18px 16px 16px;

    /* 시장 규모 영역 확대를 위해 하단은 상대적으로 압축 */
    flex: 0.72;

    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
}

.container-label {
    position: static;
    transform: none;
    background: transparent;
    color: #333333;
    border-radius: 0;
    padding: 0 0 10px 0;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: -0.2px;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.container-label::before {
    content: "";
    width: 4px;
    height: 16px;
    border-radius: 999px;
    background: #D4AF37;
    display: inline-block;
    flex-shrink: 0;
}

.strategy-steps-row {
    display: flex;
    gap: 12px;
    height: 100%;
    min-height: 0;
}

.step-card {
    flex: 1;
    background: #fafafa;
    border-left: 4px solid #D4AF37;
    border-radius: 10px;
    padding: 15px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-badge {
    font-size: 0.78rem;
    font-weight: 900;
    color: #D4AF37;
    margin-bottom: 7px;
    display: block;
}

.step-card p {
    font-size: 0.93rem;
    line-height: 1.45;
    color: #444444;
    margin: 0;
    word-break: keep-all;
}

.step-card strong {
    color: #333333;
    font-weight: 900;
}

/* 우측 카드 */
.biz-info-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.ip-card {
    flex: 1;
}

.mou-card {
    flex: 1.45;
}

.biz-card-images {
    display: flex;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

/* 우측 상단 IP 이미지 영역 약간 확대 */
.ip-card .biz-card-images {
    height: 125px;
    flex-shrink: 0;
}

/* 우측 하단 MOU 이미지 영역 약간 확대 */
.mou-card .biz-card-images {
    flex: 1.18;
    min-height: 0;
}

.biz-card-images img {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;

    /* 기존 fill 유지: 이미지가 카드 안을 꽉 채움 */
    object-fit: cover;

    border-right: 1px solid #eeeeee;
}

.biz-card-images img:last-child {
    border-right: none;
}

.biz-card-text {
    padding: 15px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.b-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #333333;
    margin: 0 0 5px 0;
}

.b-desc {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}

.b-desc strong {
    color: #333333;
    font-weight: 900;
}