@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {
    position: relative;
    border-top: 3px solid #000;
}
.notice .latest-title {margin-bottom:20px;}
.notice .latest-title a,
.notice .latest-title span {
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    overflow: hidden;
    color: #000;
    padding-top: 15px;
}
.notice .latest-title a .more {
    position: absolute;
    display: inline-block;
    border: 1px solid #1e2656;
    color: #1e2656;
    line-height: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: 100;
    font-size: 0.9em;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.notice li {text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px solid #e9e8ef; font-size: 1.1em;}
.notice li a, .notice li.empty_li {
    color: #7b7a7a;
    padding: 18px 0;
    display: inline-block;
    position: relative;
}
.notice li a{
    width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.notice 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;
}
.notice li a,
.notice .datetime {
    vertical-align: top;
}
.notice .datetime {
    display: inline-block;
    font-size: 23pt;
    font-weight: 600;
    text-align: center;
    color: #ea4235;
    padding: 6px 30px 0 0;
    width: 10%;
}
.notice .datetime small {
    display: block;
    font-size: 9pt;
    margin-top: -5px;
    color: #656565;
}
.notice li a {
    overflow: hidden;
}
.notice li a,
.notice li.empty_li {
    padding: 18px 0 !important;
}
.notice li .subject {
    float: left;
    font-size: 14pt;
    color: #000;
    font-weight: 500;
    width: 75%;
}
.notice li a .more-btn {
    position: relative;
    float: right;
    width: 25%;
    background-color: #FFF;
}
.notice li a .more-btn .read-more {
    position: absolute;
    right: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 0 20px;
    font-size: 0.85em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notice li a:hover .read-more {
    background-color: #000;
    color: #FFF;
}
.notice li .bo_subject {
    display: none;
    font-size: 9pt;
    height: 23px;
    line-height: 21px;
    border: 1px solid #A78842;
    border-radius: 23px;
    padding: 0 8px;
    color: #000;
    margin-right: 4px;
    letter-spacing: -1px;
}
.notice li .subject,
.notice li .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice li:hover .subject {
    /*text-decoration: underline;*/
}
.notice 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}
.notice 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}
.notice .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}
.notice li.empty_li {border-bottom:0;line-height:120px}

@media (max-width: 640px) {
    .notice .datetime {
        padding-right: 20px;
        width: 20%;
    }
    .notice li a {
        width: 78%;
    }
    .notice li .subject {
        width: 100%;
    }
    .notice li a .more-btn {
        display: none;
    }
}
