/* ==============================
   이마거상술 (Forehead Lift) CSS
   forehead_lift.css
============================== */

/*공통*/
#svisual, .snb{display: none;}
/* ── Hero / Visual Banner ─────────────────────────────── */
.fl-hero {
    position: relative;
    width: 100%;
    height: 960px;
    background: #f5f0eb;
    overflow: hidden;
    display: flex;
    align-items: center;
}

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


/* Gradient overlay on hero image edge */
.fl-hero__img-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55%;
}

.fl-hero__img-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 180px;
    background: linear-gradient(to right, #f5f0eb, transparent);
    z-index: 1;
}

.fl-hero__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}


/* ── Section Commons ──────────────────────────────────── */
.fl-section {
    padding: 72px 0;
}

.fl-section + .dot-line {
    margin: 0;
}

.fl-sec-label {
    font-size: 11.5px;
    letter-spacing: 0.2em;
    color: #b0a090;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.fl-sec-title {
    font-size: 28px;
    font-weight: 300;
    color: #2b2320;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.fl-sec-title strong,
.fl-sec-title .bold {
    font-weight: 700;
}

/* ── Recommend Section ────────────────────────────────── */
.fl-recommend-sec {
    background: #faf8f5;
    padding: 72px 0;
}

.fl-recommend-sec .fl-sec-title {
    text-align: center;
    margin-bottom: 52px;
    font-size: 30px;
}

.fl-recommend-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1.5px solid #e0d8cf;
    border-bottom: 1.5px solid #e0d8cf;
}

.fl-recommend-item {
    padding: 36px 28px 32px;
    border-right: 1px solid #e8e0d6;
    text-align: center;
    position: relative;
}

.fl-recommend-item:last-child {
    border-right: none;
}

.fl-recommend-num {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #c5ab8e;
    margin-bottom: 16px;
}

.fl-recommend-item p {
    font-size: 14px;
    color: #5a5248;
    line-height: 1.7;
    margin: 0;
}

/* ── Core Points Section ──────────────────────────────── */
.fl-points-sec {
    padding: 80px 0;
}

.fl-points-sec .fl-sec-title {
    margin-bottom: 56px;
    text-align: center;
}

.fl-point-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 64px;
}

.fl-point-row:last-child {
    margin-bottom: 0;
}

.fl-point-row.reverse {
    flex-direction: row-reverse;
}

.fl-point-img {
    flex: 0 0 50%;
    max-width: 50%;
}

.fl-point-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.fl-point-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 52px;
}

.fl-point-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #c5ab8e;
    background: transparent;
    border: 1.5px solid #c5ab8e;
    border-radius: 999px;
    padding: 4px 14px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.fl-point-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2320;
    margin-bottom: 14px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.fl-point-content p {
    font-size: 14.5px;
    color: #5a5248;
    line-height: 1.8;
    margin: 0;
}

/* ── Surgery Method Section ───────────────────────────── */
.fl-method-sec {
    background: #faf8f5;
    padding: 80px 0;
}

.fl-method-sec .fl-sec-title {
    text-align: center;
    margin-bottom: 14px;
}

.fl-method-desc {
    text-align: center;
    font-size: 14px;
    color: #7a7068;
    margin-bottom: 52px;
    line-height: 1.7;
}

.fl-method-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.fl-method-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.fl-method-card__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.fl-method-card__body {
    padding: 26px 28px 28px;
}

.fl-method-card__step {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #c5ab8e;
    margin-bottom: 10px;
    display: block;
}

.fl-method-card__body p {
    font-size: 14px;
    color: #5a5248;
    line-height: 1.75;
    margin: 0;
}

/* ── Why Choose Section (닥터송포유를 선택하는 이유) ──── */
.fl-why-sec {
    padding: 80px 0;
}

.fl-why-sec .fl-sec-title {
    text-align: center;
    margin-bottom: 14px;
}

