table {
    white-space: nowrap;
}

.board-box{
    margin-top: 40px;
}

.board-intro {
    font-size: 18px;
    font-weight: bold;
    color: #d50507;
}

.board-inner{
    display: flex;
    flex-direction: column;
}t

.board-inner-item{
    margin-top: 40px;
    width: 100%;
    background-color: white;
}

.board-inner-label {
    padding-left: 10px;
    border-left: 5px solid #d50507;
    font-size: 20px;
    font-weight: bold;
}

.board-inner-people {
    margin-top: 30px;
    border-bottom: 1px solid #d50507;
    padding-bottom: 20px;
}

.board-inner-name{
    margin-bottom: 10px;
    font-weight: bold;
}

.board-type {
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #d50507;
}

table thead th:first-child{
    width: 25%;
}

table thead th:nth-child(2) {
    width: 15%;
}