@charset "UTF-8";

/* ========================================
   About (English) - about-en.css
   ======================================== */

/* --- Section 01: Hero Banner --- */
.about-en-hero {
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-en-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(34, 30, 31, 0.6);
}

.about-en-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.about-en-hero-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

.about-en-hero-sub {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
    padding-bottom: 60px;
}

.about-en-hero-sub-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
}

.about-en-hero-sub-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

/* --- Section 02: Treatment Programs (지그재그 카드) --- */
.about-en-programs {
    padding: 160px 0;
}

.about-en-programs .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-en-prog-card {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.about-en-prog-card-img {
    width: 1000px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}

.about-en-prog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-en-prog-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
    min-width: 0;
}

.about-en-prog-card-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-en-prog-num {
    font-family: 'Noto Serif KR', serif;
    font-size: 72px;
    font-weight: 700;
    color: #CDCAC3;
    line-height: 1;
}

.about-en-prog-card-title h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

.about-en-prog-card-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

/* --- Section 03: Process (어두운 배경) --- */
.about-en-process {
    background: #221E1F;
    padding: 160px 0;
}

.about-en-process .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.about-en-process-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.about-en-process-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1;
}

.about-en-process-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

.about-en-process-cards {
    display: flex;
    gap: 20px;
}

.about-en-process-card {
    width: 365px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
}

.about-en-process-card-top {
    background: #F7941C;
    padding: 28px 20px;
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
    border-radius: 30px 30px 0 0;
}

.about-en-process-card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.about-en-process-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-en-process-card-body {
    background: #FAF6EB;
    padding: 28px 20px;
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    border-radius: 0 0 30px 30px;
}

.about-en-process-card-body p {
    margin: 0;
}

/* --- Section 04: Global Leader --- */
.about-en-global {
    padding: 160px 0;
}

.about-en-global .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.about-en-global-header {
    display: flex;
    flex-direction: column;
    gap: 52px;
    text-align: center;
    max-width: 952px;
}

.about-en-global-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.about-en-global-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
    margin: 0;
}

.about-en-global-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

.about-en-global-body {
    position: relative;
    width: 100%;
    height: 456px;
    border-radius: 30px;
    overflow: hidden;
}

.about-en-global-img {
    position: absolute;
    inset: 0;
}

.about-en-global-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-en-global-overlay {
    position: absolute;
    inset: 0;
    background: rgba(34, 30, 31, 0.6);
}

.about-en-global-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 0 200px;
}

.about-en-global-list {
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.about-en-global-list li {
    margin-bottom: 0;
}

.about-en-global-list li::before {
    content: '• ';
}

.about-en-global-highlight {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1.4;
    margin: 0;
}

/* --- Section 05: Closing --- */
.about-en-closing {
    padding: 0 0 160px;
    text-align: center;
}

.about-en-closing-text {
    font-family: 'Noto Serif KR', serif;
    font-size: 48px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.6;
    margin: 0;
}

/* --- 반응형 --- */
@media (max-width: 1200px) {
    .about-en-hero {
        height: 600px;
    }

    .about-en-hero-title {
        font-size: 42px;
    }

    .about-en-prog-card {
        flex-direction: column;
    }

    .about-en-prog-card-img {
        width: 100%;
        height: 400px;
    }

    .about-en-prog-card-text {
        width: 100%;
    }

    .about-en-prog-num {
        font-size: 56px;
    }

    .about-en-prog-card-desc {
        font-size: 20px;
    }

    .about-en-global-list {
        font-size: 24px;
    }

    .about-en-global-highlight {
        font-size: 20px;
    }

    .about-en-process {
        margin-left: 0;
        border-radius: 0;
    }

    .about-en-process-heading {
        font-size: 42px;
    }

    .about-en-process-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-en-process-card {
        width: calc(50% - 10px);
    }

    .about-en-global-heading {
        font-size: 42px;
    }

    .about-en-global-content {
        padding: 0 60px;
    }

    .about-en-closing-text {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .about-en-hero {
        height: 312px;
    }

    .about-en-hero-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-top: 69px;
    }

    .about-en-hero-title {
        position: static;
        transform: none;
        font-size: 24px;
        line-height: 1.4;
    }

    .about-en-hero-sub {
        position: static;
        transform: none;
        gap: 20px;
        padding-bottom: 0;
        width: 300px;
    }

    .about-en-hero-sub-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .about-en-hero-sub-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-en-programs {
        padding: 80px 0;
    }

    .about-en-programs .inner {
        gap: 40px;
    }

    .about-en-prog-card {
        position: relative;
        gap: 0;
    }

    /* 짝수 카드: 모바일에서 이미지→텍스트 순서로 변경 */
    .about-en-prog-card:nth-child(even) .about-en-prog-card-img {
        order: -1;
    }

    .about-en-prog-card-img {
        height: 200px;
        border-radius: 0;
    }

    .about-en-prog-card-text {
        padding: 40px 24px 0;
    }

    .about-en-prog-card-title {
        gap: 0;
    }

    .about-en-prog-num {
        position: absolute;
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 32px;
        color: #CDCAC3;
        z-index: 1;
        width: 60px;
        height: 60px;
        background: #FAF6EB;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-en-prog-card-title h3 {
        font-size: 20px;
    }

    .about-en-prog-card-desc {
        font-size: 16px;
    }

    .about-en-process {
        padding: 60px 0;
    }

    .about-en-process .inner {
        gap: 32px;
        padding: 0 25px;
    }

    .about-en-process-header {
        gap: 12px;
    }

    .about-en-process-subtitle {
        font-size: 12px;
    }

    .about-en-process-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .about-en-process-cards {
        display: grid;
        grid-template-columns: repeat(2, 160px);
        gap: 20px;
        justify-content: center;
        flex-direction: unset;
        align-items: unset;
    }

    .about-en-process-card {
        width: 160px;
        max-width: none;
        border-radius: 12px;
    }

    .about-en-process-card-top {
        font-size: 14px;
        padding: 12px 8px;
        border-radius: 12px 12px 0 0;
        line-height: 1.4;
    }

    .about-en-process-card-img {
        height: 104px;
    }

    .about-en-process-card-body {
        font-size: 14px;
        padding: 12px 8px;
        border-radius: 0 0 12px 12px;
        line-height: 1.4;
        min-height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-en-global {
        padding: 0;
    }

    .about-en-global .inner {
        gap: 32px;
        padding: 60px 24px;
    }

    .about-en-global-header {
        gap: 24px;
    }

    .about-en-global-subtitle {
        font-size: 12px;
    }

    .about-en-global-heading {
        font-size: 24px;
        line-height: 1.4;
        margin-top: -12px;
    }

    .about-en-global-desc {
        font-size: 18px;
        line-height: 1.4;
    }

    .about-en-global-body {
        width: 100%;
        height: auto;
        min-height: unset;
        border-radius: 12px;
    }

    .about-en-global-content {
        padding: 20px;
        gap: 20px;
        align-items: flex-start;
        text-align: left;
    }

    .about-en-global-list {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
        padding-left: 24px;
    }

    .about-en-global-highlight {
        font-size: 12px;
        line-height: 1.4;
        text-align: left;
        width: 254px;
        padding-left: 24px;
    }

    .about-en-closing {
        padding: 0 0 60px;
    }

    .about-en-closing-text {
        font-size: 18px;
        line-height: 1.6;
    }
}
