@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    /* 	position: absolute;  */
    background-color: white;
    z-index: 1000;
    width: calc(100% - 22px);
}

/* ============== 쇼핑몰 브랜드(brand) - shopj02 brand02 기준 ============== */
.brand_wrap {
    padding-top: 30px;
}

.brand_wrap .common_tit {
    padding: 30px 30px 10px;
    text-align: center;
    font-size: 28px;
    color: #111;
}

.brand_wrap .common_desc {
    font-size: 16px;
    color: #666;
    margin: 8px 0 30px;
    text-align: center;
}

.brand_wrap .tab {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 0;
}

.brand_wrap .tab li {
    width: 16.66666666666667%;
    float: left;
}

.brand_wrap .tab li a {
    display: block;
    height: 41px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    color: #444;
    line-height: 2.5;
    text-align: center;
    border-right-width: 0;
}

.brand_wrap .tab li:nth-of-type(6n) a {
    border-right-width: 1px;
}

.brand_wrap .tab li:nth-of-type(n+7) a {
    border-top: 0;
}

.brand_wrap .tab li.on a {
    border-color: #007bc8;
    background: #007bc8;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #007bc8;
}

.brand_wrap .tab li:hover a {
    border-color: #007bc8;
    background: #007bc8;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #007bc8;
}

.brand_wrap .prd_list_wrap {}

.brand_wrap .prd_list {
    overflow: hidden;
}

.brand_wrap .prd_list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.brand_wrap .prd_list li:nth-of-type(3n) {
    margin-right: 0;
}

.brand_wrap .prd_list li>a {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.brand_wrap .prd_list li>a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_wrap .brand_info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
}

.brand_wrap .brand_info:hover {
    background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_name {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.05em;
}

.brand_wrap .prd_item_group {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px;
}

.brand_wrap .prd_item_group a {
    display: block;
    width: 30%;
    float: left;
}

.brand_wrap .prd_item_group a+a {
    margin-left: 5%;
}

.brand_wrap .prd_info {}

.brand_wrap .prd_img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.brand_wrap .prd_img:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.brand_wrap .prd_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand_wrap .prd_name {
    font-size: 13px;
    color: #444;
    line-height: 1.36;
    height: 2.71429em;
    overflow: hidden;
}

.brand_wrap .prd_price {
    font-size: 13px;
    color: #111;
}

.brand_wrap .prd_price strong {
    font-size: 15px;
}

/* 브랜드 헤더 (브랜드관 상단) */
.brand_wrap .brand_header {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a2e;
    margin-bottom: 40px;
    overflow: hidden;
}

.brand_wrap .brand_header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.brand_wrap .brand_header_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.brand_wrap .brand_logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.brand_wrap .brand_logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.brand_wrap .brand_logo_text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px;
}

