@charset "utf-8";


.q_a{
    width: 71%;
}
.q_a .content{
    width: 100%;
}

.content .noti_body{
    height: 200px;
    margin-bottom: 35px;
}

.content .title{
    margin-bottom: 15px;
    border-bottom: 3px solid #333;
    border-top: 0;
    padding: 10px 0;
}

.answer .title{
    border-color: var(--po-color);
    color: var(--po-color);
}

.content .noti_body{
    border-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

@media screen and (max-width:970px){
    .q_a{
        width: 100%;
    }
}