/* ============================================================
   bodyfiller.css — 바디필러 페이지 전용 스타일
   ============================================================ */

/* ============================================================
   공통 / 히어로 배너 오버라이드
   ============================================================ */
.before-login {
    display: none !important;
}

.actual-before-image img {
    filter: none !important;
}

/* 모달 시술 전 사진 블러 제거 (JS 인라인 blur 무력화) */
#modalBeforeImg {
    filter: none !important;
}

/* 바디필러 전용 히어로 배너 (리프팅과 분리) */
.main-content {
    background-image: url('/gnuboard5/img/bodyfiller/bf-hero.jpg'), url('/gnuboard5/img/lifting_background.png') !important;
    background-size: cover;
    background-position: center;
}

/* ============================================================
   섹션 1 — 전후사진
   ============================================================ */
.bf-ba-section {
    padding: 90px 20px;
    background: #fff;
}

.bf-ba-container {
    max-width: 1080px;
    margin: 0 auto;
}

.bf-ba-intro {
    text-align: center;
    margin-bottom: 56px;
}

.bf-ba-label {
    font-size: 15px;
    letter-spacing: .35em;
    color: #b08d80;
    font-weight: 500;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.bf-ba-title {
    font-size: 34px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.bf-ba-lead {
    text-align: center;
    margin-bottom: 50px;
}

.bf-ba-lead-title {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin: 0 0 14px;
}

.bf-ba-lead-title span {
    color: #a6756a;
}

.bf-ba-lead-desc {
    font-size: 15px;
    color: #888;
    margin: 0;
}

.bf-ba-list {
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.bf-ba-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.bf-ba-angle {
    display: inline-block;
    padding: 8px 28px;
    background: #efefef;
    border-radius: 999px;
    font-size: 15px;
    color: #555;
    font-weight: 600;
}

.bf-ba-pair {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.bf-ba-item {
    position: relative;
    flex: 1;
    max-width: 405px;
    margin: 0;
    background: #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.bf-ba-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bf-ba-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 14px 0;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .02em;
}

.bf-ba-cap-before {
    background: rgba(120,120,120,.92);
}

.bf-ba-cap-after {
    background: rgba(162,121,108,.95);
}

.bf-ba-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    margin: 0;
    z-index: 3;
    border-radius: 50%;
    background: #a6756a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,.22);
}

.bf-ba-more {
    text-align: center;
    margin-top: 56px;
}

.bf-ba-more-btn {
    display: inline-block;
    padding: 14px 36px;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: .2s;
}

.bf-ba-more-btn:hover {
    background: #333;
    color: #fff;
}

@media(max-width:768px) {
    .bf-ba-section {
        padding: 54px 16px;
    }
    .bf-ba-title {
        font-size: 24px;
    }
    .bf-ba-lead-title {
        font-size: 19px;
    }
    .bf-ba-arrow {
        width: 36px;
        height: 36px;
        margin: 0;
        font-size: 19px;
    }
    .bf-ba-pair {
        gap: 10px;
    }
    .bf-ba-cap {
        font-size: 14px;
        padding: 10px 0;
    }
}

/* ============================================================
   섹션 2 — WHAT
   ============================================================ */
.bf-what-section {
    position: relative;
    background: #f5f4f3;
    padding: 90px 20px;
    overflow: hidden;
}

.bf-what-deco {
    position: absolute;
    inset: 0;
    background: url('/gnuboard5/img/bodyfiller/bf-what-deco.png') center/cover no-repeat;
    pointer-events: none;
}

.bf-what-inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.bf-what-head {
    margin-bottom: 40px;
}

.bf-what-en {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin: 0 0 10px;
}

.bf-what-kr {
    font-size: 26px;
    font-weight: 700;
    color: #b08d80;
    margin: 0;
}

.bf-what-lead {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.65;
    margin: 0 0 26px;
}

.bf-what-sub {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 46px;
}

.bf-what-desc {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.95;
    margin: 0 0 24px;
}

.bf-what-desc.strong {
    color: #5f5f5f;
}

.bf-what-desc b {
    color: #5f5f5f;
    font-weight: 700;
}

@media(max-width:768px) {
    .bf-what-section {
        padding: 54px 16px;
    }
    .bf-what-en {
        font-size: 24px;
    }
    .bf-what-kr {
        font-size: 20px;
    }
    .bf-what-lead {
        font-size: 16px;
    }
    .bf-what-sub {
        font-size: 14px;
    }
    .bf-what-desc {
        font-size: 12.5px;
        line-height: 1.85;
    }
    .bf-what-deco {
        background-size: cover;
    }
}

/* ============================================================
   섹션 3 — KEY POINT
   ============================================================ */
.bf-key-section {
    background: #fff;
    padding: 90px 20px;
}

.bf-key-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.bf-key-title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin: 0 0 16px;
}

.bf-key-title span {
    color: #a6756a;
}

.bf-key-sub {
    font-size: 15px;
    color: #888;
    margin: 0 0 56px;
}

.bf-key-circles {
    display: flex;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
}

.bf-key-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #a87c70;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
}

@media(max-width:768px) {
    .bf-key-section {
        padding: 54px 16px;
    }
    .bf-key-title {
        font-size: 20px;
    }
    .bf-key-sub {
        font-size: 13.5px;
        margin-bottom: 36px;
    }
    .bf-key-circles {
        gap: 14px;
    }
    .bf-key-circle {
        width: 150px;
        height: 150px;
        font-size: 15px;
    }
}

/* ============================================================
   섹션 4 — POINT (recommend 디자인)
   ============================================================ */
.bf-rec .recommend-content + .recommend-content {
    margin-top: 110px;
}

.bf-rec .recommend-image {
    flex: 1;
    max-width: 560px;
    aspect-ratio: 5/4;
    background: #ececec;
    border-radius: 0 70px;
    overflow: hidden;
}

.bf-rec .recommend-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 70px;
    display: block;
}

