@charset "UTF-8";

/* ========================================
   다이어트 전용 스타일 (clinic-diet.css)
   ======================================== */

/* --- 식욕을 억제하는 다이어트, 그만하세요 (diet-intro) --- */
.diet-intro {
    padding: 160px 0;
}

.diet-intro .inner {
    display: flex;
    align-items: center;
    gap: 59px;
}

.diet-intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    min-width: 0;
}

.diet-intro-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.diet-intro-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.diet-intro-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
}

.diet-intro-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.diet-intro-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diet-intro-lead {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1;
}

.diet-keywords {
    display: flex;
    align-items: center;
    gap: 12px;
}

.diet-keyword {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.diet-keywords--strong .diet-keyword {
    font-weight: 700;
}

.diet-keyword-divider {
    width: 2px;
    height: 16px;
    background: #221E1F;
    flex-shrink: 0;
}

.diet-intro-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
}

.diet-divider {
    border: none;
    border-top: 1px dashed #CDCAC3;
    margin: 0;
}

.diet-intro-block2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.diet-intro-block2-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 28px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-intro-desc2 {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
}

.text-accent {
    color: #840028;
}

.diet-intro-img {
    width: 900px;
    height: 700px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}

.diet-intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- 왜 비만은 관리가 필요할까요? (diet-why) --- */
.diet-why {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-bottom: 160px;
}

.diet-why-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    text-align: center;
}

.diet-why-title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.diet-why-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1;
}

.diet-why-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.diet-why-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    text-align: center;
}

.diet-why-cards {
    display: flex;
    gap: 20px;
    width: 100%;
}

.diet-why-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.diet-why-card-img {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    overflow: hidden;
}

.diet-why-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diet-why-card-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.diet-why-footer {
    font-family: 'Noto Serif KR', serif;
    font-size: 30px;
    font-weight: 700;
    color: #F7941C;
    line-height: 1.6;
    text-align: center;
}

/* --- 체지방 분해·해독 (diet-fatburn) --- */
.diet-fatburn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100vh;
    gap: 60px;
}

.diet-fatburn-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
    text-align: left;
    flex: 1;
    min-width: 0;
    flex-shrink: 0;
    position: sticky;
    top: 250px;
    z-index: 2;
}

.diet-fatburn-title-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.diet-fatburn-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1;
}

.diet-fatburn-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.diet-fatburn-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    text-align: left;
}

.diet-fatburn-items {
    position: relative;
    width: 765px;
}

.diet-fatburn-item {
    display: none;
    flex-direction: column;
    gap: 32px;
    visibility: hidden;
    opacity: 0;
}

.diet-fatburn-item.active {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.diet-fatburn-cards {
    width: 765px;
    flex-shrink: 0;
    position: relative;
    height: calc(100vh * 3);
}

.diet-fatburn-panels {
    position: sticky;
    top: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    overflow: visible;
}

.diet-fatburn-panel-stage {
    position: relative;
    width: 765px;
    height: 400px;
}

.diet-fatburn-card {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 765px;
    height: 400px;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.diet-fatburn-card.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.diet-fatburn-card-img {
    width: 765px;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

.diet-fatburn-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diet-fatburn-card-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.diet-fatburn-card-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}

.diet-fatburn-triggers {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.diet-fatburn-trigger {
    flex: 1;
}

/* --- 통달 다이어트의 작동 방식 (diet-how) --- */
.diet-how {
    padding: 160px 0;
}

.diet-how .inner {
    display: flex;
    gap: 124px;
    align-items: flex-start;
}

.diet-how-text {
    width: 458px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.diet-how-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.diet-how-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.diet-how-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
}

.diet-how-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
}

.diet-how-rows {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.diet-how-row {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 240px;
}

.diet-how-row-img {
    width: 440px;
    height: 240px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}

.diet-how-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diet-how-row-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    min-width: 0;
}

.diet-how-row-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-how-row-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.diet-how-row-list li {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 32px;
}

/* --- 풀사이즈 배너 (diet-banner) --- */
.diet-banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diet-banner-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
    text-align: center;
}

.diet-banner-accent {
    font-weight: 700;
    color: #840028;
}

/* --- 통달 다이어트 프로그램 구성 (diet-program) --- */
.diet-program {
    padding-top: 160px;
    padding-bottom: 0;
}

.diet-program .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.diet-program-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
}

