.elementor-172 .elementor-element.elementor-element-b5bcd51{--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-172 .elementor-element.elementor-element-f065d14{--display:flex;}.elementor-172 .elementor-element.elementor-element-5089bec{--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-172 .elementor-element.elementor-element-47ad0da{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c5a20f0 */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

.psychiatry-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.psychiatry-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.psychiatry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #BBC9A3, #a8b694, #BBC9A3);
}

.psychiatry-header {
    padding: 60px 60px 40px;
    background: linear-gradient(135deg, #fafbfc 0%, #f1f3f4 100%);
    text-align: center;
    position: relative;
}

.psychiatry-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.psychiatry-subtitle {
    font-size: 1.2rem;
    color: #BBC9A3;
    font-weight: 500;
}

.psychiatry-nav {
    padding: 30px 60px;
    background: rgba(187, 201, 163, 0.05);
    border-bottom: 1px solid rgba(187, 201, 163, 0.2);
}

.nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.nav-item-page {
    padding: 12px 20px;
    background: white;
    border: 2px solid rgba(187, 201, 163, 0.3);
    border-radius: 25px;
    text-align: center;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.nav-item-page:hover {
    border-color: #BBC9A3;
    background: rgba(187, 201, 163, 0.1);
    transform: translateY(-2px);
    color: #2c3e50;
}

.psychiatry-body {
    padding: 60px 60px 0;
}

.disorder-section {
    margin-bottom: 60px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.disorder-section:nth-child(even) {
    animation-delay: 0.1s;
}

.disorder-section:nth-child(odd) {
    animation-delay: 0.2s;
}

.disorder-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.disorder-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 4px 15px rgba(187, 201, 163, 0.3);
}

.disorder-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.disorder-content {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px;
    border-left: 5px solid #BBC9A3;
    position: relative;
    overflow: hidden;
}

.disorder-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.1) 0%, transparent 70%);
}

.disorder-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.05rem;
}

.disorder-details {
    margin-bottom: 25px;
}

.detail-item {
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #BBC9A3;
    transition: all 0.3s ease;
}

.detail-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(187, 201, 163, 0.2);
}

.detail-label {
    font-weight: 600;
    color: #BBC9A3;
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-text {
    color: #555;
    line-height: 1.6;
}

.treatment-section {
    background: rgba(187, 201, 163, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
}

.treatment-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.treatment-title::before {
    content: '💊';
    margin-right: 10px;
    font-size: 1.1rem;
}

.treatment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.treatment-item {
    background: white;
    padding: 8px 16px;
    border-radius: 20px;
    color: #555;
    font-weight: 500;
    border: 2px solid rgba(187, 201, 163, 0.3);
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.treatment-item:hover {
    border-color: #BBC9A3;
    background: rgba(187, 201, 163, 0.1);
}

/* --- [수정] 충돌 방지를 위해 클래스 이름 변경 --- */
.psychiatry-cta-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;
}

.psychiatry-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.psychiatry-cta-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.psychiatry-cta-text {
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    opacity: 0.9;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.8s ease-out;
}

/* 반응형 */
@media (max-width: 1200px) {
    /* 이 부분은 충돌과 관련 없으므로 그대로 유지합니다. */
    .nav-list {
        gap: 30px;
    }
    .clinic-name {
        font-size: 1.1rem;
    }
    .clinic-name-sub {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    /* 이 부분은 충돌과 관련 없으므로 그대로 유지합니다. */
    body {
        padding-top: 70px;
    }
    .header-container {
        padding: 0 20px;
        height: 70px;
    }
    .logo-section {
        gap: 10px;
    }
    .site-logo {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    .clinic-name {
        font-size: 1rem;
    }
    .clinic-name-sub {
        font-size: 0.75rem;
    }
    .nav-list {
        gap: 20px;
    }
    .nav-link {
        font-size: 0.95rem;
        padding: 20px 0;
    }
    .mega-menu {
        min-width: 300px;
        padding: 25px;
        left: 0;
        transform: none;
    }
    .nav-item:hover .mega-menu {
        transform: translateY(10px);
    }
    .header-actions {
        gap: 15px;
    }
    .action-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    /* 페이지 자체의 반응형 스타일 */
    .psychiatry-container {
        padding: 20px 10px;
    }
    
    .psychiatry-header,
    .psychiatry-nav,
    .psychiatry-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    /* --- [수정] 반응형에서도 변경된 클래스 이름 적용 --- */
    .psychiatry-cta-section {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        padding: 40px 30px 50px 30px;
    }
    
    .psychiatry-title {
        font-size: 2.2rem;
    }
    
    .nav-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 10px;
    }
    
    .nav-item-page {
        padding: 10px 15px;
        font-size: 0.85rem;
    }
    
    .disorder-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .disorder-icon {
        margin-right: 0;
    }
    
    .treatment-list {
        justify-content: center;
    }
}/* End custom CSS */