@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 100;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 200;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 600;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 800;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 900;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 300;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 400;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 500;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 700;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
}


body {
    font-family: 'Helvetica Neue LT Pro', 'Noto Sans KR', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

button,
fieldset,
h1,
h2,
h3,
input,
li,
select,
ul {
    font-family: 'Helvetica Neue LT Pro', 'Noto Sans KR', sans-serif;
}

/* ============================================
   시술 라인업 페이지 전용 CSS
   Figma 원본 기준 2026-03-18
   ============================================ */

.display_pc_only {
    display: block;
}

.display_tablet_only {
    display: none;
}


.contents_wrap {
    overflow-x: hidden;
}

/* --- Hero Section --- */
.lineup_hero {
    text-align: center;
    padding: 250px 160px 210px;
    max-width: 1530px;
    margin: 0 auto;
}

.lineup_hero .hero_title {
    font-size: 34px;
    font-weight: 400;
    color: #323232;
    line-height: 1.5;
    margin-bottom: 50px;
    letter-spacing: -0.03em;
}

.lineup_hero .hero_images {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
}

.lineup_hero .hero_card {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.lineup_hero .hero_card_img {
    width: 100%;
    height: 0;
    padding-bottom: 92%;
    position: relative;
    overflow: hidden;
    border-radius: 120px;
}

.lineup_hero .hero_card_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lineup_hero .hero_card_label {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #9e9e9e;
}

.lineup_hero .hero_card_label2 {
    color: #eaeaea;
}

/* --- Program Section --- */
.lineup_program {
    padding: 120px 0 150px;
    max-width: 1530px;
    margin: 0 auto;
    padding-left: 160px;
    padding-right: 160px;
}

.lineup_program .program_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 0 50px;
}

.lineup_program .program_header_left {
    flex: 1;
}

.lineup_program .program_label {
    font-size: 30px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 10px;
}

.lineup_program .program_title {
    font-size: 30px;
    font-weight: 500;
    color: #323232;
    line-height: 1.5;
}

/* --- Program Footer & Link --- */
.lineup_program .program_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    padding: 0 60px;
}

.lineup_program .program_link {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #323232;
    gap: 7px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.lineup_program .program_link:hover .link_arrow {
    animation: bounceRight 0.5s ease;
}

.lineup_program .program_link .link_arrow {
    display: inline-block;
}

.lineup_program .program_link .link_arrow:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 9px;
    margin: 0 0 1px 0;
    background: url('/assets/img/lineup/arrow_b.webp') no-repeat center / contain;
}



/* 왕복 애니메이션 정의 */
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}


/* --- Procedure Cards Swiper --- */
.lineup_cards_swiper {
    overflow: visible;
}

.lineup_cards_swiper .swiper-wrapper {
    align-items: stretch;
}

/* --- Card: image-background + overlay structure --- */
.lineup_card {
    position: relative;
    border-radius: 75px;
    overflow: hidden;
    cursor: pointer;
    /*height: 610px;*/
    background: #f9f9f9;
    transition: box-shadow 0.3s ease;
    /*max-width: 470px;*/
}

.lineup_card:hover {
    /*  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);*/
}

/* --- Card Background Image (fills entire card) --- */
/* Figma: image covers bottom 88% of 610px card */
.lineup_card .card_bg_img {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;*/
    /*height: 88%;*/
    /*object-fit: cover;
    object-position: center bottom;*/
    transition: transform 0.5s ease;
    z-index: 1;
    display: block;
}

.lineup_card:hover .card_bg_img {
    transform: scale(1.05);
}

/* --- Card Overlay (gradient fade from #f9f9f9 to transparent) --- */
/* Figma: Mask 470x536 (88% of card), fade rect 323px (53% of card) */
.lineup_card .card_overlay {
    /*position: relative;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 60px 50px 0;
    min-height: 330px;
}

.lineup_card .card_name {
    font-size: 20px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 7px;
}

.lineup_card .card_desc {
    font-size: 17px;
    font-weight: 400;
    color: #323232;
    line-height: 1.7;
    white-space: pre-line;
}

/* --- Card Plus Button --- */
.lineup_card .card_plus_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*border: 1.5px solid #323232;*/
    background: #323232;
    cursor: pointer;
    margin-top: 16px;
    transition: background 0.3s ease, border-color 0.3s ease;
    position: relative;
    z-index: 3;
}