.diet-program-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.diet-program-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-program-body {
    display: flex;
    gap: 120px;
}

.diet-program-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}

.diet-program-col-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-program-col-img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

.diet-program-col:first-child .diet-program-col-img {
    height: 325px;
}

.diet-program-col:last-child .diet-program-col-img {
    height: 325px;
}

.diet-program-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diet-program-col-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.diet-program-col-for {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #840028;
    line-height: 1;
}

.diet-keyword--dark {
    color: #221E1F;
}

.diet-keyword-divider--dark {
    background: #840028;
}

.diet-program-col-manage-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-program-col-answer {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.diet-program-arrow {
    flex-shrink: 0;
}

/* --- 건강상태에 따른 단계별 처방 (diet-step) --- */
.diet-step {
    padding: 160px 0 0;
    --step-visual-height: 500px;
    --step-visual-offset: calc(50vh - (var(--step-visual-height) / 2));
}

.diet-step .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.diet-step-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    text-align: center;
}

.diet-step-title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.diet-step-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.diet-step-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-step-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
    text-align: center;
}

.diet-step-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    position: sticky;
    top: calc(var(--header-height) + 16px);
    z-index: 20;
    padding: 16px 0;
    z-index: 0;
}

.diet-step-tab {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #8C9091;
    border: 1px solid #8C9091;
    border-radius: 10px;
    padding: 16px 20px;
    background: none;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    line-height: 1;
}

.diet-step-tab.active {
    color: #221E1F;
    border-color: #221E1F;
}

/* 스크롤 영역 */
.diet-step-scroll-area {
    position: relative;
    /* margin-top: 40px; */
}

.diet-step-body {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    width: 100%;
}

/* 좌: sticky 이미지 */
.diet-step-left {
    position: sticky;
    top: var(--step-visual-offset);
    flex-shrink: 0;
    width: 1000px;
}

.diet-step-panels {
    position: relative;
    width: 1000px;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    background: #ddd;
}

.diet-step-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.diet-step-panel.active {
    opacity: 1;
}

.diet-step-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 우: 스크롤 트리거 + sticky 텍스트 */
.diet-step-right {
    position: relative;
    flex: 1;
    height: calc((var(--step-visual-height) * 4) + (80px * 3) + var(--step-visual-offset));
}

.diet-step-triggers {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
}

.diet-step-trigger {
    flex: 1;
}

.diet-step-items {
    position: sticky;
    top: var(--step-visual-offset);
}

.diet-step-item {
    display: none;
    flex-direction: column;
    gap: 52px;
    padding: 24px 0;
}

.diet-step-item.active {
    display: flex;
    animation: dietStepFadeUp 0.4s ease forwards;
}

@keyframes dietStepFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.diet-step-card-num {
    font-family: 'Noto Serif KR', serif;
    font-size: 72px;
    font-weight: 700;
    color: #CEC9C3;
    line-height: 1;
}

.diet-step-card-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.diet-step-card-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-step-card-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.6;
}

/* --- 이런 분께 강력 추천 (diet-recommend) --- */
.diet-recommend {
    padding: 160px 0 160px;
}

.diet-recommend .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.diet-recommend-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
}

.diet-recommend-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 700;
    color: #840028;
    line-height: 1;
}

.diet-recommend-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.diet-recommend-cards {
    display: flex;
    gap: 20px;
}

.diet-recommend-card {
    flex: 1;
    position: relative;
    width: 365px;
    height: 280px;
    border-radius: 30px;
    overflow: hidden;
}

.diet-recommend-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(34, 30, 31, 0) 0%, rgba(34, 30, 31, 0.18) 100%, rgba(34, 30, 31, 0.82) 100%);
    pointer-events: none;
    z-index: 1;
}

.diet-recommend-card-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.diet-recommend-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diet-recommend-card-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    z-index: 2;
}

.diet-recommend-card-label span {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    text-align: center;
}

/* ========================================
   Responsive (Clinic - Diet)
   ======================================== */
