@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');

/* 서브 페이지 공통 섹션 */

.section-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
}

/* 서브 섹션 inner 공통 (울쎄라피 프라임, 추천대상, 체크리스트 등) */
.section-inner {
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 170px;
    padding-right: 170px;
}

.section-inner--wide {
    padding-left: 250px;
    padding-right: 250px;
}

/* 배너 섹션 */

.banner-section {
    position: relative;
    width: 100%;
    max-height: 1200px;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/lifting_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
}

.banner-section--skinbooster {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/skinbooster_bg.png');
}

.banner-section--skincare {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/skincare_bg.png');
}

.banner-section--stemcell {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/stemcell_bg.png');
}

.banner-section--vascular {
    background-image: url('../images/vascular_bg.png');
}

.banner-section--bodycare {
    background-image: url('../images/bodycare_bg.png');
}
/* Intro 페이지용 배경 */
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/intro_bg01.png) center center / cover no-repeat;
    z-index: 0;
}

.banner-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 750px;
    overflow: hidden;
}


/* Intro 페이지용 banner-content */
.banner-section .banner-bg ~ .banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    padding-top: 10%;
}


/* Treatment 페이지용 banner-content */
.banner-wrapper .banner-content {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    
    padding: 0 60px;
}


/* Title Wrapper (Intro 페이지용) */
.banner-title-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 2;
}

/* Left Title - "Beauty," */
.hero-title-left,
.main_top_slider_text01 .text1 {
    font-family: 'Monik', serif;
    font-weight: 100;
    font-size: 115px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    white-space: nowrap;
}

.main_top_slider_text01 .text1 .letter,
.main_top_slider_text01 .text2 .letter {
    display: inline-block;
    opacity: 1;
}

.hero-title-right,
.main_top_slider_text01 .text2 {
    font-family: 'Monik', serif;
    font-weight: 100;
    font-size: 115px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.banner-title-en,
.banner-title-ko {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
}


.banner-title-en {
    font-family: 'Optima LT Pro', 'Optima', sans-serif;
    font-weight: 400;
}

.banner-title-ko {
    margin-top: 10px;
    font-weight: 500;
}

/* Korean Text Section */
/* Intro 페이지용 banner-text */
.banner-section .banner-bg ~ .banner-content .banner-text {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 3;
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
}

/* Treatment 페이지용 banner-text */
.banner-wrapper .banner-content .banner-text {
    position: relative;
    margin-top: 100px;
    max-width: 100%;
}

.banner-text h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 20px;
}

.banner-text p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
}


/* Treatment Hero 섹션 */
.treatment-hero {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 104px 150px 98px;
}


.treatment-hero-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 100px;
}


.treatment-hero-img {
    display: flex;
    min-height: 0;
}


.treatment-hero-img-box {
    position: relative;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}


.treatment-hero-logo {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    height: auto;
    object-fit: contain;
}


.treatment-hero-img-box img:not(.treatment-hero-logo) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.treatment-hero-content {
    flex: 1;
    width: 100%;
}

.treatment-hero-subtitle {
    font-size: 27px;
    color: var(--color-primary);
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}


.treatment-hero-title {
    font-size: 27px;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 40px;
    line-height: 1.3;
}


.treatment-hero-title span {
    font-weight: 500;
    opacity: 0.9;
}

.treatment-hero-desc {
    font-size: 18px;
    color: #374151;
    line-height: 1.8;
    margin: 0 0 60px;
}


.treatment-hero-points {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.treatment-hero-points li {
    position: relative;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 10px;
}


.treatment-hero-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.treatment-hero-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}


.treatment-hero-info-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.treatment-hero-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.treatment-hero-info-label {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}


.treatment-hero-info-value {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}


/* Treatment Content 섹션 */
.treatment-cont01_cont {
    padding: 80px 20px 150px;
    display: flex;
    max-width: 1082px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}


.treatment-left {
    flex: 1;
}

.treatment-tx_bx h1 {
    font-size: 30px;
    color: #2A1F1B;
    font-weight: 800;
    padding-bottom: 40px;
    margin: 0;
}


.treatment-tx_bx h1 span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}


.treatment-tx_bx p {
    font-size: 17px;
    color: #3f3f3f;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin: 0;
}


.treatment-tx_bx p + p {
    padding-top: 15px;
    padding-bottom: 40px;
}


