@media ( max-width: 768px ) {
    .board_list{
        overflow: auto;
    }
    .board_list td.title{
        white-space: nowrap;
        min-width: auto;
    }
}