@charset "UTF-8";

/* ========================================
   K-Beauty Weight Balance (English)
   ======================================== */

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

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

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

.kw-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;
}

.kw-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;
}

.kw-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;
}

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

.kw-hero-sub-desc strong {
    font-weight: 700;
}

/* --- Section 02: Banner --- */
.kw-banner {
    padding: 160px 0;
}

.kw-banner-card {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding: 120px 60px;
}

.kw-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.kw-banner-bg-mo {
    display: none;
}

.kw-banner-text {
    position: relative;
    z-index: 1;
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.6;
    margin: 0;
}

/* --- Section 03: Program (슬라이더) --- */
.kw-program {
    padding: 0 0 160px;
    overflow: hidden;
}

.kw-program-layout {
    display: flex;
    align-items: flex-start;
    gap: 0;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0 0 200px;
}

/* 좌측: 타이틀 + 내비 */
.kw-program-left {
    width: 728px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    position: relative;
    z-index: 2;
}

/* 좌측 배경: 화면 왼쪽 끝까지만 덮음 (슬라이더 침범 X) */
.kw-program-left::after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 0;
    left: -200vw;
    background: #FAF6EB;
    z-index: -1;
}

.kw-program-title-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

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

/* 우측: 슬라이더 (우측으로 넘침, 좌측 침범 방지) */
.kw-program-slider {
    flex: 1;
    overflow: visible;
    min-width: 0;
}


.kw-program-track {
    display: flex;
    gap: 32px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.kw-program-card {
    width: 640px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.kw-program-card-img {
    width: 100%;
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
}

.kw-program-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kw-program-card-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kw-program-card-num {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.kw-num {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #CDCAC3;
    line-height: 1;
    width: 38px;
}

.kw-program-card-num h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.kw-program-card-text p {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

/* 타임라인 내비 */
.kw-program-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kw-program-nav-num {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #CDCAC3;
    line-height: 1;
}

.kw-program-timeline {
    width: 160px;
    height: 2px;
    background: rgba(34, 30, 31, 0.2);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.kw-program-timeline-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #221E1F;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.kw-program-arrows {
    display: flex;
    gap: 8px;
    margin-left: 16px;
}

.kw-program-prev,
.kw-program-next {
    width: 40px;
    height: 30px;
    border: 1px solid rgba(34, 30, 31, 0.2);
    border-radius: 6px;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #221E1F;
    transition: border-color 0.2s;
}

.kw-program-prev:hover,
.kw-program-next:hover {
    border-color: #221E1F;
}

/* --- Section 04: Global Service (어두운 배경) --- */
.kw-global {
    background: #221E1F;
    padding: 160px 0;
}

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

.kw-global-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

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

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

.kw-global-cards {
    display: flex;
    gap: 20px;
}

.kw-global-card {
    width: 365px;
    background: #FAF6EB;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    height: 420px;
    text-align: center;
    gap: 24px;
}

.kw-global-card-icon {
    width: 160px;
    height: 160px;
}

.kw-global-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kw-global-card-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 30px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

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

.kw-global-card-desc strong {
    font-weight: 700;
}

.kw-global-note {
    font-family: 'Noto Serif KR', serif;
    font-size: 48px;
    font-weight: 700;
    color: #F7941C;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

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

.kw-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) {
    .kw-hero {
        height: 600px;
    }

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

    .kw-banner-text {
        font-size: 26px;
    }

    .kw-program-layout {
        flex-direction: column;
        padding: 0 40px;
        gap: 40px;
    }

    .kw-program-left {
        width: 100%;
        min-height: auto;
        gap: 40px;
        align-self: auto;
    }

    .kw-program-left::after {
        display: none;
    }

    .kw-program-slider {
        overflow: hidden;
    }

    .kw-program-heading {
        font-size: 42px;
    }

    .kw-program-card {
        width: 480px;
    }

    .kw-program-card-img {
        height: 360px;
    }

    .kw-program-card-num h3 {
        font-size: 28px;
    }

    .kw-program-card-text p {
        font-size: 20px;
    }

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

    .kw-global-card-title {
        font-size: 24px;
    }

    .kw-global-card-desc {
        font-size: 20px;
    }

    .kw-global-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kw-global-card {
        width: calc(50% - 10px);
    }

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

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

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

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

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

    .kw-hero-sub-title {
        font-size: 16px;
        line-height: 1.4;
        white-space: normal;
    }

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

    .kw-banner {
        padding: 24px 0;
    }

    .kw-banner-card {
        width: 342px;
        margin: 0 auto;
        height: 540px;
        border-radius: 12px;
        padding: 60px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .kw-banner-bg-pc {
        display: none;
    }

    .kw-banner-bg-mo {
        display: block;
    }

    .kw-banner-text {
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
    }

    .kw-program {
        padding: 60px 0;
    }

    .kw-program-layout {
        flex-direction: column;
        padding: 0;
        gap: 32px;
    }

    .kw-program-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: auto;
        gap: 0;
        padding: 0 24px;
    }

    .kw-program-left::after {
        display: none;
    }

    .kw-program-title-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .kw-program-subtitle {
        font-size: 12px;
    }

    .kw-program-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .kw-program-nav {
        display: none;
    }

    .kw-program-slider {
        width: calc(100% - 24px);
        margin-left: 24px;
        overflow: hidden;
        cursor: grab;
    }

    .kw-program-track {
        gap: 20px;
    }

    .kw-program-card {
        width: 300px;
        flex-shrink: 0;
        gap: 20px;
    }

    .kw-program-card-img {
        height: 200px;
        border-radius: 12px;
    }

    .kw-num {
        font-size: 20px;
        width: 24px;
    }

    .kw-program-card-num {
        gap: 4px;
    }

    .kw-program-card-num h3 {
        font-size: 20px;
    }

    .kw-program-card-text p {
        font-size: 16px;
    }

    .kw-global {
        padding: 60px 0;
    }

    .kw-global .inner {
        padding: 0 39px;
        gap: 30px;
    }

    .kw-global-header {
        gap: 12px;
    }

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

    .kw-global-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .kw-global-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .kw-global-card {
        position: relative;
        width: 280px;
        height: auto;
        padding: 190px 0 32px;
        border-radius: 12px;
        gap: 20px;
    }

    .kw-global-card-icon {
        position: absolute;
        top: 32px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 120px;
    }

    .kw-global-card-title {
        font-size: 20px;
    }

    .kw-global-card-desc {
        font-size: 16px;
    }

    .kw-global-note {
        font-size: 24px;
    }

    .kw-closing {
        padding: 60px 0;
    }

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