@media (max-width: 1024px) {
    /* Intro - 시안: 이미지 위 + 텍스트 아래 */
    .diet-intro {
        padding: 80px 0;
    }

    .diet-intro .inner {
        flex-direction: column-reverse;
        gap: 28px;
        align-items: stretch;
    }

    .diet-intro-text {
        gap: 24px;
        text-align: center;
    }

    .diet-intro-title {
        gap: 16px;
        align-items: center;
    }

    .diet-intro-subtitle {
        font-size: 14px;
    }

    .diet-intro-heading {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }

    .diet-intro-body {
        gap: 20px;
        align-items: center;
    }

    .diet-intro-block,
    .diet-intro-block2 {
        align-items: center;
        text-align: center;
    }

    .diet-intro-lead,
    .diet-intro-desc,
    .diet-intro-desc2 {
        font-size: 14px;
    }

    .diet-keywords {
        justify-content: center;
    }

    .diet-keyword {
        font-size: 13px;
    }

    .diet-intro-block2-title {
        font-size: 15px;
    }

    .diet-intro-img {
        width: 100%;
        height: 264px;
        border-radius: 16px;
    }

    /* Why - 시안: 4개 카드 세로 나열 (240x200 이미지 중앙정렬) */
    .diet-why {
        gap: 32px;
        margin-bottom: 80px;
    }

    .diet-why-title {
        gap: 24px;
    }

    .diet-why-title-inner {
        gap: 16px;
    }

    .diet-why-subtitle {
        font-size: 14px;
    }

    .diet-why-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .diet-why-desc {
        font-size: 14px;
    }

    .diet-why-cards {
        flex-direction: column;
        gap: 20px;
    }

    .diet-why-card {
        flex: none;
        width: 100%;
        gap: 20px;
        align-items: center;
    }

    .diet-why-card-img {
        width: 240px;
        max-width: 100%;
        height: 200px;
        border-radius: 16px;
    }

    .diet-why-card-label {
        font-size: 15px;
    }

    .diet-why-footer {
        font-size: 15px;
    }

    /* Fatburn - 시안: sticky 해제, 카드 세로 스택 */
    .diet-fatburn {
        flex-direction: column;
        min-height: 0;
        gap: 32px;
    }

    .diet-fatburn-title {
        position: relative;
        top: 0;
        gap: 24px;
    }

    .diet-fatburn-title-inner {
        gap: 16px;
    }

    .diet-fatburn-subtitle {
        font-size: 14px;
    }

    .diet-fatburn-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .diet-fatburn-desc {
        font-size: 14px;
    }

    .diet-fatburn-cards {
        width: 100%;
        height: auto;
    }

    .diet-fatburn-panels {
        position: relative;
        top: 0;
        gap: 32px;
    }

    .diet-fatburn-panel-stage {
        width: 100%;
        height: auto;
    }

    .diet-fatburn-items {
        width: 100%;
    }

    .diet-fatburn-card {
        position: relative;
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        margin-bottom: 20px;
    }

    .diet-fatburn-card-img {
        width: 100%;
        height: 180px;
        border-radius: 16px;
    }

    .diet-fatburn-item {
        display: flex;
        visibility: visible;
        opacity: 1;
        margin-bottom: 20px;
        gap: 12px;
    }

    .diet-fatburn-card-title {
        font-size: 15px;
    }

    .diet-fatburn-card-desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .diet-fatburn-triggers {
        display: none;
    }

    /* How - 시안: 3개 카드 세로 (342x180 이미지) + 구분선 */
    .diet-how {
        padding: 80px 0;
    }

    .diet-how .inner {
        flex-direction: column;
        gap: 32px;
    }

    .diet-how-text {
        width: 100%;
        gap: 24px;
    }

    .diet-how-title {
        gap: 16px;
    }

    .diet-how-subtitle {
        font-size: 14px;
    }

    .diet-how-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .diet-how-desc {
        font-size: 14px;
    }

    .diet-how-rows {
        gap: 0;
    }

    .diet-how-row {
        flex-direction: column;
        gap: 20px;
        height: auto;
        align-items: stretch;
        padding: 20px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .diet-how-row:first-child {
        padding-top: 0;
    }

    .diet-how-row:last-child {
        border-bottom: none;
    }

    .diet-how-row-img {
        width: 100%;
        height: 180px;
        border-radius: 16px;
    }

    .diet-how-row-body {
        gap: 12px;
    }

    .diet-how-row-title {
        font-size: 15px;
    }

    .diet-how-row-list {
        padding-left: 16px;
    }

    .diet-how-row-list li {
        font-size: 13px;
        line-height: 22px;
    }

    /* Banner - 시안: 풀블리드 */
    .diet-banner {
        height: 187px;
        padding: 0 var(--inner-pad);
    }

    .diet-banner-text {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Program - 시안: 2개 컬럼 세로 스택, 각 이미지 342x240/180 + 구분선 */
    .diet-program {
        padding-top: 80px;
    }

    .diet-program .inner {
        gap: 32px;
    }

    .diet-program-title {
        gap: 16px;
    }

    .diet-program-subtitle {
        font-size: 14px;
    }

    .diet-program-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .diet-program-body {
        flex-direction: column;
        gap: 0;
    }

    .diet-program-col {
        gap: 20px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .diet-program-col:first-child {
        padding-top: 0;
    }

    .diet-program-col:last-child {
        border-bottom: none;
    }

    .diet-program-col-heading {
        font-size: 15px;
    }

    .diet-program-col:first-child .diet-program-col-img {
        height: 240px;
    }

    .diet-program-col:last-child .diet-program-col-img {
        height: 180px;
    }

    .diet-program-col-img {
        border-radius: 16px;
    }

    .diet-program-col-for,
    .diet-program-col-answer,
    .diet-program-col-manage-label {
        font-size: 13px;
    }

    .diet-program-col-info {
        gap: 12px;
    }

    /* Step - 시안: 이미지 풀블리드 + 원형 뱃지 + 탭 가로스크롤 + 단일 카드 */
    .diet-step {
        padding: 80px 0 0;
    }

    .diet-step .inner {
        gap: 0;
    }

    .diet-step-title {
        gap: 24px;
        padding-bottom: 32px;
    }

    .diet-step-title-inner {
        gap: 16px;
    }

    .diet-step-subtitle {
        font-size: 14px;
    }

    .diet-step-heading {
        font-size: 24px;
    }

    .diet-step-desc {
        font-size: 14px;
    }

    /* 탭: 가로 스크롤 */
    .diet-step-tabs {
        position: relative;
        top: 0;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 10px;
        margin-bottom: 0;
        padding: 0;
    }

    .diet-step-tabs::-webkit-scrollbar {
        display: none;
    }

    .diet-step-tab {
        flex-shrink: 0;
        height: 38px;
        font-size: 13px;
        padding: 12px 16px;
    }

    .diet-step-scroll-area {
        padding-top: 32px;
    }

    .diet-step-body {
        flex-direction: column;
        gap: 0;
    }

    /* 이미지 풀블리드 + 원형 뱃지 (중앙 하단 반 걸침) */
    .diet-step-left {
        position: relative;
        top: 0;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

    .diet-step-panels {
        width: 100%;
        height: 200px;
        aspect-ratio: auto;
        border-radius: 0;
    }

    .diet-step-panel {
        opacity: 0;
    }

    .diet-step-panel.active {
        opacity: 1;
    }

    .diet-step-right {
        flex: none;
        width: 100%;
        height: auto;
        margin-top: -30px;
    }

    .diet-step-triggers {
        display: none;
    }

    .diet-step-items {
        position: relative;
        top: 0;
    }

    /* 시안: 단일 카드만 표시 */
    .diet-step-item {
        display: none;
        animation: none;
        text-align: center;
        align-items: center;
        gap: 20px;
        padding: 24px 0 0;
    }

    .diet-step-item.active {
        display: flex;
    }

    /* 숫자를 원형 뱃지로 */
    .diet-step-card-num {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #F7941C;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        font-family: 'Pretendard', sans-serif;
    }

    .diet-step-card-text {
        align-items: center;
        gap: 16px;
        text-align: center;
    }

    .diet-step-card-title {
        font-size: 15px;
        text-align: center;
    }

    .diet-step-card-desc {
        font-size: 13px;
        text-align: center;
        line-height: 1.6;
    }

    /* Recommend - 시안: 2x2 격자 (161x176) */
    .diet-recommend {
        padding: 80px 0;
    }

    .diet-recommend .inner {
        gap: 32px;
    }

    .diet-recommend-title {
        gap: 16px;
    }

    .diet-recommend-subtitle {
        font-size: 14px;
    }

    .diet-recommend-heading {
        font-size: 24px;
    }

    .diet-recommend-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        flex-wrap: initial;
    }

    .diet-recommend-card {
        flex: none;
        width: 100%;
        height: 176px;
        border-radius: 16px;
    }

    .diet-recommend-card-label {
        padding: 12px;
    }

    .diet-recommend-card-label span {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 640px) {
    /* 640px 이하: 1024 상속 */
}