/* 울쎄라 등 단일 시술 페이지 */
.treatment-point-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.treatment-point-list li {
    position: relative;
    padding-left: 18px;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 28px;
    margin-bottom: 12px;
}
.treatment-point-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #3f3f3f;
    border-radius: 50%;
}
.treatment-target h2,
.treatment-renewa h2 {
    font-size: 18px;
    font-weight: 700;
    color: #3f3f3f;
    margin: 0 0 12px;
}
.treatment-target ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.treatment-target ul li {
    font-size: 17px;
    color: #3f3f3f;
    line-height: 26px;
    padding-left: 14px;
    position: relative;
    margin-bottom: 6px;
}
.treatment-target ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}
.treatment-renewa p {
    margin: 0 0 10px;
}
.treatment-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 24px;
}
.treatment-tx_bxc.pc_cont_480 {
    display: flex !important;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.treatment-tx_bxc h1 {
    font-size: 17px;
    width: 108px;
    height: 38px;
    border: 1px solid #d5d0c9;
    border-radius: 30px;
    background: #f0eeeb;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    padding: 0;
    color: #3f3f3f;
    flex-shrink: 0;
}


.treatment-tx_bxc p {
    font-size: 17px;
    color: #3f3f3f;
    margin: 0;
}


.treatment-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}


.treatment-right img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

.treatment-tx_bxc_m {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.treatment-tx_bxc_m .treatment-tx_bxc {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mimi_bx {
    margin-bottom: 74px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 175px;
    background: #f2f0ed;
    border: 1px solid #e8e6e3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mimi_bx h1 {
    font-size: 25px;
    color: #53402f;
    font-weight: 500;
    line-height: 40px;
}
.mimi_bx img {
    position: absolute;
    bottom: 0;
    left: 94px;
}

/* treatment 공통 프라임 섹션 */
.treatment-prime-section {
    width: 100%;
    padding: 180px 0;
    background: #E7E0D8;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.treatment-prime-section--ulthera {
    background-image: url('../images/ultherapy_banner.png');
}

.treatment-prime-section--thermage {
    background-image: url('../images/thermage_banner.png');
}

.treatment-prime-section--titanium {
    background-image: url('../images/titanium_lifting.png');
}

.treatment-prime-section--onda {
    background-image: url('../images/onda_lifting.png');
}

.treatment-prime-section--potenza {
    background-image: url('../images/potenza_banner.png');
}

.treatment-prime-section--dermashine {
    background-image: url('../images/dermashine_banner.png');
}

.treatment-prime-section--ldm {
    background-image: url('../images/ldm_banner.png');
}

.treatment-prime-section--aquapeel {
    background-image: url('../images/aquapeel_banner.png');
}


/* 오른쪽 이미지 배치 */
.treatment-prime-section--img-right {
    background-image: none;
}

.treatment-prime-section--img-right .treatment-prime-img {
    flex-shrink: 0;
    width: 100%;
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.treatment-prime-section--img-right .treatment-prime-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.treatment-prime-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.treatment-prime-text {
    flex: 1;
    width: 100%;
}

.treatment-prime-title {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.3;
}

.treatment-prime-subtitle {
    font-size: 22px;
    color: #000;
    margin: 0 0 60px;
    line-height: 1.4;
}

.treatment-prime-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    background: transparent;
}

.treatment-prime-list-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.treatment-prime-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
}

.treatment-prime-check img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.treatment-prime-list-item p {
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 1.8;
}


/* 추천대상 섹션 */

.recommend-section {
    width: 100%;
    padding: 80px 0;
    background: #fbf8f5;
}

.recommend-section .section-inner {
    padding-left: 450px;
    padding-right: 450px;
}

.recommend-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.recommend-header {
    flex-shrink: 0;
    text-align: left;
    margin: 0;
}

.recommend-subtitle {
    font-size: 17px;
    font-family: 'Optima LT Pro', 'Optima', sans-serif;
    color: #505050;
    margin: 0 0 8px;
    letter-spacing: 0.02em;
}

.recommend-title {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

.recommend-list {
    max-width: 480px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recommend-list-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.recommend-check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-block;
}

.recommend-check img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recommend-list-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    color: #333;
}


/* 체크리스트 섹션 */

.checklist-section {
    width: 100%;
    padding: 0;
    background: #4F443C;
}

.checklist-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 560px;
}

.checklist-left {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
}

.checklist-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.checklist-left-inner {
    position: relative;
    z-index: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.checklist-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 70px;
}

.checklist-subtitle {
    font-size: 22px;
    color: #fff;
    margin: 0 0 5px;
}

.checklist-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}

.checklist-cols {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 700px;
}

.checklist-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
}

.checklist-col-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.checklist-col-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.checklist-col-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    flex: 1;
}

