/* Hero Section Styles - 상단 비주얼 스타일 */
.forehead-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    background: linear-gradient(135deg, #b5bcc0 0%, #9ca5ab 100%);
}

.forehead-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.forehead-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.forehead-hero-background img.mobile-bg {
    display: none;
}

.forehead-hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.forehead-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 50px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    min-height: 700px;
}

.forehead-hero-text {
    z-index: 2;
}

.forehead-hero-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.forehead-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.forehead-hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 35px;
}

.forehead-hero-highlight {
    font-size: 26px;
    color: #a0a3ff;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
    word-break: keep-all;
}

.forehead-hero-note {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.forehead-hero-image {
    position: relative;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.forehead-hero-watermark {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: 15px;
    white-space: nowrap;
    z-index: 0;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .forehead-hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 30px;
    }

    .forehead-hero-section {
        padding: 80px 0;
        min-height: auto;
    }

    .forehead-hero-title {
        font-size: 42px;
    }

    .forehead-hero-highlight {
        font-size: 22px;
    }

    .forehead-hero-image img {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .forehead-hero-section {
        min-height: 700px;
    }

    .forehead-hero-background img.pc-bg {
        display: none;
    }

    .forehead-hero-background img.mobile-bg {
        display: block;
    }

    .forehead-hero-container {
        padding: 50px 25px;
        gap: 0;
        grid-template-columns: 1fr;
        min-height: 700px;
    }

    .forehead-hero-image {
        display: none;
    }

    .forehead-hero-text {
        position: relative;
        z-index: 2;
        padding: 0;
    }

    .forehead-hero-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.9);
    }

    .forehead-hero-title {
        font-size: 48px;
        color: #222;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .forehead-hero-desc {
        font-size: 15px;
        color: #555;
        margin-bottom: 30px;
    }

    .forehead-hero-highlight {
        font-size: 22px;
        color: #ff9aa2;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .forehead-hero-note {
        font-size: 15px;
        color: #555;
        line-height: 1.7;
    }

    .forehead-hero-watermark {
        font-size: 36px;
        letter-spacing: 10px;
        bottom: 20px;
        color: rgba(255, 255, 255, 0.25);
    }
}

