@charset "utf-8";



.qnaIco{display:inline-block;border-radius:3px; background:#999; min-width:70px; height:26px; line-height:26px; color:#fff; text-align:center; font-size:0.9em; font-weight:400}
.qnaIco1{background:#222}
.qnaIco2{background:var(--mainColor)}
.qnaIco3{background:#cccccc}

#bo_v_title .qnaIco{font-size:.7em; padding:3px 15px; height: auto; line-height: inherit; margin-bottom: 5px;}
#commentWrap{border:2px dashed #ccc; padding: 25px; margin-top:30px;}


@media screen and (max-width:768px) {
    .qnaIco{min-width:26px;}
    .qnaIco span{display:none;}
}