.checklist-col-head {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.checklist-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 16px 0;
    flex-shrink: 0;
}

.checklist-divider--mobile {
    display: none;
}

.checklist-right {
    width: 50%;
    background: #e8e8e8;
}

.checklist-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.checklist-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checklist-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #000;
    padding: 12px 32px;
    border-radius: 55px;
    margin: 0 auto;
}

.checklist-badge img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.checklist-badge span {
    color: #FFB40D;
    font-size: 15px;
    font-weight: 700;
}


/* 주의사항 섹션 */
.precautions-section {
    width: 100%;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFBF6;
}

.precautions-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.precautions-title {
    font-size: 25px;
    font-weight: 600;
    color: #3F261B;
    text-align: center;
    margin: 0 0 30px;
}

.precautions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.precautions-list li {
    font-size: 18px;
    line-height: 1.8;
    color: #8F7365;
    text-align: center;
    margin-bottom: 10px;
}

.precautions-list li:last-child {
    margin-bottom: 0;
}


/* 4 Word Difference 섹션 */

.word-difference-section {
    padding: 150px 20px;
    background: #f5f5f5;
}

.sub_btn {
    transition: 0.3s;
    color: #fff;
    background: #b2a89b;
    font-size: 15px;
    width: 175px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

.sub_btn:hover {
    background: #000;
}


.word-difference-wrapper {
    position: relative;
    width: 100%;
}


.word-difference-container {
    display: flex;
    gap: 113px;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
}


.word-difference-main-image {
    width: 600px;
    margin: 0;
    position: relative;
}


.word-diff-star {
    vertical-align: middle;
    height: 1em;
    width: auto;
    margin: 0 4px;
}

.word-difference-title {
    font-family: 'Optima LT Pro', 'Optima', sans-serif;
    font-size: 30px;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.word-diff-image-wrapper {
    position: relative;
    width: 100%;
}

.word-diff-main-img {
    width: 100%;
    height: auto;
    display: none;
}

.word-diff-main-img.active {
    display: block;
}

.word-difference-mobile-swiper {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
    position: relative;
}

.word-difference-mobile-swiper.swiper-container {
    width: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0;
}

.word-difference-mobile-swiper .swiper-wrapper {
    width: 100%;
    display: flex;
}

.word-difference-mobile-swiper .word-difference-title {
    margin-bottom: 30px;
    text-align: left;
    padding: 0;
}

.word-difference-mobile-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
}

.word-difference-mobile-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.word-difference-mobile-swiper .swiper-navigation {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 30px;
    z-index: 10;
}

.word-difference-mobile-swiper .swiper-navigation .swiper-button-next,
.word-difference-mobile-swiper .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    margin: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.word-difference-mobile-swiper .swiper-navigation .swiper-button-next::after,
.word-difference-mobile-swiper .swiper-navigation .swiper-button-prev::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
}

.word-difference-mobile-swiper .swiper-navigation .swiper-button-next {
    background-image: url('../images/ico_next.png');
}

.word-difference-mobile-swiper .swiper-navigation .swiper-button-prev {
    background-image: url('../images/ico_prev.png');
}

.word-difference-mobile-swiper .word-diff-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.word-difference-mobile-swiper .word-diff-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #2A1F1B;
    opacity: 0.5;
    margin: 0 5px;
}

.word-difference-mobile-swiper .word-diff-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2A1F1B;
}

.word-difference-thumb-list {
    margin: 0;
    padding-top: 78px;
}

.word-difference-thumb-list.desktop-only {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
}


.word-diff-thumb-item {
    width: 100%;
    height: auto;
    display: flex;
    gap: 50px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.word-diff-thumb-item.active {
    opacity: 1 !important;
}

.word-difference-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1 !important;
}

.word-difference-content {
    flex: 1;
}

.word-diff-item-title {
    font-family: 'Optima LT Pro', 'Optima', sans-serif;
    font-size: 34px;
    color: #3f3f3f;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    font-weight: 400;
}

.word-diff-item-title img {
    display: none;
}

.word-diff-thumb-item.active .word-diff-item-title img {
    display: block;
}

.word-diff-thumb-01 .word-diff-item-title img {
    padding-bottom: 7px;
}

.word-difference-content p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #3f3f3f;
    margin: 0;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}


.word-difference-main-swiper .swiper-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}



.word-diff-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.word-diff-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #2A1F1B;
    opacity: 0.5;
    margin: 0 5px;
}

.word-diff-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2A1F1B;
}

/* 반응형 섹션 */

