.elementor-9596 .elementor-element.elementor-element-f73ab15{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a938b37 */body {
            font-family: 'Noto Sans KR', sans-serif;
            background-color: #f8fafc;
            color: #475569;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        @media (min-width: 768px) {
            .container {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                padding-top: 3rem;
                padding-bottom: 3rem;
            }
        }

        .header {
            text-align: center;
            margin-bottom: 4rem;
        }
        @media (min-width: 768px) {
            .header {
                margin-bottom: 5rem;
            }
        }

        .header-title {
            font-size: 2.25rem;
            font-weight: 900;
            margin-bottom: 1rem;
            background: linear-gradient(90deg, rgba(67,56,202,1) 0%, rgba(139,92,246,1) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        @media (min-width: 768px) {
            .header-title {
                font-size: 3rem;
            }
        }

        .header-description {
            font-size: 1.125rem;
            color: #475569;
            max-width: 48rem;
            margin-left: auto;
            margin-right: auto;
        }

        .main-content {
            margin-top: 5rem;
            margin-bottom: 5rem;
        }
        @media (min-width: 768px) {
            .main-content {
                margin-top: 7rem;
                margin-bottom: 7rem;
            }
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-title {
            font-size: 1.875rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
        @media (min-width: 768px) {
            .section-title {
                font-size: 2.25rem;
            }
        }

        .section-description {
            color: #475569;
            max-width: 42rem;
            margin-left: auto;
            margin-right: auto;
        }

        .grid-layout-2-col {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: center;
            max-width: 64rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 768px) {
            .grid-layout-2-col {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .card {
            background-color: #ffffff;
            padding: 1.5rem;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border: 1px solid #e2e8f0;
        }

        .card-header-title {
            font-size: 1.25rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 1rem;
        }

        .card-body-text {
            margin-top: 1rem;
            text-align: center;
            font-size: 0.875rem;
            color: #475569;
        }

        .centered-full-height {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .large-number {
            font-size: 5rem;
            font-weight: 900;
            color: #7c3aed;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .medium-text {
            margin-top: 0.5rem;
            font-size: 1.125rem;
            color: #334155;
            font-weight: 500;
        }

        .grid-layout-4-col {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            max-width: 80rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 640px) {
            .grid-layout-4-col {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (min-width: 1024px) {
            .grid-layout-4-col {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        .icon-card {
            padding: 1.5rem;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border: 1px solid #e2e8f0;
            transition-property: transform;
            transition-duration: 300ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
        .icon-card:hover {
            transform: translateY(-0.5rem);
        }

        .icon-card-icon {
            font-size: 2.25rem;
            margin-bottom: 1rem;
        }

        .icon-card-title {
            font-weight: 700;
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
        }

        .icon-card-description {
            font-size: 0.875rem;
            color: #475569;
        }

        .pros-cons-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            max-width: 64rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 1024px) {
            .pros-cons-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .advantage-card {
            background-color: #ffffff;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border: 2px solid #bbf7d0;
        }

        .disadvantage-card {
            background-color: #ffffff;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border: 2px solid #fecaca;
        }

        .card-main-title {
            font-size: 1.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 1.5rem;
        }

        .green-text { color: #22c55e; }
        .red-text { color: #ef4444; }

        .list-spacing > li {
            margin-bottom: 1.25rem;
        }
        .list-spacing > li:last-child {
            margin-bottom: 0;
        }

        .list-item-flex {
            display: flex;
            align-items: flex-start;
        }

        .list-icon {
            color: #22c55e;
            margin-right: 1rem;
            font-size: 1.5rem;
            margin-top: 0.25rem;
        }

        .list-item-title {
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .list-item-description {
            color: #475569;
            font-size: 0.875rem;
        }

        .strategy-grid {
            background-color: #ffffff;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            padding: 2rem;
            border: 1px solid #e2e8f0;
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
            align-items: center;
            max-width: 80rem;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 768px) {
            .strategy-grid {
                padding: 2.5rem;
            }
        }
        @media (min-width: 1024px) {
            .strategy-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .roadmap-title {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 2rem;
        }

        .step-list-relative {
            position: relative;
        }
        .step-list-relative > div {
            margin-bottom: 2rem;
        }
        .step-list-relative > div:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .step-item {
            position: relative;
            padding-left: 3rem;
            padding-bottom: 2rem;
        }

        .step-item .step-circle {
            position: absolute;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            border-radius: 9999px;
            background-color: #ede9fe;
            color: #6d28d9;
            font-size: 1.25rem;
            font-weight: 700;
        }

        .step-connector::after {
            content: '';
            position: absolute;
            left: 1.5rem;
            top: 4rem;
            bottom: -2rem;
            width: 2px;
            background-color: #e5e7eb;
            z-index: -1;
        }
        .step-item:last-child .step-connector::after {
            display: none;
        }

        .step-title {
            font-weight: 700;
            font-size: 1.125rem;
        }

        .step-description {
            color: #475569;
            font-size: 0.875rem;
        }

        .chart-section-title {
            font-size: 1.25rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 1rem;
        }

        .chart-container {
            position: relative;
            width: 100%;
            max-width: 450px;
            margin-left: auto;
            margin-right: auto;
            height: 280px;
            max-height: 320px;
        }
        @media (min-width: 768px) {
            .chart-container {
                height: 320px;
                max-height: 350px;
            }
        }
        
        .footer {
            text-align: center;
            margin-top: 5rem;
            padding-top: 2.5rem;
            border-top: 1px solid #e2e8f0;
        }
        @media (min-width: 768px) {
            .footer {
                margin-top: 7rem;
            }
        }

        .footer-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .footer-text {
            color: #475569;
            max-width: 48rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.5rem;
        }

        .footer-note {
            font-size: 0.75rem;
            color: #94a3b8;
            margin-top: 0.5rem;
        }/* End custom CSS */