.lm {margin-left:10px;}
/* 타이틀 */


/* 답변조회 상세 */
.title {vertical-align:middle; line-height:2; font-size:22px;padding-top:4px;}
.ansCon {padding:20px;line-height:1.8;}
.ansBox {overflow:hidden;width:800px;background: white;}
.ansBox .leftBox {float:left; width:70px;}
.ansBox .rightBox {float:left; width:730px;margin-top:9px;}



.process {
    display: inline-block;
    background: #099381;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: white;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 10pt;
}