.bf-rec .recommend-list li {
    margin-bottom: 14px;
}

.bf-rec .recommend-list li:last-child {
    margin-bottom: 0;
}

.bf-rec .recommend-list li strong {
    font-weight: 700;
    color: #2f2f2f;
}

.bf-rec .recommend-list .rec-sub {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 400;
    line-height: 1.7;
}

@media(max-width:768px) {
    .bf-rec .recommend-content + .recommend-content {
        margin-top: 54px;
    }
    .bf-rec .recommend-image {
        max-width: 100%;
        border-radius: 0 40px;
    }
    .bf-rec .recommend-image img {
        border-radius: 0 40px;
    }
    .bf-rec .recommend-list .rec-sub {
        font-size: 13px;
    }
}

/* ============================================================
   섹션 5 — JN Solution
   ============================================================ */
.bf-sol-section {
    position: relative;
    padding: 100px 20px;
    background: url('/gnuboard5/img/bodyfiller/bf-solution-bg.png') center/cover no-repeat;
}

.bf-sol-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}

.bf-sol-head {
    text-align: center;
    margin-bottom: 60px;
}

.bf-sol-label {
    font-size: 15px;
    letter-spacing: .34em;
    color: #b08d80;
    font-weight: 600;
    margin: 0 0 18px;
}

.bf-sol-title {
    font-size: 36px;
    font-weight: 600;
    color: #222;
    margin: 0 0 22px;
}

.bf-sol-sub {
    font-size: 16px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}

.bf-sol-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.bf-sol-card {
    display: flex;
    align-items: center;
    gap: 22px;
    border: 2px solid #E1B1A9;
    border-radius: 24px;
    background: rgba(255,255,255,.78);
    padding: 30px;
    box-shadow: 0 6px 18px rgba(110,65,55,.18);
}

