/* 그누보드 기본 요소 숨김 - 유빅스 테마 전용 */
#hd, #ft, #wrapper, #aside, #container_wr, #container_title,
#hd_pop, #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;
    font-family: "Noto Sans", "Roboto", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body button,
body input,
body textarea,
body select {
    font-family: inherit;
}

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