/**
 * safety-surgery 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;
            }
        }

    


        /* 안전수술 시스템 섹션 스타일 */
        .safety-system-section {
            background: #fff;
            padding: 120px 0;
            position: relative;
        }

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

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

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

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

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

        .safety-system-highlight {
            font-size: 24px;
            color: #ff6b6b;
            margin-bottom: 50px;
            line-height: 1.6;
            font-weight: 500;
        }

        .safety-system-desc {
            max-width: 900px;
            margin: 0 auto;
        }

        .safety-desc-text {
            font-size: 15px;
            color: #666;
            line-height: 1.9;
            margin-bottom: 20px;
            word-break: keep-all;
        }

        .safety-desc-text:last-child {
            margin-bottom: 0;
        }

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

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

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

            .safety-system-title {
                font-size: 36px;
            }

            .safety-system-highlight {
                font-size: 22px;
            }
        }

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

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

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

            .safety-system-title {
                font-size: 30px;
                margin-bottom: 25px;
            }

            .safety-system-highlight {
                font-size: 20px;
                margin-bottom: 40px;
            }

            .safety-desc-text {
                font-size: 14px;
                line-height: 1.8;
            }
        }
    


        /* 안전수술 환경 섹션 스타일 */
        .safety-environment-section {
            background: #e8e8e8;
            padding: 0;
            position: relative;
        }

        .safety-environment-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            min-height: 650px;
        }

        .safety-environment-left {
            padding: 80px 80px 80px 50px;
        }

        .safety-env-subtitle {
            font-size: 12px;
            color: #999;
            letter-spacing: 3px;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

        .safety-env-title {
            font-size: 38px;
            font-weight: 700;
            color: #222;
            margin-bottom: 25px;
            line-height: 1.4;
        }

        .safety-env-desc {
            font-size: 15px;
            color: #666;
            margin-bottom: 60px;
            line-height: 1.8;
        }

        .safety-env-quote {
            position: relative;
            padding: 40px 0;
        }

        .safety-env-quote::before {
            content: '"';
            position: absolute;
            top: -20px;
            left: 0;
            font-size: 120px;
            color: rgba(0, 0, 0, 0.1);
            font-family: Georgia, serif;
            line-height: 1;
        }

        .safety-env-quote::after {
            content: '"';
            position: absolute;
            bottom: -60px;
            right: 0;
            font-size: 120px;
            color: rgba(0, 0, 0, 0.1);
            font-family: Georgia, serif;
            line-height: 1;
        }

        .quote-text {
            font-size: 32px;
            color: #222;
            line-height: 1.5;
            font-weight: 500;
            word-break: keep-all;
        }

        .quote-text .highlight {
            font-weight: 700;
            color: #222;
        }

        .safety-environment-right {
            position: relative;
            height: 100%;
            min-height: 650px;
            overflow: hidden;
        }

        .safety-environment-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

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

            .safety-environment-left {
                padding: 60px 40px;
            }

            .safety-environment-right {
                min-height: 500px;
            }

            .safety-env-title {
                font-size: 32px;
            }

            .quote-text {
                font-size: 28px;
            }
        }

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

            .safety-environment-right {
                min-height: 400px;
            }

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

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

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

            .quote-text {
                font-size: 22px;
                line-height: 1.5;
            }

            .safety-env-quote::before {
                font-size: 80px;
                top: -10px;
            }

            .safety-env-quote::after {
                font-size: 80px;
                bottom: -40px;
            }
        }
    


        /* 위생관리 및 장비 섹션 스타일 */
        .hygiene-equipment-section {
            background: #fff;
            padding: 100px 0;
        }

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

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

        .hygiene-item:last-child {
            margin-bottom: 0;
        }

        .hygiene-image {
            position: relative;
            overflow: hidden;
        }

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

        .hygiene-content {
            padding: 0 40px;
        }

        .hygiene-label {
            font-size: 13px;
            color: #ddd;
            letter-spacing: 3px;
            margin-bottom: 20px;
            font-weight: 700;
            text-transform: uppercase;
        }

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

        .hygiene-desc {
            font-size: 15px;
            color: #666;
            line-height: 1.9;
            word-break: keep-all;
        }

        /* 첫 번째 아이템 - 이미지 왼쪽 */
        .hygiene-item:nth-child(1) {
            grid-template-columns: 1fr 1fr;
        }

        /* 두 번째 아이템 - 이미지 왼쪽 */
        .hygiene-item:nth-child(2) {
            grid-template-columns: 1fr 1fr;
        }

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

            .hygiene-equipment-container {
                padding: 0 30px;
            }

            .hygiene-item {
                grid-template-columns: 1fr;
                gap: 40px;
                margin-bottom: 60px;
            }

            .hygiene-content {
                padding: 0 20px;
            }

            .hygiene-title {
                font-size: 32px;
            }

            /* 모바일에서 이미지가 항상 위로 */
            .hygiene-item:nth-child(1) {
                grid-template-columns: 1fr;
            }

            .hygiene-item:nth-child(2) {
                grid-template-columns: 1fr;
            }
        }

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

            .hygiene-equipment-container {
                padding: 0 20px;
            }

            .hygiene-item {
                gap: 30px;
                margin-bottom: 50px;
            }

            .hygiene-content {
                padding: 0;
            }

            .hygiene-label {
                font-size: 11px;
                letter-spacing: 2px;
                margin-bottom: 15px;
            }

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

            .hygiene-desc {
                font-size: 14px;
                line-height: 1.8;
            }
        }
    


        /* 안전 메시지 섹션 스타일 */
        .safety-message-section {
            position: relative;
            overflow: hidden;
            min-height: 500px;
            background: #3a3a3a;
        }

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

        .safety-message-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.4;
        }

        .safety-message-background::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(58, 58, 58, 0.9) 0%, rgba(58, 58, 58, 0.7) 100%);
            z-index: 1;
        }

        .safety-message-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 100px 50px;
            position: relative;
            z-index: 2;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .safety-message-content {
            max-width: 800px;
        }

        .safety-message-title {
            font-size: 38px;
            color: #fff;
            line-height: 1.6;
            margin-bottom: 40px;
            font-weight: 500;
        }

        .safety-message-title .highlight {
            color: #f5d547;
            font-weight: 700;
        }

        .safety-message-subtitle {
            font-size: 20px;
            color: #fff;
            margin-bottom: 30px;
            font-weight: 600;
        }

        .safety-message-desc {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.9;
            word-break: keep-all;
        }

        @media (max-width: 992px) {
            .safety-message-section {
                min-height: 450px;
            }

            .safety-message-container {
                padding: 80px 40px;
                min-height: 450px;
            }

            .safety-message-title {
                font-size: 32px;
            }

            .safety-message-subtitle {
                font-size: 18px;
            }
        }

        @media (max-width: 768px) {
            .safety-message-section {
                min-height: 400px;
            }

            .safety-message-container {
                padding: 60px 30px;
                min-height: 400px;
            }

            .safety-message-title {
                font-size: 26px;
                margin-bottom: 30px;
            }

            .safety-message-subtitle {
                font-size: 16px;
                margin-bottom: 25px;
            }

            .safety-message-desc {
                font-size: 13px;
                line-height: 1.8;
            }
        }
    