@charset "UTF-8";

/* ========================================
   만성피로 전용 스타일 (clinic-fatigue.css)
   ======================================== */

/* --- 쉬어도 무겁다면 (fatigue-intro) --- */
.fatigue-intro {
    padding: 160px 0;
}

.fatigue-intro .inner {
    display: flex;
    gap: 55px;
    align-items: flex-start;
}

.fatigue-intro-text {
    width: 533px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.fatigue-intro-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fatigue-intro-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.fatigue-intro-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
}

.fatigue-intro-sub {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.fatigue-intro-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
}

.fatigue-intro-accent {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 700;
    color: #840028;
    line-height: 1.6;
}

/* Type 카드 목록 */
.fatigue-type-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 41px;
    min-width: 0;
}

.fatigue-type-card {
    display: flex;
    align-items: center;
    gap: 40px;
}

.fatigue-type-thumb {
    width: 440px;
    height: 240px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.fatigue-type-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fatigue-type-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #F7941C transparent transparent transparent;
}

.fatigue-type-badge-text {
    position: absolute;
    top: -47px;
    left: 12px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.fatigue-type-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 52px;
    min-width: 0;
}

.fatigue-type-title-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.fatigue-type-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.fatigue-type-tag {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1;
}

.fatigue-type-quote {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 700;
    color: #840028;
    line-height: 1;
    letter-spacing: -0.2px;
}

.fatigue-type-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 32px;
}

/* --- 공진단 (fatigue-gongji) --- */
.fatigue-gongji {
    display: flex;
    gap: 175px;
    align-items: center;
    margin-bottom: 80px;
}

.fatigue-gongji-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 52px;
    min-width: 0;
}

.fatigue-gongji-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fatigue-gongji-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1;
}

.fatigue-gongji-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.text-orange {
    color: #F7941C;
}

.fatigue-gongji-sub {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.fatigue-gongji-point {
    font-family: 'Noto Serif KR', serif;
    font-size: 40px;
    font-weight: 700;
    color: #F7941C;
    line-height: 1.6;
}

.fatigue-gongji-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.6;
}

.fatigue-gongji-img {
    width: 700px;
    height: 453px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}

.fatigue-gongji-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- 공진단 3컬럼 카드 --- */
.fatigue-gongji-cards-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-bottom: 160px;
    border-bottom: 1px solid #8C9091;
    padding: 0;
}

.fatigue-gongji-cards {
    display: flex;
    gap: 0;
    width: 100%;
}

.fatigue-gongji-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 31px;
    border-right: 1px solid #8C9091;
    border-top: 1px solid #8C9091;
    border-bottom: 1px solid #8C9091;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fatigue-gongji-card:first-child {
    padding-left: 0;
}

.fatigue-gongji-card:last-child {
    padding-right: 0;
    border-right: none;
}

.fatigue-gongji-card-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.fatigue-gongji-card-desc {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 35px;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}

.fatigue-gongji-card-desc p {
    position: relative;
    margin: 0;
}

.fatigue-gongji-card-desc p::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
}
.fatigue-gongji-card-desc--plain {
    padding-left: 0;
}
.fatigue-gongji-card-desc--plain p::before {
    display: none;
}

.fatigue-gongji-highlight {
    font-family: 'Noto Serif KR', serif;
    font-size: 40px;
    font-weight: 700;
    color: #F7941C;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 60px;
}

/* --- 보약 (fatigue-boyak) --- */
.fatigue-boyak {
    display: flex;
    gap: 175px;
    align-items: center;
    margin-bottom: 80px;
}

.fatigue-boyak-img {
    width: 700px;
    height: 453px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}

.fatigue-boyak-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fatigue-boyak-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 52px;
    min-width: 0;
}

.fatigue-boyak-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fatigue-boyak-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1;
}

.fatigue-boyak-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.fatigue-boyak-sub {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.fatigue-boyak-point {
    font-family: 'Noto Serif KR', serif;
    font-size: 40px;
    font-weight: 700;
    color: #F7941C;
    line-height: 1.6;
}

.fatigue-boyak-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}

