.elementor-183 .elementor-element.elementor-element-19876bd{--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-183 .elementor-element.elementor-element-599e086{--display:flex;}.elementor-183 .elementor-element.elementor-element-2480e39{--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-183 .elementor-element.elementor-element-c8ad82b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b174c9e */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

.child-psychiatry-container {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
}

.child-psychiatry-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.child-psychiatry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #BBC9A3, #a8b694, #BBC9A3);
}

.child-psychiatry-header {
    padding: 60px 60px 40px;
    background: linear-gradient(135deg, #fafbfc 0%, #f1f3f4 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.child-psychiatry-header::before {
    content: '🧸 ⭐ 🎈 🌈 🦋';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateX(-50%) translateY(0px); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

.child-psychiatry-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.child-psychiatry-subtitle {
    font-size: 1.2rem;
    color: #BBC9A3;
    font-weight: 500;
}

.child-psychiatry-nav {
    padding: 30px 60px;
    background: rgba(187, 201, 163, 0.05);
    border-bottom: 1px solid rgba(187, 201, 163, 0.2);
}

.child-nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.child-nav-item {
    padding: 15px 25px;
    background: white;
    border: 2px solid rgba(187, 201, 163, 0.3);
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

/*.child-nav-item::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -100%;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: linear-gradient(90deg, transparent, #BBC9A3, transparent);*/
/*    transition: left 0.5s ease;*/
/*}*/

.child-nav-item:hover {
    border-color: #BBC9A3;
    background: rgba(187, 201, 163, 0.1);
    transform: translateY(-3px);
    color: #2c3e50;
    box-shadow: 0 8px 25px rgba(187, 201, 163, 0.3);
}

/*.child-nav-item:hover::before {*/
/*    left: 0;*/
/*}*/

.child-psychiatry-body {
    padding: 60px 60px 0;
}

.child-disorder-section {
    margin-bottom: 70px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
}

.child-disorder-section:nth-child(1) { animation-delay: 0.1s; }
.child-disorder-section:nth-child(2) { animation-delay: 0.3s; }
.child-disorder-section:nth-child(3) { animation-delay: 0.5s; }

.child-disorder-header {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}

.child-disorder-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 6px 20px rgba(187, 201, 163, 0.4);
    position: relative;
    overflow: hidden;
}

.child-disorder-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: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.child-disorder-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.child-disorder-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 20px;
    padding: 35px;
    border-left: 6px solid #BBC9A3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.child-disorder-content::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.child-disorder-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
    font-weight: 400;
}

.child-symptoms-section {
    margin-bottom: 30px;
}

.child-symptoms-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.child-symptoms-title::before {
    content: '🔍';
    margin-right: 10px;
    font-size: 1.2rem;
}

.child-symptoms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.child-symptom-item {
    background: white;
    padding: 20px;
    border-radius: 15px;
    border-left: 4px solid #BBC9A3;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.child-symptom-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(187, 201, 163, 0.2);
    background: linear-gradient(135deg, #fff, #fafbfc);
}

.child-symptom-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #BBC9A3, #a8b694);
    transition: width 0.3s ease;
}

.child-symptom-item:hover::before {
    width: 8px;
}

.child-symptom-label {
    font-weight: 600;
    color: #BBC9A3;
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.child-symptom-text {
    color: #555;
    line-height: 1.7;
    font-size: 0.95rem;
}

.child-stats-section {
    margin-bottom: 30px;
}

.child-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.child-stat-item {
    background: rgba(187, 201, 163, 0.1);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.child-stat-item:hover {
    background: rgba(187, 201, 163, 0.15);
    transform: scale(1.05);
}

.child-stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #BBC9A3;
    margin-bottom: 5px;
}

.child-stat-label {
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
}

.child-treatment-section {
    background: linear-gradient(135deg, rgba(187, 201, 163, 0.1), rgba(187, 201, 163, 0.05));
    border-radius: 15px;
    padding: 30px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.child-treatment-section::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: float 8s ease-in-out infinite;
}

.child-treatment-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.child-treatment-title::before {
    content: '💊';
    margin-right: 12px;
    font-size: 1.2rem;
}

.child-treatment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.child-treatment-item {
    background: white;
    padding: 10px 20px;
    border-radius: 25px;
    color: #555;
    font-weight: 500;
    border: 2px solid rgba(187, 201, 163, 0.3);
    transition: all 0.3s ease;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.child-treatment-item:hover {
    border-color: #BBC9A3;
    background: rgba(187, 201, 163, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(187, 201, 163, 0.2);
}

.child-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;
    margin-top: 60px; 
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.child-footer-section::before {
    content: '🌟 ✨ 🎨 🌺 🦋 🌈';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    opacity: 0.3;
    animation: float 8s ease-in-out infinite;
}

.child-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: float 10s ease-in-out infinite reverse;
}

.child-footer-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.child-footer-text {
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .child-psychiatry-container {
        padding: 20px 10px;
    }
    
    .child-psychiatry-header,
    .child-psychiatry-nav,
    .child-psychiatry-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .child-footer-section {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        padding: 40px 30px 50px 30px;
    }
    
    .child-psychiatry-title {
        font-size: 2.2rem;
    }
    
    .child-nav-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .child-nav-item {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .child-disorder-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .child-disorder-icon {
        margin-right: 0;
    }
    
    .child-symptoms-grid {
        grid-template-columns: 1fr;
    }
    
    .child-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .child-treatment-list {
        justify-content: center;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.child-fade-in {
    animation: fadeInUp 0.8s ease-out;
}/* End custom CSS */