.fl-why-desc {
    text-align: center;
    font-size: 14px;
    color: #7a7068;
    margin-bottom: 52px;
    line-height: 1.7;
}

.fl-before-after {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #1a1512;
    margin-bottom: 28px;
}

.fl-ba-wrap {
    display: flex;
    height: 340px;
}

.fl-ba-before,
.fl-ba-after {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.fl-ba-before img,
.fl-ba-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fl-ba-label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 4px 12px;
    border-radius: 999px;
}

.fl-ba-after .fl-ba-label {
    left: auto;
    right: 20px;
}

.fl-ba-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 2;
}

.fl-ba-caption {
    background: #2b2320;
    color: #fff;
    text-align: center;
    padding: 18px 24px;
    font-size: 14px;
    line-height: 1.6;
}

.fl-ba-caption strong {
    color: #c5ab8e;
}

/* ── Floor Guide ──────────────────────────────────────── */
.fl-floor-sec {
    background: #faf8f5;
    padding: 80px 0;
}

.fl-floor-sec .fl-sec-title {
    text-align: center;
    margin-bottom: 10px;
}

.fl-floor-subdesc {
    text-align: center;
    font-size: 14px;
    color: #7a7068;
    margin-bottom: 48px;
}

.fl-floor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.fl-floor-grid.row-2 {
    grid-template-columns: repeat(2, 1fr);
}

.fl-floor-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #e8e0d6;
}

.fl-floor-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.fl-floor-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(43,35,32,0.62);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
}

/* ── Contact / Map footer ─────────────────────────────── */
.fl-contact-bar {
    background: #2b2320;
    padding: 40px 0;
    color: #fff;
}

.fl-contact-bar .fl-phone {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    margin-bottom: 6px;
}

.fl-contact-bar .fl-sns {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.fl-contact-bar .fl-sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s;
}

.fl-contact-bar .fl-sns a:hover {
    background: rgba(255,255,255,0.25);
}

/* ── Responsive ───────────────────────────────────────── */
@media screen and (max-width: 1199px) {
    .fl-hero__title {
        font-size: 38px;
    }
    .fl-point-content {
        padding: 0 36px;
    }
}

@media screen and (max-width: 991px) {
    .fl-hero {
        min-height: 400px;
    }
    .fl-hero__inner {
        padding: 60px 0 40px 40px;
        max-width: 460px;
    }
    .fl-hero__title {
        font-size: 32px;
    }
    .fl-recommend-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fl-recommend-item:nth-child(2) {
        border-right: none;
    }
    .fl-recommend-item:nth-child(1),
    .fl-recommend-item:nth-child(2) {
        border-bottom: 1px solid #e8e0d6;
    }
    .fl-point-row,
    .fl-point-row.reverse {
        flex-direction: column;
    }
    .fl-point-img,
    .fl-point-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fl-point-content {
        padding: 28px 0 0 0;
    }
    .fl-method-grid {
        grid-template-columns: 1fr;
    }
    .fl-floor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .fl-hero {
        min-height: auto;
        flex-direction: column;
        padding-bottom: 0;
    }
    .fl-hero__inner {
        position: relative;
        z-index: 2;
        padding: 52px 20px 32px;
        max-width: 100%;
        width: 100%;
    }
    .fl-hero__img-wrap {
        position: relative;
        width: 100%;
        height: 280px;
    }
    .fl-hero__img-wrap::before {
        display: none;
    }
    .fl-hero__title {
        font-size: 28px;
    }
    .fl-recommend-grid {
        grid-template-columns: 1fr;
    }
    .fl-recommend-item {
        border-right: none;
        border-bottom: 1px solid #e8e0d6;
    }
    .fl-recommend-item:last-child {
        border-bottom: none;
    }
    .fl-floor-grid,
    .fl-floor-grid.row-2 {
        grid-template-columns: 1fr;
    }
    .fl-ba-wrap {
        height: 220px;
    }
    .fl-method-card__img {
        height: 180px;
    }
}