.lineup_card .card_plus_btn img {
    filter: brightness(0) invert(100%);
    width: 16px;
}

.lineup_card:hover .card_plus_btn img {
    filter: none;
}

.lineup_card .card_plus_btn svg {
    /* width: 15px;
    height: 15px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    transition: stroke 0.3s ease;*/
}

.lineup_card:hover .card_plus_btn {
    background: #fff;
}

.lineup_card:hover .card_plus_btn svg {
    stroke: #323232;
}

/* --- Swiper Navigation (top-right) --- */
.lineup_program .swiper_nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    align-self: flex-end;
}


.swiper_nav {
    display: flex;
    gap: 10px;
    /* 버튼 사이 간격 */
}

/* [버튼 기본 스타일] */
.lineup_program .swiper_nav_btn {
    position: relative;
    width: 50px;
    height: 30px;
    border-radius: 20px;
    border: none;
    background-color: #f5f5f5;
    cursor: pointer;
    display: flex;
    /* 아이콘 중앙 정렬 */
    align-items: center;
    justify-content: center;
}

.lineup_program .swiper_nav_btn:hover {
    opacity: 0.7
}

/* 기존 불필요한 after 제거 */
.lineup_program .swiper_nav_btn::after {
    content: none;
}

/* [SVG 화살표 공통] */
.lineup_program .swiper_nav_btn::before {
    content: '';
    display: block;
    width: 20px;
    /* 화살표 너비 (필요시 조절) */
    height: 12px;
    /* 화살표 높이 (필요시 조절) */
    background: url('/assets/img/lineup/arrow_r.svg') no-repeat center / contain;
}

/* [이전(왼쪽) 화살표 좌우 반전] */
.lineup_program .swiper_prev::before {
    transform: scaleX(-1);
}

/* [비활성화 상태] - 투명도로 연하게 처리 */
.lineup_program .swiper_nav_btn:disabled::before,
.lineup_program .swiper_nav_btn.swiper-button-disabled::before {
    opacity: 0.3;
}

/* --- Exosome Section --- */
.lineup_exosome {
    text-align: center;
    padding: 250px 0 20px 0px;
    position: relative;
    overflow: hidden;
}

.lineup_exosome .exo_en_title {
    font-size: 80px;
    font-weight: 300;
    color: #323232;
    line-height: 1.1;
    margin-bottom: 0px;
}

.lineup_exosome .exo_kr_subtitle {
    font-size: 32px;
    font-weight: 400;
    color: #323232;
    line-height: 1.5;
}

.lineup_exosome .exo_img {
    width: 100%;
    margin: 60px auto 0;
    border-radius: 120px;
}

/* --- B&A Carousel Section --- */
.lineup_ba {
    padding: 0 0 300px 0;
    overflow: hidden;
}

.lineup_ba .ba_header {
    text-align: center;
    margin-bottom: 50px;
    display: none;
}

.lineup_ba .ba_title {
    font-family: "NeueHaasUnicaPro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #323232;
}

.lineup_ba_swiper {
    overflow: visible;
}

.lineup_ba_swiper .ba_slide {
    border-radius: 75px;
    overflow: hidden;
    position: relative;
}

.lineup_ba_swiper .ba_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lineup_ba_swiper .ba_label {
    position: absolute;
    bottom: 15px;
    font-family: "NeueHaasUnicaPro", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 14px;
    border-radius: 20px;
    display: none;
}

.lineup_ba_swiper .ba_label.before {
    left: 15px;
}

.lineup_ba_swiper .ba_label.after {
    right: 15px;
}

.lineup_ba .ba_footer {
    text-align: center;
    margin-top: 40px;
}

