/* ===== 기업교육 페이지 CSS ===== */

/* 1. 히어로 버튼 스타일 */
.vc_custom_1741900001 .vc_btn3 {
    border-radius: 15px !important;
}
.vc_custom_1741900001 .vc_btn3.vc_btn3-color-danger {
    background-color: #D94925 !important;
    border-color: #D94925 !important;
}

/* 2. 교육 카테고리 탭 스타일 */
.vc_custom_1741900013 .ui-tabs-nav {
    background: transparent !important;
    border: none !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
    margin-bottom: 30px !important;
}
.vc_custom_1741900013 .ui-tabs-nav li {
    background: transparent !important;
    border: 2px solid #D94925 !important;
    border-radius: 30px !important;
    margin: 0 !important;
}
.vc_custom_1741900013 .ui-tabs-nav li a {
    color: #D94925 !important;
    font-weight: 600 !important;
    padding: 10px 30px !important;
}
.vc_custom_1741900013 .ui-tabs-nav li.ui-tabs-active {
    background: #D94925 !important;
}
.vc_custom_1741900013 .ui-tabs-nav li.ui-tabs-active a {
    color: #ffffff !important;
}
.vc_custom_1741900013 .ui-tabs-panel {
    background: #ffffff !important;
    border: none !important;
    padding: 20px 0 !important;
}
.vc_custom_1741900013 .wpb_tab,
.vc_custom_1741900013 .ui-tabs,
.vc_custom_1741900013 .ui-widget,
.vc_custom_1741900013 .ui-widget-content {
    background: #ffffff !important;
}

/* 3. 트랙 카드 빈 p 태그 제거 */
.vc_custom_1741900013 .wpb_tabs_content p:empty {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.vc_custom_1741900013 a > p:empty:first-child {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. 트랙 카드 배경색 */
.vc_custom_1741900013 .wpb_text_column a > div {
    background: #f5f5f5 !important;
}

/* 5. 교육방식 카드 hover 올라오는 효과 */
.vc_custom_1741900020 .wpb_text_column div {
    transition: transform 0.3s ease !important;
    border-radius: 16px !important;
}
.vc_custom_1741900020 .wpb_text_column div:hover {
    transform: translateY(-8px) !important;
    border-radius: 16px !important;
}

/* 6. 교육방식 카드 텍스트 완전 흰색 */
.vc_custom_1741900020 .wpb_text_column p {
    opacity: 1 !important;
    color: #ffffff !important;
}