#boardBox #writeBox .write-box {
    padding: 0;
}

#boardBox #writeBox .board-button-box *{
    font-size: 18px;
    font-weight: 600;
}

#boardBox #writeBox .board-button-box button:first-child{
    margin:0;
}

.form-group label span{
    font-weight: 600;
    margin-left: 0;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {

}