.lineup_ba .ba_view_all {
    font-size: 15px;
    color: #323232;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: opacity 0.3s ease;
}

.lineup_ba .ba_view_all .link_arrow {
    display: inline-block;
}

.lineup_ba .ba_view_all:hover .link_arrow {
    animation: bounceRight 0.5s ease;
}

.lineup_ba .ba_view_all .link_arrow:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 9px;
    margin: 0 0 1px 0;
    background: url('/assets/img/lineup/arrow_b.webp') no-repeat center / contain;
}

/* --- Procedure Popup / Modal --- */
.lineup_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.3);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 60px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
}

.lineup_popup_overlay.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lineup_popup {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    max-width: 960px;
    width: 100%;
    padding: 45px 45px;
    position: relative;
    transform: translateY(60px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.lineup_popup_overlay.is_open .lineup_popup {
    transform: translateY(0);
    opacity: 1;
}

.lineup_popup .popup_close {
    position: sticky;
    top: 0;
    float: right;
    width: 50px;
    height: 30px;
    border: none;
    background: #f5f5f5;
    border-radius: 100px;
    cursor: pointer;
    font-size: 28px;
    color: #323232;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lineup_popup .popup_close::before,
.lineup_popup .popup_close::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background: #323232;
    transform-origin: center center;
}

/* [X 아이콘: 첫 번째 선 (::before)] */
.lineup_popup .popup_close::before {
    transform: rotate(45deg);
}

/* [X 아이콘: 두 번째 선 (::after)] */
.lineup_popup .popup_close::after {
    transform: rotate(-45deg);
}


.lineup_popup .popup_content {
    padding: 90px 60px;
}


.lineup_popup .popup_label {
    font-size: 20px;
    font-weight: 400;
    color: #FF0000;
    margin-bottom: 15px;
}

.lineup_popup .popup_title {
    font-size: 34px;
    font-weight: 400;
    color: #323232;
    line-height: 1.5;
    margin-bottom: 60px;
}

.lineup_popup .popup_meta {
    margin-bottom: 40px;
}

.lineup_popup .popup_meta_row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.8;
}

.lineup_popup .popup_meta_label {
    width: 80px;
    color: #bababa;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 15px 1fr;
    align-items: center;
    gap: 5px;
}

.lineup_popup .popup_meta_label img {}

.lineup_popup .popup_meta_value {
    color: #323232;
}

.lineup_popup .popup_body {
    font-size: 20px;
    color: #323232;
    line-height: 2;
    margin-bottom: 40px;
}

.lineup_popup .popup_body p {
    margin: 0 0 30px 0;
}

.lineup_popup .popup_body p b {
    font-weight: 500;
}

.lineup_popup .popup_img {
    width: 100%;
    border-radius: 75px;
    margin-bottom: 30px;
}

.lineup_popup .popup_body_img {
    width: 100%;
    border-radius: 75px;
    margin-bottom: 90px;
}

.lineup_popup .popup_recommend {
    margin-top: 90px;
}

.lineup_popup .popup_recommend_title {
    font-size: 20px;
    color: #323232;
    margin-bottom: 20px;
    font-weight: 500;
}

.lineup_popup .popup_recommend_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lineup_popup .popup_recommend_list li {
    font-size: 20px;
    color: #323232;
    line-height: 1.4;
    padding: 0 0 15px 20px;
    position: relative;
}

.lineup_popup .popup_recommend_list li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #323232;
    position: absolute;
    left: 0;
    top: 12px;
}

