@charset "utf-8";

.board2 {
    height: 600px;
    width: 1220px;
    margin:180px auto;
    margin-bottom: 90px;
}

.table>tbody>tr>th{
    font-size:16px;
}

.table>tbody>tr>td{
    font-weight:normal;
}

td:nth-child(1){

 text-align: center;
}
td:nth-child(4){
        text-align: center;
}

th:nth-child(1) {
    text-align: center;

}
th:nth-child(2) {
        width:600px;
}
th:nth-child(3) {

width:100px;
}
th:nth-child(4) {
    text-align: center;
}