.bf-sol-card-img {
    flex: 0 0 240px;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.bf-sol-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.bf-sol-card-body {
    flex: 1;
    min-width: 0;
}

.bf-sol-badge {
    display: inline-block;
    background: #D8A89E;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 6px 17px;
    border-radius: 999px;
    margin-bottom: 15px;
}

.bf-sol-card-title {
    font-size: 23px;
    font-weight: 600;
    color: #222;
    margin: 0 0 14px;
}

.bf-sol-card-desc {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 1.75;
    margin: 0;
}

@media(max-width:900px) {
    .bf-sol-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media(max-width:768px) {
    .bf-sol-section {
        padding: 56px 16px;
    }
    .bf-sol-title {
        font-size: 25px;
    }
    .bf-sol-sub {
        font-size: 14px;
    }
    .bf-sol-card {
        gap: 16px;
        padding: 20px;
        border-radius: 18px;
    }
    .bf-sol-card-img {
        flex: 0 0 110px;
    }
    .bf-sol-card-title {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .bf-sol-card-desc {
        font-size: 13px;
    }
}

/* ============================================================
   섹션 6 — 재생 골반필러 배너
   ============================================================ */
.bf-design-section {
    background: #fff;
    padding: 80px 40px;
}

.bf-design-banner {
    max-width: 1500px;
    margin: 0 auto;
    background: url('/gnuboard5/img/bodyfiller/bf-banner.jpg') center/cover no-repeat, linear-gradient(120deg,#fbeae7 0%,#f6dcd6 100%);
    padding: 130px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bf-design-banner-inner {
    max-width: 920px;
}

.bf-design-banner-label {
    font-size: 17px;
    color: #c2a59f;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0 0 18px;
}

.bf-design-banner-title {
    font-size: 46px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0 0 28px;
}

.bf-design-banner-title .ac {
    color: #b58578;
}

.bf-design-banner-sub {
    font-size: 19px;
    color: #8a8a8a;
    line-height: 1.6;
    margin: 0;
}

.bf-design-banner-sub b {
    color: #333;
    font-weight: 700;
}

.bf-design-below {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 0;
}

.bf-design-quote {
    font-size: 27px;
    font-weight: 600;
    color: #333;
    margin: 0 0 38px;
    line-height: 1.4;
}

.bf-design-quote .ac {
    color: #c08d80;
}

.bf-design-desc {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 2;
    margin: 0;
}

.bf-design-desc b {
    color: #5f5f5f;
    font-weight: 600;
}

.bf-design-desc b.hl {
    background: linear-gradient(to top, rgba(230,165,151,.5) 50%, transparent 50%);
    padding: 0 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media(max-width:768px) {
    .bf-design-section {
        padding: 50px 16px;
    }
    .bf-design-banner {
        padding: 54px 16px;
    }
    .bf-design-banner-title {
        font-size: 27px;
        margin-bottom: 18px;
    }
    .bf-design-banner-label {
        font-size: 14px;
    }
    .bf-design-banner-sub {
        font-size: 14px;
    }
    .bf-design-below {
        padding-top: 44px;
    }
    .bf-design-quote {
        font-size: 19px;
        margin-bottom: 26px;
    }
    .bf-design-desc {
        font-size: 13px;
        line-height: 1.9;
    }
}

/* ============================================================
   섹션 7 — 시술부위
   ============================================================ */
.bf-area-section {
    background: #fff;
    padding: 30px 20px 90px;
}

.bf-area-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #b07f72;
    margin: 0 0 50px;
}

.bf-area-img {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    background: #f6ece9;
    min-height: 300px;
}

.bf-area-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media(max-width:768px) {
    .bf-area-section {
        padding: 20px 16px 54px;
    }
    .bf-area-title {
        font-size: 21px;
        margin-bottom: 28px;
    }
    .bf-area-img {
        border-radius: 16px;
        min-height: 160px;
    }
}

/* ============================================================
   섹션 8 — 시술 진행 과정
   ============================================================ */
.bf-process-section {
    background: url('/gnuboard5/img/bodyfiller/bf-process-bg.jpg') center top/100% 100% no-repeat, linear-gradient(180deg,#fdf7f5 0%,#faf0ec 100%);
    padding: 100px 20px;
}

.bf-process-inner {
    max-width: 1340px;
    margin: 0 auto;
}

.bf-process-head {
    text-align: center;
    margin-bottom: 60px;
}

.bf-process-label {
    font-size: 15px;
    letter-spacing: .4em;
    color: #c19a8f;
    font-weight: 600;
    margin: 0 0 16px;
}

.bf-process-title {
    font-size: 36px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.bf-process-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.bf-process-card {
    position: relative;
    flex: 1;
    background: #fff;
    border: 2px solid #E1B1A9;
    border-radius: 16px;
    padding: 26px 26px 96px;
    min-height: 340px;
    box-shadow: 0 6px 18px rgba(110,65,55,.18);
}

.bf-process-badge {
    display: inline-block;
    background: #c89384;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 22px;
}

.bf-process-step-title {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0 0 18px;
}

.bf-process-step-desc {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}

.bf-process-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 140px;
    height: 140px;
    object-fit: contain;
    opacity: .92;
}

.bf-process-arrow {
    flex: 0 0 auto;
    align-self: center;
    color: #c89384;
    font-size: 26px;
    line-height: 1;
    padding: 0 12px;
}

@media(max-width:900px) {
    .bf-process-steps {
        flex-wrap: wrap;
        gap: 18px;
    }
    .bf-process-card {
        flex: 0 0 calc(50% - 9px);
    }
    .bf-process-arrow {
        display: none;
    }
}

@media(max-width:768px) {
    .bf-process-section {
        padding: 56px 16px;
    }
    .bf-process-title {
        font-size: 25px;
    }
    .bf-process-card {
        flex: 0 0 100%;
        min-height: auto;
        padding: 22px 22px 82px;
    }
}

/* ============================================================
   섹션 9 — Special Point
   ============================================================ */
.bf-sp-section {
    background: #fff;
    padding: 90px 20px;
}

.bf-sp-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.bf-sp-head {
    text-align: center;
    margin-bottom: 60px;
}

.bf-sp-label {
    font-size: 15px;
    letter-spacing: .4em;
    color: #c19a8f;
    font-weight: 600;
    margin: 0 0 16px;
}

.bf-sp-title {
    font-size: 34px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.bf-sp-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.bf-sp-card {
    text-align: center;
}

.bf-sp-img {
    aspect-ratio: 1/1;
    background: #f0ecea;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 28px;
}

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

.bf-sp-point {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0 0 14px;
}

.bf-sp-desc {
    font-size: 15px;
    color: #888;
    line-height: 1.7;
    margin: 0;
}

@media(max-width:768px) {
    .bf-sp-section {
        padding: 54px 16px;
    }
    .bf-sp-title {
        font-size: 24px;
    }
    .bf-sp-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        max-width: 380px;
        margin: 0 auto;
    }
}

/* ============================================================
   섹션 10 — Q&A 아코디언
   ============================================================ */
.bf-faq-section {
    background: #fff;
    padding: 90px 20px;
}

.bf-faq-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.bf-faq-head {
    text-align: center;
    margin-bottom: 56px;
}

.bf-faq-label {
    font-size: 15px;
    letter-spacing: .4em;
    color: #c19a8f;
    font-weight: 600;
    margin: 0 0 16px;
}

.bf-faq-title {
    font-size: 34px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.bf-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bf-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 30px 30px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.bf-faq-item.open .bf-faq-q {
    background: #A6756A;
    border-color: #A6756A;
    border-radius: 12px 12px 0 0;
}

.bf-faq-qmark {
    font-size: 22px;
    font-weight: 600;
    color: #A6756A;
    margin-right: 22px;
    padding-right: 22px;
    border-right: 1px solid #ddd;
    line-height: 1;
}

.bf-faq-item.open .bf-faq-qmark {
    color: #fff;
    border-right-color: rgba(255,255,255,.45);
}

.bf-faq-qtext {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.bf-faq-item.open .bf-faq-qtext {
    color: #fff;
}

.bf-faq-toggle {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.bf-faq-toggle::before,.bf-faq-toggle::after {
    content: '';
    position: absolute;
    background: #bbb;
}

.bf-faq-toggle::before {
    left: 0;
    top: 10px;
    width: 22px;
    height: 2px;
}

.bf-faq-toggle::after {
    left: 10px;
    top: 0;
    width: 2px;
    height: 22px;
}

.bf-faq-item.open .bf-faq-toggle::before {
    background: #fff;
}

.bf-faq-item.open .bf-faq-toggle::after {
    display: none;
}

.bf-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    background: #F5F5F5;
    border-radius: 0 0 12px 12px;
}

.bf-faq-item.open .bf-faq-a {
    max-height: 600px;
}

.bf-faq-a-inner {
    padding: 26px 30px;
    font-size: 15px;
    color: #777;
    line-height: 1.75;
}

@media(max-width:768px) {
    .bf-faq-section {
        padding: 54px 16px;
    }
    .bf-faq-title {
        font-size: 24px;
    }
    .bf-faq-q {
        padding: 18px 20px;
    }
    .bf-faq-qtext {
        font-size: 15px;
    }
    .bf-faq-qmark {
        margin-right: 14px;
        padding-right: 14px;
        font-size: 18px;
    }
    .bf-faq-a-inner {
        padding: 20px;
        font-size: 13.5px;
    }
}

/* 섹션 메인 타이틀: 리프팅 기준 42px bold */

/* ============================================================
   섹션 2 — WHAT
   ============================================================ */
.bf-what-kr,.bf-key-title,.bf-sol-title,.bf-area-title,.bf-process-title,.bf-sp-title,.bf-faq-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
}

/* 섹션 라벨(영문 eyebrow): 리프팅 기준 16px/#A6756A */

/* ============================================================
   섹션 5 — JN Solution
   ============================================================ */
.bf-sol-label,.bf-process-label,.bf-sp-label,.bf-faq-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 8px;
    color: #A6756A;
}

/* 섹션 상하 간격: 리프팅 기준 100px */

/* ============================================================
   섹션 2 — WHAT
   ============================================================ */
.bf-what-section,.bf-key-section,.bf-sol-section,.bf-design-section,.bf-area-section,.bf-process-section,.bf-sp-section,.bf-faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width:1200px) {
    .bf-what-kr,.bf-key-title,.bf-sol-title,.bf-area-title,.bf-process-title,.bf-sp-title,.bf-faq-title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .bf-what-kr,.bf-key-title,.bf-sol-title,.bf-area-title,.bf-process-title,.bf-sp-title,.bf-faq-title {
        font-size: 26px;
    }
    .bf-sol-label,.bf-process-label,.bf-sp-label,.bf-faq-label {
        font-size: 12px;
        letter-spacing: 4px;
    }
    .bf-what-section,.bf-key-section,.bf-sol-section,.bf-design-section,.bf-area-section,.bf-process-section,.bf-sp-section,.bf-faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:480px) {
    .bf-what-kr,.bf-key-title,.bf-sol-title,.bf-area-title,.bf-process-title,.bf-sp-title,.bf-faq-title {
        font-size: 22px;
    }
}
