.bikinifit-center-section {
    position: relative;
    width: 100%;
    padding: 0;
    /* 불필요한 padding 제거 */
    background: #fff;
    overflow: hidden;
    min-height: 860px;
    /* 바깥 잘라내기 */
}

.bikinifit-list-container {
    position: relative;
    z-index: 2;
    /* 곡선 위로 */
    margin: 0 auto;
    padding: 0 24px;
    margin-top: 400px;
    max-width: 1600px;
}

/* ===== Curved Title & Dotted Line ===== */
.bikinifit-curve {
    position: relative;
    z-index: 1;
    height: 700px;
}

.bikinifit-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* 가장 뒤 */
}

.bikinifit-curve-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.bikinifit-curve-text {
    fill: #000;
    /* 휘어있는 글씨 색상 */
    font-family: 'Dream Orphans', sans-serif;
    font-weight: 700;
    /* bold */
    font-size: 48px;
    /* 48px */
    letter-spacing: .5px;
    dominant-baseline: text-after-edge;
}

.bikinifit-curve-dashed {
    stroke: #95B9E6;
    /* 연한 파랑 점선 (샘플) */
    stroke-width: 2;
    stroke-dasharray: 6 8;
    opacity: .5;
}

.bikinifit-curve-soft {
    stroke: #95B9E6;
    stroke-width: 2;
    opacity: .35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== Feature Cards ===== */
.bikinifit-list-feature-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 108px;
    margin: -120px auto 16px;
    /* 곡선 아래로 끌어올리는 효과 */
    padding: 0;
    list-style: none;
    min-width: 200px;
}

.bikinifit-list-feature {
    background: #E9E9E9;
    /* 도형 색상 */
    border-radius: 120px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    opacity: 0;
    transform: translateY(18px);
}

.bikinifit-list-feature-list.is-inview .bikinifit-list-feature {
    animation: bikinifitListFadeUp .6s ease forwards;
}

/* 좌→우 순서로 지연 (필요시 간격 조절) */
.bikinifit-list-feature-list.is-inview .bikinifit-list-feature:nth-child(1) {
    animation-delay: 0s;
}

.bikinifit-list-feature-list.is-inview .bikinifit-list-feature:nth-child(2) {
    animation-delay: .07s;
}

.bikinifit-list-feature-list.is-inview .bikinifit-list-feature:nth-child(3) {
    animation-delay: .14s;
}

.bikinifit-list-feature-list.is-inview .bikinifit-list-feature:nth-child(4) {
    animation-delay: .21s;
}

.bikinifit-list-feature-list.is-inview .bikinifit-list-feature:nth-child(5) {
    animation-delay: .28s;
}

@keyframes bikinifitListFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 접근성: 모션 감소 선호 시 애니메이션 제거 */
@media (prefers-reduced-motion: reduce) {
    .bikinifit-list-feature {
        opacity: 1;
        transform: none;
        animation: none !important;
    }
}

.bikinifit-list-icon {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
}

.bikinifit-list-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    filter: grayscale(100%) opacity(0.85);
}

.bikinifit-list-copy {
    text-align: center;
    line-height: 1.2;
}

/* 아이콘 첫 번째 줄 텍스트: #000, Pretendard bold 20px */
.bikinifit-list-line1 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}

/* 아이콘 두 번째 줄 텍스트: #3787FF, Pretendard regular 20px */
.bikinifit-list-line2 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #3787FF;
}

/* 푸터 문구 */
.bikinifit-list-footnote {
    margin: 18px 0 0;
    color: #8d8d8d;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    text-align: right;
    opacity: 0.9;
}

/*=== 3번째 영역 ===*/
.bif-section {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    min-height: 1020px;
}

/* Background image pinned to right side */
.bif-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bif-bg img {
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
    user-select: none;
    width: 100%;
}

