@charset "UTF-8";

/* ========================================
   Medical Skin Care (English)
   ======================================== */

/* --- Section 01: Hero --- */
.ms-hero {
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ms-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(34, 30, 31, 0.6);
}

.ms-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.ms-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;
}

.ms-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;
}

.ms-hero-sub-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

.ms-hero-sub-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

/* --- Section 02: What Makes Us Different --- */
.ms-different {
    padding: 160px 0;
}

.ms-different-layout {
    display: flex;
    gap: 0;
    align-items: flex-start;
}

.ms-different-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    /* gap: 60px; */
    min-width: 0;
    padding-bottom: 50px;
}

.ms-different-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ms-different-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.ms-different-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

.ms-different-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 820px;
}

.ms-different-item {
    padding: 0 0 0 24px;
    position: relative;
}

.ms-different-item::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Noto Serif KR', serif;
    font-size: 26px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.ms-different-item p {
    font-family: 'Noto Serif KR', serif;
    font-size: 26px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1;
    margin: 0;
}

.ms-different-item p strong {
    font-weight: 700;
}

.ms-different-line {
    width: 100%;
    height: 1px;
    background: rgba(34, 30, 31, 0.15);
    margin: 32px 0;
}

.ms-different-img {
    width: 700px;
    height: 540px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}

.ms-different-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Section 03: Key Treatments (어두운 배경) --- */
.ms-treatments {
    background: #221E1F;
    padding: 160px 0;
}

.ms-treatments .inner {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Lifting & Firmness */
.ms-treat-lifting {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.ms-treat-lifting-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.ms-treat-lifting-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1;
}

.ms-treat-lifting-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0;
}

/* 원형 카드 */
.ms-treat-circles {
    display: flex;
    gap: 160px;
    justify-content: center;
}

.ms-treat-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 240px;
}

.ms-treat-circle-ring {
    width: 240px;
    height: 240px;
    border: 2px solid #F7941C;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.ms-treat-circle-ring img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ms-treat-circle-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    white-space: nowrap;
}

.ms-treat-circle-name {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.ms-treat-circle-sub {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.ms-treat-circle-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #F7941C;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    width: max-content;
}

/* 구분선 */
.ms-treat-divider-full {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    /* margin: 60px 0; */
}

.ms-treat-divider-half {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0;
}

/* 좌우 분할 */
.ms-treat-split {
    display: flex;
    gap: 0;
}

.ms-treat-split-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* padding-right: 60px; */
}

.ms-treat-split-left .ms-treat-item {
    padding: 60px 60px 60px 0;
}

.ms-treat-split-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    align-self: stretch;
}

.ms-treat-split-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.ms-treat-split-right .ms-treat-item {
    padding: 60px 0;
}

.ms-treat-item {
    display: flex;
    flex-direction: row;
    /* gap: 40px; */
    align-items: flex-start;
    /* padding-right: 60px; */
}

.ms-treat-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    min-width: 0;
}

.ms-treat-item-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 60px;
}

.ms-treat-item-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ms-treat-item-highlight {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #F7941C;
    line-height: 1.4;
    padding-bottom: 10px;
}

.ms-treat-item-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

.ms-treat-item-img {
    width: 300px;
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

/* 우측 Recovery: 세로 레이아웃, 이미지 크게 */
.ms-treat-item--vertical {
    flex-direction: column;
}

.ms-treat-item--vertical .ms-treat-item-img {
    width: 678px;
    height: 335px;
    margin-top: 60px;
}

.ms-treat-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Section 04: Program Flow --- */
.ms-flow {
    padding: 160px 0;
}

.ms-flow .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.ms-flow-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.ms-flow-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.ms-flow-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
    margin: 0;
}

