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


        /* 안전 최우선주의 섹션 스타일 */
        .safety-first-banner-section {
            position: relative;
            overflow: hidden;
            min-height: 600px;
            background: #4a5568;
        }

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

        .safety-first-banner-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.7;
        }

        .safety-first-banner-background::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(74, 85, 104, 0.3) 0%, rgba(74, 85, 104, 0.6) 100%);
            z-index: 1;
        }

        .safety-first-banner-container {
            position: absolute;
            top: 75%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            width: 100%;
            max-width: 1400px;
            padding: 0 50px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .safety-first-banner-title {
            font-size: 56px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 0;
            line-height: 1.3;
            letter-spacing: -1px;
        }

        .safety-first-banner-footer {
            font-size: 36px;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
            letter-spacing: 8px;
            text-transform: uppercase;
        }

        @media (max-width: 992px) {
            .safety-first-banner-section {
                min-height: 500px;
            }

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

            .safety-first-banner-title {
                font-size: 44px;
                margin-bottom: 0;
            }
        }

        @media (max-width: 768px) {
            .safety-first-banner-section {
                min-height: 450px;
            }

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

            .safety-first-banner-title {
                font-size: 36px;
                margin-bottom: 0;
            }
        }
    


        /* 10대 원칙 상세 섹션 스타일 */
        .ten-principles-section {
            background: #f5f5f5;
            padding: 120px 0;
            position: relative;
        }

        .ten-principles-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 50px;
            display: grid;
            grid-template-columns: 40% 60%;
            gap: 80px;
            align-items: center;
        }

        .ten-principles-left {
            position: relative;
            text-align: center;
        }

        .principles-icon-wrapper {
            position: relative;
            display: inline-block;
            margin-bottom: 40px;
        }

        .principles-icon {
            width: 280px;
            height: 280px;
            background: linear-gradient(135deg, #ffb3c1 0%, #ff9aaa 100%);
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 20px 40px rgba(255, 154, 170, 0.3);
        }

        .principles-icon::before {
            content: '+';
            font-size: 150px;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 300;
        }

        .principles-title {
            font-size: 32px;
            color: #ffb3c1;
            font-weight: 300;
            letter-spacing: 2px;
            text-transform: uppercase;
            line-height: 1.5;
        }

        .ten-principles-right {
            padding: 40px 0;
        }

        .principle-item {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            align-items: flex-start;
        }

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

        .principle-number {
            font-size: 20px;
            font-weight: 700;
            color: #333;
            min-width: 40px;
            flex-shrink: 0;
        }

        .principle-text {
            font-size: 16px;
            color: #333;
            line-height: 1.7;
            word-break: keep-all;
        }

        .principle-text .highlight {
            color: #ff6b6b;
            font-weight: 600;
        }

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

            .ten-principles-container {
                grid-template-columns: 1fr;
                gap: 60px;
                padding: 0 30px;
            }

            .principles-icon {
                width: 240px;
                height: 240px;
            }

            .principles-icon::before {
                font-size: 120px;
            }

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

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

            .ten-principles-container {
                padding: 0 20px;
                gap: 50px;
            }

            .principles-icon {
                width: 200px;
                height: 200px;
            }

            .principles-icon::before {
                font-size: 100px;
            }

            .principles-title {
                font-size: 22px;
            }

            .ten-principles-right {
                padding: 0;
            }

            .principle-item {
                margin-bottom: 20px;
            }

            .principle-number {
                font-size: 18px;
                min-width: 35px;
            }

            .principle-text {
                font-size: 14px;
            }
        }
    


        /* 원칙 상세 배너 섹션 스타일 */
        .principle-detail-section {
            position: relative;
            overflow: hidden;
            min-height: 400px;
            background: #3a3a3a;
        }

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

        .principle-detail-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.5;
        }

        .principle-detail-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 80px 50px;
            position: relative;
            z-index: 2;
            min-height: 400px;
            display: flex;
            align-items: center;
        }

        .principle-detail-content {
            max-width: 600px;
        }

        .principle-detail-number {
            font-size: 120px;
            font-weight: 800;
            color: rgba(255, 255, 255, 0.15);
            line-height: 1;
            margin-bottom: 30px;
            letter-spacing: -5px;
        }

        .principle-detail-title {
            font-size: 36px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 40px;
            line-height: 1.5;
            word-break: keep-all;
        }

        .principle-detail-desc {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.8;
            word-break: keep-all;
        }

        @media (max-width: 992px) {
            .principle-detail-section {
                min-height: 350px;
            }

            .principle-detail-container {
                padding: 60px 40px;
                min-height: 350px;
            }

            .principle-detail-number {
                font-size: 90px;
            }

            .principle-detail-title {
                font-size: 30px;
                margin-bottom: 30px;
            }

            .principle-detail-desc {
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
            .principle-detail-section {
                min-height: 300px;
            }

            .principle-detail-container {
                padding: 50px 30px;
                min-height: 300px;
            }

            .principle-detail-number {
                font-size: 70px;
                margin-bottom: 20px;
            }

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

            .principle-detail-desc {
                font-size: 13px;
            }
        }
    


        /* 원칙 02 응급처치 섹션 스타일 */
        .principle-02-section {
            background: #f9f9f9;
            padding: 120px 0;
            position: relative;
        }

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

        .principle-02-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .principle-02-number {
            font-size: 100px;
            font-weight: 800;
            color: #333;
            line-height: 1;
            margin-bottom: 30px;
        }

        .principle-02-title {
            font-size: 20px;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.6;
        }

        .principle-02-subtitle {
            font-size: 20px;
            color: #ff6b6b;
            font-weight: 600;
            line-height: 1.6;
        }

        .emergency-system-section {
            margin-top: 60px;
        }

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

        .emergency-system-title {
            font-size: 32px;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
        }

        .emergency-system-desc {
            font-size: 16px;
            color: #ff6b6b;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .emergency-system-note {
            font-size: 14px;
            color: #666;
            line-height: 1.7;
        }

        .emergency-equipment-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 50px;
        }

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

        .equipment-image {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 20px;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

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

        .equipment-name {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .equipment-desc {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
        }

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

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

            .principle-02-number {
                font-size: 80px;
            }

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

            .equipment-image {
                width: 240px;
                height: 240px;
            }
        }

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

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

            .principle-02-number {
                font-size: 60px;
                margin-bottom: 20px;
            }

            .principle-02-title {
                font-size: 18px;
            }

            .principle-02-subtitle {
                font-size: 18px;
            }

            .emergency-system-title {
                font-size: 26px;
            }

            .emergency-system-desc {
                font-size: 14px;
            }

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

            .equipment-image {
                width: 260px;
                height: 260px;
            }
        }
    


        /* 원칙 04 멸균관리 섹션 스타일 */
        .principle-04-section {
            background: #fff;
            padding: 120px 0;
            position: relative;
        }

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

        .principle-04-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .principle-04-number {
            font-size: 100px;
            font-weight: 800;
            color: #333;
            line-height: 1;
            margin-bottom: 30px;
        }

        .principle-04-title {
            font-size: 20px;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.6;
        }

        .principle-04-subtitle {
            font-size: 20px;
            color: #ff6b6b;
            font-weight: 600;
            line-height: 1.6;
        }

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

        .sterilization-image-item {
            position: relative;
            overflow: hidden;
        }

        .sterilization-image-item img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            display: block;
        }

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

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

            .principle-04-number {
                font-size: 80px;
            }

            .sterilization-images {
                gap: 30px;
            }

            .sterilization-image-item img {
                height: 350px;
            }
        }

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

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

            .principle-04-number {
                font-size: 60px;
                margin-bottom: 20px;
            }

            .principle-04-title {
                font-size: 18px;
            }

            .principle-04-subtitle {
                font-size: 18px;
            }

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

            .sterilization-image-item img {
                height: 300px;
            }
        }
    


        /* 원칙 05 개인위생 섹션 스타일 */
        .principle-05-section {
            background: #e8e8e8;
            padding: 0;
            position: relative;
        }

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

        .principle-05-left {
            padding: 80px 80px 80px 50px;
        }

        .principle-05-number {
            font-size: 100px;
            font-weight: 800;
            color: #333;
            line-height: 1;
            margin-bottom: 30px;
            border-bottom: 3px solid #333;
            display: inline-block;
            padding-bottom: 10px;
        }

        .principle-05-title {
            font-size: 28px;
            color: #333;
            font-weight: 400;
            margin-bottom: 10px;
            line-height: 1.6;
        }

        .principle-05-subtitle {
            font-size: 28px;
            color: #9b59b6;
            font-weight: 700;
            line-height: 1.6;
            margin-bottom: 40px;
        }

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

        .principle-05-right {
            position: relative;
            height: 100%;
            min-height: 500px;
            overflow: hidden;
        }

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

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

            .principle-05-left {
                padding: 60px 40px;
            }

            .principle-05-right {
                min-height: 400px;
            }

            .principle-05-number {
                font-size: 80px;
            }

            .principle-05-title {
                font-size: 24px;
            }

            .principle-05-subtitle {
                font-size: 24px;
            }
        }

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

            .principle-05-right {
                min-height: 350px;
            }

            .principle-05-number {
                font-size: 60px;
                margin-bottom: 20px;
            }

            .principle-05-title {
                font-size: 20px;
            }

            .principle-05-subtitle {
                font-size: 20px;
                margin-bottom: 30px;
            }

            .principle-05-desc {
                font-size: 14px;
            }
        }
    


        /* 원칙 10 교육 섹션 스타일 */
        .principle-10-section {
            background: #f5f5f0;
            padding: 0;
            position: relative;
        }

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

        .principle-10-left {
            position: relative;
            height: 100%;
            min-height: 500px;
            overflow: hidden;
        }

        .principle-10-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .principle-10-right {
            padding: 80px 50px 80px 80px;
        }

        .principle-10-number {
            font-size: 100px;
            font-weight: 800;
            color: #333;
            line-height: 1;
            margin-bottom: 30px;
        }

        .principle-10-title {
            font-size: 24px;
            color: #333;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 1.6;
        }

        .principle-10-title .highlight {
            color: #ff6b6b;
            font-weight: 600;
        }

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

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

            .principle-10-left {
                min-height: 400px;
                order: 2;
            }

            .principle-10-right {
                padding: 60px 40px;
                order: 1;
            }

            .principle-10-number {
                font-size: 80px;
            }

            .principle-10-title {
                font-size: 22px;
            }
        }

        @media (max-width: 768px) {
            .principle-10-left {
                min-height: 350px;
            }

            .principle-10-right {
                padding: 50px 30px;
            }

            .principle-10-number {
                font-size: 60px;
                margin-bottom: 20px;
            }

            .principle-10-title {
                font-size: 20px;
                margin-bottom: 25px;
            }

            .principle-10-desc {
                font-size: 14px;
            }
        }
    