/* Content container */
.bif-container {
    position: relative;
    z-index: 2;
    /* above background */
    max-width: 1280px;
    margin: 0 auto;
    padding: 260px 24px 140px;
    display: flex;
    justify-content: flex-start;
}

/* Text block = brush title + divider + paragraph (stacked) */
.bif-textblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 520px;
    text-align: center;
    margin-left: clamp(20px, 8vw, 120px);
}

/* Brush lines */
.bif-hand-lines {
    color: #000;
    line-height: 1.15;
    margin-bottom: 14px;
}

.bif-nbs {
    font-family: 'NanumBrush', cursive;
    display: inline-block;
}

.bif-n20 {
    font-size: 20px;
}

.bif-n32 {
    font-size: 32px;
}

.bif-n36 {
    font-size: 36px;
}

/* Thin paragraph */
.bif-copy {
    margin: 0;
    color: #777;
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    /* Thin */
    font-size: 20px;
    line-height: 1.9;
}

/* Vertical divider between brush title and paragraph */
.bif-hand-divider {
    display: block;
    width: 1px;
    height: 48px;
    background: #000;
    opacity: .9;
    margin: 14px auto 18px;
}

/* ===== Animate only the text block (not the whole container) ===== */
.bif-textblock {
    opacity: 0;
    transform: translateY(18px);
    will-change: transform, opacity;
}

.bif-textblock.is-inview {
    animation: bifTextFadeUp .6s ease-out forwards;
}

@keyframes bifTextFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bif-textblock {
        opacity: 1;
        transform: none;
        animation: none !important;
    }
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .bif-bg img {
        height: 82%;
    }

    .bif-container {
        padding: 100px 24px 120px;
    }
}

@media (max-width: 768px) {
    .bif-section {
        min-height: 680px;
    }

    .bif-textblock {
        width: min(520px, 92%);
        margin-left: auto;
        margin-right: auto;
    }

    .bif-copy {
        font-size: 18px;
        line-height: 1.8;
    }

    .bif-n36 {
        font-size: 32px;
    }

    .bif-n32 {
        font-size: 28px;
    }

    .bif-n20 {
        font-size: 18px;
    }

    .bif-bg img {
        height: 70%;
        right: -6%;
    }
}

/*=== 비키니핏 recommended 영역===*/
.bif-third-recommended-types-section {
    background-color: #ffffff;
    display: grid;
    justify-items: center;
    align-items: start;
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}