/* --- 보약 하단 2컬럼 --- */
.fatigue-boyak-bottom {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #8C9091;
    padding: 0;
    margin-top: 80px;
}

.fatigue-boyak-bottom-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 60px;
    border-right: 1px solid #8C9091;
    border-top: 1px solid #8C9091;
    border-bottom: 1px solid #8C9091;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fatigue-boyak-bottom-card:first-child {
    padding-left: 0;
}

.fatigue-boyak-bottom-card:last-child {
    padding-right: 0;
    border-right: none;
}

.fatigue-boyak-bottom-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.fatigue-boyak-bottom-desc {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 35px;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}

.fatigue-boyak-bottom-desc p {
    position: relative;
    margin: 0;
}

.fatigue-boyak-bottom-desc p::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
}

.fatigue-boyak-criteria {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fatigue-boyak-criterion {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fatigue-boyak-criterion-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #F7941C;
    line-height: 1;
    width: 110px;
    flex-shrink: 0;
}

.fatigue-boyak-criterion-div {
    width: 2px;
    height: 16px;
    background: #F7941C;
    flex-shrink: 0;
}

.fatigue-boyak-criterion-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

/* --- 나를 위한 근본적인 변화 (fatigue-solution) --- */
.fatigue-solution {
    padding-top: 160px;
    padding-bottom: 160px;
}

.fatigue-solution .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.fatigue-solution-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
}

.fatigue-solution-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.fatigue-solution-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.fatigue-solution-cards {
    display: flex;
    gap: 30px;
    width: 100%;
    align-items: flex-start;
}

.fatigue-solution-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}

.fatigue-solution-card--reverse {
    flex-direction: column-reverse;
}