.ms-flow-steps {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ms-flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.ms-flow-step-icon {
    width: 200px;
    height: 200px;
}

.ms-flow-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ms-flow-step-label {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}

.ms-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

/* --- Section 05: Recommended For --- */
.ms-recommend {
    padding: 0 0 160px;
}

.ms-recommend-layout {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

.ms-recommend-img {
    width: 775px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}

.ms-recommend-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ms-recommend-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.ms-recommend-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ms-recommend-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 400;
    color: #840028;
    line-height: 1;
}

.ms-recommend-heading {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

.ms-recommend-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ms-recommend-item {
    padding: 0 0 0 24px;
    position: relative;
}

.ms-recommend-item::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Noto Serif KR', serif;
    font-size: 26px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1;
}

.ms-recommend-item p {
    font-family: 'Noto Serif KR', serif;
    font-size: 26px;
    font-weight: 400;
    color: #221E1F;
    line-height: 1;
    margin: 0;
}

.ms-recommend-item p strong {
    font-weight: 700;
}

.ms-recommend-line {
    width: 100%;
    height: 1px;
    background: rgba(34, 30, 31, 0.15);
    border-style: dotted;
    border-width: 0;
    background: none;
    border-top: 1px dotted rgba(34, 30, 31, 0.3);
    margin: 32px 0;
}

/* --- Section 06: Global Care Banner --- */
.ms-global-bg--mo {
    display: none;
}

.ms-global-banner {
    padding: 0 0 160px;
}

.ms-global-card {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding: 120px 60px;
}

.ms-global-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.ms-global-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ms-global-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.4;
    margin: 0;
}

.ms-global-desc {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 700;
    color: #221E1F;
    line-height: 1.6;
    margin: 0;
}

/* --- Section 07: Closing --- */
.ms-closing {
    padding: 0 0 160px;
    text-align: center;
}

