@charset "UTF-8";

/* ========================================
   K-Skin Healing (English)
   ======================================== */

/* --- Section 01: Hero --- */
.ks-hero {
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ks-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(34, 30, 31, 0.6);
}

.ks-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.ks-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;
}

.ks-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;
}

.ks-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;
}

.ks-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 Cards --- */
.ks-treatment {
    padding: 160px 0;
}

.ks-treatment .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.ks-treatment-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.ks-treatment-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.ks-treatment-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
    margin: 0;
}

.ks-treatment-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    width: 100%;
}

.ks-treatment-cards {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.ks-treatment-card {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ks-treatment-card-img {
    width: 300px;
    height: 400px;
    border-radius: 400px;
    overflow: hidden;
}

.ks-treatment-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ks-treatment-card-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.ks-treatment-card-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.ks-treatment-card-text h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

/* 세로 구분선 */
.ks-treatment-divider {
    width: 1px;
    height: 585px;
    background: rgba(34, 30, 31, 0.15);
    flex-shrink: 0;
    align-self: center;
}

/* 슬로건 배너 */
.ks-treatment-slogan {
    width: 100%;
    background: #CDCAC3;
    border-radius: 400px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}

.ks-slogan-quote {
    width: 26px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}

.ks-treatment-slogan p {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.ks-slogan-accent {
    color: #840028;
}

/* --- Section 03: Pulse Diagnosis (어두운 배경) --- */
.ks-pulse {
    background: #221E1F;
    padding: 160px 0;
}

.ks-pulse-layout {
    display: flex;
    gap: 120px;
    align-items: flex-start;
}

/* 좌측 이미지 */
.ks-pulse-images {
    position: relative;
    width: 560px;
    height: 652px;
    flex-shrink: 0;
    order: 1;
}

.ks-pulse-img-main {
    width: 440px;
    height: 652px;
    overflow: hidden;
}

.ks-pulse-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ks-pulse-img-sub {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 240px;
    height: 380px;
    border-radius: 400px;
    overflow: hidden;
}

.ks-pulse-img-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 우측 텍스트 */
.ks-pulse-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 0;
    order: 2;
}

/* --- JP override --- */
.ks-pulse--jp .ks-pulse-content {
    gap: 60px;
}

.ks-pulse-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ks-pulse-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1;
}

.ks-pulse-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

.ks-pulse-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.ks-pulse-accent {
    color: #F7941C;
}

.ks-pulse-prescription {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ks-pulse-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.ks-pulse-prescription-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ks-pulse-prescription-content h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.ks-pulse-prescription-content p {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.ks-pulse-note {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

/* --- Section 04: Closing --- */
.ks-closing {
    padding: 160px 0;
    text-align: center;
}

.ks-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) {
    .ks-hero {
        height: 600px;
    }

    .ks-hero-title {
        font-size: 42px;
    }

    .ks-treatment-heading {
        font-size: 42px;
    }

    .ks-treatment-cards {
        flex-wrap: wrap;
        gap: 40px;
    }

    .ks-treatment-divider {
        display: none;
    }

    .ks-treatment-card {
        width: calc(50% - 20px);
    }

    .ks-treatment-card-img {
        width: 240px;
        height: 320px;
    }

    .ks-pulse-layout {
        flex-direction: column;
    }

    .ks-pulse-images {
        width: 100%;
        height: auto;
    }

    .ks-pulse-img-main {
        width: 100%;
        height: 400px;
    }

    .ks-pulse-img-sub {
        display: none;
    }

    .ks-pulse-heading {
        font-size: 42px;
    }

    .ks-pulse-content {
        gap: 40px;
    }

    .ks-pulse-evidence h3 {
        font-size: 28px;
    }

    .ks-treatment-slogan {
        padding: 20px 60px;
    }

    .ks-treatment-card-label {
        font-size: 20px;
    }

    .ks-closing-text {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .ks-hero {
        height: 312px;
    }

    .ks-hero-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-top: 69px;
    }

    .ks-hero-title {
        position: static;
        transform: none;
        font-size: 24px;
        line-height: 1.4;
    }

    .ks-hero-sub {
        position: static;
        transform: none;
        gap: 20px;
        padding-bottom: 0;
        width: 300px;
    }

    .ks-hero-sub-title {
        font-size: 16px;
        line-height: 1.4;
        white-space: normal;
    }

    .ks-hero-sub-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .ks-treatment {
        padding: 60px 0;
    }

    .ks-treatment-header {
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .ks-treatment-subtitle {
        font-size: 12px;
    }

    .ks-treatment-heading {
        font-size: 24px;
        line-height: 1.4;
    }

	.ks-treatment .inner {
		gap: 30px;
	}

    .ks-treatment-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .ks-treatment-card {
        width: 240px;
    }

    .ks-treatment-card-img {
        width: 240px;
        height: 340px;
        border-radius: 400px;
    }

    .ks-treatment-card-label {
        font-size: 12px;
    }

    .ks-treatment-card-text h3 {
        font-size: 18px;
    }

    .ks-treatment-card-text {
        gap: 16px;
    }

    .ks-treatment-divider {
        display: block;
        width: 240px;
        height: 1px;
        background: rgba(34, 30, 31, 0.15);
        align-self: center;
    }

    .ks-treatment-slogan {
        border-radius: 400px;
        height: 183px;
        padding: 20px 30px;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        width: calc(100% - 60px);
    }

    .ks-treatment-slogan p {
        font-size: 20px;
    }

    .ks-pulse {
        padding: 60px 0;
    }

    .ks-pulse-layout {
        flex-direction: column;
        gap: 32px;
        align-items: center;
        padding: 0 24px;
    }

    .ks-pulse-content {
        display: contents;
    }

    .ks-pulse-header {
        order: 1;
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .ks-pulse-desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .ks-pulse-images {
        order: 2;
        position: relative;
        width: 100%;
        height: 308px;
    }

    .ks-pulse-body {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    /* --- JP override (모바일) --- */
    .ks-pulse--jp .ks-pulse-desc {
        order: 2;
    }

    .ks-pulse--jp .ks-pulse-images {
        order: 3;
    }

    .ks-pulse--jp .ks-pulse-body {
        order: 4;
    }

    .ks-pulse-subtitle {
        font-size: 12px;
    }

    .ks-pulse-heading {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .ks-pulse-img-main {
        width: calc(100% - 82px);
        height: 308px;
    }

    .ks-pulse-img-sub {
        display: block;
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 140px;
        height: 220px;
        border-radius: 400px;
    }

    .ks-pulse-prescription {
        gap: 20px;
    }

    .ks-pulse-prescription-content h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .ks-pulse-prescription-content p,
    .ks-pulse-note {
        font-size: 16px;
        line-height: 1.4;
    }

    .ks-closing {
        padding: 60px 0;
    }

    .ks-closing-text {
        font-size: 18px;
        line-height: 1.6;
    }
}
