main{
    width: 60%;
    margin:150px auto 50px;
}
table{
    margin: 0 auto;
}

.title{
    text-align: center;
    font-size: 24px;
}



.board_description img{
    margin: 0 auto;
    width: 70% !important;
    object-fit: contain;
}

.table_02{
    margin-bottom: 20px;
}


select{
    height: 19px;
}
.keywordform{
    margin: 0 5px;
}





.bbswriter,.bbsetc_dateof_write{
    font-weight: 100;
    font-size: 14px;
}


@media screen and (max-width:767px) {
main{width: 90%;}
table{
    width: 100% !important;
}
.board_description img{
    width: 100% !important;
}



}