/* --- Responsive: Mobile (max-width: 768px) --- */
@media screen and (max-width: 768px) {


    .display_pc_only {
        display: none;
    }

    .display_tablet_only {
        display: block;
    }


    .lineup_hero {
        padding: 150px 20px 180px;
    }

    .lineup_hero .hero_title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .lineup_hero .hero_images {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .lineup_hero .hero_card {
        width: 100%;
        max-width: 100%;
    }

    .lineup_hero .hero_card_img {
        border-radius: 50px;
    }

    .lineup_hero .hero_card_label {
        font-size: 14px;
        bottom: 35px;
    }

    .lineup_program {
        padding: 40px 20px 180px;
    }

    .lineup_program .program_header {
        flex-direction: column;
        gap: 10px;
        padding: 0;
        margin-bottom: 25px;
    }

    .lineup_program .program_title {
        /*font-size: 22px;*/
    }

    .lineup_program .swiper_nav {
        /*align-self: flex-start;*/
    }

    .lineup_program .program_header_left {
        margin: 0 0 0 15px;
    }

    .lineup_program .program_footer {
        margin-top: 25px;
        padding: 0 5px 0 0;
    }

    .lineup_program .swiper_nav_btn {
        width: 37px;
        height: 22px;
    }

    .lineup_program .swiper_nav_btn::before {
        width: 15px;
        height: 10px;
    }

    .lineup_card {
        border-radius: 50px;
        /*min-height: 495px;*/
        height: auto;
    }

    .lineup_card .card_overlay {
        padding: 35px 35px 0;
        min-height: 200px;
    }

    .lineup_card .card_name {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .lineup_card .card_desc {
        font-size: 15px;
        line-height: 1.6;
    }



    .lineup_card .card_plus_btn {
        width: 25px;
        height: 25px;
    }

    .lineup_card .card_plus_btn svg {
        width: 25px;
        height: 25px;
    }

    .lineup_program .program_label {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .lineup_program .program_title {
        font-size: 22px;
    }

    .lineup_exosome {
        padding: 80px 0px 50px;
    }

    .lineup_exosome .exo_en_title {
        font-size: 40px;
    }

    .lineup_exosome .exo_kr_subtitle {
        font-size: 22px;
        padding-top: 0px;
    }

    .lineup_exosome .exo_img {
        border-radius: 50px;
        margin: 30px auto 0;
    }

    .lineup_ba_swiper .ba_slide {
        border-radius: 20px;
    }

    .lineup_popup_overlay {
        padding: 60px 0;
    }

    .lineup_popup {
        border-radius: 30px;
        padding: 40px 25px;
        width: 78%;
    }

    .lineup_popup .popup_label {
        font-size: 15px;
        font-weight: 500;
        padding: 0px 10px;
    }

    .lineup_popup .popup_title {
        font-size: 22px;
        padding: 0px 10px;
        margin-bottom: 15px;
    }

    .lineup_popup .popup_body {
        font-size: 15px;
    }

    .lineup_popup .popup_body p {
        margin: 0 0 20px 0;
        padding: 0px 10px;
    }


    .lineup_popup .popup_content {
        padding: 50px 0;
    }

    .lineup_popup .popup_img {
        border-radius: 20px;
    }

    .lineup_popup .popup_body_img {
        border-radius: 30px;
        margin-bottom: 50px;
    }

    .lineup_popup .popup_meta {
        margin-bottom: 30px;
        padding: 0px 10px;
    }


    .lineup_popup .popup_meta_row {
        font-size: 13px;
    }

    .lineup_popup .popup_meta_label {
        width: 90px;
    }

    .lineup_popup .popup_recommend {
        margin-top: 65px;
    }

    .lineup_popup .popup_recommend_title {
        font-size: 15px;
        padding: 0px 10px;
    }

    .lineup_popup .popup_recommend_list {
        padding: 0px 0 0 10px;
    }

    .lineup_popup .popup_recommend_list li {
        font-size: 15px;
        padding: 0 0 5px 15px;
        line-height: 27px;
    }

    .lineup_popup .popup_recommend_list li::before {
        width: 4px;
        height: 4px;
        top: 12px;
    }
}

/* --- Responsive: Tablet/Small Desktop (max-width: 1530px) --- */
@media screen and (max-width: 1530px) and (min-width: 769px) {
    .lineup_hero {
        padding-left: 9%;
        padding-right: 9%;
    }

    .lineup_program {
        padding-left: 9%;
        padding-right: 9%;
    }

    .lineup_exosome .exo_en_title {
        font-size: 60px;
    }
}