.brand_wrap .brand_title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.brand_wrap .brand_title_eng {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.brand_wrap .brand_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.brand_wrap .brand_meta .brand_visitor {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.brand_wrap .brand_meta .brand_visitor i {
    margin-right: 5px;
}

.brand_wrap .brand_meta .brand_link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.brand_wrap .brand_meta .brand_link:hover {
    color: #fff;
}

.brand_wrap .brand_meta .brand_link i {
    margin-right: 5px;
}

.brand_wrap .brand_actions {}

.brand_wrap .btn_brand_info {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.brand_wrap .btn_brand_info:hover {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.brand_wrap .btn_brand_info i {
    margin-right: 8px;
}

/* 기존 brand_cover 스타일 유지 (호환성) */
.brand_wrap .brand_cover {
    height: 260px;
    margin-bottom: 50px;
}

.brand_wrap .brand_cover .common_tit {
    padding: 0;
    height: 120px;
}

.brand_wrap .brand_cover .common_tit img {
    height: 120px;
}

.brand_wrap .brand_cover .brand_cover_btns {
    margin: 20px 0;
    text-align: center;
}

.brand_wrap .brand_cover .brand_cover_btns button {
    display: inline-block;
    min-width: 2.57143em;
    height: 2.57143em;
    padding: 0 0.85714em;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    text-align: center;
    transition: 0.15s;
    font-size: 14px;
    background: transparent;
    margin: 0 4px;
}

.brand_wrap .brand_cover .brand_cover_btns button:hover {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.brand_wrap .brand_cover .brand_cover_btns button span {
    color: #fff;
}

.brand_wrap .brand_cover .brand_cover_btns button i {
    color: #fff;
}

.brand_wrap .brand_cover .brand_cover_visitor {
    color: #fff;
    opacity: 0.8;
    text-align: center;
    font-size: 14px;
}

.brand_wrap .brand_cover .brand_cover_visitor span {}

/* 브랜드 소개 팝업 */
.brand_wrap .brand_pop {
    display: none;
}

.brand_wrap .view_brand {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
}

.brand_wrap .view_brand .box {
    width: 850px;
    min-height: 400px;
    position: fixed;
    left: 50%;
    left: 50%;
    margin-left: -425px;
    margin-top: 100px;
    z-index: 2500;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.brand_wrap .view_brand .title {
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.brand_wrap .view_brand .title h2 {
    font-size: 22px;
    color: #333;
    text-align: left;
    font-weight: 600;
}

.brand_wrap .view_brand .title .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 40px;
    color: #999;
    font-weight: 400;
    transition: color 0.2s;
}

.brand_wrap .view_brand .title .close:hover {
    color: #333;
}

.brand_wrap .view_brand .info {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.brand_wrap .view_brand .info img {
    max-width: 100% !important;
    height: auto !important;
}

@media all and (max-width:1000px) {
    .brand_wrap .prd_list li {
        width: 49%;
    }

    .brand_wrap .prd_list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .brand_wrap .prd_list li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .brand_wrap .view_brand .box {
        width: 80%;
        margin-left: -40%;
    }

    .brand_wrap .brand_header {
        height: 280px;
    }

    .brand_wrap .brand_logo {
        width: 100px;
        height: 100px;
    }

    .brand_wrap .brand_title {
        font-size: 26px;
    }
}

@media all and (max-width:640px) {
    .brand_wrap {
        padding-top: 4.6875vw;
    }

    .brand_wrap .common_tit {
        padding: 4.6875vw 4.6875vw 1.5625vw;
        font-size: 4.375vw;
        height: 18.75vw !important;
    }

    .brand_wrap .common_tit img {}

    .brand_wrap .common_desc {
        font-size: 2.5vw;
        margin: 1.25vw 0 4.6875vw;
    }

    .brand_wrap .tab {
        margin-bottom: 4.6875vw;
    }

    .brand_wrap .tab li {
        width: 25%;
    }

    .brand_wrap .tab li:nth-of-type(6n) a {
        border-right-width: 0;
    }

    .brand_wrap .tab li:nth-of-type(4n) a {
        border-right-width: 1px;
    }

    .brand_wrap .tab li:nth-of-type(n+5) a {
        border-top: 0;
    }

    .brand_wrap .tab li a {
        height: 6.40625vw;
        font-size: 2.5vw;
    }

    .brand_wrap .brand_name {
        margin-top: -2.5vw;
        font-size: 4.6875vw;
    }

    .brand_wrap .prd_item_group {
        padding: 1.5625vw;
    }

    .brand_wrap .prd_name {
        font-size: 2.03125vw;
    }

    .brand_wrap .prd_price {
        font-size: 2.03125vw;
    }

    .brand_wrap .prd_price strong {
        font-size: 2.34375vw;
    }

    .brand_wrap .prd_list li {
        width: 100%;
        margin-right: 0;
    }

    .brand_wrap .brand_cover {
        height: 40.625vw;
    }

    .brand_wrap .brand_cover .common_tit img {
        height: 18.75vw;
    }

    .brand_wrap .brand_cover .brand_cover_btns {
        margin: 3.125vw 0;
    }

    .brand_wrap .brand_cover .brand_cover_btns button {
        font-size: 2.1875vw;
        margin: 0 0.625vw;
    }

    .brand_wrap .brand_cover .brand_cover_visitor {
        font-size: 2.1875vw;
    }

    .brand_wrap .view_brand .box {
        width: 90%;
        margin-left: -45%;
        margin-top: 31.25vw;
        padding: 3.90625vw;
    }

    .brand_wrap .view_brand .title {
        line-height: 6.25vw;
        margin-bottom: 3.125vw;
    }

    .brand_wrap .view_brand .title h2 {
        font-size: 3.4375vw;
    }

    .brand_wrap .view_brand .title .close {
        font-size: 4.6875vw;
        line-height: 6.25vw;
    }

    .brand_wrap .view_brand .info {
        font-size: 2.1875vw;
    }

    /* 브랜드 헤더 모바일 */
    .brand_wrap .brand_header {
        height: 220px;
        margin-bottom: 20px;
    }

    .brand_wrap .brand_header_content {
        padding: 15px;
    }

    .brand_wrap .brand_logo {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    .brand_wrap .brand_logo_text {
        font-size: 16px;
    }

    .brand_wrap .brand_title {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .brand_wrap .brand_title_eng {
        font-size: 11px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .brand_wrap .brand_meta {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 12px;
    }

    .brand_wrap .brand_meta .brand_visitor,
    .brand_wrap .brand_meta .brand_link {
        font-size: 12px;
    }

    .brand_wrap .btn_brand_info {
        padding: 8px 20px;
        font-size: 12px;
    }
}

/* Main Visual New Style */
.main_visual_new {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}


.mv_container {
    width: 100%;
    height: 100%;
}

.mv_slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mv_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.mv_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(245, 242, 237, 0) 0%, rgba(245, 242, 237, 0.4) 54%, #F5F2ED 100%);
    z-index: 2;
}

.mv_content {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.mv_content_bottom {
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mv_content_left {
    left: 240px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mv_title {
    color: white;
    font-size: 100px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 0.9;
    margin-bottom: 54px;
    word-break: keep-all;
}

.mv_desc {
    color: white;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    word-break: keep-all;
}

.mv_btn_resv {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 56px;
    margin-top: 120px;
    background: #333333;
    border: 1px solid white;
    color: white !important;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
    backdrop-filter: blur(2px);
    transition: all 0.3s;
}

.mv_btn_resv:hover {
    background: white;
    color: #333;
}

.mv_sns_links {
    position: fixed;
    right: 40px;
    bottom: 80px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sns_item {
    width: 52px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s;
}

.sns_item:hover {
    transform: translateY(-5px);
}

.sns_item.kakao {
    background: #FEE500;
}

.sns_item.naver {
    background: #03C75A;
}

.sns_item.other {
    background: #333333;
}

.sns_icon {
    width: 16.67px;
    height: 16.67px;
    border: 1.67px solid;
    box-sizing: border-box;
}

.sns_item.kakao .sns_icon {
    border-color: #3C1E1E;
}

.sns_item.naver .sns_icon {
    border-color: white;
}

.sns_item.other .sns_icon {
    border-color: white;
}

/* Responsive Styles */
@media screen and (max-width: 1600px) {
    .mv_content_left {
        left: 100px;
    }

    .mv_title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .mv_content_left {
        left: 50px;
    }

    .mv_title {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .mv_btn_resv {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .mv_content_left {
        left: 20px;
        top: 45%;
        max-width: calc(100% - 40px);
    }

    .mv_title {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .mv_desc {
        font-size: 16px;
    }

    .mv_btn_resv {
        margin-top: 40px;
        width: 160px;
        height: 48px;
        font-size: 12px;
    }

    .mv_content_bottom {
        bottom: 100px;
    }

    .mv_sns_links {
        right: 20px;
        bottom: 30px;
        gap: 8px;
    }

    .sns_item {
        width: 44px;
        height: 38px;
    }
}

@media screen and (max-width: 480px) {
    .mv_title {
        font-size: 32px;
    }

    .mv_desc {
        font-size: 14px;
    }
}


/* 20260325 추가 */

/* white clinic */
.wc_s_visual {
    aspect-ratio: 1 / 0.36458333;
    width: 100%;
    min-height: 690px;
    overflow: hidden;
}

.wc_s_visual .inner {
    height: 100%;
}

.wc_s_visual .inner .text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    height: 100%;

    padding-top: 30px;
}

.wc_s_visual .inner h1 {
    color: #FFF;
    text-align: center;
    font-family: "Sorts Mill Goudy";
    font-size: clamp(30px, calc(80 / 1440 * 100vw), 80px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -4.8px;
    text-transform: capitalize;
}

.wc_s_visual .inner h2 {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: clamp(16px, calc(80 / 1440 * 100vw), 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 2px;
}

@media all and (max-width:1024px) {
    .wc_s_visual {
        min-height: 500px;
    }

    .wc_s_visual .inner h1 {
        letter-spacing: 1px;
    }


}

@media all and (max-width:768px) {
    .wc_s_visual {
        min-height: 400px;
        margin-top: 15px;
    }

    .wc_s_visual .inner .text {
        gap: 15px;
    }

    .wc_s_visual .inner h1 span {
        display: none;
    }
}

/* clinic identity */

.wc_clinic_identity {
    border-radius: 24px;
    border: 2px solid #EEE;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translateY(-120px);
    background-color: #fff;
}

.wc_clinic_identity .bg_text {
    position: absolute;
    bottom: -15%;
    left: 20%;
    color: rgba(238, 238, 238, 0.40);
    font-size: 750px;
    font-family: "Caramel", cursive;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    z-index: 0;
}

.wc_clinic_identity .inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc_clinic_identity .identity_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 80px;
}

.wc_clinic_identity .identity_header .sub_title {
    color: #424242;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 6px;
}

.wc_clinic_identity .identity_header .title {
    color: #424242;
    font-family: "Gloock", serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}

.wc_clinic_identity .identity_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.wc_clinic_identity .greeting {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.wc_clinic_identity .greeting .quote_open,
.wc_clinic_identity .greeting .quote_close {
    flex-shrink: 0;
    margin-top: 10px;
}

.wc_clinic_identity .greeting .greeting_main {
    color: #424242;
    font-family: Pretendard;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
}

.wc_clinic_identity .message {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wc_clinic_identity .message p {
    color: rgba(0, 0, 0, 0.70);
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

@media all and (max-width:1440px) {
    .wc_clinic_identity {
        width: 93.75%;
    }
}

@media all and (max-width:1024px) {

    .wc_clinic_identity {
        transform: unset;
        border: unset;
    }

    .wc_clinic_identity .identity_header {
        margin-bottom: 60px;
    }

    .wc_clinic_identity .identity_header .title {
        font-size: 32px;
    }

    .wc_clinic_identity .greeting .greeting_main {
        font-size: 28px;
    }

    .wc_clinic_identity .message p {
        font-size: 20px;
    }

    .wc_clinic_identity .identity_content .quote_open {
        margin-left: calc(50% - 200px);
    }

    .wc_clinic_identity .identity_content .quote_close {
        margin-right: calc(50% - 200px);
    }
}

@media all and (max-width:768px) {
    .wc_clinic_identity .identity_header {
        margin-bottom: 40px;
    }

    .wc_clinic_identity .identity_header .title {
        font-size: 28px;
    }

    .wc_clinic_identity .greeting .greeting_main {
        font-size: 22px;
    }

    .wc_clinic_identity .message p {
        font-size: 17px;
    }

    .wc_clinic_identity .identity_content .quote_open,
    .wc_clinic_identity .identity_content .quote_close {
        width: 36px;
        height: auto;
    }

    .wc_clinic_identity .identity_content .quote_open {
        margin-left: 20px;
    }

    .wc_clinic_identity .identity_content .quote_close {
        margin-right: 20px;
    }

    .identity_content .message p br {
        display: none;
    }
}

/* sub_visual custom */
.wc_s_visual.end_custom {
    aspect-ratio: 1 / 0.3125;
    min-height: 600px;
    max-height: 600px;
}

.wc_s_visual.end_custom .inner {
    position: relative;
}

.wc_s_visual.end_custom .inner .text h1 {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: clamp(32px, calc(54 / 1440 * 100vw), 54px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.visual_bg_txt {
    color: #FFF;
    text-align: center;
    font-family: "Sorts Mill Goudy";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -7.2px;
    text-transform: capitalize;

    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    bottom: -10%;
}


@media (max-width: 1024px) {
    .wc_s_visual.end_custom {
        min-height: 500px;
    }

    .visual_bg_txt {
        font-size: 80px;
        bottom: -8%;
    }
}

@media (max-width: 768px) {
    .wc_s_visual.end_custom {
        min-height: 400px;
    }

    .visual_bg_txt {
        font-size: 40px;
        bottom: -5%;
        letter-spacing: 1px;
    }

    .visual_bg_txt span {
        display: none;
    }
}

/* 공통 섹션 헤더 (label + title) */
.wc_section_header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
}

.wc_section_header .section_label {
    color: #666;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 6px;
}

.wc_section_header .section_title {
    color: #666;
    font-size: 40px;
    font-family: Pretendard;
    font-weight: 500;
    text-transform: uppercase;
}

.wc_section_header.white .section_label,
.wc_section_header.white .section_title {
    color: #fff;
}

.wc_section_header.center {
    align-items: center;
    text-align: center;
}

@media all and (max-width:1024px) {
    .wc_section_header .section_title {
        font-size: 30px !important;
    }
}

/* @media all and (max-width:768px) {
    .wc_section_header .section_title {
        font-size: 26px !important;
    }
} */

/* intro section (공통 - 이미지+텍스트 레이아웃) */
.wc_intro_section .intro_wrap {
    display: flex;
    gap: 70px;
    align-items: center;
}

.wc_intro_section .intro_img {
    flex: 0 0 700px;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    /* overflow: hidden; */
}

.wc_intro_section .intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc_intro_section .intro_text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wc_intro_section .wc_section_header {
    padding-bottom: 20px;
    border-bottom: 2px solid #E9E9E9;
}

.wc_intro_section .intro_desc {
    color: #52525C;
    font-size: 22px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 130%;
}

.wc_intro_section .intro_quote {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.wc_intro_section .intro_quote .quote_open,
.wc_intro_section .intro_quote .quote_close {
    flex-shrink: 0;
    margin-top: 4px;
}

.wc_intro_section .intro_quote .quote_text {
    color: #52525C;
    font-size: 23px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 36px;
}

@media all and (max-width:1200px) {
    .wc_intro_section .intro_img {
        flex: 0 0 400px;
    }

    .wc_intro_section .intro_wrap {
        gap: 50px;
    }

    .wc_intro_section .intro_desc {
        font-size: 19px;
        line-height: 28px;
    }

    .wc_intro_section .intro_quote .quote_text {
        font-size: 20px;
        line-height: 32px;
    }
}

@media all and (max-width:1024px) {
    .wc_intro_section .intro_wrap {
        flex-direction: column;
        gap: 40px;
    }

    .wc_intro_section .intro_img {
        flex: none;
        width: 100%;
        max-width: 500px;
    }

    .wc_intro_section .intro_text {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    .wc_intro_section .intro_desc {
        font-size: 16px;
        line-height: 24px;
    }

    .wc_intro_section .intro_quote .quote_text {
        font-size: 17px;
        line-height: 28px;
    }

    .wc_intro_section .intro_quote .quote_open,
    .wc_intro_section .intro_quote .quote_close {
        width: 36px;
        height: auto;
    }
}

/* signature intro section (시그니처 인트로 - 좌우 분할) */
.wc_signature_intro .inner {
    display: flex;
    align-items: center;
}

.wc_signature_intro .signature_wrap {
    display: flex;
    align-items: center;
    gap: 120px;
    width: 100%;
}

.wc_signature_intro .signature_left {
    flex: 0 0 389px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
    min-width: 0;
}

.wc_signature_intro .signature_left .logo {
    max-width: 100%;
    height: auto;
}

.wc_signature_intro .signature_left .label {
    color: #222;
    font-size: 40px;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 400;
    text-transform: capitalize;
}

.wc_signature_intro .signature_left .title {
    color: #222;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
}

.wc_signature_intro .signature_left .title.title_repair {
    font-size: 50px;
    white-space: nowrap;
}

.wc_signature_intro .signature_left .desc {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.wc_signature_intro .signature_left .desc b {
    font-weight: 700;
}

.wc_signature_intro .signature_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    min-width: 0;
}

.wc_signature_intro .signature_right .headline {
    color: #424242;
    font-size: 34px;
    font-weight: 400;
    line-height: 63px;
}

.wc_signature_intro .signature_right .highlight {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    z-index: 0;
}

.conclusion_text .highlight {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    z-index: 0;
}

.conclusion_text .highlight::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 16px;
    background: rgba(178, 204, 255, 0.60);
    z-index: -1;
}

.wc_signature_intro .signature_right .highlight::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 16px;
    background: rgba(178, 204, 255, 0.60);
    z-index: -1;
}

.wc_signature_intro .signature_right .desc_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wc_signature_intro .signature_right .desc_group p {
    color: #424242;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    word-break: keep-all;
}

.wc_signature_intro .signature_right .signature_images {
    display: flex;
    gap: 60px;
}

.wc_signature_intro .signature_right .signature_images img {
    flex: 1;
    min-width: 0;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    object-fit: cover;
}

@media all and (max-width:1280px) {
    .wc_signature_intro .signature_wrap {
        gap: 60px;
    }

    .wc_signature_intro .signature_left {
        flex: 0 0 300px;
    }

    .wc_signature_intro .signature_left .label {
        font-size: 32px;
    }

    .wc_signature_intro .signature_left .title {
        font-size: 50px;
    }

    .wc_signature_intro .signature_left .title.title_repair {
        font-size: 36px;
        white-space: normal;
    }

    .wc_signature_intro .signature_left .desc {
        font-size: 20px;
        line-height: 30px;
    }

    .wc_signature_intro .signature_right {
        gap: 50px;
    }

    .wc_signature_intro .signature_right .headline {
        font-size: 34px;
        line-height: 51px;
    }

    .wc_signature_intro .signature_right .desc_group p {
        font-size: 22px;
        line-height: 33px;
    }
}

@media all and (max-width:1024px) {
    .wc_signature_intro .signature_wrap {
        flex-direction: column;
        gap: 50px;
    }

    .wc_signature_intro .signature_left {
        flex: 0 0 auto;
        gap: 24px;
    }

    .wc_signature_intro .signature_right {
        width: 100%;
        gap: 40px;
    }

    .wc_signature_intro .signature_right .headline br {
        display: none;
    }
}

@media all and (max-width:768px) {
    .wc_signature_intro .signature_left .label {
        font-size: 26px;
    }

    .wc_signature_intro .signature_left .title {
        font-size: 44px;
    }

    .wc_signature_intro .signature_left .title.title_repair {
        font-size: 28px;
    }

    .wc_signature_intro .signature_left .desc {
        font-size: 17px;
        line-height: 26px;
    }

    .wc_signature_intro .signature_right .headline {
        font-size: 26px;
        line-height: 40px;
    }

    .wc_signature_intro .signature_right .highlight::before {
        height: 12px;
        bottom: 6px;
    }

    .wc_signature_intro .signature_right .desc_group {
        gap: 30px;
    }

    .wc_signature_intro .signature_right .desc_group p {
        font-size: 17px;
        line-height: 26px;
    }

    .wc_signature_intro .signature_right .desc_group br {
        display: none;
    }
}

/* diagnosis section (정밀 진단 - 헤더 + 2이미지) */
.wc_diagnosis_section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}

.wc_diagnosis_section .diagnosis_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.wc_diagnosis_section .wc_section_header {
    gap: 12px;
}

.wc_diagnosis_section .wc_section_header .section_label {
    color: #424242;
}

.wc_diagnosis_section .wc_section_header .section_title {
    color: #424242;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.wc_diagnosis_section .diagnosis_sub {
    color: #424242;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.wc_diagnosis_section .diagnosis_images {
    display: flex;
    gap: 42px;
    width: 100%;
}

.wc_diagnosis_section .diagnosis_images img {
    border-radius: 24px;
    object-fit: cover;
    min-width: 0;
    width: 100%;
    height: auto;
}

.wc_diagnosis_section .diagnosis_images img:first-child {
    flex: 520;
    aspect-ratio: 520 / 460;
}

.wc_diagnosis_section .diagnosis_images img:last-child {
    flex: 1160;
    aspect-ratio: 1160 / 460;
}

@media all and (max-width:1024px) {
    .wc_diagnosis_section .inner {
        gap: 60px;
    }

    .wc_diagnosis_section .wc_section_header .section_title {
        font-size: 34px !important;
    }

    .wc_diagnosis_section .diagnosis_sub {
        font-size: 17px;
        line-height: 26px;
    }

    .wc_diagnosis_section .diagnosis_images {
        gap: 20px;
    }
}

@media all and (max-width:768px) {
    .wc_diagnosis_section .inner {
        gap: 40px;
    }

    .wc_diagnosis_section .wc_section_header .section_title {
        font-size: 26px !important;
    }

    .wc_diagnosis_section .diagnosis_sub br {
        display: none;
    }

    .wc_diagnosis_section .diagnosis_images {
        flex-direction: column;
        gap: 16px;
    }

    .wc_diagnosis_section .diagnosis_images img:first-child,
    .wc_diagnosis_section .diagnosis_images img:last-child {
        flex: 1 1 auto;
        border-radius: 16px;
    }
}

/* diagnosis types (피그마 - 흉터 타입 4개 박스) */
.wc_diagnosis_section .diagnosis_types {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.wc_diagnosis_section .diagnosis_type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    padding: 20px;
}

.wc_diagnosis_section .type_label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 140px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    outline: 2px solid #B2CCFF;
    outline-offset: -2px;
    backdrop-filter: blur(30px);
    color: #424242;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.wc_diagnosis_section .type_bar {
    display: block;
    width: 187px;
    height: 56px;
    overflow: hidden;
    line-height: 0;
}

.wc_diagnosis_section .type_bar svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 1024px) {
    .wc_diagnosis_section .diagnosis_types {
        gap: 40px;
        flex-wrap: wrap;
    }

    .wc_diagnosis_section .diagnosis_type {
        gap: 40px;
    }

    .wc_diagnosis_section .type_label {
        font-size: 20px;
        width: auto;
        min-width: 120px;
        padding: 8px 16px;
    }

    .wc_diagnosis_section .type_bar {
        width: 150px;
        height: 44px;
    }
}

@media all and (max-width: 768px) {
    .wc_diagnosis_section .diagnosis_types {
        gap: 20px 30px;
    }

    .wc_diagnosis_section .diagnosis_type {
        gap: 28px;
        padding: 10px;
    }

    .wc_diagnosis_section .type_label {
        font-size: 17px;
        width: auto;
        min-width: 100px;
        padding: 8px 12px;
    }

    .wc_diagnosis_section .type_bar {
        width: 110px;
        height: 34px;
    }
}

/* diagnosis cards (피그마 - 1개 메인 이미지 + 3개 카드 with label) */
.wc_diagnosis_section .diagnosis_cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 1440px;
}

.wc_diagnosis_section .diagnosis_card_main {
    flex: 0 0 410px;
    width: 410px;
    height: 362px;
    border-radius: 24px;
    overflow: hidden;
    background: #F5F5F5;
}

.wc_diagnosis_section .diagnosis_card_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc_diagnosis_section .diagnosis_card_group {
    display: flex;
    align-items: center;
    gap: 0;
}

.wc_diagnosis_section .diagnosis_card {
    position: relative;
    width: 304px;
    height: 364px;
    overflow: hidden;
    background: #F5F5F5;
}

.wc_diagnosis_section .diagnosis_card:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.wc_diagnosis_section .diagnosis_card:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.wc_diagnosis_section .diagnosis_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc_diagnosis_section .diagnosis_card_label {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    outline: 1.5px solid #B2CCFF;
    outline-offset: -1.5px;
    backdrop-filter: blur(30px);
    color: #424242;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

@media all and (max-width: 1440px) {
    .wc_diagnosis_section .diagnosis_cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .wc_diagnosis_section .diagnosis_card_main {
        flex: 0 0 100%;
        max-width: 410px;
    }
}

@media all and (max-width: 1024px) {
    .wc_diagnosis_section .diagnosis_card_main {
        height: 280px;
    }

    .wc_diagnosis_section .diagnosis_card {
        width: 230px;
        height: 280px;
    }

    .wc_diagnosis_section .diagnosis_card_label {
        font-size: 17px;
        padding: 8px;
    }
}

@media all and (max-width: 768px) {
    .wc_diagnosis_section .diagnosis_card_group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wc_diagnosis_section .diagnosis_card {
        width: 100%;
        max-width: 340px;
        height: 220px;
        border-radius: 16px !important;
    }
}

/* feedback section (끊임없는 피드백 - 스텝 타임라인) */
.wc_feedback_section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
}

.wc_feedback_section .feedback_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.wc_feedback_section .wc_section_header {
    gap: 12px;
}

.wc_feedback_section .wc_section_header .section_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.wc_feedback_section .feedback_sub {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.wc_feedback_section .feedback_steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 프로그레스 라인 - 순차적으로 채워지는 효과 */
.wc_feedback_section .feedback_steps::before {
    content: '';
    position: absolute;
    top: 62px;
    left: calc(10% - 25px);
    right: calc(10% - 25px);
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
}

.wc_feedback_section .feedback_steps::after {
    content: '';
    position: absolute;
    top: 62px;
    left: calc(10% - 25px);
    right: calc(10% - 25px);
    height: 2px;
    background: linear-gradient(90deg, #B2CCFF, #7BA6FF, #5B8DEF);
    z-index: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.wc_feedback_section .feedback_steps.steps_active::after {
    transform: scaleX(1);
}

/* 스텝 아이템 - 기본 상태 (뒤에서 앞으로 나오는 느낌) */
.wc_feedback_section .step_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-width: 0;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(50px) scale(0.85);
    filter: blur(4px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 순차 딜레이 */
.wc_feedback_section .step_item[data-step="1"] {
    transition-delay: 0.1s;
}

.wc_feedback_section .step_item[data-step="2"] {
    transition-delay: 0.35s;
}

.wc_feedback_section .step_item[data-step="3"] {
    transition-delay: 0.6s;
}

.wc_feedback_section .step_item[data-step="4"] {
    transition-delay: 0.85s;
}

.wc_feedback_section .step_item[data-step="5"] {
    transition-delay: 1.1s;
}

/* 활성 상태 */
.wc_feedback_section .step_item.step_visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* 스텝 번호 */
.wc_feedback_section .step_num {
    color: rgba(255, 255, 255, 0.35);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Sorts Mill Goudy', serif;
    transition: color 0.5s ease, text-shadow 0.5s ease;
}

.wc_feedback_section .step_item.step_visible .step_num {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 20px rgba(178, 204, 255, 0.4);
}

/* 서클 래퍼 */
.wc_feedback_section .step_circle_wrap {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.wc_feedback_section .step_circle {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.wc_feedback_section .step_item.step_visible .step_circle {
    animation: stepCircleBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes stepCircleBounce {
    0% {
        transform: scale(0.5);
    }

    60% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

/* 펄스 이펙트 */
.wc_feedback_section .step_pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(178, 204, 255, 0.5);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: 1;
}

.wc_feedback_section .step_item.step_visible .step_pulse {
    animation: stepPulseRing 2s ease-out 0.5s infinite;
}

@keyframes stepPulseRing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}

/* 커넥터 SVG */
.wc_feedback_section .step_connector {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

.wc_feedback_section .step_item.step_visible .step_connector {
    opacity: 1;
    transform: translateY(0);
}

.wc_feedback_section .step_icon {
    margin-top: 14px;
}

.wc_feedback_section .step_title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-top: 14px;
    text-align: center;
}

.wc_feedback_section .step_desc {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wc_feedback_section .step_item.step_visible .step_desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

/* 호버 인터랙션 */
.wc_feedback_section .step_item.step_visible:hover {
    transform: translateY(-8px) scale(1.05);
}

.wc_feedback_section .step_item.step_visible:hover .step_circle {
    filter: drop-shadow(0 0 12px rgba(178, 204, 255, 0.6));
    transform: scale(1.1);
}

.wc_feedback_section .step_item.step_visible:hover .step_num {
    color: #fff;
    text-shadow: 0 0 30px rgba(178, 204, 255, 0.8);
}

.wc_feedback_section .step_item {
    cursor: default;
}

@media all and (max-width:1280px) {
    .wc_feedback_section .inner {
        gap: 80px;
    }

    .wc_feedback_section .step_title {
        font-size: 22px;
    }

    .wc_feedback_section .step_desc {
        font-size: 18px;
        line-height: 26px;
    }
}

@media all and (max-width:1024px) {
    .wc_feedback_section .inner {
        gap: 60px;
    }

    .wc_feedback_section .wc_section_header .section_title {
        font-size: 34px !important;
    }

    .wc_feedback_section .feedback_sub {
        font-size: 17px;
        line-height: 26px;
    }

    .wc_feedback_section .feedback_sub br {
        display: none;
    }

    .wc_feedback_section .step_title {
        font-size: 20px;
    }

    .wc_feedback_section .step_desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media all and (max-width:768px) {
    .wc_feedback_section .inner {
        gap: 40px;
    }

    .wc_feedback_section .wc_section_header .section_title {
        font-size: 26px !important;
    }

    .wc_feedback_section .feedback_steps {
        flex-wrap: wrap;
        gap: 40px 20px;
        justify-content: center;
    }

    .wc_feedback_section .feedback_steps::before,
    .wc_feedback_section .feedback_steps::after {
        display: none;
    }

    .wc_feedback_section .step_item {
        flex: 0 0 calc(50% - 10px);
        /* 모바일에서도 앞으로 나오는 효과 유지 */
        transform: translateY(30px) scale(0.9);
    }

    .wc_feedback_section .step_circle_wrap {
        width: 40px;
        height: 40px;
    }

    .wc_feedback_section .step_circle {
        width: 40px;
        height: 40px;
    }

    .wc_feedback_section .step_pulse {
        width: 40px;
        height: 40px;
    }

    .wc_feedback_section .step_icon {
        margin-top: 0;
    }
}

/* feedback timeline (피그마 - 가로 라인 + 5개 원) */
.wc_feedback_section .feedback_timeline {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 30px auto 0;
}

.wc_feedback_section .timeline_steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc_feedback_section .timeline_steps::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 100px;
    right: 100px;
    height: 2px;
    background: #fff;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s ease, opacity 0.4s ease;
    z-index: 0;
}

.wc_feedback_section .feedback_timeline.active .timeline_steps::before {
    opacity: 1;
    transform: scaleX(1);
}

.wc_feedback_section .timeline_step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    flex: 0 0 200px;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wc_feedback_section .feedback_timeline.active .timeline_step {
    opacity: 1;
    transform: translateY(0);
}

.wc_feedback_section .timeline_dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #858584;
    outline: 1px solid #fff;
    outline-offset: -1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.wc_feedback_section .timeline_dot::after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #B2CCFF;
}

.wc_feedback_section .timeline_connector {
    flex-shrink: 0;
    display: block;
    margin-top: 70px;
}

.wc_feedback_section .timeline_desc {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    word-break: keep-all;
    margin-top: 32px;
}

.wc_feedback_section .timeline_desc.emphasize_scar {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    animation: scarPulse 1.2s infinite alternate ease-in-out;
}

@keyframes scarPulse {
    0% {
        transform: scale(1);
        text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(1.05);
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
    }
}

@media all and (max-width: 1024px) {
    .wc_feedback_section .feedback_timeline {
        margin-top: 20px;
    }

    .wc_feedback_section .timeline_step {
        width: auto;
        flex: 1;
        gap: 40px;
    }

    .wc_feedback_section .timeline_desc {
        font-size: 17px;
        line-height: 24px;
    }

    .wc_feedback_section .timeline_desc.emphasize_scar {
        font-size: 28px;
    }
}

@media all and (max-width: 768px) {
    .wc_feedback_section .timeline_steps::before {
        display: none;
    }

    .wc_feedback_section .timeline_steps {
        flex-wrap: wrap;
        gap: 30px 16px;
        justify-content: center;
    }

    .wc_feedback_section .timeline_step {
        flex: 0 0 calc(50% - 8px);
        gap: 20px;
        width: auto;
    }

    .wc_feedback_section .timeline_desc {
        font-size: 15px;
        line-height: 22px;
    }

    .wc_feedback_section .timeline_desc.emphasize_scar {
        font-size: 24px;
    }
}

/* feature section (공통 - 배경이미지 + 카드) */
.wc_feature_section {
    background-size: cover;
    background-position: center;
}

.wc_feature_section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc_feature_section .feature_sub {
    color: #fff;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
}

.wc_feature_section .feature_badge {
    margin-top: 88px;
    padding: 5px;
    border-radius: 100px;
    outline: 1px solid rgba(255, 255, 255, 0.5);
    outline-offset: -1px;
}

.wc_feature_section .feature_badge span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
}

.wc_feature_section .feature_cards {
    display: flex;
    gap: 18px;
    margin-top: 64px;
    width: 100%;
}

.wc_feature_section .feature_card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.wc_feature_section .feature_step {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}

.wc_feature_section .feature_step span {
    color: #424242;
    font-size: 26px;
    font-weight: 600;
}

.wc_feature_section .feature_card_title {
    color: #424242;
    font-size: 22px;
    font-family: Pretendard;
    font-weight: 600;
    margin-bottom: 30px;
}

.wc_feature_section .feature_card_desc {
    color: #71717B;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: balance;
}

@media all and (max-width:1024px) {
    .wc_feature_section .feature_cards {
        flex-direction: column;
        max-width: 500px;
    }

    .wc_feature_section .feature_card {
        padding: 30px;
    }

    .wc_feature_section .feature_card_title {
        font-size: 20px;
    }

    .wc_feature_section .feature_card_desc {
        font-size: 17px;
    }

    .wc_feature_section .feature_badge {
        margin-top: 60px;
    }

    .wc_feature_section .feature_badge span {
        font-size: 22px;
        line-height: 34px;
    }
}

@media all and (max-width:768px) {
    .wc_feature_section .feature_sub {
        font-size: 17px;
        line-height: 24px;
    }

    .wc_feature_section .feature_cards {
        margin-top: 40px;
    }

    .wc_feature_section .feature_card_desc {
        font-size: 15px;
    }

    .wc_feature_section .feature_badge {
        margin-top: 40px;
    }

    .wc_feature_section .feature_badge span {
        font-size: 18px;
        line-height: 28px;
        padding: 6px 18px;
    }

    .wc_feature_section .feature_step span {
        font-size: 22px;
    }
}

/* recommend section (공통 - 추천대상 레이아웃) */
.wc_recommend_section .recommend_wrap {
    display: flex;
    gap: 70px;
    align-items: center;
}

.wc_recommend_section .recommend_left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.wc_recommend_section .recommend_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wc_recommend_section .recommend_list li {
    padding: 10px 30px;
    border-left: 4px solid #F5F2ED;
    color: #3F3F46;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
}

.wc_recommend_section .recommend_img {
    flex: 0 0 700px;
    border-radius: 24px;
    position: relative;
}

/* .recommend_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-30%, 30%);
    width: 255px;
    aspect-ratio: 1 / 1;
    background: rgba(238, 238, 238, 0.4);
    border-radius: 50%;
    z-index: -1;
} */

.wc_recommend_section .recommend_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width:1200px) {
    .wc_recommend_section .recommend_wrap {
        gap: 50px;
    }

    .wc_recommend_section .recommend_img {
        flex: 0 0 400px;
    }
}

@media all and (max-width:1024px) {
    .wc_recommend_section .recommend_wrap {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .wc_recommend_section .recommend_img {
        flex: none;
        width: 100%;
        max-width: 500px;
    }

    .wc_recommend_section .recommend_left {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    .wc_recommend_section .recommend_list li {
        font-size: 17px;
        padding: 8px 20px;
    }

    .wc_recommend_section .recommend_list {
        gap: 20px;
    }
}

/* recommend section - center_align (피그마 - 중앙 정렬 5개 박스, 이미지 없음) */
.wc_recommend_section.center_align .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wc_recommend_section.center_align .recommend_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    width: 100%;
    max-width: 1440px;
}

.wc_recommend_section.center_align .recommend_list.center {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 760px;
}

.wc_recommend_section.center_align .recommend_list.center li {
    width: 100%;
    box-sizing: border-box;
    min-height: 80px;
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.20);
    border-left: 10px solid #B2CCFF;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    display: flex;
    align-items: center;
}

@media all and (max-width: 1024px) {
    .wc_recommend_section.center_align .recommend_center {
        gap: 50px;
    }

    .wc_recommend_section.center_align .recommend_list.center {
        gap: 24px;
        max-width: 600px;
    }

    .wc_recommend_section.center_align .recommend_list.center li {
        font-size: 19px;
        line-height: 30px;
        padding: 16px 24px;
        border-left-width: 8px;
    }
}

@media all and (max-width: 768px) {
    .wc_recommend_section.center_align .recommend_center {
        gap: 36px;
    }

    .wc_recommend_section.center_align .recommend_list.center {
        gap: 16px;
    }

    .wc_recommend_section.center_align .recommend_list.center li {
        font-size: 16px;
        line-height: 24px;
        padding: 14px 18px;
        border-left-width: 6px;
        border-radius: 12px;
        min-height: 60px;
    }
}

/* procedure section (공통 - 시술정보 카드) */
.wc_procedure_section {
    background-size: cover;
    background-position: center;
}

.wc_procedure_section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc_procedure_section .procedure_cards {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    width: 100%;
    justify-content: center;
}

.wc_procedure_section .procedure_card {
    flex: 1;
    max-width: 220px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.wc_procedure_section .procedure_label {
    color: #424242;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 16.5px;
}

.wc_procedure_section .procedure_value {
    color: rgba(66, 66, 66, 0.70);
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 24px;
}

.wc_procedure_section .procedure_note {
    color: #fff;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.procedure_line {
    max-width: 50px;
    width: 100%;
    height: 2px;
    background-color: #e9e9e9;
}

@media all and (max-width:1024px) {
    .wc_procedure_section .procedure_cards {
        flex-wrap: wrap;
        gap: 16px;
    }

    .wc_procedure_section .procedure_card {
        flex: 0 0 calc(33.333% - 12px);
        max-width: none;
    }
}

@media all and (max-width:768px) {
    .wc_procedure_section .procedure_card {
        flex: 0 0 calc(50% - 8px);
        padding: 24px 16px;
    }

    .wc_procedure_section .procedure_note {
        font-size: 14px;
    }
}

/* equipment */
.wc_equipment .equipment_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}

.wc_equipment .equipment_item {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

.wc_equipment .equipment_img {
    width: 100%;
    aspect-ratio: 460 / 500;
    overflow: hidden;
}

.wc_equipment .equipment_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.wc_equipment .equipment_item:hover .equipment_img img {
    transform: scale(1.05);
}

.wc_equipment .equipment_info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wc_equipment .equipment_name {
    color: #424242;
    font-size: 24px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 28px;
}

.wc_equipment .equipment_desc {
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 24px;
}

@media all and (max-width:1024px) {
    .wc_equipment .equipment_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }

    .wc_equipment .equipment_name {
        font-size: 20px;
    }

    .wc_equipment .equipment_desc {
        font-size: 17px;
    }
}

@media all and (max-width:768px) {
    .wc_equipment .equipment_list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wc_equipment .equipment_item {
        padding-bottom: 30px;
    }

    .wc_equipment .equipment_name {
        font-size: 18px;
    }

    .wc_equipment .equipment_desc {
        font-size: 15px;
    }
}


/* pill_tab */
.wc_pill_tab {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 600px;
    margin: 60px auto;
    position: relative;
    z-index: 1;
    padding: 9px 14px;
    border-radius: 100px;
    outline: 2px solid #eee;
    outline-offset: -2px;
    background: #fff;
}

.wc_pill_tab .pill_tab_item {
    flex: 1;
    text-align: center;
    padding: 14px 50px;
    border-radius: 100px;
    font-size: 28px;
    font-family: Pretendard;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

.wc_pill_tab .pill_tab_item.active {
    background: #000;
    color: #fff;
}

@media all and (max-width:768px) {
    .wc_pill_tab {
        max-width: 400px;
        margin-top: -30px;
        padding: 6px 10px;
    }

    .wc_pill_tab .pill_tab_item {
        font-size: 18px;
        padding: 10px 20px;
    }
}

/* types */
.wc_types_section .types_title {
    text-align: center;
    color: #666;
    font-size: 40px;
    font-family: Pretendard;
    font-weight: 600;
}

.wc_types_section .types_pills {
    display: flex;
    gap: 50px;
    margin-top: 90px;
}

.wc_types_section .pill {
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 198 / 198;
    border-radius: 50%;
    outline: 4px solid #F5F2ED;
    outline-offset: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #424242;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 28px;
}

.wc_types_section .types_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.wc_types_section .type_card {
    flex: 0 0 calc((100% - 20px) / 2);
    min-width: 0;
    display: flex;
    /* align-items: center; */
    gap: 30px;
    padding: 30px;
    background: #fff;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    overflow: hidden;
}

.wc_types_section .card_text {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
}

.wc_types_section .card_title {
    color: #424242;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 600;
    line-height: 20px;
}

.wc_types_section .card_desc {
    color: rgba(66, 66, 66, 0.70);
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 400;
}

.wc_types_section .card_img {
    flex: 0 0 auto;
}

.wc_types_section .card_img img {
    width: 342px;
    aspect-ratio: 342 / 260;
    object-fit: cover;
    border-radius: 10px;
}

@media all and (max-width:1440px) {
    .wc_types_section .pill {
        font-size: 16px;
    }

    .wc_types_section .types_pills {
        gap: 30px;
    }
}

@media all and (max-width:1200px) {
    .wc_types_section .type_card {
        flex-direction: column;
    }

    .wc_types_section .card_img {
        text-align: center;
    }

    .wc_types_section .card_text {
        padding-top: unset;
    }
}


@media all and (max-width:1024px) {
    .wc_types_section .types_title {
        font-size: 32px;
    }

    .wc_types_section .types_pills {
        flex-wrap: wrap;
        gap: 20px;
    }

    .wc_types_section .pill {
        flex: 0 0 calc((100% - 40px) / 3);
        line-height: 24px;
    }

    .wc_types_section .card_img img {
        width: 240px;
    }
}

@media all and (max-width:768px) {
    .wc_types_section .types_title {
        font-size: 26px;
    }

    .wc_types_section .types_pills {
        gap: 14px;
    }

    .wc_types_section .pill {
        flex: 0 0 calc((100% - 28px) / 3);
        font-size: 14px;
        line-height: 20px;
    }

    .wc_types_section .types_cards {
        flex-direction: column;
    }

    .wc_types_section .type_card {
        flex: 1;
        flex-direction: column;
        padding: 30px 20px;
    }

    .wc_types_section .card_img img {
        width: 100%;
    }
}

/* types_tattoo */
.wc_types_section.tattoo .types_circles {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 90px;
}

.wc_types_section.tattoo .circle_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.wc_types_section.tattoo .circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    outline: 4px solid #F5F2ED;
    outline-offset: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 28px;
}

.wc_types_section.tattoo .circle_label {
    color: #000;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}

.wc_types_section.tattoo .types_desc_wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 120px auto;
    max-width: 1000px;
}

.wc_types_section.tattoo .desc_item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.wc_types_section.tattoo .desc_num {
    color: #DDD;
    font-size: 36px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 22.75px;
    flex-shrink: 0;
}

.wc_types_section.tattoo .desc_text {
    color: #000;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 22.75px;
}

@media all and (max-width:1024px) {
    .wc_types_section.tattoo .types_circles {
        gap: 50px;
    }

    .wc_types_section.tattoo .circle {
        width: 120px;
        height: 120px;
        font-size: 18px;
    }

    .wc_types_section.tattoo .circle_label {
        font-size: 17px;
    }

    .wc_types_section.tattoo .desc_text {
        font-size: 17px;
    }
}

@media all and (max-width:768px) {
    .wc_types_section.tattoo .types_circles {
        flex-wrap: wrap;
        gap: 30px 40px;
    }

    .wc_types_section.tattoo .circle {
        width: 100px;
        height: 100px;
        font-size: 15px;
    }

    .wc_types_section.tattoo .circle_label {
        font-size: 15px;
    }

    .wc_types_section.tattoo .types_desc_wrap {
        gap: 30px;
        margin: 60px auto;
    }

    .wc_types_section.tattoo .desc_num {
        font-size: 28px;
    }

    .wc_types_section.tattoo .desc_text {
        font-size: 15px;
        line-height: 22px;
    }
}

/* ============== 문의하기 - 상담 카드 ============== */
.section_contact_cards .contact_cards {
    display: flex;
    gap: 50px;
}

.section_contact_cards .contact_card {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 40px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section_contact_cards .contact_card_phone {
    background-color: #f0f0f0;
    background-blend-mode: normal;
}

.section_contact_cards .contact_card_phone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

.section_contact_cards .contact_card_phone {
    position: relative;
}

.section_contact_cards .contact_card_phone>* {
    position: relative;
    z-index: 1;
}

.section_contact_cards .contact_card_kakao {
    background-color: #FFF49F;
}

.section_contact_cards .contact_card_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_contact_cards .contact_card_icon_kakao {
    background: #3A1D1D;
}

.section_contact_cards .contact_card_title {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #424242;
}

.section_contact_cards .contact_card_desc {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
    color: #424242;
    line-height: 1.5;
}

.section_contact_cards .contact_card_btn {
    display: inline-block;
    margin-top: 40px;
    padding: 14px 50px;
    border-radius: 20px;
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s;
}

.section_contact_cards .contact_card_btn:hover {
    opacity: 0.85;
}

.section_contact_cards .contact_card_btn_phone {
    background: rgba(255, 255, 255, 0.8);
    color: #424242;
}

.section_contact_cards .contact_card_btn_kakao {
    background: #3A1D1D;
    color: #fff;
}

@media all and (max-width: 1024px) {
    .section_contact_cards .contact_card {
        padding: 80px 30px;
    }

    .section_contact_cards .contact_card_title {
        font-size: 26px;
    }

    .section_contact_cards .contact_card_desc {
        font-size: 18px;
    }

    .section_contact_cards .contact_card_btn {
        font-size: 26px;
        padding: 12px 40px;
    }
}

@media all and (max-width: 768px) {
    .section_contact_cards .contact_cards {
        flex-direction: column;
        gap: 30px;
    }

    .section_contact_cards .contact_card {
        padding: 60px 20px;
    }

    .section_contact_cards .contact_card_icon {
        width: 60px;
        height: 60px;
    }

    .section_contact_cards .contact_card_icon svg {
        width: 22px;
        height: 22px;
    }

    .section_contact_cards .contact_card_icon_kakao svg {
        width: 28px;
        height: 28px;
    }

    .section_contact_cards .contact_card_title {
        font-size: 22px;
    }

    .section_contact_cards .contact_card_desc {
        font-size: 16px;
    }

    .section_contact_cards .contact_card_btn {
        font-size: 22px;
        padding: 12px 30px;
    }
}


.intro_quote.new .quote_text {
    color: #52525C;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 48px */
}

/* cause */
.wc_cause_section .cause_items {
    display: flex;
    justify-content: center;
    gap: 79px;
}

.wc_cause_section .cause_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    min-width: 0;
}

.wc_cause_section .cause_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 130px;
}

.wc_cause_section .cause_icon img {
    max-height: 100%;
}

.cause_badge {
    padding: 5px;
    border-radius: 100px;
    outline: 1px solid #5c6a8a;
    outline-offset: -1px;
}

.cause_badge span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    border-radius: 100px;
    outline: 2px solid #5c6a8a;
    outline-offset: -2px;
    color: #5c6a8a;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    white-space: nowrap;
}

.wc_cause_section .cause_desc {
    text-align: center;
    color: #52525C;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-wrap: balance;
}

@media all and (max-width: 1024px) {
    .wc_cause_section .cause_items {
        gap: 40px;
    }

    .cause_badge span {
        font-size: 20px;
        line-height: 30px;
        padding: 6px 20px;
    }

    .wc_cause_section .cause_desc {
        font-size: 17px;
        line-height: 24px;
    }

    .wc_cause_section .cause_circle {
        width: 70px;
        height: 70px;
    }

    .wc_cause_section .cause_icon {
        min-height: 100px;
    }
}

@media all and (max-width: 768px) {
    .wc_cause_section .cause_items {
        flex-direction: column;
        gap: 50px;
    }

    .wc_cause_section .cause_icon {
        min-height: auto;
    }

    .cause_badge span {
        font-size: 18px;
        line-height: 28px;
        padding: 6px 18px;
    }

    .wc_cause_section .cause_desc {
        font-size: 16px;
        line-height: 24px;
    }
}

/* strength */
.wc_strength_section .strength_header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 50px 0;
}

.wc_strength_section .strength_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    height: 390px;
    background: rgba(238, 238, 238, 0.3);
    border-radius: 50%;
}

.wc_strength_section .strength_title_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.wc_strength_section .strength_desc {
    text-align: center;
    color: #52525C;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.wc_strength_section .strength_items {
    display: flex;
    gap: 101px;
    margin-top: 120px;
}

.wc_strength_section .strength_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    min-width: 0;
}

.wc_strength_section .strength_item_desc {
    text-align: center;
    color: #52525C;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-wrap: balance;
}

@media all and (max-width: 1024px) {
    .wc_strength_section .strength_circle {
        width: 280px;
        height: 280px;
    }

    .wc_strength_section .strength_items {
        gap: 40px;
    }

    .wc_strength_section .strength_item {
        gap: 30px;
    }

    .wc_strength_section .strength_desc {
        font-size: 17px;
    }

    .wc_strength_section .strength_item_desc {
        font-size: 17px;
        line-height: 24px;
    }
}

@media all and (max-width: 768px) {
    .wc_strength_section .strength_circle {
        width: 200px;
        height: 200px;
    }

    .wc_strength_section .strength_items {
        flex-direction: column;
        gap: 50px;
        margin-top: 50px;
    }

    .wc_strength_section .strength_desc {
        font-size: 16px;
        line-height: 24px;
    }

    .wc_strength_section .strength_item_desc {
        font-size: 16px;
        line-height: 24px;
    }

    .wc_strength_section .strength_header {
        padding: 30px 0;
    }
}


/* review */
.wc_review_section .review_header {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.wc_review_section .review_line {
    flex: 1;
    height: 1.5px;
    background: rgba(238, 238, 238, 0.60);
    margin-top: 20px;
}

.wc_review_section .review_cards {
    display: flex;
    gap: 37px;
    margin-top: 70px;
}

.wc_review_section .review_card {
    flex: 1;
    min-width: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 332 / 446;
    display: block;
}

.wc_review_section .review_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc_review_section .review_card .review_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 38px;
    opacity: 0;
    transition: opacity 0.3s;
}

.wc_review_section .review_card:hover .review_overlay {
    opacity: 1;
}

.wc_review_section .review_icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* .wc_review_section .review_icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
} */

.wc_review_section .review_text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.wc_review_section .review_btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 20px 48px;
    background: #52525C;
    border-radius: 100px;
    margin-top: 70px;
}

.wc_review_section .review_btn span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.wc_review_section .review_btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.wc_review_section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (max-width: 1024px) {
    .wc_review_section .review_cards {
        gap: 20px;
    }

    .wc_review_section .review_btn span {
        font-size: 20px;
    }

    .wc_review_section .review_btn {
        padding: 16px 36px;
    }
}

@media all and (max-width: 768px) {
    .wc_review_section .review_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .wc_review_section .review_line {
        align-self: stretch;
        margin-top: 0;
    }

    .wc_review_section .review_cards {
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 40px;
    }

    .wc_review_section .review_card {
        flex: 0 0 calc((100% - 16px) / 2);
        border-radius: 16px;
    }

    .wc_review_section .review_text {
        font-size: 15px;
    }

    .wc_review_section .review_btn span {
        font-size: 18px;
    }

    .wc_review_section .review_btn {
        padding: 14px 30px;
        margin-top: 40px;
    }
}

/* banner */
.wc_banner_section {
    background-size: cover;
    background-position: center;
    padding: 100px 240px;
}

.wc_banner_section.fp-section {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.wc_banner_section .fp-tableCell {
    display: block !important;
    height: auto !important;
    width: 100%;
}

.wc_banner_section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.wc_banner_section .fp_ani {
    opacity: 1;
    transform: none;
    transition: none;
}

.wc_banner_section .banner_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wc_banner_section .banner_title {
    color: #fff;
    font-size: 42px;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}

.wc_banner_section .banner_line {
    width: 48px;
    height: 1px;
    background: #fff;
}

.wc_banner_section .banner_quote {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-top: 50px;
}

.wc_banner_section .banner_quote .quote_open,
.wc_banner_section .banner_quote .quote_close {
    flex-shrink: 0;
    align-self: flex-start;
}

.wc_banner_section .banner_quote_text {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}

.wc_banner_section .banner_box {
    margin-top: 60px;
    padding: 30px 60px;
    background: rgba(255, 255, 255, 0.2);
    border-left: 10px solid #B2CCFF;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    max-width: 1100px;
}

.wc_banner_section .banner_box p {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
}

@media all and (max-width: 1024px) {
    .wc_banner_section {
        padding: 80px 60px;
    }

    .wc_banner_section .banner_title {
        font-size: 34px;
    }

    .wc_banner_section .banner_quote_text {
        font-size: 26px;
        line-height: 40px;
    }

    .wc_banner_section .banner_box p {
        font-size: 20px;
        line-height: 32px;
    }

    .wc_banner_section .banner_box {
        padding: 24px 40px;
    }
}

@media all and (max-width: 768px) {
    .wc_banner_section {
        padding: 60px 20px;
    }

    .wc_banner_section .banner_title {
        font-size: 28px;
    }

    .wc_banner_section .banner_quote_text {
        font-size: 20px;
        line-height: 32px;
    }

    .wc_banner_section .banner_quote svg {
        width: 32px;
        height: auto;
    }

    .wc_banner_section .banner_box {
        padding: 20px 24px;
        border-left-width: 6px;
    }

    .wc_banner_section .banner_box p {
        font-size: 16px;
        line-height: 28px;
    }
}

.wc_recommend_section.new .recommend_list li {
    border-color: #B2CCFF;
}



.wc_feature_section.new .new_sub_txt {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 100px;

    max-width: 650px;
}

.section_title .circle {
    position: relative;
    display: inline-block;
}

.section_title .circle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 85px;
    min-height: 62px;
    background: url('/img/tit_circle.png') no-repeat center / contain;
}

@media all and (max-width: 768px) {
    .section_title .circle:after {
        min-width: 70px;
        min-height: 50px;
    }
}


.recommend_wrap.white span,
.recommend_wrap.white li {
    color: #fff !important;
}

@media all and (max-width: 1024px) {
    .section:not(.section_mv, .fp-auto-height) {
        padding: 60px 0;
    }

    #fullpage .section:first-child {
        margin-top: 60px;
    }
}

/* 복합 레이저 치료 슬라이더 */
.wc_laser_slide .laser_slide_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 90px;
}

.wc_laser_slide .wc_section_header {
    gap: 12px;
}

.wc_laser_slide .wc_section_header .section_label {
    color: #424242;
}

.wc_laser_slide .wc_section_header .section_title {
    color: #424242;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.wc_laser_slide .laser_slide_desc {
    color: #424242;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.wc_laser_slide .inner {
    max-width: 1714px;
}

.wc_laser_slide .laser_swiper {
    margin-top: 60px;
    overflow: visible;
    width: 100%;
}

.wc_laser_slide .swiper-slide {
    width: 314px;
    min-width: 0;
    height: auto;
}

.wc_laser_slide .laser_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wc_laser_slide .laser_img {
    width: 100%;
    aspect-ratio: 314 / 372;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 300px 300px 6px 6px;
}

.wc_laser_slide .laser_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc_laser_slide .laser_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
    text-align: center;
}

.wc_laser_slide .laser_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #424242;
}

.wc_laser_slide .laser_desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.6);
}

@media all and (max-width: 1024px) {
    .wc_laser_slide .wc_section_header .section_title {
        font-size: 34px !important;
    }

    .wc_laser_slide .laser_slide_desc {
        font-size: 17px;
        line-height: 26px;
    }

    .wc_laser_slide .laser_swiper {
        margin-top: 40px;
    }

    .wc_laser_slide .swiper-slide {
        width: 260px;
    }

    .wc_laser_slide .laser_title {
        font-size: 20px;
    }

    .wc_laser_slide .laser_desc {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    .wc_laser_slide .wc_section_header .section_title {
        font-size: 26px !important;
    }

    .wc_laser_slide .laser_slide_desc br {
        display: none;
    }

    .wc_laser_slide .swiper-slide {
        width: 220px;
    }

    .wc_laser_slide .laser_title {
        font-size: 18px;
    }

    .wc_laser_slide .laser_desc {
        font-size: 14px;
    }
}

/* 색소 올인원 아코디언 */
.wc_pigment_allinone .inner {
    position: relative;
}

.wc_pigment_allinone .pigment_deco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Caramel', 'Sorts Mill Goudy', Georgia, serif;
    font-size: clamp(200px, 40vw, 800px);
    font-weight: 400;
    color: rgba(238, 238, 238, 0.20);
    line-height: 1;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
}

.wc_pigment_allinone .pigment_allinone_header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.wc_pigment_allinone .wc_section_header {
    gap: 12px;
}

.wc_pigment_allinone .wc_section_header .section_label,
.wc_pigment_allinone .wc_section_header .section_title {
    color: #fff;
}

.wc_pigment_allinone .wc_section_header .section_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.wc_pigment_allinone .pigment_allinone_sub {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.wc_pigment_allinone .pigment_accordion {
    position: relative;
    z-index: 1;
    width: 100%;
    /* height: 550px; */
    aspect-ratio: 1 / 0.4236111;
    margin-top: 50px;
    list-style: none;
    padding: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(183, 208, 228, 0.6) transparent;
}

.wc_pigment_allinone .pigment_accordion::-webkit-scrollbar {
    width: 4px;
}

.wc_pigment_allinone .pigment_accordion::-webkit-scrollbar-track {
    background: transparent;
}

.wc_pigment_allinone .pigment_accordion::-webkit-scrollbar-thumb {
    background: rgba(183, 208, 228, 0.6);
    border-radius: 4px;
}

.wc_pigment_allinone .pigment_item {
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid #B7D0E4;
    isolation: isolate;
    contain: paint;
}

.wc_pigment_allinone .pigment_item:first-child {
    border-top: 1px solid #B7D0E4;
}

.wc_pigment_allinone .pigment_toggle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px 54px;
    gap: 40px;
    background: none;
    border: 0;
    text-align: left;
    cursor: pointer;
    min-width: 0;
}

.wc_pigment_allinone .pigment_info {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex: 1;
    min-width: 0;
}

.wc_pigment_allinone .pigment_num {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #424242;
    font-family: 'Sorts Mill Goudy', Georgia, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
}

.wc_pigment_allinone .pigment_num_icon {
    flex-shrink: 0;
}

.wc_pigment_allinone .pigment_heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
    min-width: 0;
}

.wc_pigment_allinone .pigment_title {
    color: #424242;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.wc_pigment_allinone .pigment_sub {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    line-height: 130% !important;
    display: none;
}

.wc_pigment_allinone .pigment_item.active .pigment_sub {
    display: block;
}

.wc_pigment_allinone .pigment_detail {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s ease;

    display: none;
}

.wc_pigment_allinone .pigment_item.active .pigment_detail {
    grid-template-rows: 1fr;
}

.wc_pigment_allinone .pigment_detail p {
    overflow: hidden;
    min-height: 0;
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.wc_pigment_allinone .pigment_media {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-shrink: 0;
}

.wc_pigment_allinone .pigment_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.wc_pigment_allinone .pigment_icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    box-sizing: border-box;
    border: 1.5px solid #999;
    border-radius: 40px;
    background: #E8E8E8;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
}

.wc_pigment_allinone .pigment_icon .icon_minus {
    display: none;
}

.wc_pigment_allinone .pigment_icon .icon_plus {
    display: flex;
}

.wc_pigment_allinone .pigment_item.active .pigment_icon .icon_plus {
    display: none;
}

.wc_pigment_allinone .pigment_item.active .pigment_icon .icon_minus {
    display: flex;
}

.wc_pigment_allinone .pigment_thumb {
    width: 356px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    transition: border-radius .4s ease;
}

.wc_pigment_allinone .pigment_item.active .pigment_thumb {
    border-radius: 10px;
}

.wc_pigment_allinone .pigment_thumb img {
    width: 100%;
    aspect-ratio: 356 / 119;
    object-fit: cover;
    transition: aspect-ratio .4s ease;
}

.wc_pigment_allinone .pigment_item.active .pigment_thumb img {
    aspect-ratio: 356 / 218;
}

@media all and (max-width: 1024px) {
    .wc_pigment_allinone .wc_section_header .section_title {
        font-size: 34px !important;
    }

    .wc_pigment_allinone .pigment_allinone_sub {
        font-size: 17px;
        line-height: 26px;
    }

    .wc_pigment_allinone .pigment_accordion {
        height: auto;
        margin-top: 40px;
        aspect-ratio: unset;
    }


    .wc_pigment_allinone .pigment_toggle {
        padding: 18px 30px;
        gap: 24px;
    }

    .wc_pigment_allinone .pigment_info {
        gap: 20px;
    }

    .wc_pigment_allinone .pigment_num {
        font-size: 32px;
    }

    .wc_pigment_allinone .pigment_title {
        font-size: 22px;
    }

    .wc_pigment_allinone .pigment_sub {
        font-size: 16px;
        line-height: 130% !important;
    }

    .wc_pigment_allinone .pigment_detail p {
        font-size: 16px;
        line-height: 24px;
    }

    .wc_pigment_allinone .pigment_media {
        gap: 24px;
    }

    .wc_pigment_allinone .pigment_thumb {
        width: 240px;
    }
}

@media all and (max-width: 768px) {
    .wc_pigment_allinone .wc_section_header .section_title {
        font-size: 26px !important;
    }

    .wc_pigment_allinone .pigment_allinone_sub br {
        display: none;
    }

    .wc_pigment_allinone .pigment_toggle {
        flex-direction: column;
        padding: 15px 20px;
        gap: 16px;
    }

    .wc_pigment_allinone .pigment_info {
        width: 100%;
        gap: 16px;
    }

    .wc_pigment_allinone .pigment_num {
        font-size: 28px;
    }

    .wc_pigment_allinone .pigment_heading {
        padding-top: 6px;
        gap: 12px;
    }

    .wc_pigment_allinone .pigment_title {
        font-size: 18px;
    }

    .wc_pigment_allinone .pigment_sub {
        font-size: 14px;
        line-height: 130% !important;
    }

    .wc_pigment_allinone .pigment_detail p {
        font-size: 14px;
        line-height: 22px;
    }

    .wc_pigment_allinone .pigment_media {
        width: 100%;
        justify-content: space-between;
        gap: 16px;
    }

    .wc_pigment_allinone .pigment_thumb {
        flex: 1;
        min-width: 0;
        width: auto;
    }
}

/* ==========================================
   Melasma Check Point Banner Section & Animation
   ========================================== */
.wc_banner_section.melasma_banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('/img/pim_banner_bg.jpg') no-repeat center / cover;
}

.wc_banner_section .banner_quote.melasma_quote {
    margin-top: 40px;
}

.wc_banner_section .banner_quote_text.melasma_quote_text {
    font-family: 'Pretendard', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 75px;
    color: #FFFFFF;
    text-align: center;
}

.wc_banner_section .banner_box.melasma_box {
    margin-top: 50px;
    padding: 30px 60px 30px 50px;
    background: rgba(255, 255, 255, 0.2);
    border-left: 10px solid #B2CCFF;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    max-width: 994px;
    text-align: center;
}

.wc_banner_section .banner_box.melasma_box p {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

/* Premium pulsing ripple button interaction */
.wc_banner_section .banner_btn_wrap {
    margin-top: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 이중 화이트 링 파동이 밖으로 맥동하듯 퍼지는 키프레임 */
@keyframes doublePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35), 0 0 0 4px rgba(255, 255, 255, 0.15);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0.05);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

.wc_banner_section .banner_pill_btn {
    position: relative;
    display: inline-flex;
    padding: 8px;
    border-radius: 120px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    overflow: visible;
    /* 은은하게 퍼지는 파동 루프 실행 */
    animation: doublePulse 2.2s infinite cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wc_banner_section .banner_pill_btn .btn_mid_ring {
    display: inline-flex;
    padding: 8px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wc_banner_section .banner_pill_btn .btn_inner_content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 16px 48px;
    background: rgba(255, 255, 255, 0.12);
    border: 2.5px solid #FFFFFF;
    border-radius: 80px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wc_banner_section .banner_pill_btn .btn_text {
    color: #FFFFFF;
    font-family: 'Pretendard', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.5px;
}

.wc_banner_section .banner_pill_btn .btn_arrow {
    transition: transform 0.3s ease;
}

/* 호버 시 펄스 가속 및 럭셔리 글로우 */
.wc_banner_section .banner_pill_btn:hover {
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35), 0 0 25px rgba(255, 255, 255, 0.25);
    animation: doublePulse 1.4s infinite cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wc_banner_section .banner_pill_btn:hover .btn_mid_ring {
    border-color: rgba(255, 255, 255, 0.45);
}

.wc_banner_section .banner_pill_btn:hover .btn_inner_content {
    background: rgba(255, 255, 255, 0.3);
    border-color: #FFFFFF;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

.wc_banner_section .banner_pill_btn:hover .btn_arrow {
    transform: translateX(8px);
}

/* Responsive Media Queries */
@media all and (max-width: 1024px) {
    .wc_banner_section .banner_quote_text.melasma_quote_text {
        font-size: 38px;
        line-height: 56px;
    }

    .wc_banner_section .banner_quote.melasma_quote svg {
        width: 36px;
        height: auto;
    }

    .wc_banner_section .banner_box.melasma_box {
        padding: 24px 40px;
        margin-top: 40px;
    }

    .wc_banner_section .banner_box.melasma_box p {
        font-size: 20px;
        line-height: 32px;
    }

    .wc_banner_section .banner_btn_wrap {
        margin-top: 90px;
    }

    .wc_banner_section .banner_pill_btn .btn_inner_content {
        padding: 12px 36px;
        gap: 20px;
    }

    .wc_banner_section .banner_pill_btn .btn_text {
        font-size: 20px;
    }

    .wc_banner_section .banner_pill_btn .btn_arrow {
        width: 28px;
        height: auto;
    }

    @keyframes doublePulse {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35), 0 0 0 3px rgba(255, 255, 255, 0.15);
        }

        50% {
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0.05);
        }

        100% {
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
        }
    }
}

@media all and (max-width: 768px) {
    .wc_banner_section .banner_quote_text.melasma_quote_text {
        font-size: 28px;
        line-height: 42px;
    }

    .wc_banner_section .banner_quote.melasma_quote svg {
        width: 28px;
        height: auto;
    }

    .wc_banner_section .banner_box.melasma_box {
        padding: 20px 24px;
        border-left-width: 6px;
        margin-top: 30px;
    }

    .wc_banner_section .banner_box.melasma_box p {
        font-size: 16px;
        line-height: 26px;
    }

    .wc_banner_section .banner_btn_wrap {
        margin-top: 65px;
    }

    .wc_banner_section .banner_pill_btn {
        padding: 6px;
    }

    .wc_banner_section .banner_pill_btn .btn_mid_ring {
        padding: 6px;
    }

    .wc_banner_section .banner_pill_btn .btn_inner_content {
        padding: 10px 24px;
        gap: 16px;
    }

    .wc_banner_section .banner_pill_btn .btn_text {
        font-size: 16px;
    }

    .wc_banner_section .banner_pill_btn .btn_arrow {
        width: 24px;
        height: auto;
    }
}

/* Spot Page Custom List Hover Interactions */
.spot_list_wrap {
    width: 900px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.spot_list_item {
    position: relative;
    align-self: stretch;
    padding: 20px 28px;
    background-color: #ffffff;
    border-bottom: 1px solid #EEEEEE;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
}

/* Background hover fade effect using pseudo-element */
.spot_list_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.spot_list_item.lentigo::before {
    background-image: url('/img/spot_list_item_01.png');
}

.spot_list_item.freckle::before {
    background-image: url('/img/spot_list_item_02.png');
}

.spot_list_item.mole::before {
    background-image: url('/img/spot_list_item_03.png');
}

.spot_list_item.active::before,
.spot_list_item:hover::before {
    opacity: 1;
}

/* Layout & Title styles */
.spot_list_item .item_title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.spot_list_item .item_title {
    width: 200px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #424242;
    font-size: 32px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 64px;
    word-wrap: break-word;
    transition: color 0.3s ease;
}

.spot_list_item .item_indicator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spot_list_item .item_indicator svg path {
    stroke: #424242;
    transition: stroke 0.3s ease;
}

/* Description styles */
.spot_list_item .item_desc {
    width: 600px;
    height: auto;
    text-align: right;
    color: #424242;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 25.60px;
    word-wrap: break-word;
    transition: color 0.3s ease;
}

/* Hover & Active states */
.spot_list_item.active .item_title,
.spot_list_item.active .item_desc,
.spot_list_item:hover .item_title,
.spot_list_item:hover .item_desc {
    color: #ffffff;
}

.spot_list_item.active .item_indicator svg path,
.spot_list_item:hover .item_indicator svg path {
    stroke: #ffffff;
}

/* ==========================================================================
   Spot Detail Section (.wc_spot_detail)
   ========================================================================== */
.wc_spot_detail {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url('/img/sign_bg01.jpg') no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.wc_spot_detail .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.wc_spot_detail .wc_section_header {
    margin-top: 0;
    margin-bottom: 24px;
    gap: 12px;
}

.wc_spot_detail .wc_section_header .section_title {
    color: #424242;
    font-size: 48px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 48px;
}

.wc_spot_detail .detail_info_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    margin-bottom: 60px;
}

.wc_spot_detail .detail_sub {
    color: #424242;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 28px;
}

.wc_spot_detail .detail_desc {
    color: #666666;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 28px;
}

.wc_spot_detail .detail_cases {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1440px;
}

.wc_spot_detail .detail_cases .case_item {
    width: calc(25% - 15px);
    aspect-ratio: 360 / 362;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.4s ease, box-shadow 0.4s ease;
}

.wc_spot_detail .detail_cases .case_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wc_spot_detail .detail_cases .case_item:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.wc_spot_detail .detail_cases .case_item:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

/* Premium Hover & Elevation Effects */
.wc_spot_detail .detail_cases .case_item:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 24px !important;
}

/* Responsive adjustments */
@media all and (max-width: 1200px) {
    .wc_spot_detail .detail_cases {
        gap: 12px;
    }

    .wc_spot_detail .detail_cases .case_item {
        width: calc(25% - 9px);
    }
}

@media all and (max-width: 1024px) {
    .wc_spot_detail {
        padding: 80px 0;
        height: auto !important;
    }

    .wc_spot_detail .wc_section_header .section_title {
        font-size: 40px;
        line-height: 40px;
    }

    .wc_spot_detail .detail_sub,
    .wc_spot_detail .detail_desc {
        font-size: 18px;
        line-height: 26px;
    }

    .wc_spot_detail .detail_info_wrap {
        margin-bottom: 40px;
    }

    .wc_spot_detail .detail_cases {
        gap: 16px;
    }

    .wc_spot_detail .detail_cases .case_item {
        width: calc(25% - 12px);
        border-radius: 12px !important;
    }
}

@media all and (max-width: 768px) {
    .wc_spot_detail {
        padding: 60px 0;
    }

    .wc_spot_detail .wc_section_header .section_title {
        font-size: 32px;
        line-height: 32px;
    }

    .wc_spot_detail .detail_sub,
    .wc_spot_detail .detail_desc {
        font-size: 16px;
        line-height: 24px;
    }

    .wc_spot_detail .detail_cases {
        flex-wrap: wrap;
        gap: 16px;
    }

    .wc_spot_detail .detail_cases .case_item {
        width: calc(50% - 8px);
        border-radius: 16px !important;
        aspect-ratio: 1 / 1;
    }
}

/* ==========================================
   Intractable Pigment Types Section (Galaxy Circle Diagram)
   ========================================== */
.wc_intractable_types {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 245, 255, 0.4) 100%);
    position: relative;
    overflow: hidden;
}

.wc_intractable_types .types_diagram_wrap {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 480px;
    margin: 60px auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Center circle */
.wc_intractable_types .diagram_center_circle {
    position: absolute;
    z-index: 10;
    width: 238px;
    height: 238px;
    border-radius: 50%;
    border: 1.5px solid #B2CCFF;
    background: rgba(240, 245, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 24px rgba(178, 204, 255, 0.18);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: pulsingBorder 3s infinite ease-in-out;
    top: 10%;
    left: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
}

.wc_intractable_types .diagram_center_circle:hover {
    background: #F0F5FF;
    border-color: #5c93fc;
    box-shadow: 0 16px 36px rgba(92, 147, 252, 0.35);
}

.wc_intractable_types .diagram_center_circle .circle_text {
    position: relative;
    z-index: 5;
    color: #424242;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    transition: opacity 0.4s ease;
}

.wc_intractable_types .diagram_center_circle .circle_text small {
    font-size: 14px;
    display: block;
    margin-top: 4px;
    opacity: 0.8;
}

.wc_intractable_types .diagram_center_circle:hover .circle_text {
    opacity: 0;
}

.wc_intractable_types .diagram_center_circle .circle_img_wrap {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wc_intractable_types .diagram_center_circle:hover .circle_img_wrap {
    opacity: 1;
    transform: scale(1);
}

.wc_intractable_types .diagram_center_circle .circle_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Satellites container */
.wc_intractable_types .diagram_satellites {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wc_intractable_types .satellite_item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: floatSlightly 4s infinite ease-in-out;
}

/* satellite circle coordinate mapping */
.wc_intractable_types .satellite_item.ota {
    top: 12%;
    left: 50%;
    width: 180px;
    height: 180px;
    animation-delay: 0s;
}

.wc_intractable_types .satellite_item.lentigo {
    top: 58%;
    left: 13%;
    width: 180px;
    height: 180px;
    animation-delay: 0.8s;
}

.wc_intractable_types .satellite_item.abnom {
    top: 56%;
    left: 58%;
    width: 180px;
    height: 180px;
    animation-delay: 1.6s;
}

.wc_intractable_types .satellite_item.becker {
    top: 30%;
    left: 78%;
    width: 130px;
    height: 130px;
    animation-delay: 2.4s;
}

.wc_intractable_types .satellite_item.riehl {
    top: 58%;
    left: 38%;
    width: 130px;
    height: 130px;
    animation-delay: 3.2s;
}

.wc_intractable_types .satellite_circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(240, 245, 255, 0.85);
    border: 1.5px solid #B2CCFF;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #424242;
    font-family: Pretendard;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 24px rgba(178, 204, 255, 0.18);
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.wc_intractable_types .satellite_item.ota .satellite_circle,
.wc_intractable_types .satellite_item.lentigo .satellite_circle,
.wc_intractable_types .satellite_item.abnom .satellite_circle {
    font-size: 22px;
    line-height: 30px;
}

.wc_intractable_types .satellite_item.becker .satellite_circle,
.wc_intractable_types .satellite_item.riehl .satellite_circle {
    font-size: 19px;
    line-height: 26px;
}

.wc_intractable_types .satellite_circle small {
    font-size: 13px;
    display: block;
    margin-top: 2px;
    opacity: 0.8;
}

/* Hover effects */
.wc_intractable_types .satellite_item:hover {
    transform: scale(1.08) translateY(-6px);
    z-index: 15;
}

.wc_intractable_types .satellite_item:hover .satellite_circle {
    background: #F0F5FF;
    border-color: #5c93fc;
    color: #111;
    box-shadow: 0 16px 36px rgba(92, 147, 252, 0.35);
}

.wc_intractable_types .satellite_circle .circle_text {
    position: relative;
    z-index: 5;
    transition: opacity 0.4s ease;
}

.wc_intractable_types .satellite_circle:hover .circle_text {
    opacity: 0;
}

.wc_intractable_types .satellite_circle .circle_img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wc_intractable_types .satellite_circle:hover .circle_img_wrap {
    opacity: 1;
    transform: scale(1);
}

.wc_intractable_types .satellite_circle .circle_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Conclusion layout */
.wc_intractable_types .types_conclusion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    text-align: center;
}

.wc_intractable_types .conclusion_arrow_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 64px;
    animation: gentleBounce 2.5s infinite ease-in-out;
}

@keyframes gentleBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

.wc_intractable_types .conclusion_accent_bar {
    width: 228px;
    height: 16px;
    background: rgba(177.76, 203.51, 255, 0.60);
    border-radius: 8px;
    margin: 5px 0;
}

.wc_intractable_types .conclusion_text {
    color: #424242;
    font-size: 34px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
}

.wc_redness_solution .conclusion_text {
    color: #424242;
    font-size: 34px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
}

/* Animations */
@keyframes pulsingBorder {
    0% {
        box-shadow: 0 10px 35px rgba(178, 204, 255, 0.3), 0 0 0 0px rgba(178, 204, 255, 0.4);
    }

    50% {
        box-shadow: 0 10px 35px rgba(178, 204, 255, 0.3), 0 0 0 15px rgba(178, 204, 255, 0);
    }

    100% {
        box-shadow: 0 10px 35px rgba(178, 204, 255, 0.3), 0 0 0 0px rgba(178, 204, 255, 0.4);
    }
}

@keyframes floatSlightly {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Responsive adjustments */
@media all and (max-width: 1200px) {
    .wc_intractable_types .satellite_item.ota {
        left: 10%;
    }

    .wc_intractable_types .satellite_item.lentigo {
        left: 70%;
    }

    .wc_intractable_types .satellite_item.abnom {
        left: 72%;
    }
}

@media all and (max-width: 1024px) {
    .wc_intractable_types {
        padding: 80px 0;
        height: auto !important;
    }

    .wc_intractable_types .types_diagram_wrap {
        height: auto;
        flex-direction: column;
        gap: 40px;
        margin: 40px auto;
    }

    .wc_intractable_types .diagram_center_circle {
        position: relative !important;
        width: 180px;
        height: 180px;
        animation: pulsingBorder 3s infinite ease-in-out !important;
    }

    .wc_intractable_types .diagram_satellites {
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .wc_intractable_types .satellite_item {
        position: static !important;
        width: calc(33.333% - 11px) !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        animation: none !important;
    }

    .wc_intractable_types .satellite_circle {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .wc_intractable_types .satellite_item.becker .satellite_circle,
    .wc_intractable_types .satellite_item.riehl .satellite_circle {
        font-size: 16px !important;
    }

    .wc_intractable_types .conclusion_text {
        font-size: 26px;
    }
}

@media all and (max-width: 768px) {
    .wc_intractable_types {
        padding: 60px 0;
    }

    .wc_intractable_types .diagram_satellites {
        gap: 12px;
    }

    .wc_intractable_types .satellite_item {
        width: calc(50% - 6px) !important;
    }

    .wc_intractable_types .satellite_circle {
        font-size: 16px !important;
    }

    .wc_intractable_types .satellite_item.becker .satellite_circle,
    .wc_intractable_types .satellite_item.riehl .satellite_circle {
        font-size: 15px !important;
    }

    .wc_intractable_types .conclusion_text {
        font-size: 20px;
        padding: 0 16px;
    }

    .wc_intractable_types .conclusion_accent_bar {
        width: 160px;
        height: 12px;
    }
}

/* wc_filler_area */
.wc_filler_area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wc_filler_area .filler_deco {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(238, 238, 238, 0.20);
    font-size: clamp(300px, 41.6vw, 800px);
    font-family: 'Caramel', cursive;
    font-weight: 400;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
}

.wc_filler_area .inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 88px;
    padding: 100px 0;
}

.filler_area_header {
    text-align: center;
}

.filler_accordion {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
}

.filler_item {
    width: 100%;
    background: rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid #B7D0E4;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.filler_item:first-child {
    border-top: 1px solid #B7D0E4;
}

.filler_toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 36px 54px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.filler_info {
    display: flex;
    align-items: flex-start;
    gap: 31px;
}

.filler_num {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #424242;
    font-size: 40px;
    font-family: 'Sorts Mill Goudy', serif;
}

.filler_num_icon {
    width: 24px;
    height: 24px;
}

.filler_heading {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

.filler_title {
    color: #424242;
    font-size: 28px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
}

.filler_desc {
    color: #52525C;
    font-size: 22px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    max-width: 582px;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.filler_media {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-top: 10px;
}

.filler_icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filler_icon .icon_minus {
    display: none;
}

.filler_thumb {
    width: 356px;
    height: 84px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.filler_thumb img {
    width: 100%;
    height: 237px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: -51px;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active State */
.filler_item.active {
    background: rgba(255, 255, 255, 0.80);
}

.filler_item.active .filler_desc {
    max-height: 300px;
    margin-top: 16px;
    opacity: 1;
    transform: translateY(0);
}

.filler_item.active .filler_icon .icon_plus {
    display: none;
}

.filler_item.active .filler_icon .icon_minus {
    display: block;
}

.filler_item.active .filler_thumb {
    height: 218px;
}

.filler_item.active .filler_thumb img {
    top: 0;
}

/* Responsive Styles */
@media (max-width: 1440px) {
    .wc_filler_area .inner {
        padding: 5vw 4vw;
        gap: 6vw;
    }

    .filler_toggle {
        padding: 3vw 4vw;
    }

    .filler_info {
        gap: 2vw;
    }

    .filler_media {
        gap: 3vw;
    }

    .filler_thumb {
        width: 25vw;
    }

    .filler_desc {
        font-size: 1.6vw;
    }
}

@media (max-width: 768px) {
    .wc_filler_area .inner {
        padding: 10vw 4vw;
        gap: 8vw;
    }

    .filler_toggle {
        flex-direction: column;
        padding: 6vw 4vw;
        gap: 4vw;
    }

    .filler_media {
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding-top: 0;
    }

    .filler_thumb {
        width: calc(100% - 60px);
        height: 120px;
    }

    .filler_item.active .filler_thumb {
        height: 50vw;
    }

    .filler_num {
        font-size: 24px;
    }

    .filler_title {
        font-size: 20px;
    }

    .filler_desc {
        font-size: 14px;
    }

    .wc_filler_area .filler_deco {
        font-size: 30vw;
    }
}

/* wc_redness_solution */
.wc_redness_solution {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.wc_redness_solution .inner {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}

.solution_sub_desc {
    color: #424242;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-top: 12px;
}

.solution_effect_wrap {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.solution_effect_wrap .effect_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.solution_effect_wrap .effect_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.solution_effect_wrap .effect_text .normal {
    color: #424242;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.solution_effect_wrap .effect_text .strong {
    color: #424242;
    font-size: 24px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
}

.solution_effect_wrap .effect_item img {
    width: 26px;
    height: 50px;
}

.solution_effect_wrap .effect_item:nth-child(1) img {
    animation: arrowFloatUp 2s ease-in-out infinite;
}

.solution_effect_wrap .effect_item:nth-child(2) img {
    animation: arrowFloatDown 2s ease-in-out infinite;
}

@keyframes arrowFloatUp {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes arrowFloatDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

.solution_header .highlight {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    z-index: 0;
}

.solution_header .highlight::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 12px;
    background: rgba(178, 204, 255, 0.60);
    z-index: -1;
}

.solution_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    width: 100%;
}

.solution_pill {
    padding: 0 40px;
    height: 296px;
    border-radius: 300px;
    outline: 2.18px solid #B2CCFF;
    outline-offset: -2.18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* 끊김 없이 부드럽게 밝아졌다 어두워지는 호흡(Breathing) 효과 */
    animation: smoothGlowBreath 3s infinite ease-in-out;
}

@keyframes smoothGlowBreath {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(178, 204, 255, 0.4),
            0 0 30px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 35px rgba(178, 204, 255, 0.9),
            0 0 65px rgba(255, 255, 255, 0.7),
            0 0 90px rgba(178, 204, 255, 0.4);
    }
}

.solution_circle {
    width: 238px;
    height: 238px;
    background: #F0F5FF;
    border-radius: 200px;
    outline: 1.31px solid #B2CCFF;
    outline-offset: -1.31px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #424242;
    font-family: 'Pretendard', sans-serif;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.solution_circle:hover {
    transform: translateY(-10px);
}

.solution_circle strong {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solution_circle .strong_multi strong {
    font-weight: 700;
}

.solution_circle .plus {
    font-size: 24px;
    font-weight: 900;
}

.solution_arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    gap: 0;
}

.solution_conclusion {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 16px;
}

.solution_conclusion_bar {
    width: 228px;
    height: 16px;
    background: rgba(178, 204, 255, 0.60);
    position: absolute;
    bottom: 2px;
    z-index: 0;
}

.solution_conclusion_text {
    color: #424242;
    font-size: 34px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    z-index: 1;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .solution_pill {
        width: 90%;
        height: auto;
        border-radius: 40px;
        flex-direction: column;
        padding: 40px 0;
        gap: 20px;
    }

    .solution_circle {
        width: 80%;
        max-width: 300px;
        height: auto;
        padding: 40px 20px;
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .wc_redness_solution .inner {
        padding: 10vw 4vw;
        gap: 8vw;
    }

    .solution_sub_desc {
        font-size: 16px;
        line-height: 1.4;
    }

    .solution_circle strong {
        font-size: 18px;
    }

    .solution_circle .plus {
        font-size: 18px;
    }

    .solution_conclusion_text {
        font-size: 20px;
        line-height: 1.4;
    }

    .solution_conclusion_bar {
        width: 140px;
        height: 10px;
        bottom: 2px;
    }
}

/* ==========================================================================
   Tattoo Principle Section
   ========================================================================== */
.wc_tattoo_principle {
    position: relative;
    overflow: hidden;
}

.wc_tattoo_principle .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tattoo_principle_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 90px;
    width: 100%;
    max-width: 1440px;
}

.tattoo_principle_header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1292px;
}

.tattoo_principle_title_group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 680px;
}

.tattoo_principle_label {
    color: #424242;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 6px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_principle_title {
    color: #424242;
    font-size: 48px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_principle_desc {
    color: #424242;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_principle_image {
    width: 840px;
    height: 420px;
    position: relative;
    background: url("/img/tattoo_principle_bg.png") no-repeat center / cover;
    border-radius: 20px;
    overflow: hidden;
}

.tattoo_principle_image .label_laser {
    position: absolute;
    left: 230px;
    top: 42.84px;
    color: #000;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 23.52px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_principle_image .label_tattoo {
    position: absolute;
    left: 94px;
    top: 202.44px;
    color: #000;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 23.52px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_principle_image .box_laser {
    position: absolute;
    left: 286.44px;
    top: 54.18px;
    width: 38.81px;
    height: 18.48px;
    outline: 0.84px solid #000;
    outline-offset: -0.42px;
}

.tattoo_principle_image .box_tattoo {
    position: absolute;
    left: 134.40px;
    top: 223.44px;
    width: 32.93px;
    height: 81.06px;
    outline: 0.84px solid #000;
    outline-offset: -0.42px;
}

/* Responsive styles for Tattoo Principle Section */
@media (max-width: 1024px) {
    .tattoo_principle_wrap {
        gap: 60px;
        padding: 0 4vw;
    }

    .tattoo_principle_title {
        font-size: 36px;
        line-height: 40px;
    }

    .tattoo_principle_desc {
        font-size: 16px;
        line-height: 24px;
    }

    .tattoo_principle_image {
        width: 100%;
        max-width: 840px;
        height: auto;
        aspect-ratio: 840 / 420;
    }

    .tattoo_principle_image .label_laser {
        left: 27.38%;
        top: 10.2%;
        font-size: 2vw;
        line-height: 1.3;
    }

    .tattoo_principle_image .label_tattoo {
        left: 11.19%;
        top: 48.2%;
        font-size: 2vw;
        line-height: 1.3;
    }

    .tattoo_principle_image .box_laser {
        left: 34.1%;
        top: 12.9%;
        width: 4.62%;
        height: 4.4%;
    }

    .tattoo_principle_image .box_tattoo {
        left: 16.0%;
        top: 53.2%;
        width: 3.92%;
        height: 19.3%;
    }
}

@media (max-width: 768px) {
    .tattoo_principle_wrap {
        gap: 40px;
    }

    .tattoo_principle_title {
        font-size: 28px;
        line-height: 34px;
    }

    .tattoo_principle_label {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .tattoo_principle_desc {
        font-size: 14px;
        line-height: 22px;
    }

    .tattoo_principle_image .label_laser,
    .tattoo_principle_image .label_tattoo {
        font-size: 12px;
    }
}

/* ==========================================================================
   Tattoo Knowhow Section
   ========================================================================== */
.wc_tattoo_knowhow {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url('/img/tattoo_knowhow_bg.png') no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

.wc_tattoo_knowhow .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tattoo_knowhow_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 90px;
    width: 100%;
    max-width: 1440px;
}

.tattoo_knowhow_header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1292px;
}

.tattoo_knowhow_title_group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 680px;
}

.tattoo_knowhow_label {
    color: #424242;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 6px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_knowhow_title {
    color: #424242;
    font-size: 48px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_knowhow_desc {
    color: #424242;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    text-align: center;
}

.tattoo_knowhow_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
}

.tattoo_knowhow_content .knowhow_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 34px;
    cursor: default;
}

.tattoo_knowhow_content .step_img {
    width: 100%;
    aspect-ratio: 360 / 362;
    overflow: hidden;
}

.tattoo_knowhow_content .knowhow_step:first-child .step_img {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.tattoo_knowhow_content .knowhow_step:last-child .step_img {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.tattoo_knowhow_content .step_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.tattoo_knowhow_content .step_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0 10px;
    transition: transform 0.4s ease;
}

.tattoo_knowhow_content .step_num {
    width: 30px;
    height: 30px;
    background: #B2CCFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #424242;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 1;
    transition: all 0.4s ease;
}

.tattoo_knowhow_content .step_text {
    color: #424242;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    text-align: center;
}

/* Hover Interactions */
.wc_tattoo_knowhow .tattoo_knowhow_content .knowhow_step:hover .step_img img {
    transform: scale(1.05);
}

.wc_tattoo_knowhow .tattoo_knowhow_content .knowhow_step:hover .step_info {
    transform: translateY(-8px);
}

.wc_tattoo_knowhow .tattoo_knowhow_content .knowhow_step:hover .step_num {
    background: #424242;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive styles for Tattoo Knowhow Section */
@media (max-width: 1024px) {
    .tattoo_knowhow_wrap {
        gap: 60px;
        padding: 0 4vw;
    }

    .tattoo_knowhow_title {
        font-size: 36px;
        line-height: 40px;
    }

    .tattoo_knowhow_desc {
        font-size: 16px;
        line-height: 24px;
    }

    .tattoo_knowhow_content {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .tattoo_knowhow_content .knowhow_step {
        flex: 0 0 50%;
        gap: 20px;
    }

    .tattoo_knowhow_content .knowhow_step:nth-child(odd) .step_img {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tattoo_knowhow_content .knowhow_step:nth-child(even) .step_img {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .tattoo_knowhow_content .step_text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .tattoo_knowhow_wrap {
        gap: 40px;
    }

    .tattoo_knowhow_title {
        font-size: 28px;
        line-height: 34px;
    }

    .tattoo_knowhow_label {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .tattoo_knowhow_desc {
        font-size: 14px;
        line-height: 22px;
    }

    .tattoo_knowhow_content {
        flex-direction: column;
        gap: 40px;
    }

    .tattoo_knowhow_content .knowhow_step {
        flex: 0 0 100%;
        width: 100%;
    }

    .tattoo_knowhow_content .knowhow_step .step_img {
        border-radius: 24px !important;
    }

    .tattoo_knowhow_content .step_text {
        font-size: 15px;
        line-height: 22px;
    }
}

/* ==========================================================================
   Pore Core Section
   ========================================================================== */
.wc_pore_core {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url('/img/pore_core_bg.png') no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

.wc_pore_core .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pore_core_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 90px;
    width: 100%;
    max-width: 1440px;
}

.pore_core_header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 1292px;
}

.pore_core_label {
    color: #424242;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 6px;
    word-wrap: break-word;
    text-align: center;
}

.pore_core_title {
    color: #424242;
    font-size: 48px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
    text-align: center;
}

.pore_core_content {
    display: flex;
    width: 100%;
    max-width: 1100px;
    justify-content: space-between;
    align-items: center;
}

.pore_core_boxes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 432px;
}

.core_box {
    width: 100%;
    max-width: 440px;
    height: 170px;
    padding: 20px;
    background: rgba(231, 239, 255, 0.4);
    border-radius: 16px;
    color: #424242;
    font-size: 24px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core_plus {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.pore_core_image {
    width: 554px;
    height: 500px;
    flex-shrink: 0;
}

.pore_core_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .pore_core_wrap {
        gap: 60px;
        padding: 0 4vw;
    }

    .pore_core_title {
        font-size: 36px;
        line-height: 40px;
    }

    .pore_core_content {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .pore_core_boxes {
        height: auto;
        gap: 20px;
        width: 100%;
    }

    .core_box {
        width: 100%;
        max-width: 500px;
        font-size: 24px;
        line-height: 36px;
    }

    .pore_core_image {
        width: 100%;
        max-width: 500px;
        height: auto;
        aspect-ratio: 554 / 500;
    }
}

@media (max-width: 768px) {
    .pore_core_wrap {
        gap: 40px;
    }

    .pore_core_title {
        font-size: 28px;
        line-height: 34px;
    }

    .pore_core_label {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .core_box {
        font-size: 18px;
        line-height: 28px;
        padding: 20px 15px;
    }
}

/* 3d_dual_lifting_images */
.3d_dual_lifting_images {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.3d_dual_lifting_wrap {
    position: relative;
    width: 100%;
    max-width: 717px;
    margin: 0 auto;
}

.3d_dual_lifting_wrap>img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    display: block;
    position: relative;
    z-index: 2;
}

/* labels */
.label_item {
    position: absolute;
    width: 272px;
    height: 90px;
    z-index: 10;
}

.label_left {
    top: 26%;
    left: -150px;
}

.label_right {
    top: 48%;
    right: -150px;
}

.label_text {
    position: absolute;
    font-size: 24px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
    z-index: 2;
}

.label_left .label_text {
    top: -5px;
    left: 0;
}

.label_right .label_text {
    top: -5px;
    right: 0;
}

.label_text::after {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -2px;
    height: 12px;
    background: #e2eaff;
    z-index: -1;
}

.label_line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.label_line path {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    transition: stroke-dashoffset 0.6s ease-out;
}

.label_line circle {
    opacity: 0;
    transition: opacity 0.3s ease 0.6s;
}

/* active animations */
.label_item.active .label_text {
    opacity: 1;
    transform: translateY(0);
}

.label_item.active .label_line path {
    stroke-dashoffset: 0;
}

.label_item.active .label_line circle {
    opacity: 1;
}

/* Responsive Overrides */
@media all and (max-width: 1024px) {
    .label_item {
        transform: scale(0.8);
        transform-origin: center;
    }

    .label_left {
        left: -80px;
    }

    .label_right {
        right: -80px;
    }
}

@media all and (max-width: 768px) {
    .3d_dual_lifting_images {
        padding: 40px 0;
        overflow: hidden;
    }

    .3d_dual_lifting_wrap {
        width: 60%;
        margin: 0 auto;
    }

    .label_item {
        transform: scale(0.6);
    }

    .label_left {
        left: 10px;
        top: 35%;
        transform-origin: left top;
    }

    .label_right {
        right: 10px;
        top: 50%;
        transform-origin: right top;
    }
}

/* wc_filler_age_section */
.wc_filler_age_section {
    padding: 100px 0;
}

.filler_age_header {
    text-align: center;
    margin-bottom: 80px;
}

.filler_age_title {
    color: #424242;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
}

.filler_age_title .highlight {
    position: relative;
    z-index: 1;
}

.filler_age_title .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 14px;
    background: rgba(177, 203, 255, 0.6);
    mix-blend-mode: multiply;
    z-index: -1;
}

.filler_age_desc {
    color: #424242;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.filler_age_content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
}

.filler_age_group {
    background-color: #f8f9fb;
    background-image: url('/img/filler_age_group_bg.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.age_item {
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.age_label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #424242;
}

.age_label span {
    font-size: 14px;
    font-weight: 700;
}

.age_label strong {
    font-size: 20px;
    font-weight: 700;
}

.age_thumb {
    width: 100%;
    aspect-ratio: 186 / 218;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(238, 238, 238, 0.5);
}

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

.age_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 10px;
    text-align: center;
}

.age_info p {
    color: #424242;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    word-break: keep-all;
    min-height: 42px;
}

.age_bar {
    width: 100%;
    height: 6px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.age_bar .bar_inner {
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    transition: width 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.fp_ani.active .age_bar .bar_inner {
    width: var(--target-width) !important;
}

@media all and (max-width: 1024px) {
    .filler_age_content {
        gap: 30px;
    }

    .filler_age_group {
        padding: 20px;
        gap: 15px;
    }

    .age_item {
        width: 160px;
    }

    .age_info p {
        font-size: 14px;
    }
}

@media all and (max-width: 768px) {
    .wc_filler_age_section {
        padding: 60px 0;
    }

    .filler_age_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .filler_age_desc {
        font-size: 16px;
    }

    .filler_age_content {
        flex-direction: column;
        gap: 20px;
    }

    .filler_age_group {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 20px;
    }

    .age_item {
        flex-shrink: 0;
        width: 140px;
    }
}
/* 화이트 흉터 올인원만의 강점 (wc_strength_section) */
.wc_strength_section {
    background: transparent;
}
.wc_strength_section .strength_container {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: relative;
    background: transparent;
    overflow: hidden;
    margin: 0 auto;
}
.wc_strength_section .strength_inner {
    width: 1720px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}
.wc_strength_section .strength_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.wc_strength_section .strength_label {
    color: #52525C;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 6px;
}
.wc_strength_section .strength_title {
    color: #52525C;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}
.wc_strength_section .strength_tags {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.wc_strength_section .strength_tag {
    width: 180px;
    padding: 24px 10px;
    background: white;
    border-radius: 60px;
    outline: 1px solid #B2CCFF;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #666666;
    font-size: 22px;
    font-weight: 400;
    line-height: 15.76px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.wc_strength_section .strength_tag.active {
    background: #B2CCFF;
    color: white;
    font-weight: 700;
}
.wc_strength_section .strength_tag_dot {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.wc_strength_section .strength_cards {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 19.56px;
}
.wc_strength_section .strength_card {
    width: 560.30px;
    padding: 20px 30px 40px;
    background: white;
    border-radius: 18.58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4.89px;
    border: 1.5px solid #eee;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.wc_strength_section .strength_card.active {
    border-color: transparent;
}
.wc_strength_section .strength_card.card_density.active {
    box-shadow: 0px 0px 40px 4.889141082763672px #EDE4DA;
}
.wc_strength_section .strength_card.card_shurink.active {
    box-shadow: 0px 0px 40px 4.889141082763672px rgba(65, 54, 101, 0.15);
}
.wc_strength_section .strength_card.card_3deep.active {
    box-shadow: 0px 0px 40px 4.889141082763672px rgba(53, 84, 46, 0.15);
}
.wc_strength_section .card_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wc_strength_section .card_content {
    height: 293.35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.wc_strength_section .card_header {
    width: 301.87px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14.19px;
}
.wc_strength_section .card_title_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.wc_strength_section .card_sub_title {
    font-size: 11.73px;
    font-weight: 700;
    line-height: 13.25px;
    margin-bottom: 5px;
}
.wc_strength_section .card_title {
    font-size: 29.33px;
    font-weight: 700;
    line-height: 13.25px;
    height: 48.73px;
    display: flex;
    align-items: center;
}
.wc_strength_section .card_desc {
    display: flex;
    flex-direction: column;
    gap: 4.73px;
    color: #666666;
    font-size: 13.69px;
    font-weight: 700;
    line-height: 22.71px;
}
.wc_strength_section .card_features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 9.78px;
}
.wc_strength_section .feature_item {
    width: 94.63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13.72px;
}
.wc_strength_section .feature_icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wc_strength_section .feature_icon img {
    display: block;
}
.wc_strength_section .feature_text {
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.wc_strength_section .card_image_wrap {
    width: 172.22px;
    height: 293.35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.77px;
}
.wc_strength_section .card_image_wrap img {
    height: 237.99px;
    object-fit: contain;
    width: 100%;
}
.wc_strength_section .device_name_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wc_strength_section .device_name_en {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.71px;
}
.wc_strength_section .device_name_ko {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.71px;
}
.wc_strength_section .card_density .card_sub_title { color: #6F4C30; }
.wc_strength_section .card_density .card_title { color: #6C492A; }
.wc_strength_section .card_density .feature_icon { width: 70.97px; height: 70.97px; background: #F7F4F1; }
.wc_strength_section .card_density .feature_icon img { width: 37.85px; height: 37.85px; }
.wc_strength_section .card_density .device_name_en { color: #6B4728; }
.wc_strength_section .card_shurink .card_sub_title { color: #413665; }
.wc_strength_section .card_shurink .card_title { color: #413665; }
.wc_strength_section .card_shurink .feature_icon { width: 70.97px; height: 70.97px; background: #F3F2F6; }
.wc_strength_section .card_shurink .feature_icon img { width: 37.85px; height: 37.85px; }
.wc_strength_section .card_shurink .device_name_en { color: #403464; }
.wc_strength_section .card_3deep .card_sub_title { color: #35542E; }
.wc_strength_section .card_3deep .card_title { color: #35542E; }
.wc_strength_section .card_3deep .feature_icon { width: 73.34px; height: 73.34px; background: #F2F4EF; }
.wc_strength_section .card_3deep .feature_icon img { width: 39.11px; height: 39.11px; }
.wc_strength_section .card_3deep .device_name_en { color: #25451A; }

/* =========================================================
   시그니처 서브페이지 배경 대비 텍스트 가독성 향상을 위한 그림자 공통 클래스
   ========================================================= */
.wc_pigment_allinone .wc_section_header .section_label,
.wc_pigment_allinone .wc_section_header .section_title,
.wc_pigment_allinone .pigment_allinone_sub {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(255, 255, 255, 0.5);
}
/* pore.jsp ��ġ���� �ٽ� ������ ����� (üũ ���ͷ���) */
.wc_pore_core .pore_core_boxes {
    align-items: flex-start;
}

.wc_pore_core .core_box_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wc_pore_core .core_point_label {
    color: #7BFF28;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 5px;
    text-align: left;
}

.wc_pore_core .core_box {
    border-radius: 16px;
    background: #EAF2FF;
    border: 1px solid #B4C7F0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    text-align: left;
    width: 100%;
    transition: box-shadow 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wc_pore_core .core_box_wrap.fp_d1.active .core_box {
    box-shadow: 0px 0px 30px rgba(180, 210, 255, 0.35);
    transition-delay: 0.4s;
}

.wc_pore_core .core_box_wrap.fp_d3.active .core_box {
    box-shadow: 0px 0px 30px rgba(180, 210, 255, 0.35);
    transition-delay: 0.9s;
}

.wc_pore_core .core_box_text {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #444;
}

.wc_pore_core .core_plus {
    align-self: center;
    margin: 10px 0;
}

.wc_pore_core .core_check_wrap {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.wc_pore_core .check_square {
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}

.wc_pore_core .core_box_wrap.active .check_square {
    transform: scale(1);
    opacity: 1;
}

/* 1번 이미지 타이밍 (더 화려한 순차 인터랙션) */
.wc_pore_core .core_box_wrap.fp_d1.active .check_square {
    transition-delay: 0.4s;
}
.wc_pore_core .core_box_wrap.fp_d1.active .check_mark {
    animation: drawFlashyCheck 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 0.55s;
}

/* 2번 이미지 타이밍 */
.wc_pore_core .core_box_wrap.fp_d3.active .check_square {
    transition-delay: 0.9s;
}
.wc_pore_core .core_box_wrap.fp_d3.active .check_mark {
    animation: drawFlashyCheck 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 1.05s;
}

.wc_pore_core .check_mark {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 60px;
    height: 60px;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transform-origin: center;
    opacity: 0;
    transform: scale(0) rotate(-45deg);
}

@keyframes drawFlashyCheck {
    0% {
        stroke-dashoffset: 150;
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        stroke-dashoffset: 0;
        transform: scale(1.6) rotate(15deg);
        filter: drop-shadow(0px 0px 15px rgba(107, 255, 27, 0.8));
    }
    80% {
        transform: scale(0.9) rotate(-5deg);
        filter: drop-shadow(0px 0px 5px rgba(107, 255, 27, 0.5));
    }
    100% {
        stroke-dashoffset: 0;
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0px 2px 4px rgba(107, 255, 27, 0.3));
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .wc_pore_core .core_box {
        padding: 20px 24px;
        gap: 20px;
    }
    .wc_pore_core .core_box_text {
        font-size: 16px;
    }
    .wc_pore_core .core_point_label {
        font-size: 16px;
    }
    .wc_pore_core .core_check_wrap {
        width: 36px;
        height: 36px;
    }
    .wc_pore_core .check_mark {
        width: 48px;
        height: 48px;
        top: -8px;
        right: -6px;
    }
}
