#boardBox #writeBox .write-box {
    padding: 0;
}
input[type="radio"]+label.radio-btn{
    margin-bottom: 5px;
}

.form-grid{
    row-gap: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #ccc;
}

/* 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) {

}