@charset "utf-8";

/*
    삼청교육대 피해보상 서브페이지 CSS
    적용 위치: /css/samcheong_sub.css
*/

.kh-subpage {
    font-family: 'Noto Sans KR', 'Pretendard', Arial, sans-serif;
    color: #2B2F33;
    word-break: keep-all;
}

.kh-sub-visual {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #121B26;
    color: #fff;
}

.kh-samcheong-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(18,27,38,.92) 0%, rgba(18,27,38,.75) 55%, rgba(18,27,38,.45) 100%),
        url('/images/sub_visual_samcheong.jpg') center/cover no-repeat;
    z-index: 1;
}

.kh-sub-visual-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 68px 20px;
}

.kh-sub-visual-label {
    color: #C8A96A;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.kh-sub-visual-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.06em;
}

.kh-sub-visual-desc {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.03em;
}

.kh-sub-section {
    padding: 88px 20px;
}

.kh-sub-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.kh-bg-light {
    background: #F6F7F9;
}

.kh-bg-navy {
    background: #1E2A38;
    color: #fff;
}

.kh-page-intro {
    max-width: 920px;
}

.kh-sub-title {
    margin: 0 0 22px;
    color: #1E2A38;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.06em;
}

.kh-page-intro p,
.kh-sub-text p,
.kh-section-head p {
    margin: 0 0 14px;
    color: #6B7280;
    font-size: 17px;
    line-height: 1.85;
    letter-spacing: -0.03em;
}

.kh-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 46px;
}

.kh-info-card {
    padding: 34px 30px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.kh-info-card span {
    display: block;
    margin-bottom: 12px;
    color: #C8A96A;
    font-size: 15px;
    font-weight: 900;
}

.kh-info-card h3 {
    margin: 0 0 12px;
    color: #1E2A38;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.kh-info-card p {
    margin: 0;
    color: #6B7280;
    font-size: 15px;
    line-height: 1.7;
}

.kh-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
    align-items: center;
}

.kh-sub-image {
    min-height: 420px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.kh-img-overview {
    background-image: url('/images/samcheong_overview.jpg');
}

.kh-img-documents {
    background-image: url('/images/samcheong_documents.jpg');
}

.kh-section-head {
    max-width: 820px;
    margin-bottom: 42px;
}

.kh-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.kh-check-item {
    position: relative;
    padding: 28px 26px 28px 58px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #fff;
}

.kh-check-item::before {
    content: '✓';
    position: absolute;
    left: 26px;
    top: 28px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #C8A96A;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: 800;
}

.kh-check-item strong {
    display: block;
    margin-bottom: 8px;
    color: #1E2A38;
    font-size: 19px;
    font-weight: 800;
}

.kh-check-item p {
    margin: 0;
    color: #6B7280;
    font-size: 15px;
    line-height: 1.7;
}

.kh-process-section {
    background: #F6F7F9;
}

.kh-timeline {
    border-top: 2px solid #1E2A38;
}

.kh-timeline-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #E5E7EB;
}

.kh-timeline-num {
    color: #C8A96A;
    font-size: 22px;
    font-weight: 900;
}

.kh-timeline-item h3 {
    margin: 0 0 8px;
    color: #1E2A38;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.kh-timeline-item p {
    margin: 0;
    color: #6B7280;
    font-size: 16px;
    line-height: 1.75;
}

.kh-doc-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.kh-doc-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
    color: #3F4650;
    font-size: 16px;
    line-height: 1.7;
}

.kh-doc-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C8A96A;
}

.kh-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.kh-cta-box h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.kh-cta-box p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.75;
}

.kh-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 360px;
}

@media (max-width: 900px) {
    .kh-sub-visual {
        min-height: 280px;
    }

    .kh-sub-visual-title {
        font-size: 34px;
    }

    .kh-sub-section {
        padding: 62px 18px;
    }

    .kh-sub-title {
        font-size: 30px;
    }

    .kh-info-grid,
    .kh-two-col,
    .kh-check-grid {
        grid-template-columns: 1fr;
    }

    .kh-sub-image {
        min-height: 300px;
    }

    .kh-timeline-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .kh-cta-box {
        display: block;
    }

    .kh-cta-actions {
        min-width: 0;
        justify-content: flex-start;
        margin-top: 28px;
    }

    .kh-cta-actions .kh-btn {
        width: 100%;
    }
}