.bif-third-recommended-container {
    background-color: #ffffff;
    overflow: hidden;
    width: 1920px;
    height: auto;
    /* 컨텐츠에 맞게 자동 조정 */
    min-height: 2500px;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

/* ====== 순차 애니메이션 스타일 ====== */
.bif-third-item {
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bif-third-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* 1번 영역 - 기존 위치 유지 */
.bif-third-overlap {
    position: absolute;
    width: 838px;
    height: 1201px;
    top: 0;
    left: 1075px;
}

.bif-third-ellipse {
    width: 287px;
    height: 287px;
    top: 859px;
    left: 496px;
    border-radius: 143.52px;
    transform: rotate(-122.87deg);
    position: absolute;
    filter: blur(10px);
    background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.bif-third-overlap-group {
    position: absolute;
    width: 590px;
    height: 1089px;
    top: 0;
    left: 0;
}

.bif-third-line {
    position: absolute;
    width: 1px;
    height: 1089px;
    top: 0;
    left: 229px;
    object-fit: cover;
}

.bif-third-line-2 {
    position: absolute;
    width: 1px;
    height: 1089px;
    top: -109px;
    left: 284px;
    object-fit: cover;
}

.bif-third-line-3 {
    position: absolute;
    width: 1px;
    height: 187px;
    top: 583px;
    right: -405px;
    object-fit: cover;
}

.bif-third-rectangle {
    position: absolute;
    width: 314px;
    height: 464px;
    top: 231px;
    left: 32px;
    background-color: #d9d9d9;
    box-shadow: 30px 37px 59.5px #00000040;
}

.bif-third-image {
    position: absolute;
    width: 377px;
    height: 547px;
    top: 153px;
    left: 0;
    aspect-ratio: 0.69;
}

.bif-third-rectangle-2 {
    position: absolute;
    width: 340px;
    height: 291px;
    top: 358px;
    left: 266px;
    border-radius: 30px;
    backdrop-filter: blur(18.2px) brightness(100%);
    -webkit-backdrop-filter: blur(18.2px) brightness(100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(148, 148, 148, 0.4) 100%);
}

.bif-third-text-wrapper {
    position: absolute;
    width: 78px;
    top: 441px;
    left: 296px;
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 64px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.bif-third-p {
    width: 289px;
    top: 548px;
    left: 296px;
    color: #516070;
    position: absolute;
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

/* 2번 영역 - 기존 위치 유지 */
.bif-third-ellipse-2 {
    width: 392px;
    height: 392px;
    top: 57px;
    left: 176px;
    border-radius: 196.23px;
    transform: rotate(135deg);
    position: absolute;
    filter: blur(10px);
    background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.bif-third-overlap-group-2 {
    position: absolute;
    width: 671px;
    height: 694px;
    top: 462px;
    left: 236px;
}

.bif-third-rectangle-3 {
    position: absolute;
    width: 314px;
    height: 393px;
    top: 167px;
    left: 357px;
    background-color: #d9d9d9;
    box-shadow: 30px 37px 59.5px #00000040;
}

.bif-third-recommended-types {
    position: absolute;
    width: 608px;
    top: 0;
    left: 63px;
    text-align: right;
}

.bif-third-title {
    font-family: "Dream Orphans", Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 64px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 10px;
}

.bif-third-subtitle {
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 200;
    color: #6e6e6e;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.bif-third-span {
    font-family: "Dream Orphans", Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 64px;
}

.bif-third-text-wrapper-2 {
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 24px;
}

.bif-third-text-wrapper-3 {
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 200;
    color: #6e6e6e;
    font-size: 16px;
}

.bif-third-img {
    position: absolute;
    width: 347px;
    height: 412px;
    top: 100px;
    left: 324px;
    aspect-ratio: 0.84;
}


.bif-third-rectangle-4 {
    position: absolute;
    width: 428px;
    height: 296px;
    top: 398px;
    left: 0;
    border-radius: 30px;
    backdrop-filter: blur(18.2px) brightness(100%);
    -webkit-backdrop-filter: blur(18.2px) brightness(100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(120, 147, 169, 0.4) 100%);
    z-index: 1;
}

.bif-third-text-wrapper-4 {
    width: 280px;
    top: 559px;
    left: 130px;
    color: #516070;
    text-align: right;
    position: absolute;
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    z-index: 2;
}

.bif-third-text-wrapper-5 {
    width: 110px;
    top: 443px;
    left: 302px;
    font-family: "Pretendard", Arial, sans-serif;
    position: absolute;
    font-weight: 700;
    color: #ffffff;
    font-size: 64px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    z-index: 2;
}

/* 3번 영역 - 오른쪽에 독립적으로 배치 */
.bif-third-box {
    position: absolute;
    width: 719px;
    height: 719px;
    top: 310px;
    /* 3번 영역 위쪽에 배치 */
    left: -200px;
}

.bif-third-ellipse-3 {
    position: absolute;
    width: 520px;
    height: 520px;
    top: 0;
    left: 0;
    border-radius: 260px;
    filter: blur(10px);
    transform: rotate(-122deg);
    background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.bif-third-overlap-3 {
    position: absolute;
    width: 700px;
    height: 500px;
    top: 1200px;
    /* 아래쪽에 배치 */
    right: 200px;
    /* 오른쪽에 배치 */
}

.bif-third-rectangle-7 {
    position: absolute;
    width: 359px;
    height: 444px;
    top: 0;
    right: 0;
    /* 오른쪽 정렬 */
    background-color: #d9d9d9;
    box-shadow: 30px 37px 59.5px #00000040;
}

.bif-third-rectangle-8 {
    position: absolute;
    width: 373px;
    height: 219px;
    top: 140px;
    left: -20px;
    z-index: 1;
    border-radius: 30px;
    backdrop-filter: blur(18.2px) brightness(100%);
    -webkit-backdrop-filter: blur(18.2px) brightness(100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(103, 149, 186, 0.4) 100%);
}

.bif-third-text-wrapper-8 {
    width: 293px;
    top: 260px;
    left: 40px;
    color: #516070;
    text-align: right;
    position: absolute;
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    z-index: 2;
}

.bif-third-text-wrapper-9 {
    width: 116px;
    top: 155px;
    left: 225px;
    font-family: "Pretendard", Arial, sans-serif;
    position: absolute;
    font-weight: 700;
    color: #ffffff;
    font-size: 64px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    z-index: 2;
}

.bif-third-image-2 {
    position: absolute;
    width: 423px;
    height: 538px;
    top: 0;
    right: 30px;
    aspect-ratio: 0.81;
}

/* 4번 영역 - 더 아래쪽에 독립적으로 배치 */
.bif-third-box-2 {
    position: absolute;
    width: 586px;
    height: 586px;
    top: 370px;
    /* 3번 영역 위쪽에 배치 */
    left: -80px;
}

.bif-third-ellipse-4 {
    position: absolute;
    width: 416px;
    height: 416px;
    top: 0;
    left: 0;
    border-radius: 207px;
    filter: blur(10px);
    transform: rotate(20deg);
    background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.bif-third-overlap-2 {
    position: absolute;
    width: 700px;
    height: 500px;
    top: 1600px;
    /* 3번보다 더 아래로 배치 */
    left: 200px;
    /* 중앙 왼쪽에 배치 */
}

.bif-third-rectangle-5 {
    position: absolute;
    width: 314px;
    height: 393px;
    top: 50px;
    left: 0;
    background-color: #d9d9d9;
    box-shadow: 30px 37px 59.5px #00000040;
}

.bif-third-rectangle-6 {
    position: absolute;
    width: 373px;
    height: 257px;
    top: 282px;
    right: -460px;
    /* 오른쪽에 텍스트 영역 */
    border-radius: 30px;
    backdrop-filter: blur(18.2px) brightness(100%);
    -webkit-backdrop-filter: blur(18.2px) brightness(100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(114, 171, 217, 0.4) 100%);
    z-index: 1;
}

.bif-third-text-wrapper-6 {
    width: 280px;
    top: 435px;
    right: -400px;
    /* 오른쪽 기준으로 배치 */
    color: #50606f;
    position: absolute;
    font-family: "Pretendard", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    z-index: 2;
}

.bif-third-text-wrapper-7 {
    width: 125px;
    top: 310px;
    right: -210px;
    /* 오른쪽 기준으로 배치 */
    font-family: "Pretendard", Arial, sans-serif;
    position: absolute;
    font-weight: 700;
    color: #ffffff;
    font-size: 64px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    z-index: 2;
}

.bif-third-image-3 {
    position: absolute;
    width: 360px;
    height: 443px;
    top: 326px;
    right: -200px;
    /* 오른쪽에 이미지 배치 */
    aspect-ratio: 0.79;
}

/*=== treatment area ===*/
.bif-treatment-container {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.bif-treatment-title {
    font-family: 'Dream Orphans', serif;
    font-size: 48px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.bif-treatment-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #666;
    margin-bottom: 60px;
    letter-spacing: -0.3px;
}

.bif-treatment-image-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.bif-treatment-image {
    position: relative;
    display: inline-block;
}

.bif-treatment-bg-img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
}

/* 각 부위 텍스트 */
.bif-treatment-area-info {
    position: absolute;
    max-width: 280px;
}

.bif-treatment-area-name {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.bif-treatment-area-description {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

/* 옆구리 텍스트 위치 */
.bif-treatment-side-info {
    top: 105px;
    left: 100px;
    text-align: right;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.bif-treatment-side-info.animate {
    opacity: 1;
    transform: translateX(0);
}

/* 상복부 텍스트 위치 */
.bif-treatment-upper-info {
    top: 45px;
    right: 170px;
    text-align: left;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.bif-treatment-upper-info.animate {
    opacity: 1;
    transform: translateX(0);
}

/* 하복부 텍스트 위치 */
.bif-treatment-lower-info {
    top: 390px;
    right: 150px;
    text-align: left;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.bif-treatment-lower-info.animate {
    opacity: 1;
    transform: translateX(0);
}

/* 반응형 */
@media (max-width: 900px) {
    .bif-treatment-title {
        font-size: 36px;
    }

    .bif-treatment-area-name,
    .bif-treatment-area-description {
        font-size: 16px;
    }

    .bif-treatment-area-info {
        max-width: 200px;
    }
}

@media (max-width: 700px) {
    .bif-treatment-title {
        font-size: 28px;
    }

    .bif-treatment-subtitle {
        font-size: 16px;
    }

    .bif-treatment-area-name,
    .bif-treatment-area-description {
        font-size: 14px;
    }

    .bif-treatment-area-info {
        max-width: 160px;
    }
}

/*=== Medical Process 영역 ===*/
.bif-medical-container {
    background-color: #ffffff;
    padding: 80px 20px;
    min-width: 1300px;
    position: relative;
}

.bif-medical-header {
    text-align: left;
    margin-bottom: 60px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.bif-medical-title {
    font-family: 'Dream Orphans', serif;
    font-size: 48px;
    font-weight: 400;
    color: #333;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.bif-medical-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #666;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.bif-medical-process-grid {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.bif-medical-process-item {
    background-color: #F3F4F5;
    border-radius: 20px;
    padding: 30px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    position: relative;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    z-index: 1;
}

.bif-medical-process-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.bif-medical-image-wrapper {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 4/3;
}

.bif-medical-process-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.bif-medical-label {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    text-align: center;
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: inset 6px 4px 4px #00000040;
    line-height: 1.3;
    letter-spacing: -0.3px;
    margin: 0 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bif-medical-bubble {
    position: absolute;
    bottom: -140px;
    right: 50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(10px);
    background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
    z-index: 0;
}

/* 반응형 */
@media (max-width: 1024px) {
    .bif-medical-process-grid {
        gap: 20px;
    }

    .bif-medical-process-item {
        min-width: 280px;
        padding: 25px;
    }

    .bif-medical-title {
        font-size: 36px;
    }

    .bif-medical-subtitle {
        font-size: 18px;
    }

    .bif-medical-label {
        font-size: 18px;
        padding: 12px 18px;
        height: 65px;
        box-shadow: inset 5px 3px 3px #00000040;
    }
}

@media (max-width: 768px) {
    .bif-medical-container {
        padding: 60px 20px;
    }

    .bif-medical-process-grid {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .bif-medical-process-item {
        max-width: 100%;
        min-width: auto;
        width: 100%;
        max-width: 400px;
    }

    .bif-medical-title {
        font-size: 32px;
    }

    .bif-medical-subtitle {
        font-size: 16px;
    }

    .bif-medical-label {
        font-size: 16px;
        padding: 10px 16px;
        height: 60px;
        box-shadow: inset 4px 3px 3px #00000040;
    }
}

/*=== 비키니핏 닥터 영역 ===*/
.bif-doctor-container {
    background-color: #ffffff;
    padding: 80px 20px;
    min-width: 1300px;
}

.bif-doctor-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.bif-doctor-text {
    flex: 1;
    max-width: 550px;
    text-align: center;
    position: relative;
}

.bif-doctor-text::before {
    content: '';
    position: absolute;
    top: 115px;
    left: -120px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    filter: blur(10px);
    background: linear-gradient(270deg, rgba(131, 172, 232, 0) 0%, rgba(131, 172, 232, 0.2) 70%, rgba(131, 172, 232, 0.6) 100%);
    z-index: 1;
}

.bif-doctor-title {
    font-family: 'Dream Orphans', serif;
    font-size: 48px;
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.bif-doctor-description {
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}

.bif-doctor-description p {
    margin-bottom: 20px;
}

.bif-doctor-description p:last-child {
    margin-bottom: 0;
}

.bif-doctor-signature {
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.2px;
    margin-top: 20px;
    text-align: right;
    ;
}

.bif-doctor-image {
    flex: 1.2;
    max-width: 700px;
}

.bif-doctor-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 반응형 */
@media (max-width: 1024px) {
    .bif-doctor-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .bif-doctor-title {
        font-size: 36px;
    }

    .bif-doctor-description {
        font-size: 18px;
    }

    .bif-doctor-signature {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .bif-doctor-container {
        padding: 60px 20px;
        min-width: auto;
    }

    .bif-doctor-title {
        font-size: 28px;
    }

    .bif-doctor-description {
        font-size: 16px;
    }

    .bif-doctor-signature {
        font-size: 13px;
    }
}

/*=== 슬라이더 영역 ===*/
.bif-guide-container {
    background-color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

.bif-guide-header {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 60px;
}

.bif-guide-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.bif-guide-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    letter-spacing: -0.3px;
}

.bif-guide-slider-wrapper {
    width: 100vw;
    overflow: hidden;
    position: relative;
    background-image: url('/home_assets/img/main/jab_center/bif-slider-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 260px;
}

.bif-guide-swiper {
    padding: 0 100px;
    overflow: visible;
}

.bif-guide-slide {
    width: 400px !important;
    background-color: #ffffff;
    border: 2px dashed #ADADAD;
    border-radius: 15px;
    padding: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bif-guide-slide-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
    line-height: 1.3;
}

.bif-guide-slide-desc {
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    font-size: 24px;
    color: #000;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

/* 반응형 */
@media (max-width: 768px) {
    .bif-guide-container {
        padding: 60px 0;
    }

    .bif-guide-header {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .bif-guide-title {
        font-size: 24px;
    }

    .bif-guide-subtitle {
        font-size: 18px;
    }

    .bif-guide-slider {
        padding: 0 20px;
        gap: 60px;
    }

    .bif-guide-slide {
        flex: 0 0 250px;
        padding: 20px;
        min-height: 150px;
    }

    .bif-guide-slide-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bif-guide-slide-desc {
        font-size: 16px;
    }
}

/*=== FAQ 영역===*/
.bikinifit-faq-section {
    width: 100vw;
    height: 1000px;
    background-image: url('/home_assets/img/main/jab_center/bikinifit-faq-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px 40px;
    clip-path: ellipse(100% 90% at 50% 100%);
}

.bikinifit-faq-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.bikinifit-faq-title {
    font-family: 'Dream Orphans', serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.bikinifit-faq-content {
    width: 75%;
    height: 100%;
    max-height: 600px;
    background-image: url('/home_assets/img/main/body_center/front_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 60px 60px 40px 40px;
    padding: 60px 40px;
}

.bikinifit-faq-top {
    margin-bottom: 60px;
}

.bikinifit-faq-item {
    margin-bottom: 40px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.bikinifit-faq-question {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    flex: 1;
}

.bikinifit-faq-answer {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    opacity: 0.9;
    flex: 1;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px 0 50px 50px;
    padding: 25px 30px;
}

@media (max-width: 768px) {
    .bikinifit-faq-content {
        padding: 40px 20px;
        margin: 0 20px;
    }

    .bikinifit-faq-question,
    .bikinifit-faq-answer {
        font-size: 20px;
    }

    .bikinifit-faq-title {
        font-size: 36px;
        margin: 60px 0 40px;
    }
}