/* 그누보드 기본 요소 숨김 - 유빅스 테마 전용 */
#hd, #ft, #wrapper, #aside, #container_wr, #container_title,
#hd_login_msg, .hd_login, #tnb, #hd_wrapper, #gnb, #bo_list .btn_bo_user,
#bo_v_top .btn_bo_user, .more_opt, .tbl_head01, #bo_btn_top {
    display: none !important;
}

#bo_list, #bo_v, .ubix-board-wrap {
    display: block !important;
}

body {
    min-width: 0 !important;
}

.leadership .item-wrap-en .history {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.leadership .item-wrap-en .history.open {
    max-height: 1000px;
}

.empty_list {
    text-align: center;
    padding: 40px 0;
    color: #666;
}
