/**
 * safety-aftercare Page Styles
 * Extracted from inline <style> tags
 */


        .cont-wrap {
          margin-bottom: 0;
          padding-bottom: 110px;
          background: #f5f5f5;
        }
        .is-sub-visual-area.info {
            background: center / cover no-repeat url(/assets/images/all/top_safety_001.png);
        }
        .is-sub-visual-area .is-text p {
            font-size: 72px;
            color: #000;
            line-height: normal;
        }
        .is-sub-visual-area .is-text span {
            font-size: 32px;
            color: #000;
            display: inline-block;
            margin-top: 10px;
        }

        @media (max-width: 768px) {
            .is-sub-visual-area .is-text p {
                font-size: 32px;
            }
            .is-sub-visual-area .is-text span {
                font-size: 16px;
                margin-top: 8px;
            }
        }

    


        /* 회복프로그램 섹션 스타일 */
        .recovery-program-section {
            background: #fff;
            padding: 100px 0;
            position: relative;
        }

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

        .recovery-content-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            margin-bottom: 60px;
        }

        .recovery-text-area {
            position: relative;
        }

        .recovery-bg-text {
            font-size: 120px;
            font-weight: 800;
            color: #f5f5f5;
            line-height: 1.1;
            letter-spacing: -3px;
            margin-bottom: 30px;
            text-transform: uppercase;
            word-break: break-word;
        }

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

        .recovery-image-area {
            position: relative;
        }

        .recovery-image-area img {
            width: 100%;
            height: auto;
            border-radius: 0;
            display: block;
        }

        .recovery-info-box {
            background: linear-gradient(135deg, #7c5da8 0%, #6a4a94 100%);
            padding: 60px 70px;
            border-radius: 0;
            color: #fff;
            margin-top: 0;
        }

        .recovery-info-header {
            margin-bottom: 15px;
        }

        .recovery-info-subtitle {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .recovery-info-title {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 35px;
            line-height: 1.3;
        }

        .recovery-info-desc {
            margin-bottom: 30px;
        }

        .recovery-info-desc .main-text {
            font-size: 18px;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.6;
            font-weight: 500;
        }

        .recovery-info-desc .sub-text {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .recovery-info-desc .highlight-text {
            font-size: 16px;
            color: #fff;
            line-height: 1.8;
            font-weight: 500;
        }

        @media (max-width: 992px) {
            .recovery-content-wrapper {
                grid-template-columns: 1fr;
                gap: 50px;
            }

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

            .recovery-bg-text {
                font-size: 80px;
            }

            .recovery-info-box {
                padding: 50px 40px;
            }

            .recovery-info-title {
                font-size: 36px;
            }
        }

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

            .recovery-program-container {
                padding: 0 20px;
            }

            .recovery-content-wrapper {
                gap: 40px;
                margin-bottom: 40px;
            }

            .recovery-bg-text {
                font-size: 56px;
            }

            .recovery-info-box {
                padding: 40px 30px;
            }

            .recovery-info-title {
                font-size: 32px;
                margin-bottom: 25px;
            }

            .recovery-info-desc .main-text {
                font-size: 16px;
            }

            .recovery-info-desc .sub-text {
                font-size: 14px;
            }

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


        .cont-wrap {
          margin-bottom: 0;
          padding-bottom: 110px;
          background: #f5f5f5;
        }

        /* 사후관리 히어로 섹션 스타일 */
        .aftercare-hero-section {
            position: relative;
            overflow: hidden;
            min-height: 700px;
            background: linear-gradient(135deg, #e8eaed 0%, #d1d5db 100%);
        }

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

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

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

        .aftercare-hero-background::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.55) 100%);
            z-index: 1;
        }

        .aftercare-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;
        }

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

        .aftercare-hero-subtitle {
            font-size: 14px;
            color: #888;
            letter-spacing: 3px;
            margin-bottom: 20px;
            font-weight: 400;
            text-transform: uppercase;
        }

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

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

        .aftercare-hero-highlight {
            font-size: 28px;
            color: #222;
            line-height: 1.7;
            font-weight: 600;
            word-break: keep-all;
        }

        .aftercare-hero-highlight .highlight-text {
            color: #a0a3ff;
            font-weight: 700;
        }

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

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

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

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

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

            .aftercare-hero-highlight {
                font-size: 24px;
            }

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

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

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

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

            .aftercare-hero-background::before {
                background: linear-gradient(135deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.85) 100%);
            }

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

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

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

            .aftercare-hero-subtitle {
                font-size: 11px;
                letter-spacing: 2px;
                color: #888;
            }

            .aftercare-hero-title {
                font-size: 42px;
                color: #222;
                margin-bottom: 20px;
                font-weight: 700;
            }

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

            .aftercare-hero-highlight {
                font-size: 20px;
                line-height: 1.6;
            }

            .aftercare-hero-watermark {
                font-size: 36px;
                letter-spacing: 10px;
                bottom: 20px;
                color: rgba(0, 0, 0, 0.08);
            }
        }

    


        /* 맞춤형 케어 섹션 스타일 */
        .vibe-recovery-program-section {
            background: #f9f9f9;
            padding: 120px 0;
            position: relative;
        }

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

        .vibe-recovery-section-title {
            font-size: 32px;
            font-weight: 700;
            color: #333;
            margin-bottom: 60px;
        }

        .vibe-recovery-main-item {
            background: #fff;
            padding: 60px 50px;
            border-radius: 12px;
        }

        .vibe-recovery-content {
            display: block;
        }

        .vibe-recovery-number {
            font-size: 120px;
            font-weight: 800;
            color: #333;
            line-height: 1;
        }

        .vibe-recovery-text-group {
            padding-top: 0;
        }

        .vibe-recovery-main-title {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

        .vibe-recovery-desc {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
        }

        .vibe-recovery-images {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 40px;
        }

        .vibe-recovery-image-item {
            position: relative;
            background: #f5f5f5;
            border-radius: 8px;
            overflow: hidden;
        }

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

        .care-services {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            margin-top: 50px;
            margin-bottom: 30px;
        }

        .service-box {
            text-align: center;
        }

        .service-image {
            width: 100%;
            aspect-ratio: 4 / 3;
            overflow: hidden;
            border-radius: 8px;
            margin-bottom: 15px;
        }

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

        .service-name {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            line-height: 1.5;
        }

        .care-notice {
            font-size: 14px;
            color: #999;
            text-align: center;
            margin: 0;
            padding-top: 20px;
            border-top: 1px solid #e0e0e0;
        }

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

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

            .vibe-recovery-section-title {
                font-size: 28px;
                margin-bottom: 50px;
            }

            .vibe-recovery-main-item {
                padding: 50px 40px;
            }

            .vibe-recovery-content {
                display: block;
            }

            .vibe-recovery-number {
                font-size: 100px;
            }

            .vibe-recovery-images {
                grid-template-columns: repeat(2, 1fr);
            }

            .care-services {
                grid-template-columns: repeat(3, 1fr);
                gap: 15px;
            }
        }

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

            .vibe-recovery-container {
                padding: 0 20px;
            }

            .vibe-recovery-section-title {
                font-size: 24px;
                margin-bottom: 40px;
            }

            .vibe-recovery-main-item {
                padding: 40px 30px;
            }

            .vibe-recovery-number {
                font-size: 80px;
            }

            .vibe-recovery-main-title {
                font-size: 20px;
            }

            .vibe-recovery-desc {
                font-size: 14px;
            }

            .vibe-recovery-images {
                grid-template-columns: 1fr;
            }

            .care-services {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
                margin-top: 30px;
            }

            .service-name {
                font-size: 14px;
            }

            .care-notice {
                font-size: 13px;
            }
        }
    


        /* ===== Aging L Promise Section Styles ===== */
        .promise-section {
            position: relative;
            overflow: hidden;
            min-height: 600px;
            background: #2a2a2a;
        }

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

        .promise-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.3;
        }

        .promise-background::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(42, 42, 42, 0.95) 0%, rgba(42, 42, 42, 0.85) 100%);
            z-index: 1;
        }

        .promise-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 100px 50px;
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 40% 60%;
            gap: 80px;
            align-items: center;
            min-height: 600px;
        }

        .promise-left {
            color: #fff;
        }

        .promise-main-title {
            font-size: 48px;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.3);
            margin-bottom: 15px;
            letter-spacing: 2px;
        }

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

        .promise-desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .promise-text {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.8;
            margin: 0;
        }

        .promise-right {
            color: #fff;
        }

        .promise-statement {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.9;
            margin-bottom: 22px;
            padding-left: 20px;
            position: relative;
        }

        .promise-statement:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            width: 4px;
            height: 4px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
        }

        .promise-statement:last-child {
            margin-bottom: 0;
        }

        /* Tablet Responsive for Promise Section */
        @media (max-width: 992px) and (min-width: 769px) {
            .promise-section {
                min-height: 550px;
            }

            .promise-container {
                grid-template-columns: 1fr;
                gap: 50px;
                padding: 80px 30px;
                min-height: 550px;
            }

            .promise-main-title {
                font-size: 42px;
            }

            .promise-title {
                font-size: 28px;
            }
        }

        /* Mobile Responsive for Promise Section */
        @media (max-width: 768px) {
            .promise-section {
                min-height: 650px;
            }

            .promise-container {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 60px 20px;
                min-height: 650px;
            }

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

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

            .promise-desc {
                font-size: 15px;
                margin-bottom: 20px;
            }

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

            .promise-statement {
                font-size: 14px;
                margin-bottom: 20px;
                line-height: 1.8;
            }
        }
    