/* ================================
   Lifting Mini Page Styles
   ================================ */

    /* 미니거상 섹션 스타일 */
    .mini-lifting-intro-section {
        background: linear-gradient(135deg, #c9a29a 0%, #d4b3aa 100%);
        padding: 0;
        position: relative;
        overflow: hidden;
        min-height: 600px;
    }

    .mini-lifting-content-wrapper {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        position: relative;
        min-height: 600px;
    }

    .mini-lifting-left-content {
        padding: 80px 60px;
        z-index: 2;
    }

    .mini-lifting-small-title {
        font-size: 13px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 3px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .mini-lifting-main-title {
        font-size: 56px;
        font-weight: 800;
        color: #2d2d2d;
        margin-bottom: 25px;
        line-height: 1.2;
    }

    .mini-lifting-subtitle {
        font-size: 17px;
        color: #4a4a4a;
        margin-bottom: 40px;
        line-height: 1.6;
    }

    .mini-lifting-highlight-text {
        font-size: 24px;
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .mini-lifting-desc {
        font-size: 16px;
        color: #555;
        line-height: 1.8;
    }

    .mini-lifting-right-image {
        position: relative;
        height: 600px;
        overflow: hidden;
    }

    .mini-lifting-right-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .mini-lifting-bottom-text {
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 3;
        width: 100%;
    }

    .mini-lifting-big-text {
        font-size: 64px;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.95);
        letter-spacing: 8px;
        margin-bottom: 10px;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    }

    .mini-lifting-small-bottom-text {
        font-size: 13px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.85);
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    @media (max-width: 992px) {
        .mini-lifting-intro-section {
            min-height: 500px;
        }

        .mini-lifting-content-wrapper {
            grid-template-columns: 1fr;
            min-height: auto;
        }

        .mini-lifting-left-content {
            padding: 60px 40px 40px;
        }

        .mini-lifting-main-title {
            font-size: 42px;
            margin-bottom: 20px;
        }

        .mini-lifting-highlight-text {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .mini-lifting-subtitle,
        .mini-lifting-desc {
            font-size: 15px;
        }

        .mini-lifting-right-image {
            height: 400px;
        }

        .mini-lifting-bottom-text {
            bottom: 40px;
        }

        .mini-lifting-big-text {
            font-size: 48px;
            letter-spacing: 6px;
        }

        .mini-lifting-small-bottom-text {
            font-size: 11px;
            letter-spacing: 2px;
        }
    }

    @media (max-width: 768px) {
        .mini-lifting-intro-section {
            min-height: auto;
        }

        .mini-lifting-left-content {
            padding: 50px 30px 30px;
        }

        .mini-lifting-small-title {
            font-size: 11px;
            margin-bottom: 20px;
            letter-spacing: 2px;
        }

        .mini-lifting-main-title {
            font-size: 36px;
            margin-bottom: 18px;
        }

        .mini-lifting-subtitle {
            font-size: 14px;
            margin-bottom: 30px;
        }

        .mini-lifting-highlight-text {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .mini-lifting-desc {
            font-size: 14px;
        }

        .mini-lifting-right-image {
            height: 350px;
        }

        .mini-lifting-bottom-text {
            bottom: 30px;
        }

        .mini-lifting-big-text {
            font-size: 32px;
            letter-spacing: 4px;
            margin-bottom: 8px;
        }

        .mini-lifting-small-bottom-text {
            font-size: 10px;
            letter-spacing: 2px;
        }
    }
    /* 미니리프팅 설명 섹션 스타일 */
    .mini-lifting-description-section {
        background: #fff;
        padding: 120px 0;
        position: relative;
    }

    .mini-lifting-desc-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        display: grid;
        grid-template-columns: 1fr 400px;
        gap: 80px;
        align-items: center;
    }

    .mini-lifting-desc-left {
        position: relative;
    }

    .mini-lifting-desc-notes {
        font-size: 13px;
        color: #999;
        line-height: 1.8;
        margin-bottom: 40px;
        padding-left: 5px;
    }

    .mini-lifting-desc-notes p {
        margin-bottom: 5px;
    }

    .mini-lifting-desc-title {
        font-size: 48px;
        font-weight: 800;
        color: #2d2d2d;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .mini-lifting-desc-text {
        font-size: 16px;
        color: #555;
        line-height: 1.9;
        margin-bottom: 25px;
    }

    .mini-lifting-desc-highlight {
        font-size: 17px;
        font-weight: 600;
        color: #2d2d2d;
        line-height: 1.9;
        margin-top: 35px;
    }

    .mini-lifting-desc-right {
        position: relative;
    }

    .mini-lifting-desc-image {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .mini-lifting-desc-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    @media (max-width: 992px) {
        .mini-lifting-description-section {
            padding: 80px 0;
        }

        .mini-lifting-desc-container {
            grid-template-columns: 1fr;
            gap: 50px;
            padding: 0 40px;
        }

        .mini-lifting-desc-title {
            font-size: 40px;
            margin-bottom: 25px;
        }

        .mini-lifting-desc-text {
            font-size: 15px;
        }

        .mini-lifting-desc-highlight {
            font-size: 16px;
            margin-top: 30px;
        }

        .mini-lifting-desc-right {
            max-width: 450px;
            margin: 0 auto;
        }
    }

    @media (max-width: 768px) {
        .mini-lifting-description-section {
            padding: 60px 0;
        }

        .mini-lifting-desc-container {
            gap: 40px;
            padding: 0 30px;
        }

        .mini-lifting-desc-notes {
            font-size: 12px;
            margin-bottom: 30px;
        }

        .mini-lifting-desc-title {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .mini-lifting-desc-text {
            font-size: 14px;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .mini-lifting-desc-highlight {
            font-size: 15px;
            margin-top: 25px;
            line-height: 1.8;
        }

        .mini-lifting-desc-right {
            max-width: 100%;
        }
    }
    /* Prologue 섹션 스타일 */
    /* Prologue 섹션 스타일 */
    .prologue-section {
        background: #fff;
        padding: 120px 0;
    }

    .prologue-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
        align-items: center;
    }

    .prologue-badge {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .badge-number {
        width: 30px;
        height: 2px;
        background: #e0e0e0;
        display: block;
    }

    .badge-text {
        font-size: 48px;
        font-weight: 300;
        color: #f0f0f0;
        letter-spacing: 2px;
    }

    .prologue-subtitle {
        font-size: 12px;
        color: #999;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .prologue-title {
        font-size: 38px;
        font-weight: 700;
        color: #222;
        line-height: 1.5;
        margin-bottom: 40px;
        letter-spacing: -1px;
    }

    .prologue-desc {
        color: #555;
        line-height: 1.8;
    }

    .desc-highlight {
        font-size: 16px;
        color: #d4a574;
        margin-bottom: 30px;
        line-height: 1.7;
    }

    .desc-point {
        margin-bottom: 25px;
    }

    .desc-point strong {
        display: block;
        font-size: 15px;
        color: #222;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .desc-point p {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
    }

    .prologue-image {
        position: relative;
    }

    .prologue-image img {
        width: 100%;
        height: auto;
        border-radius: 0;
        filter: grayscale(100%);
    }

    .doctor-badge {
        position: absolute;
        bottom: 30px;
        right: 30px;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(10px);
        padding: 15px 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .badge-icon {
        width: 40px;
        height: 40px;
        background: #a0a3ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .badge-info {
        color: #fff;
    }

    .badge-label {
        font-size: 11px;
        color: #ccc;
        margin-bottom: 3px;
    }

    .badge-name {
        font-size: 15px;
        font-weight: 600;
    }

    @media (max-width: 992px) {
        .prologue-container {
            grid-template-columns: 1fr;
            gap: 60px;
            padding: 0 30px;
        }

        .prologue-section {
            padding: 80px 0;
        }
    }

    @media (max-width: 768px) {
        .prologue-section {
            padding: 60px 0;
        }

        .prologue-container {
            padding: 0 20px;
            gap: 40px;
        }

        .badge-text {
            font-size: 36px;
        }

        .prologue-title {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .desc-highlight {
            font-size: 15px;
        }

        .doctor-badge {
            bottom: 20px;
            right: 20px;
            padding: 12px 15px;
        }

        .badge-icon {
            width: 35px;
            height: 35px;
        }

        .badge-name {
            font-size: 14px;
        }
    }
    .procedure-image-section {
        background: #fff;
        padding: 120px 0;
        position: relative;
    }

    .procedure-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        display: grid;
        grid-template-columns: 1fr 550px;
        gap: 80px;
        align-items: center;
    }

    .procedure-left {
        position: relative;
    }

    .procedure-notes {
        font-size: 13px;
        color: #999;
        line-height: 1.8;
        margin-bottom: 40px;
        padding-left: 5px;
    }

    .procedure-notes p {
        margin-bottom: 5px;
    }

    .procedure-text-content {
        font-size: 16px;
        color: #555;
        line-height: 1.9;
    }

    .procedure-text-content p {
        margin-bottom: 20px;
    }

    .procedure-highlight {
        font-size: 17px;
        font-weight: 600;
        color: #2d2d2d;
        line-height: 1.8;
        margin-top: 30px;
    }

    .procedure-right {
        position: relative;
    }

    .procedure-main-image {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    }

    .procedure-main-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    @media (max-width: 992px) {
        .procedure-image-section {
            padding: 80px 0;
        }

        .procedure-container {
            grid-template-columns: 1fr;
            gap: 50px;
            padding: 0 40px;
        }

        .procedure-text-content {
            font-size: 15px;
        }

        .procedure-highlight {
            font-size: 16px;
            margin-top: 25px;
        }

        .procedure-right {
            max-width: 550px;
            margin: 0 auto;
        }
    }

    @media (max-width: 768px) {
        .procedure-image-section {
            padding: 60px 0;
        }

        .procedure-container {
            gap: 40px;
            padding: 0 30px;
        }

        .procedure-notes {
            font-size: 12px;
            margin-bottom: 30px;
        }

        .procedure-text-content {
            font-size: 14px;
            line-height: 1.8;
        }

        .procedure-text-content p {
            margin-bottom: 15px;
        }

        .procedure-highlight {
            font-size: 15px;
            margin-top: 20px;
            line-height: 1.7;
        }

        .procedure-right {
            max-width: 100%;
        }
    }
    /* 수술대상 섹션 스타일 */
    .surgery-candidates-section {
        background: linear-gradient(135deg, #7ba8a4 0%, #9bb8b5 100%);
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .candidates-bg-text {
        position: absolute;
        top: 50px;
        left: 80px;
        font-size: 180px;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.15);
        z-index: 1;
        font-family: 'Arial Black', sans-serif;
    }

    .candidates-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 50px;
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 1fr 550px;
        gap: 60px;
        align-items: center;
    }

    .candidates-left {
        position: relative;
    }

    .candidates-header {
        margin-bottom: 60px;
    }

    .candidates-title {
        font-size: 42px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .candidates-subtitle {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.6;
    }

    .candidates-circles {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .candidate-circle {
        width: 160px;
        height: 160px;
        border: 8px solid #fff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        background: rgba(123, 168, 164, 0.8);
        transition: all 0.3s ease;
    }

    .candidate-circle:hover {
        transform: translateY(-5px);
        background: rgba(140, 120, 100, 0.9);
    }

    .candidate-circle.special {
        background: rgba(140, 120, 100, 0.85);
    }

    .candidate-number {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px;
    }

    .candidate-text {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        line-height: 1.5;
    }

    .candidates-right {
        position: relative;
    }

    .candidates-image {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    }

    .candidates-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    @media (max-width: 992px) {
        .surgery-candidates-section {
            padding: 80px 0;
        }

        .candidates-bg-text {
            font-size: 120px;
            top: 30px;
            left: 50px;
        }

        .candidates-container {
            grid-template-columns: 1fr;
            gap: 50px;
            padding: 0 40px;
        }

        .candidates-title {
            font-size: 36px;
        }

        .candidates-subtitle {
            font-size: 14px;
        }

        .candidates-circles {
            justify-content: center;
        }

        .candidate-circle {
            width: 140px;
            height: 140px;
            padding: 18px;
        }

        .candidate-number {
            font-size: 18px;
        }

        .candidate-text {
            font-size: 13px;
        }

        .candidates-right {
            max-width: 550px;
            margin: 0 auto;
        }
    }

    @media (max-width: 768px) {
        .surgery-candidates-section {
            padding: 60px 0;
        }

        .candidates-bg-text {
            font-size: 80px;
            top: 20px;
            left: 30px;
        }

        .candidates-container {
            gap: 40px;
            padding: 0 30px;
        }

        .candidates-header {
            margin-bottom: 40px;
        }

        .candidates-title {
            font-size: 30px;
            margin-bottom: 12px;
        }

        .candidates-subtitle {
            font-size: 13px;
        }

        .candidates-circles {
            gap: 15px;
        }

        .candidate-circle {
            width: 120px;
            height: 120px;
            padding: 15px;
            border: 6px solid #fff;
        }

        .candidate-number {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .candidate-text {
            font-size: 12px;
            line-height: 1.4;
        }

        .candidates-right {
            max-width: 100%;
        }
    }
    /* VIBE 미니리프팅 단계 섹션 스타일 */
    .vibe-mini-lifting-steps-section {
        background: #fff;
        padding: 120px 0;
        position: relative;
    }

    .mini-steps-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .mini-steps-header {
        margin-bottom: 60px;
    }

    .mini-steps-title {
        font-size: 42px;
        font-weight: 800;
        color: #333;
        margin-bottom: 25px;
    }

    .mini-steps-desc {
        font-size: 17px;
        color: #555;
        line-height: 1.8;
    }

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

    .mini-step-item {
        position: relative;
    }

    .mini-step-image {
        width: 100%;
        margin-bottom: 25px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .mini-step-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .mini-step-info {
        background: #f9f9f9;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        padding: 25px 20px;
        text-align: center;
    }

    .mini-step-label {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        margin-bottom: 15px;
        letter-spacing: -0.5px;
    }

    .mini-step-text {
        font-size: 15px;
        font-weight: 600;
        color: #d63031;
        line-height: 1.6;
    }

    @media (max-width: 992px) {
        .vibe-mini-lifting-steps-section {
            padding: 80px 0;
        }

        .mini-steps-container {
            padding: 0 40px;
        }

        .mini-steps-header {
            margin-bottom: 50px;
        }

        .mini-steps-title {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .mini-steps-desc {
            font-size: 16px;
        }

        .mini-steps-grid {
            grid-template-columns: 1fr;
            gap: 50px;
            max-width: 450px;
            margin: 0 auto;
        }

        .mini-step-label {
            font-size: 26px;
        }

        .mini-step-text {
            font-size: 14px;
        }
    }

    @media (max-width: 768px) {
        .vibe-mini-lifting-steps-section {
            padding: 60px 0;
        }

        .mini-steps-container {
            padding: 0 30px;
        }

        .mini-steps-header {
            margin-bottom: 40px;
        }

        .mini-steps-title {
            font-size: 30px;
            margin-bottom: 18px;
        }

        .mini-steps-desc {
            font-size: 15px;
            line-height: 1.7;
        }

        .mini-steps-grid {
            gap: 40px;
            max-width: 100%;
        }

        .mini-step-image {
            margin-bottom: 20px;
        }

        .mini-step-info {
            padding: 20px 18px;
        }

        .mini-step-label {
            font-size: 24px;
            margin-bottom: 12px;
        }

        .mini-step-text {
            font-size: 13px;
        }
    }
    /* 미니리프팅 전후사진 섹션 스타일 */
    .mini-lifting-before-after-section {
        background: #f9f9f9;
        padding: 120px 0;
        position: relative;
    }

    .before-after-container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .before-after-title {
        font-size: 42px;
        font-weight: 800;
        color: #333;
        text-align: center;
        margin-bottom: 60px;
    }

    .before-after-gallery {
        position: relative;
        margin-bottom: 40px;
    }

    .before-after-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 40px;
    }

    .before-after-image-item {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .before-after-image-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .gallery-nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9);
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 20px;
        color: #666;
        box-shadow: 0 2px 15px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
        z-index: 5;
    }

    .gallery-nav-button:hover {
        background: #fff;
        color: #333;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }

    .gallery-nav-button.prev {
        left: -25px;
    }

    .gallery-nav-button.next {
        right: -25px;
    }

    .before-after-filters {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .filter-button {
        background: #fff;
        border: 2px solid #ddd;
        padding: 12px 30px;
        border-radius: 25px;
        font-size: 15px;
        font-weight: 600;
        color: #666;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .filter-button:hover {
        border-color: #a0a3ff;
        color: #a0a3ff;
    }

    .filter-button.active {
        background: #a0a3ff;
        border-color: #a0a3ff;
        color: #fff;
    }

    .before-after-notice {
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 1.6;
    }

    @media (max-width: 992px) {
        .mini-lifting-before-after-section {
            padding: 80px 0;
        }

        .before-after-container {
            padding: 0 40px;
        }

        .before-after-title {
            font-size: 36px;
            margin-bottom: 50px;
        }

        .before-after-images {
            gap: 25px;
        }

        .gallery-nav-button {
            width: 45px;
            height: 45px;
            font-size: 18px;
        }

        .gallery-nav-button.prev {
            left: -20px;
        }

        .gallery-nav-button.next {
            right: -20px;
        }
    }

    @media (max-width: 768px) {
        .mini-lifting-before-after-section {
            padding: 60px 0;
        }

        .before-after-container {
            padding: 0 30px;
        }

        .before-after-title {
            font-size: 30px;
            margin-bottom: 40px;
        }

        .before-after-images {
            grid-template-columns: 1fr;
            gap: 20px;
            margin-bottom: 30px;
        }

        .gallery-nav-button {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

        .gallery-nav-button.prev {
            left: 10px;
        }

        .gallery-nav-button.next {
            right: 10px;
        }

        .before-after-filters {
            gap: 10px;
            flex-wrap: wrap;
        }

        .filter-button {
            padding: 10px 25px;
            font-size: 14px;
        }

        .before-after-notice {
            font-size: 13px;
        }
    }
    /* 수술 정보 섹션 스타일 */
    .surgery-information-section {
        background: #fff;
        padding: 100px 0;
        position: relative;
    }

    .surgery-info-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .surgery-info-header {
        margin-bottom: 60px;
    }

    .surgery-info-title {
        font-size: 48px;
        font-weight: 300;
        color: #ccc;
        margin-bottom: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .surgery-info-subtitle {
        font-size: 14px;
        color: #999;
        line-height: 1.6;
    }

    .surgery-info-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 40px;
    }

    .surgery-info-item {
        text-align: center;
        position: relative;
    }

    .surgery-info-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        color: #ddd;
        position: relative;
    }

    .surgery-info-icon.crossed::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #d63031;
        top: 50%;
        left: 0;
        transform: rotate(-45deg);
    }

    .surgery-info-label {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }

    .surgery-info-desc {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .surgery-info-highlight {
        font-size: 16px;
        font-weight: 700;
        color: #d63031;
    }

    .surgery-info-note {
        font-size: 13px;
        color: #999;
        text-decoration: line-through;
    }

    @media (max-width: 1200px) {
        .surgery-info-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 50px;
        }
    }

    @media (max-width: 992px) {
        .surgery-information-section {
            padding: 80px 0;
        }

        .surgery-info-container {
            padding: 0 40px;
        }

        .surgery-info-header {
            margin-bottom: 50px;
        }

        .surgery-info-title {
            font-size: 40px;
        }

        .surgery-info-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }
    }

    @media (max-width: 768px) {
        .surgery-information-section {
            padding: 60px 0;
        }

        .surgery-info-container {
            padding: 0 30px;
        }

        .surgery-info-header {
            margin-bottom: 40px;
        }

        .surgery-info-title {
            font-size: 32px;
        }

        .surgery-info-subtitle {
            font-size: 13px;
        }

        .surgery-info-grid {
            grid-template-columns: 1fr;
            gap: 35px;
        }

        .surgery-info-icon {
            width: 70px;
            height: 70px;
            font-size: 35px;
        }

        .surgery-info-label {
            font-size: 14px;
        }

        .surgery-info-desc {
            font-size: 13px;
        }

        .surgery-info-highlight {
            font-size: 15px;
        }
    }
    /* 수술특징 KEY POINT 섹션 스타일 */
    .surgery-keypoint-section {
        background: linear-gradient(135deg, rgba(45, 55, 72, 0.95) 0%, rgba(66, 73, 89, 0.95) 100%), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?w=1600&h=600&fit=crop&q=80');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .keypoint-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        position: relative;
        z-index: 2;
    }

    .keypoint-side-text {
        position: absolute;
        left: 80px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: center center;
        font-size: 72px;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.08);
        letter-spacing: 8px;
        z-index: 1;
    }

    .keypoint-header {
        margin-bottom: 60px;
        padding-left: 80px;
    }

    .keypoint-main-title {
        font-size: 36px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 15px;
    }

    .keypoint-subtitle {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.6;
    }

    .keypoint-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding-left: 80px;
    }

    .keypoint-item {
        position: relative;
    }

    .keypoint-number {
        font-size: 56px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.15);
        margin-bottom: 10px;
        line-height: 1;
    }

    .keypoint-item-title {
        font-size: 20px;
        font-weight: 700;
        color: #f7c945;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .keypoint-item-desc {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.7;
    }

    @media (max-width: 992px) {
        .surgery-keypoint-section {
            padding: 80px 0;
            background-attachment: scroll;
        }

        .keypoint-container {
            padding: 0 40px;
        }

        .keypoint-side-text {
            font-size: 60px;
            left: 60px;
            transform-origin: center center;
        }

        .keypoint-header {
            padding-left: 60px;
            margin-bottom: 50px;
        }

        .keypoint-main-title {
            font-size: 32px;
        }

        .keypoint-list {
            grid-template-columns: 1fr;
            gap: 35px;
            padding-left: 60px;
        }

        .keypoint-number {
            font-size: 48px;
        }

        .keypoint-item-title {
            font-size: 18px;
        }

        .keypoint-item-desc {
            font-size: 14px;
        }
    }

    @media (max-width: 768px) {
        .surgery-keypoint-section {
            padding: 60px 0;
        }

        .keypoint-container {
            padding: 0 30px;
        }

        .keypoint-side-text {
            font-size: 40px;
            left: 40px;
            letter-spacing: 4px;
            transform-origin: center center;
        }

        .keypoint-header {
            padding-left: 0;
            margin-bottom: 40px;
        }

        .keypoint-main-title {
            font-size: 28px;
            margin-bottom: 12px;
        }

        .keypoint-subtitle {
            font-size: 13px;
        }

        .keypoint-list {
            grid-template-columns: 1fr;
            gap: 30px;
            padding-left: 0;
        }

        .keypoint-number {
            font-size: 40px;
            margin-bottom: 8px;
        }

        .keypoint-item-title {
            font-size: 17px;
            margin-bottom: 10px;
        }

        .keypoint-item-desc {
            font-size: 13px;
            line-height: 1.6;
        }
    }
    /* 바이브 미니리프팅 특징 섹션 스타일 */
    .vibe-mini-features-section {
        background: #fff;
        padding: 120px 0;
        position: relative;
    }

    .vibe-features-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .vibe-features-title {
        font-size: 38px;
        font-weight: 800;
        color: #333;
        margin-bottom: 60px;
    }

    .vibe-features-list {
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .vibe-feature-item {
        position: relative;
    }

    .vibe-feature-number-title {
        font-size: 24px;
        font-weight: 700;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .vibe-feature-number {
        color: #a0a3ff;
        margin-right: 10px;
    }

    .vibe-feature-description {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
        padding-left: 40px;
    }

    @media (max-width: 992px) {
        .vibe-mini-features-section {
            padding: 80px 0;
        }

        .vibe-features-container {
            padding: 0 40px;
        }

        .vibe-features-title {
            font-size: 34px;
            margin-bottom: 50px;
        }

        .vibe-features-list {
            gap: 40px;
        }

        .vibe-feature-number-title {
            font-size: 22px;
            margin-bottom: 12px;
        }

        .vibe-feature-description {
            font-size: 15px;
            padding-left: 35px;
        }
    }

    @media (max-width: 768px) {
        .vibe-mini-features-section {
            padding: 60px 0;
        }

        .vibe-features-container {
            padding: 0 30px;
        }

        .vibe-features-title {
            font-size: 28px;
            margin-bottom: 40px;
        }

        .vibe-features-list {
            gap: 35px;
        }

        .vibe-feature-number-title {
            font-size: 19px;
            margin-bottom: 10px;
        }

        .vibe-feature-description {
            font-size: 14px;
            line-height: 1.7;
            padding-left: 0;
        }
    }
    /* 정밀분석 시스템 섹션 스타일 */
    .precision-analysis-section {
        background: #f9f9f9;
        padding: 120px 0;
        position: relative;
    }

    .precision-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .precision-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .precision-main-title {
        font-size: 42px;
        font-weight: 800;
        color: #333;
        margin-bottom: 20px;
    }

    .precision-subtitle {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
    }

    .precision-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .precision-item {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .precision-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }

    .precision-image {
        width: 100%;
        height: 280px;
        overflow: hidden;
        background: #f5f5f5;
    }

    .precision-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .precision-content {
        padding: 30px 25px;
        text-align: center;
    }

    .precision-item-title {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .precision-item-desc {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
    }

    @media (max-width: 1200px) {
        .precision-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
    }

    @media (max-width: 992px) {
        .precision-analysis-section {
            padding: 80px 0;
        }

        .precision-container {
            padding: 0 40px;
        }

        .precision-header {
            margin-bottom: 60px;
        }

        .precision-main-title {
            font-size: 36px;
            margin-bottom: 18px;
        }

        .precision-subtitle {
            font-size: 15px;
        }

        .precision-image {
            height: 250px;
        }

        .precision-content {
            padding: 25px 20px;
        }

        .precision-item-title {
            font-size: 17px;
            margin-bottom: 12px;
        }
    }

    @media (max-width: 768px) {
        .precision-analysis-section {
            padding: 60px 0;
        }

        .precision-container {
            padding: 0 30px;
        }

        .precision-header {
            margin-bottom: 50px;
        }

        .precision-main-title {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .precision-subtitle {
            font-size: 14px;
            line-height: 1.6;
        }

        .precision-grid {
            grid-template-columns: 1fr;
            gap: 25px;
        }

        .precision-image {
            height: 240px;
        }

        .precision-content {
            padding: 25px 20px;
        }

        .precision-item-title {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .precision-item-desc {
            font-size: 13px;
        }
    }
    /* 응급처치 시스템 섹션 스타일 */
    .emergency-system-section {
        background: linear-gradient(135deg, rgba(52, 58, 76, 0.95) 0%, rgba(67, 73, 89, 0.95) 100%), url('https://images.unsplash.com/photo-1516549655169-df83a0774514?w=1600&h=800&fit=crop&q=80');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding: 120px 0;
        position: relative;
        overflow: hidden;
    }

    .emergency-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        position: relative;
        z-index: 2;
    }

    .emergency-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .emergency-title-eng {
        font-size: 48px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.3);
        margin-bottom: 15px;
        letter-spacing: 3px;
        font-family: 'Georgia', serif;
    }

    .emergency-title-kor {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .emergency-description {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .emergency-sub-description {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.7;
    }

    .emergency-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 35px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .emergency-item {
        text-align: center;
    }

    .emergency-circle {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 20px;
        background: #fff;
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .emergency-circle:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(0,0,0,0.4);
    }

    .emergency-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .emergency-item-title {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .emergency-item-desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.6;
    }

    @media (max-width: 1200px) {
        .emergency-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .emergency-circle {
            width: 160px;
            height: 160px;
        }
    }

    @media (max-width: 992px) {
        .emergency-system-section {
            padding: 80px 0;
            background-attachment: scroll;
        }

        .emergency-container {
            padding: 0 40px;
        }

        .emergency-header {
            margin-bottom: 60px;
        }

        .emergency-title-eng {
            font-size: 40px;
            margin-bottom: 12px;
        }

        .emergency-title-kor {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .emergency-description {
            font-size: 15px;
        }

        .emergency-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 35px;
        }

        .emergency-circle {
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 768px) {
        .emergency-system-section {
            padding: 60px 0;
        }

        .emergency-container {
            padding: 0 30px;
        }

        .emergency-header {
            margin-bottom: 50px;
        }

        .emergency-title-eng {
            font-size: 32px;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .emergency-title-kor {
            font-size: 24px;
            margin-bottom: 18px;
        }

        .emergency-description {
            font-size: 14px;
            margin-bottom: 12px;
        }

        .emergency-sub-description {
            font-size: 12px;
        }

        .emergency-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .emergency-circle {
            width: 140px;
            height: 140px;
        }

        .emergency-item-title {
            font-size: 14px;
        }

        .emergency-item-desc {
            font-size: 11px;
        }
    }
    /* 회복프로그램 섹션 스타일 */
    .recovery-program-section {
        background: #fff;
        padding: 120px 0;
        position: relative;
    }

    .recovery-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .recovery-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .recovery-title-main {
        font-size: 42px;
        font-weight: 800;
        color: #333;
        margin-bottom: 15px;
    }

    .recovery-title-eng {
        font-size: 18px;
        font-weight: 500;
        color: #999;
        margin-bottom: 25px;
        letter-spacing: 2px;
    }

    .recovery-subtitle {
        font-size: 22px;
        font-weight: 700;
        color: #a0a3ff;
        margin-bottom: 30px;
    }

    .recovery-description {
        font-size: 16px;
        color: #666;
        line-height: 1.9;
        max-width: 900px;
        margin: 0 auto;
    }

    .recovery-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
        margin-bottom: 50px;
    }

    .recovery-item {
        text-align: center;
    }

    .recovery-circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 20px;
        background: #f5f5f5;
        border: 3px solid #e0e0e0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .recovery-circle:hover {
        border-color: #a0a3ff;
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(160, 163, 255, 0.2);
    }

    .recovery-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .recovery-item-title {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        line-height: 1.4;
    }

    .recovery-note {
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 1.7;
    }

    @media (max-width: 1200px) {
        .recovery-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 35px;
        }
    }

    @media (max-width: 992px) {
        .recovery-program-section {
            padding: 80px 0;
        }

        .recovery-container {
            padding: 0 40px;
        }

        .recovery-header {
            margin-bottom: 60px;
        }

        .recovery-title-main {
            font-size: 36px;
            margin-bottom: 12px;
        }

        .recovery-title-eng {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .recovery-subtitle {
            font-size: 20px;
            margin-bottom: 25px;
        }

        .recovery-description {
            font-size: 15px;
        }

        .recovery-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .recovery-circle {
            width: 140px;
            height: 140px;
        }
    }

    @media (max-width: 768px) {
        .recovery-program-section {
            padding: 60px 0;
        }

        .recovery-container {
            padding: 0 30px;
        }

        .recovery-header {
            margin-bottom: 50px;
        }

        .recovery-title-main {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .recovery-title-eng {
            font-size: 14px;
            margin-bottom: 18px;
        }

        .recovery-subtitle {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .recovery-description {
            font-size: 14px;
            line-height: 1.7;
        }

        .recovery-grid {
            grid-template-columns: 1fr;
            gap: 25px;
            margin-bottom: 40px;
        }

        .recovery-circle {
            width: 130px;
            height: 130px;
        }

        .recovery-item-title {
            font-size: 14px;
        }

        .recovery-note {
            font-size: 13px;
        }
    }
    /* 안전마취 시스템 섹션 스타일 */
    .safe-anesthesia-section {
        background: #f5f5f5;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .anesthesia-main-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        min-height: 600px;
    }

    .anesthesia-image-side {
        position: relative;
        overflow: hidden;
        background: #e0e0e0;
    }

    .anesthesia-image-side img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .anesthesia-text-side {
        padding: 80px 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #f5f5f5;
        position: relative;
    }

    .anesthesia-title-eng {
        font-size: 48px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        font-family: 'Georgia', serif;
        letter-spacing: 2px;
    }

    .anesthesia-title-kor {
        font-size: 36px;
        font-weight: 800;
        color: #333;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #333;
    }

    .anesthesia-highlight {
        font-size: 18px;
        font-weight: 700;
        color: #e74c3c;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .anesthesia-description {
        font-size: 15px;
        color: #666;
        line-height: 1.9;
    }

    .anesthesia-features {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background: #fff;
    }

    .anesthesia-feature-item {
        padding: 50px 30px;
        text-align: center;
        border-right: 1px solid #e0e0e0;
        transition: background 0.3s ease;
    }

    .anesthesia-feature-item:last-child {
        border-right: none;
    }

    .anesthesia-feature-item:hover {
        background: #f9f9f9;
    }

    .anesthesia-feature-number {
        font-size: 42px;
        font-weight: 300;
        color: #ddd;
        margin-bottom: 20px;
        line-height: 1;
    }

    .anesthesia-feature-title {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .anesthesia-feature-desc {
        font-size: 13px;
        color: #999;
        line-height: 1.6;
    }

    @media (max-width: 992px) {
        .anesthesia-main-content {
            grid-template-columns: 1fr;
            min-height: auto;
        }

        .anesthesia-image-side {
            height: 400px;
        }

        .anesthesia-text-side {
            padding: 60px 50px;
        }

        .anesthesia-title-eng {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .anesthesia-title-kor {
            font-size: 30px;
            margin-bottom: 18px;
            padding-bottom: 18px;
        }

        .anesthesia-highlight {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .anesthesia-description {
            font-size: 14px;
        }

        .anesthesia-features {
            grid-template-columns: repeat(2, 1fr);
        }

        .anesthesia-feature-item {
            padding: 40px 25px;
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
        }

        .anesthesia-feature-item:nth-child(odd) {
            border-right: 1px solid #e0e0e0;
        }

        .anesthesia-feature-item:nth-last-child(-n+2) {
            border-bottom: none;
        }
    }

    @media (max-width: 768px) {
        .anesthesia-image-side {
            height: 350px;
        }

        .anesthesia-text-side {
            padding: 50px 30px;
        }

        .anesthesia-title-eng {
            font-size: 32px;
            margin-bottom: 12px;
        }

        .anesthesia-title-kor {
            font-size: 26px;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

        .anesthesia-highlight {
            font-size: 15px;
            margin-bottom: 18px;
            line-height: 1.5;
        }

        .anesthesia-description {
            font-size: 13px;
            line-height: 1.7;
        }

        .anesthesia-features {
            grid-template-columns: 1fr;
        }

        .anesthesia-feature-item {
            padding: 35px 30px;
            border-right: none;
        }

        .anesthesia-feature-item:nth-child(odd) {
            border-right: none;
        }

        .anesthesia-feature-item:last-child {
            border-bottom: none;
        }

        .anesthesia-feature-number {
            font-size: 36px;
            margin-bottom: 15px;
        }

        .anesthesia-feature-title {
            font-size: 15px;
            margin-bottom: 12px;
        }

        .anesthesia-feature-desc {
            font-size: 12px;
        }
    }
    /* 안전관리 시스템 섹션 스타일 */
    .safety-management-section {
        background: #fff;
        padding: 120px 0;
        position: relative;
    }

    .safety-management-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
    }

    .safety-management-title {
        font-size: 42px;
        font-weight: 800;
        color: #333;
        margin-bottom: 30px;
    }

    .safety-management-subtitle {
        font-size: 18px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 60px;
    }

    .safety-management-list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .safety-management-item {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        line-height: 1.6;
        padding-left: 10px;
    }

    @media (max-width: 992px) {
        .safety-management-section {
            padding: 80px 0;
        }

        .safety-management-container {
            padding: 0 40px;
        }

        .safety-management-title {
            font-size: 36px;
            margin-bottom: 25px;
        }

        .safety-management-subtitle {
            font-size: 16px;
            margin-bottom: 50px;
        }

        .safety-management-list {
            gap: 25px;
        }

        .safety-management-item {
            font-size: 20px;
        }
    }

    @media (max-width: 768px) {
        .safety-management-section {
            padding: 60px 0;
        }

        .safety-management-container {
            padding: 0 30px;
        }

        .safety-management-title {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .safety-management-subtitle {
            font-size: 15px;
            margin-bottom: 40px;
            line-height: 1.7;
        }

        .safety-management-list {
            gap: 20px;
        }

        .safety-management-item {
            font-size: 17px;
            line-height: 1.5;
        }
    }
    /* 바이브의 약속 섹션 스타일 */
    .vibe-promise-section {
        background: linear-gradient(135deg, rgba(45, 52, 62, 0.95) 0%, rgba(52, 58, 68, 0.95) 100%), url('https://images.unsplash.com/photo-1582719366387-0f71937e38f8?w=1600&h=600&fit=crop&q=80');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .promise-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 50px;
        display: grid;
        grid-template-columns: 400px 1fr;
        gap: 80px;
        align-items: center;
    }

    .promise-left {
        position: relative;
    }

    .promise-title-eng {
        font-size: 52px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.2);
        margin-bottom: 15px;
        letter-spacing: 2px;
        font-family: 'Georgia', serif;
        line-height: 1.2;
    }

    .promise-title-kor {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
    }

    .promise-intro {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.8;
    }

    .promise-right {
        position: relative;
    }

    .promise-list {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .promise-item {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.8;
        padding-left: 25px;
        position: relative;
    }

    .promise-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 6px;
        height: 6px;
        background: #a0a3ff;
        border-radius: 50%;
    }

    @media (max-width: 992px) {
        .vibe-promise-section {
            padding: 80px 0;
            background-attachment: scroll;
        }

        .promise-container {
            grid-template-columns: 1fr;
            gap: 50px;
            padding: 0 40px;
        }

        .promise-title-eng {
            font-size: 44px;
            margin-bottom: 12px;
        }

        .promise-title-kor {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .promise-intro {
            font-size: 14px;
        }

        .promise-list {
            gap: 20px;
        }

        .promise-item {
            font-size: 15px;
        }
    }

    @media (max-width: 768px) {
        .vibe-promise-section {
            padding: 60px 0;
        }

        .promise-container {
            gap: 40px;
            padding: 0 30px;
        }

        .promise-title-eng {
            font-size: 36px;
            margin-bottom: 10px;
        }

        .promise-title-kor {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .promise-intro {
            font-size: 13px;
            line-height: 1.7;
        }

        .promise-list {
            gap: 18px;
        }

        .promise-item {
            font-size: 14px;
            line-height: 1.7;
            padding-left: 20px;
        }

        .promise-item:before {
            top: 8px;
            width: 5px;
            height: 5px;
        }
    }

/* Prologue Section V2 - Old Style */
.prologue-section-v2 {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.prologue-container-v2 {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.prologue-left-v2 {
    background: #f5f1ed;
    padding: 100px 80px;
    position: relative;
}

.prologue-header-v2 {
    margin-bottom: 60px;
}

.prologue-title-v2 {
    font-size: 72px;
    font-weight: 300;
    color: rgba(180, 160, 140, 0.4);
    margin-bottom: 5px;
    font-family: 'Georgia', serif;
    letter-spacing: 2px;
}

.prologue-subtitle-v2 {
    font-size: 11px;
    font-weight: 500;
    color: #aaa;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prologue-content-v2 {
    position: relative;
}

.prologue-highlight-v2 {
    font-size: 18px;
    font-weight: 600;
    color: #c9935f;
    line-height: 1.7;
    margin-bottom: 50px;
}

.prologue-right-v2 {
    position: relative;
    overflow: hidden;
}

.prologue-image-v2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.prologue-image-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 992px) {
    .prologue-container-v2 {
        grid-template-columns: 1fr;
    }

    .prologue-left-v2 {
        padding: 70px 50px;
    }

    .prologue-title-v2 {
        font-size: 60px;
    }

    .prologue-right-v2 {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .prologue-left-v2 {
        padding: 50px 30px;
    }

    .prologue-header-v2 {
        margin-bottom: 40px;
    }

    .prologue-title-v2 {
        font-size: 48px;
    }

    .prologue-subtitle-v2 {
        font-size: 10px;
    }

    .prologue-highlight-v2 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .prologue-right-v2 {
        min-height: 400px;
    }

    .prologue-signature {
        bottom: 20px;
        right: 20px;
        padding: 12px 16px;
    }

    .prologue-signature-name {
        font-size: 14px;
    }
}

.prologue-signature {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.prologue-signature-icon {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.prologue-signature-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* Procedure Info Section Styles */
.procedure-info-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.procedure-info-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.procedure-info-item {
    text-align: center;
    background: #fff;
    padding: 40px 20px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.procedure-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(160,163,255,0.15);
}

.info-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #a0a3ff 0%, #8589ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.info-label {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.info-value {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

/* Tablet Responsive for Procedure Info */
@media (max-width: 992px) {
    .procedure-info-section {
        padding: 60px 0;
    }

    .procedure-info-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        padding: 0 30px;
    }

    .procedure-info-item {
        padding: 35px 18px 28px;
    }

    .info-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }
}

/* Mobile Responsive for Procedure Info */
@media (max-width: 768px) {
    .procedure-info-section {
        padding: 60px 0;
    }

    .procedure-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 20px;
    }

    .procedure-info-item {
        padding: 30px 15px 25px;
    }

    .info-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .info-label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .info-value {
        font-size: 14px;
    }
}


/* Extracted from inline <style> tags */


    .procedure-info-section .info-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }



    /* 안전수술케어 원칙 섹션 스타일 */
    .safety-principle-section {
        background: #f9f9f9;
        padding: 120px 0;
        position: relative;
    }

    .safety-principle-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        text-align: center;
    }

    .safety-principle-bg-text {
        font-size: 100px;
        font-weight: 800;
        color: #e8e8e8;
        line-height: 1.1;
        letter-spacing: -2px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .safety-principle-header {
        margin-bottom: 50px;
    }

    .safety-principle-subtitle {
        font-size: 13px;
        color: #999;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .safety-principle-title {
        font-size: 48px;
        font-weight: 700;
        color: #222;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .safety-principle-desc {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 50px;
    }

    .safety-principle-message {
        max-width: 900px;
        margin: 0 auto;
    }

    .safety-principle-text {
        font-size: 18px;
        color: #222;
        line-height: 1.9;
        font-weight: 500;
        word-break: keep-all;
    }

    .safety-principle-text .bold {
        font-weight: 700;
    }

    @media (max-width: 992px) {
        .safety-principle-section {
            padding: 80px 0;
        }

        .safety-principle-container {
            padding: 0 30px;
        }

        .safety-principle-bg-text {
            font-size: 70px;
        }

        .safety-principle-title {
            font-size: 40px;
        }

        .safety-principle-text {
            font-size: 16px;
        }
    }

    @media (max-width: 768px) {
        .safety-principle-section {
            padding: 60px 0;
        }

        .safety-principle-container {
            padding: 0 20px;
        }

        .safety-principle-bg-text {
            font-size: 48px;
            margin-bottom: 30px;
        }

        .safety-principle-subtitle {
            font-size: 11px;
            letter-spacing: 2px;
        }

        .safety-principle-title {
            font-size: 32px;
            margin-bottom: 25px;
        }

        .safety-principle-desc {
            font-size: 14px;
            margin-bottom: 40px;
        }

        .safety-principle-text {
            font-size: 15px;
            line-height: 1.8;
        }
    }



    /* 응급처치 시스템 섹션 스타일 */
    .emergency-system-section {
        background: linear-gradient(135deg, rgba(52, 58, 76, 0.95) 0%, rgba(67, 73, 89, 0.95) 100%), url('https://images.unsplash.com/photo-1516549655169-df83a0774514?w=1600&h=800&fit=crop&q=80');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding: 120px 0;
        position: relative;
        overflow: hidden;
    }

    .emergency-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        position: relative;
        z-index: 2;
    }

    .emergency-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .emergency-title-eng {
        font-size: 48px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.3);
        margin-bottom: 15px;
        letter-spacing: 3px;
        font-family: 'Georgia', serif;
    }

    .emergency-title-kor {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .emergency-description {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.85);
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .emergency-sub-description {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.7;
    }

    .emergency-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .emergency-item {
        text-align: center;
    }

    .emergency-circle {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 20px;
        background: #fff;
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .emergency-circle:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(0,0,0,0.4);
    }

    .emergency-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .emergency-item-title {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .emergency-item-desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.6;
    }

    @media (max-width: 1200px) {
        .emergency-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .emergency-circle {
            width: 160px;
            height: 160px;
        }
    }

    @media (max-width: 992px) {
        .emergency-system-section {
            padding: 80px 0;
            background-attachment: scroll;
        }

        .emergency-container {
            padding: 0 40px;
        }

        .emergency-header {
            margin-bottom: 60px;
        }

        .emergency-title-eng {
            font-size: 40px;
            margin-bottom: 12px;
        }

        .emergency-title-kor {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .emergency-description {
            font-size: 15px;
        }

        .emergency-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 35px;
        }

        .emergency-circle {
            width: 150px;
            height: 150px;
        }
    }

    @media (max-width: 768px) {
        .emergency-system-section {
            padding: 60px 0;
        }

        .emergency-container {
            padding: 0 30px;
        }

        .emergency-header {
            margin-bottom: 50px;
        }

        .emergency-title-eng {
            font-size: 32px;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .emergency-title-kor {
            font-size: 24px;
            margin-bottom: 18px;
        }

        .emergency-description {
            font-size: 14px;
            margin-bottom: 12px;
        }

        .emergency-sub-description {
            font-size: 12px;
        }

        .emergency-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .emergency-circle {
            width: 140px;
            height: 140px;
        }

        .emergency-item-title {
            font-size: 14px;
        }

        .emergency-item-desc {
            font-size: 11px;
        }
    }
