@charset "utf-8";

/* 새글 스킨 (latest) */
.notice3 {position:relative;}
.notice3 .latest-title {
    margin-bottom: 10px;
}
.notice3 .latest-title a,
.notice3 .latest-title span {
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
}
.notice3 .latest-title a .more {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 0.9em;
    font-family: "Nanum Gothic", sans-serif !important;
    top: -3px;
    margin-left: 10px;
}
.notice3 li {text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px solid #e9e8ef; font-size: 1.1em;}
.notice3 li a, .notice3 li.empty_li {
    color: #7b7a7a;
    padding: 18px 0;
    display: inline-block;
    position: relative;
}
.notice3 li a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.notice3 li a .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 4px solid #FFF;
    background-color: #666;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.notice3 li a,
.notice3 .datetime {
    vertical-align: top;
}
.notice3 .datetime {
    display: inline-block;
    font-size: 27pt;
    font-weight: 800;
    text-align: left;
    color: #A78842;
    padding: 14px 15px 0 0;
}
.notice3 .datetime small {
    display: block;
    font-size: 9pt;
    margin-top: -5px;
}
.notice3 li a,
.notice3 li.empty_li {
    padding: 10px 0 !important;
}
.notice3 li .subject {
    font-size: 1em;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}
.notice3 li .bo_subject {
    display: inline-block;
    color: #71bf44;
    margin-right: 4px;
    letter-spacing: -1px;
}
.notice3 li .subject,
.notice3 li .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice3 li:hover .subject {
    text-decoration: underline;
}
.notice3 li .lock_icon {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size: 12px;border:1px solid #a2c6ce;vertical-align:baseline}
.notice3 li .new_icon {display:inline-block;line-height:16px;width:16px;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;margin-right:3px;border-radius:2px;vertical-align:baseline}
.notice3 .cnt_cm {background:#5c85c1;color:#fff;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space:nowrap;margin-left:5px}
.notice3 li.empty_li {border-bottom:0;line-height:120px}