@charset "utf-8";



/* 게시판 목록 조회수 숨기기 */
.bo_list .td_num2,
.bo_list .th_num2 {
    display: none;
}
/* 스탯 합산 표 너비 고정 */
#bo_v_con div.sc-stat-wrap {
    display: inline-block !important;
    width: 220px !important;
    max-width: 220px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
#bo_v_con div.sc-stat-wrap table {
    width: 220px !important;
    max-width: 220px !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

