@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.latest {
    margin-bottom: 20px;
    background-color: #fff;
}
.latest-heading {
    border-bottom: 3px solid transparent;
}
.latest-default>.latest-heading {
    color: #333;
    background-color: #fff;
    border-color: #f5f5f5;
}
.latest-default>.latest-heading a {
    display: inline-block;
    border-bottom: 3px solid #333;
    padding: 3px 15px 3px 0;
    margin-bottom: -3px;
    color: #000;
    font-weight: bold;
}
.latest-body {
    padding: 5px 0;
}
.latest-body ul {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}
.latest-body li {
    margin: 0;
    padding: 0px;
    line-height: 22px;
    height: 22px;
}
.cnt_cmt {
    margin-left: 8px;
    margin-right: 4px;
    color: #777;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 16px;
    padding-right: 1px;
}
.latest-body li .name {
    letter-spacing: -1px;
}
.latest-body li a {
    color: #333;
    font-size: 0.95em;
}