.elementor-317 .elementor-element.elementor-element-c116d69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-317 .elementor-element.elementor-element-a040398{--display:flex;}.elementor-317 .elementor-element.elementor-element-9a95d71{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-317 .elementor-element.elementor-element-07a4fc5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b595b9a */.non-covered-container * {
    box-sizing: border-box;
}

.non-covered-container {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.non-covered-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.non-covered-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #BBC9A3, #a8b694, #BBC9A3);
}

.non-covered-header {
    padding: 60px 60px 40px;
    background: linear-gradient(135deg, #fafbfc 0%, #f1f3f4 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.non-covered-header::before {
    content: '📋 💰 📄 🏥 📊';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    opacity: 0.2;
    animation: nonCoveredFloat 6s ease-in-out infinite;
}

@keyframes nonCoveredFloat {
    0%, 100% { transform: translateX(-50%) translateY(0px); }
    50% { transform: translateX(-50%) translateY(-8px); }
}

.non-covered-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.non-covered-subtitle {
    font-size: 1.2rem;
    color: #BBC9A3;
    font-weight: 500;
}

.non-covered-body {
    padding: 60px 60px 0;
}

.info-notice {
    background: linear-gradient(135deg, rgba(187, 201, 163, 0.1), rgba(187, 201, 163, 0.05));
    border: 1px solid rgba(187, 201, 163, 0.3);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.info-notice::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.05) 0%, transparent 70%);
    animation: nonCoveredFloat 8s ease-in-out infinite;
}

.notice-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.notice-title::before {
    content: 'ℹ️';
    margin-right: 10px;
    font-size: 1.2rem;
}

.notice-text {
    color: #555;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
}

.category-section {
    margin-bottom: 50px;
    opacity: 0;
    animation: nonCoveredFadeInUp 0.8s ease-out forwards;
    position: relative;
}

.category-section:nth-child(2) { animation-delay: 0.2s; }
.category-section:nth-child(3) { animation-delay: 0.4s; }
.category-section:nth-child(4) { animation-delay: 0.6s; }
.category-section:nth-child(5) { animation-delay: 0.8s; }

.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.category-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.6rem;
    color: white;
    box-shadow: 0 6px 20px rgba(187, 201, 163, 0.4);
    position: relative;
    overflow: hidden;
}

.category-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: nonCoveredShimmer 3s infinite;
}

@keyframes nonCoveredShimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.category-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.price-table {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(187, 201, 163, 0.2);
}

.table-header {
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    color: white;
    padding: 0;
}

.table-header-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 1.1rem;
}

.table-body {
    background: white;
}

.table-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    padding: 18px 30px;
    border-bottom: 1px solid rgba(187, 201, 163, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row:hover {
    background: rgba(187, 201, 163, 0.05);
    transform: translateX(5px);
}

.table-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #BBC9A3, transparent);
    transition: width 0.3s ease;
    z-index: 1;
}

.table-row:hover::before {
    width: 4px;
}

.service-name {
    font-weight: 500;
    color: #2c3e50;
    font-size: 1.05rem;
    position: relative;
    z-index: 2;
}

.service-detail {
    font-size: 0.9rem;
    color: #666;
    margin-top: 3px;
    font-weight: 400;
}

.price {
    font-weight: 600;
    color: #BBC9A3;
    font-size: 1.1rem;
    text-align: right;
    position: relative;
    z-index: 2;
}

.price-unit {
    font-size: 0.85rem;
    color: #666;
    font-weight: 400;
    margin-left: 3px;
}

/* 특별 스타일링 */
.highlight-row {
    background: rgba(187, 201, 163, 0.08);
    border-left: 3px solid #BBC9A3;
}

.highlight-row .service-name {
    color: #1a5d1a;
    font-weight: 600;
}

/* 섹션별 아이콘 */
.documents-icon {
    position: relative;
}

.documents-icon::after {
    content: '📄';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    z-index: 2;
}

.psychology-icon {
    position: relative;
}

.psychology-icon::after {
    content: '🧠';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    z-index: 2;
}

.therapy-icon {
    position: relative;
}

.therapy-icon::after {
    content: '💬';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    z-index: 2;
}

.medicine-icon {
    position: relative;
}

.medicine-icon::after {
    content: '💊';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    z-index: 2;
}

.non-covered-footer-section {
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    min-height: 300px; 
    padding: 40px;

    margin-top: 60px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.non-covered-footer-section::before {
    content: '💰 📋 🏥 ✨ 💙';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    opacity: 0.3;
    animation: nonCoveredFloat 8s ease-in-out infinite;
}

.non-covered-footer-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 150%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: nonCoveredFloat 10s ease-in-out infinite reverse;
}

.non-covered-footer-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.non-covered-footer-text {
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .non-covered-container {
        padding: 20px 10px;
    }
    
    .non-covered-header,
    .non-covered-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .non-covered-footer-section {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        padding: 40px 30px 50px 30px;
    }
    
    .non-covered-title {
        font-size: 2.2rem;
    }
    
    .category-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .category-icon {
        margin-right: 0;
    }
    
    .table-header-row,
    .table-row {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
        padding: 15px 20px;
    }
    
    .price {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 5px;
    }
    
    .service-name {
        text-align: center;
    }
}

@keyframes nonCoveredFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.non-covered-fade-in {
    animation: nonCoveredFadeInUp 0.8s ease-out;
}/* End custom CSS */