/*aesthetic sec01*/
.aesthetic .sec01 .c_wrp .txtbox {
    padding: 15px 15px 15px 30px;
    background-color: #f7f7f7;
}
.aesthetic .sec01 .c_wrp .txtbox h3 span {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    line-height: 1em;
    background-color: #333;
    color: #fff;
}



/*ast_cate*/
.ast_cate > li {
    padding: 30px 0;
    border-bottom: 1px dashed #ddd;
}
.ast_cate h6 {
    position: relative;
    padding-left: 30px;
    line-height: 1em;
    margin-bottom: 15px;
}
.ast_cate h6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    border: 5px solid #0396cf ;
}
.ast_cate .txtbox h4 {
    margin-bottom: 15px;
}
.ast_cate .txtbox p strong {
    font-weight: 500;
}
.ast_cate .imgbox {
    padding: 15px;
    text-align: center;
}
.ast_cate .imgbox img {
    border-radius: 10px;
}
@media (min-width:769px){
    .ast_cate .txtbox {
        padding-left: 15px;
    }
    .ast_cate .imgbox {
        width: 300px;
    }
}
@media (max-width:768px){
    .ast_cate h6 {
        padding-left: 20px;
    }
    .ast_cate h6:after {
        width: 17px;
        height: 17px;
        border: 4px solid #0396cf ;
    }
    .ast_cate .imgbox img {
        max-width: 50%;
        border-radius: 50%;
    }
}
/*cmt_list*/
.cmt_list li {
    position: relative;
    margin-top: 15px;
}
.cmt_list li strong {
    display: inline-block;
    padding: 8px 15px;
    line-height: 1em;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}