@media (max-width: 1600px) {
    .recommend-section .section-inner {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media (max-width: 1535px) {
    /* Treatment Hero 섹션 */
.treatment-hero {
        padding: 104px 100px 98px;
    }

    /* 체크리스트 섹션 */
.section-inner--wide {
        padding-left: 100px;
        padding-right: 100px;
    }

    .recommend-section .section-inner {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 1279px) {
    /* Treatment Hero 섹션 */
.treatment-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

.treatment-hero-img {
        width: 100%;
    }

    /* treatment 프라임 섹션 */
.treatment-prime-section {
        padding: 150px 0;
    }
    .section-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
    .recommend-section .section-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
    .treatment-prime-content {
        flex-direction: column;
    }
    .treatment-prime-title {
        font-size: 24px;
    }
    .treatment-prime-subtitle {
        font-size: 20px;
        margin-bottom: 60px;
    }
    .treatment-prime-list {
        gap: 20px;
    }
    .treatment-prime-list-item p {
        font-size: 18px;
    }

    /* 체크리스트 섹션 */
.checklist-section {
        padding: 0;
    }
    .checklist-content {
        flex-direction: column;
        min-height: auto;
    }
    .checklist-left {
        width: 100%;
    }
    .checklist-left-inner {
        padding: 60px 30px 60px;
    }
    .checklist-header {
        margin-bottom: 40px;
    }
    .checklist-subtitle {
        font-size: 20px;
    }
    .checklist-title {
        font-size: 20px;
    }
    .checklist-cols {
        flex-direction: column;
        gap: 0;
    }
    .checklist-col {
        width: 100%;
    }
    .checklist-divider--mobile {
        display: block;
    }
    .checklist-right {
        width: 100%;
    }
    .checklist-img-wrap {
        min-height: 400px;
    }
}

@media (max-width: 1200px) {
    /* 배너 섹션 */
.hero-title-left,
    .hero-title-right {
        font-size: 100px;
    }
}


   

@media (max-width: 1023px) {
    /* Treatment Hero 섹션 */
.treatment-hero {
        padding: 60px 20px 56px;
    }

.treatment-hero-info-label {
        font-size: 16px;
    }

.treatment-hero-info-value {
        font-size: 15px;
    }

    /* 주의사항 섹션 */
    .precautions-section {
        padding: 80px 0;
    }
    .precautions-inner {
        padding: 0 30px;
    }
    .precautions-title {
        font-size: 23px;
        margin-bottom: 26px;
    }
    .precautions-list li {
        font-size: 17px;
    }
}

@media (max-width: 968px) {
    /* 배너 섹션 */
.hero-title-left,
    .hero-title-right {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    /* 배너 섹션 */
.banner-section .banner-bg ~ .banner-content {
        padding-top: 40%;
    }

.banner-content {
        padding-top: 40%;
        align-items: flex-start;
        padding-left: 30px;
    }
    
    .banner-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
    }
    
    .hero-title-left,
    .hero-title-right,
    .main_top_slider_text01 .text1,
    .main_top_slider_text01 .text2 {
        font-size: 40px;
        white-space: normal;
        text-align: left;
        width: 100%;
    }
    
    .banner-text h2 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 10px;
    }
    
    .banner-text p {
        font-size: 13px;
        text-align: center;
    }

}

@media (max-width: 767px) {
    /* 서브 페이지 공통 섹션 */
.section-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 배너 섹션 */
.banner-wrapper {
        height: 500px;
    }

.banner-wrapper .banner-content {
        top: 57%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

.banner-title-en,
    .banner-title-ko {
        font-size: 32px;
    }

    .banner-wrapper .banner-content .banner-text {
        position: relative;
        margin-top: 50px;
        max-width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    
    .banner-text h2 {
        font-size: 16px;
        text-align: center;
    }
    
    .banner-text p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    /* Treatment Hero 섹션 */
.treatment-hero {
        padding: 48px 20px 44px;
    }

.treatment-hero-inner {
        gap: 40px;
    }

.treatment-hero-logo {
        max-width: 140px;
    }

.treatment-hero-subtitle {
        font-size: 15px;
        margin-bottom: 5px;
    }

.treatment-hero-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

.treatment-hero-desc {
        font-size: 15px;
        margin-bottom: 40px;
    }

.treatment-hero-points li {
        font-size: 15px;
        margin-bottom: 12px;
    }

.treatment-hero-info-item {
        flex: 0 0 calc(50% - 5px);
    }

.treatment-hero-info-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 10px;
    }

.treatment-hero-info-label {
        font-size: 15px;
        margin-bottom: 6px;
    }

.treatment-hero-info-value {
        font-size: 14px;
    }

    /* Treatment Content 섹션 */
.treatment-cont01_cont {
        flex-direction: column;
        padding: 40px 20px 60px;
        gap: 40px;
    }

.treatment-tx_bx h1 {
        font-size: 23px;
        padding-bottom: 30px;
    }

.treatment-tx_bx h1 span {
        font-size: 16px;
    }

.treatment-tx_bx p {
        font-size: 15px;
        line-height: 24px;
    }

.treatment-tx_bx p + p {
        padding-bottom: 30px;
    }

.treatment-point-list li { font-size: 15px; line-height: 24px; }
    .treatment-target h2, .treatment-renewa h2 { font-size: 16px; }
    .treatment-target ul li { font-size: 15px; }

.treatment-tx_bxc h1 {
        font-size: 15px;
        width: 90px;
        height: 34px;
    }

.treatment-tx_bxc p {
        font-size: 15px;
    }

.treatment-right {
        width: 100%;
    }

    /* treatment 프라임 섹션 */
.treatment-prime-section {
        padding: 60px 0;
        background-image: none !important;
        background-color: #E7E0D8;
    }
    .treatment-prime-section--img-right .treatment-prime-img {
        display: none !important;
    }
    .section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .recommend-section .section-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .treatment-prime-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .treatment-prime-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .treatment-prime-list {
        gap: 15px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.6);
    }
    .treatment-prime-list-item p {
        font-size: 15px;
    }

    /* 추천대상 섹션 */
.recommend-section {
        padding: 60px 0;
    }
    .recommend-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .recommend-header {
        text-align: center;
        margin-bottom: 0;
    }
    .recommend-subtitle {
        font-size: 17px;
    }
    .recommend-title {
        font-size: 18px;
    }
    .recommend-list {
        max-width: none;
        gap: 20px;
    }
    .recommend-list-item p {
        font-size: 15px;
    }

    /* 체크리스트 섹션 */
.checklist-section {
        padding: 0;
    }
    .checklist-left-inner {
        padding: 50px 24px 50px;
    }
    .checklist-header {
        margin-bottom: 30px;
    }
    .checklist-subtitle {
        font-size: 17px;
    }
    .checklist-title {
        font-size: 18px;
        line-height: 1.4;
    }
    .checklist-item {
        min-height: 45px; 
    }
    .checklist-col-icon img {
        width: 18px;
        height: 18px;
    }
    .checklist-col-text {
        font-size: 14px;
    }
    .checklist-divider {
        margin: 12px 0;
    }
    .checklist-img-wrap {
        min-height: 320px;
    }
    .checklist-badge {
        padding: 12px 20px;
        gap: 10px;
    }
    .checklist-badge img {
        width: 20px;
        height: 20px;
    }

    /* 주의사항 섹션 */
    .precautions-section {
        padding: 60px 0;
    }
    .precautions-inner {
        padding: 0 24px;
    }
    .precautions-title {
        font-size: 18px;
    }
    .precautions-list li {
        font-size: 15px;
    }
    .precautions-list li:last-child {
        margin-bottom: 0;
    }

    /* 4 Word Difference 섹션 */
.word-difference-section {
        padding: 70px 0px 0px;
    }

    /* About 섹션 */
.about-section {
        height: 400px;
        background-attachment: scroll;
    }

.about-content h1 {
        font-size: 18px;
    }

.about-subtitle {
        font-size: 25px;
        padding: 25px 0 30px;
    }

.sub_btn {
        width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    /* 4 Word Difference 섹션 */
.word-difference-wrapper {
        height: auto;
        min-height: 600px;
    }

.word-difference-container {
        flex-direction: column;
        gap: 5px;
    }

.word-difference-main-image {
        display: none;
    }

.word-difference-title {
        font-size: 22px;
    }

.word-difference-thumb-list.desktop-only {
        display: none !important;
    }
    
    .word-difference-thumb-list {
        padding-top: 0;
        padding: 0 20px 40px;
        gap: 0;
    }

.word-difference-content {
        padding: 10px 0;
    }
    
    .word-diff-item-title {
        font-size: 27px;
        padding-bottom: 15px;
    }
    
    .word-difference-content p {
        font-size: 15px;
        line-height: 24px;
    }

    /* 반응형 공통 섹션 */
.mobile-only {
        display: block;
    }
    
    .desktop-only {
        display: none;
    }
}

@media (min-width: 1280px) {
    /* 서브 페이지 공통 섹션 */
.section-container {
        padding-left: 250px;
        padding-right: 250px;
    }
}