.ms-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) {
    .ms-hero {
        height: 600px;
    }

    .ms-hero-title {
        font-size: 42px;
    }

    .ms-different-layout {
        flex-direction: column;
        gap: 40px;
        align-items: stretch;
    }

    .ms-different-left {
        width: 100%;
        gap: 40px;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .ms-different-list {
        width: 100%;
    }

    .ms-different-img {
        width: 100%;
        height: 400px;
    }

    .ms-treat-circles {
        gap: 60px;
    }

    .ms-treat-split {
        flex-direction: column;
    }

    .ms-treat-split-left,
    .ms-treat-split-right {
        padding: 0;
    }

    .ms-treat-split-left .ms-treat-item,
    .ms-treat-split-right .ms-treat-item {
        padding: 60px 0;
    }

    .ms-treat-split-divider {
        width: 100%;
        height: 1px;
        margin: 60px 0;
    }

    .ms-flow-steps {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ms-treat-item-img {
        width: 260px;
        height: 180px;
    }

    .ms-treat-item--vertical .ms-treat-item-img {
        width: 100%;
        height: 300px;
    }

    .ms-treat-lifting-heading {
        font-size: 42px;
    }

    .ms-flow-heading {
        font-size: 42px;
    }

    .ms-flow-step-icon {
        width: 160px;
        height: 160px;
    }

    .ms-recommend-layout {
        flex-direction: column;
    }

    .ms-recommend-img {
        width: 100%;
        height: 400px;
    }

    .ms-recommend-heading {
        font-size: 42px;
    }

    .ms-global-title {
        font-size: 42px;
    }

    .ms-global-desc {
        font-size: 26px;
    }

    .ms-closing-text {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .ms-hero {
        height: 312px;
    }

    .ms-hero-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-top: 69px;
    }

    .ms-hero-title {
        position: static;
        transform: none;
        font-size: 24px;
        line-height: 1.4;
    }

    .ms-hero-sub {
        position: static;
        transform: none;
        gap: 20px;
        padding-bottom: 0;
        width: 300px;
    }

    .ms-hero-sub-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .ms-hero-sub-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .ms-different {
        padding: 60px 0;
    }

    .ms-different .inner,
    .ms-recommend .inner {
        max-width: none;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .ms-different-layout {
        gap: 32px;
        align-items: center;
    }

    .ms-different-left {
        gap: 32px;
        align-items: stretch;
    }

    .ms-different-title {
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .ms-different-subtitle {
        font-size: 12px;
    }

    .ms-different-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .ms-different-list {
        gap: 0;
    }

    .ms-different-item p {
        font-size: 16px;
        line-height: 1.4;
    }

    .ms-different-line {
        margin: 20px 0;
        padding: 0;
    }

    .ms-different-img {
        width: 100%;
        height: 260px;
        border-radius: 12px;
    }

    .ms-treatments {
        padding: 60px 0;
    }

    .ms-treat-lifting-header {
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .ms-treat-lifting-subtitle {
        font-size: 12px;
    }

    .ms-treat-lifting-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .ms-treat-lifting {
        gap: 40px;
        margin-bottom: 40px;
    }

    .ms-treat-circles {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .ms-treat-circle-ring {
        width: 160px;
        height: 160px;
        gap: 16px;
    }

    .ms-treat-circle {
        width: 240px;
        gap: 20px;
    }

    .ms-treat-circle-name {
        font-size: 24px;
    }

    .ms-treat-circle-sub {
        font-size: 12px;
    }

    .ms-treat-circle-label {
        font-size: 16px;
        line-height: 1.4;
    }

    .ms-treat-split {
        flex-direction: column;
        gap: 0;
        width: calc(100% - 48px);
        max-width: 342px;
        margin: 0 auto;
    }

    .ms-treat-split-left,
    .ms-treat-split-right {
        padding: 0;
    }

    .ms-treat-split-left .ms-treat-item,
    .ms-treat-split-right .ms-treat-item {
        padding: 40px 0;
    }

    .ms-treat-split-divider {
        display: block;
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .ms-treat-item {
        flex-direction: column;
        gap: 20px;
    }

    .ms-treat-item-img {
        width: 100%;
        height: 220px;
        border-radius: 12px;
    }

    .ms-treat-item-content {
        order: 2;
        gap: 20px;
    }

    .ms-treat-item .ms-treat-item-img {
        order: 1;
    }

    .ms-treat-item--vertical {
        flex-direction: column;
    }

    .ms-treat-item--vertical .ms-treat-item-img {
        width: 100%;
        height: 220px;
        border-radius: 12px;
        margin-top: 0;
        order: 1;
    }

    .ms-treat-item--vertical .ms-treat-item-content {
        order: 2;
    }

    .ms-treat-item-title {
        font-size: 20px;
        padding-bottom: 0;
    }

    .ms-treat-item-detail {
        gap: 8px;
    }

    .ms-treat-item-highlight {
        font-size: 16px;
        padding-bottom: 0;
    }

    .ms-treat-item-desc {
        font-size: 16px;
    }

    .ms-treat-divider-full {
        display: block;
        width: calc(100% - 48px);
        max-width: 342px;
        margin: 0 auto;
    }

    .ms-treat-divider-half {
        display: block;
    }

    .ms-recommend-list {
        gap: 0;
    }

    .ms-recommend-item p {
        font-size: 20px;
    }

    .ms-recommend-line {
        margin: 20px 0;
        padding: 0;
        height: 1px;
        background: rgba(34, 30, 31, 0.15);
        border-top: 0;
    }

    .ms-global-card {
        padding: 60px 24px;
    }

    .ms-flow {
        padding: 60px 0;
    }

    .ms-flow .inner {
        gap: 32px;
    }

    .ms-flow-header {
        gap: 12px;
        align-items: center;
    }

    .ms-flow-subtitle {
        font-size: 12px;
    }

    .ms-flow-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .ms-flow-steps {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .ms-flow-step-icon {
        width: 200px;
        height: 200px;
    }

    .ms-flow-step-label {
        font-size: 18px;
    }

    .ms-flow-step {
        gap: 20px;
    }

    .ms-flow-arrow {
        margin-bottom: 0;
        transform: rotate(90deg);
    }

    .ms-recommend {
        padding: 0 0 60px;
    }

    .ms-recommend-layout {
        gap: 32px;
    }

    .ms-recommend-text {
        order: 1;
        gap: 32px;
    }

    .ms-recommend-img {
        order: 2;
        height: 260px;
        border-radius: 12px;
        width: 100%;
    }

    .ms-recommend-title {
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .ms-recommend-subtitle {
        font-size: 12px;
    }

    .ms-recommend-heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .ms-recommend-item p {
        font-size: 16px;
        line-height: 1.4;
    }

    .ms-recommend-line {
        margin: 20px 0;
        padding: 0;
        height: 1px;
        background: rgba(34, 30, 31, 0.15);
        border-top: 0;
    }

    .ms-global-banner {
        padding: 0;
    }

    .ms-global-bg--pc {
        display: none;
    }

    .ms-global-bg--mo {
        display: block;
    }

    .ms-global-card {
        height: 400px;
        border-radius: 0;
        padding: 60px 24px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .ms-global-content {
        gap: 24px;
        align-items: center;
        text-align: center;
    }

    .ms-global-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .ms-global-desc {
        font-size: 18px;
        line-height: 1.4;
    }

    .ms-closing {
        padding: 60px 0;
    }

    .ms-closing-text {
        font-size: 18px;
        line-height: 1.6;
    }
}
