:root {
    --border-color: #6482c4;
    --text-color: #333;
}

.enterprise-container{
    padding-top:35.051%;
    height:0;
    position: relative;
    background-image: url('/img/enterprise01.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent:-99999px;
}
.content{
    margin-top: 50px;
    padding-top:50px;
    border-top: 1px solid #e5e7eb;
}
.content.content-first {
    margin-top: 0px;
    border-top: 0; 
    padding-top:0;
}
.content h4 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em; 
    position: relative;
    padding-left: 30px;
}
.content h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background:#005dbc;
    border-radius: 20% 50%;
}

.wrap-process-row {
    width: 100%;
    padding-top:20px;
}

.process-row {
    display: flex;
    min-height: 80px;
    border: 1px solid var(--border-color);
    margin:4px 0;
}



/* 좌측 제목 영역 */
.step-title {
    flex: 0 0 30%; /* 너비 30% 고정 */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold; 
    padding: 15px;
    word-break: keep-all;
    font-size: 1.8rem;
}

/* 우측 설명 영역 */
.step-desc {
    flex: 1; /* 나머지 공간 차지 */
    display: flex;
    align-items: center;
    padding: 20px 25px;
    color: var(--text-color);
    line-height: 1.6;
    font-size: 1.6rem;
    word-break: keep-all;
}

/* 단계별 배경색 그라데이션 (위에서 아래로 진해짐) */
.process-row:nth-child(1) .step-title { background-color: #a4c9ff; }
.process-row:nth-child(2) .step-title { background-color: #92bbf7; }
.process-row:nth-child(3) .step-title { background-color: #80adef; }
.process-row:nth-child(4) .step-title { background-color: #6e9fe7; }
.process-row:nth-child(5) .step-title { background-color: #5c91df; }
.process-row:nth-child(6) .step-title { background-color: #4a83d7; }
.process-row:nth-child(7) .step-title { background-color: #3875cf; }
.process-row:nth-child(8) .step-title { background-color: #2e61b5; }
.process-row:nth-child(9) .step-title { background-color: #244d9b; }
.process-row:nth-child(10) .step-title { background-color: #1a3981; }
.process-row:nth-child(11) .step-title { background-color: #102567; }
.process-row:nth-child(12) .step-title { background-color: #06114d; }

/* 모바일 대응 */
.content-list {
    list-style: none; /* 기본 숫자 제거 */
    padding-left: 0;
    margin-top:15px;
}

.content-list li {
    position: relative;
    padding-left: 25px; /* 기호 공간 확보 */
    margin-bottom: 10px;
    text-align: justify;
    word-break: keep-all; /* 단어 단위 줄바꿈 */
}

.content-list li .bullet {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
}
@media (max-width: 600px) {
    .process-row {
        flex-direction: column;
    }
    .step-title {
        width: 100%;
        min-height: 50px;
    }
    .step-desc {
        width: 100%;
        padding: 15px;
    }
}
.wrap-rows .row {
    display: flex;
    min-height: 100px; /* 최소 높이 설정 */
    margin:6px 0;
    background: #f8f8f8;
    border-radius: 4px;
}

/* 좌측 제목 박스 */
.title-box {
    flex: 0 0 220px; /* 너비 고정 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    word-break: keep-all;
    margin-right: 15px; /* 우측 박스와의 간격 */
    border-radius: 4px;
}

/* 우측 내용 박스 */
.content-box {
    flex: 1;
    background-color: var(--bg-content);
    padding: 25px;
    color: var(--text-color);
    font-size: 1.6rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    text-align: justify;
    word-break: keep-all;
}

.content-box p {
    margin-bottom: 10px;
}

.content-box p:last-child {
    margin-bottom: 0;
}

/* 특수문자 리스트 스타일링 */
.sub-list {
    margin-top: 10px;
    padding-left: 0;
}

.sub-item {
    display: block;
    margin-bottom: 8px;
    padding-left: 20px;
    text-indent: -20px; /* 첫 줄 내어쓰기 */
}

/* --- 색상 그라데이션 (위에서 아래로 진해짐) --- */
.row:nth-child(1) .title-box { background-color: #6CDACD; }
.row:nth-child(2) .title-box { background-color: #5BCBC0; }
.row:nth-child(3) .title-box { background-color: #4ABCB3; }
.row:nth-child(4) .title-box { background-color: #39ADA6; }
.row:nth-child(5) .title-box { background-color: #289E99; }
.row:nth-child(6) .title-box { background-color: #178F8C; }
.row:nth-child(7) .title-box { background-color: #127A78; }
.row:nth-child(8) .title-box { background-color: #0D6564; }
.row:nth-child(9) .title-box { background-color: #085050; }
.row:nth-child(10) .title-box { background-color: #033B3C; }


/* 모바일 반응형 */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .title-box {
        flex: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 15px;
    }
    .content-box {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}