@charset "utf-8";
/* *******************************************************
 * filename : question.css
 * description : question 게시판 관련 CSS
 * date : 20240416
******************************************************** */
#content .cm-btn-controls {
    margin-top: 5rem;
}
#question_detail_real {
    font-size: 16px;
}

@media all and (max-width: 800px) {
    .pt-md-15px {
        padding: 15px 0 0 0 !important;
    }
}