.fatigue-solution-card-img {
    width: 100%;
    height: 240px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

.fatigue-solution-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fatigue-solution-card-body {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.fatigue-solution-card-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.fatigue-solution-card-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
}

.fatigue-solution-footer {
    font-family: 'Noto Serif KR', serif;
    font-size: 40px;
    font-weight: 700;
    color: #840028;
    line-height: 1.6;
    text-align: center;
}

/* ========================================
   Responsive (Clinic - Fatigue)
   ======================================== */
@media (max-width: 1024px) {
    /* Intro - 시안: 제목 위 + type 카드 2개 세로 (각 이미지 180px) */
    .fatigue-intro {
        padding: 80px 0;
    }

    .fatigue-intro .inner {
        flex-direction: column;
        gap: 32px;
    }

    .fatigue-intro-text {
        width: 100%;
        gap: 24px;
    }

    .fatigue-intro-title {
        gap: 16px;
    }

    .fatigue-intro-subtitle {
        font-size: 14px;
    }

    .fatigue-intro-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .fatigue-intro-desc,
    .fatigue-intro-accent {
        font-size: 14px;
    }

    /* Type 카드 */
    .fatigue-type-cards {
        gap: 32px;
    }

    .fatigue-type-card {
        flex-direction: column;
        gap: 20px;
    }

    .fatigue-type-thumb {
        width: 100%;
        height: 180px;
        border-radius: 16px;
    }

    .fatigue-type-body {
        gap: 12px;
    }

    .fatigue-type-title-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .fatigue-type-title {
        font-size: 15px;
    }

    .fatigue-type-tag,
    .fatigue-type-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    /* 공진단 - 시안: 제목 + 설명 + 이미지 220px */
    .fatigue-gongji {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
        align-items: center;
        text-align: center;
    }

    .fatigue-gongji-text {
        gap: 16px;
        align-items: center;
    }

    .fatigue-gongji-title {
        gap: 16px;
        align-items: center;
    }

    .fatigue-gongji-subtitle {
        font-size: 14px;
    }

    .fatigue-gongji-heading {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }

    .fatigue-gongji-desc {
        font-size: 14px;
        text-align: center;
    }

    .fatigue-gongji-img {
        width: 100%;
        height: 220px;
        border-radius: 16px;
    }

    /* 공진단 카드 3개 → 1열 세로 + 각 구분선 */
    .fatigue-gongji-cards-wrap {
        gap: 0;
        margin-bottom: 40px;
        border-bottom: none;
        padding: 0;
    }

    .fatigue-gongji-cards {
        flex-direction: column;
        gap: 0;
    }

    .fatigue-gongji-card {
        flex: none;
        padding: 24px 0 !important;
        border-right: none !important;
        border-top: 1px solid rgba(140, 144, 145, 0.4);
        border-bottom: none !important;
        gap: 12px;
    }

    .fatigue-gongji-card:first-child {
        border-top: none;
    }

    .fatigue-gongji-card-title {
        font-size: 15px;
    }

    .fatigue-gongji-card-desc {
        font-size: 13px;
        padding-left: 20px;
        line-height: 1.6;
        gap: 8px;
    }

    .fatigue-gongji-highlight {
        font-size: 15px;
        margin-bottom: 40px;
    }

    /* 보약 - 시안 동일 패턴 */
    .fatigue-boyak {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .fatigue-boyak-img {
        width: 100%;
        height: 220px;
        border-radius: 16px;
    }

    .fatigue-boyak-text {
        gap: 16px;
        align-items: center;
    }

    .fatigue-boyak-title {
        gap: 16px;
        align-items: center;
    }

    .fatigue-boyak-subtitle {
        font-size: 14px;
    }

    .fatigue-boyak-heading {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }

    .fatigue-boyak-desc {
        font-size: 14px;
        text-align: center;
    }

    /* 보약 하단 2컬럼 → 1컬럼 세로 + 구분선 */
    .fatigue-boyak-bottom {
        flex-direction: column;
        margin-top: 0;
        border-bottom: none;
    }

    .fatigue-boyak-bottom-card {
        flex: none;
        padding: 24px 0 !important;
        border-right: none !important;
        border-top: 1px solid rgba(140, 144, 145, 0.4);
        border-bottom: none !important;
        gap: 12px;
    }

    .fatigue-boyak-bottom-card:first-child {
        border-top: none;
    }

    .fatigue-boyak-bottom-title {
        font-size: 15px;
    }

    .fatigue-boyak-bottom-desc {
        font-size: 13px;
        padding-left: 20px;
        line-height: 1.6;
        gap: 8px;
    }

    .fatigue-boyak-criteria {
        gap: 10px;
    }

    .fatigue-boyak-criterion {
        gap: 8px;
    }

    .fatigue-boyak-criterion-label {
        font-size: 13px;
        width: 66px;
    }

    .fatigue-boyak-criterion-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    /* Solution - 시안: 3개 카드 세로 스택 + 구분선 (342x180) */
    .fatigue-solution {
        padding: 80px 0;
    }

    .fatigue-solution .inner {
        gap: 32px;
    }

    .fatigue-solution-title {
        gap: 16px;
    }

    .fatigue-solution-subtitle {
        font-size: 14px;
    }

    .fatigue-solution-heading {
        font-size: 24px;
    }

    .fatigue-solution-cards {
        flex-direction: column;
        gap: 0;
    }

    .fatigue-solution-card {
        flex: none;
        width: 100%;
        gap: 20px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .fatigue-solution-card:first-child {
        padding-top: 0;
    }

    .fatigue-solution-card:last-child {
        border-bottom: none;
    }

    /* reverse 해제 */
    .fatigue-solution-card--reverse {
        flex-direction: column;
    }

    .fatigue-solution-card-img {
        width: 100%;
        height: 180px;
        border-radius: 16px;
    }

    .fatigue-solution-card-body {
        gap: 12px;
    }

    .fatigue-solution-card-title {
        font-size: 15px;
    }

    .fatigue-solution-card-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .fatigue-solution-footer {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    /* 640px 이하: 1024 상속 */
}
