@charset "utf-8";

/* 새글 스킨 (latest) */
.counsel_list h2 {
    color:#ffffff;
    font-size:22px;
    padding-bottom:6px;
    border-bottom:2px solid #ffffff;
    margin-bottom:12px;
}

.counsel_list h2 a {
    color:#ffffff;

}

.counsel_list .each_article {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    font-size:20px;
    color:#ffffff;
 
    font-weight:400;
}


.counsel_list .each_article .cat {
    width:140px;
    display:flex;
}

.counsel_list .each_article .name {
    width:108px;
    display:flex;
}

.counsel_list .each_article .date {
    width:300px;
    display:flex;
}

.counsel_list .each_article .status {
    width:90px;
    height:22px;
    color:#ffffff;
    justify-content:center;
    align-items:center;
    background-color:#ff8c43;
    float:right;
    display:flex;
    font-size:12px;
    margin-right:8px;
}
