@charset "utf-8";

/* 새글 스킨 (latest) */
.notice2 {position:relative; padding:40px;}
.notice2 .latest-title {padding-bottom:20px; border-bottom:1px solid #313131}
.notice2 .latest-title a,
.notice2 .latest-title span {
	border:0px;
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    overflow: hidden;
    color: #000;
}

.notice2 .latest_sub {font-weight:300 !important; color:#666; display:inline-block !important;     vertical-align: sub;}

.notice2 .latest-title a .more {
    position: absolute;
    display: inline-block;
    border: 0px solid #D6D6D6;
    color: #979797;
    line-height: 23px;
    height: auto;
	width:auto;
    text-align: center;
    font-weight: 100;
    font-size: 8pt;
    top: 50%;
    right:0px;
    transform: translateY(-50%);
    padding: 0 10px;
    -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;
}
.notice2 .latest-title a .more:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
}
/*.notice2 .latest-title a .more:hover {
    background-color: #D6D6D6;
    color: #FFF;
}
.notice2 li:nth-of-type(2n-1) {
    background-color: #F4F4F4;
}
*/
.notice2 li {
    border-bottom:1px solid #cecece;
    display: table;
    table-layout: fixed;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.1em;
    width: 100%;
    -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;
}
.notice2 li > * {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.notice2 li a, .notice2 li.empty_li {
    color: #7b7a7a;
    position: relative;
}

.notice2 a .link {color:#fff; background:#1a1e26; border-radius:50px; border:1px solid #1a1e26; padding:10px 30px; height:auto; text-align:center; display:inherit;     float: right;}
.notice2 a .link:hover {background:#fff; color:#0b7ea4; border:1px solid #0b7ea4;
    -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;
}

.notice2 li .datetime {
    width: 90px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
	color:#0b7ea4;
}
.notice2 li .datetime small {
    display: block;
    font-size: 0.65rem;
    font-weight: 300;
}
.notice2 li a {
    padding: 0 20px;
}
.notice2 li a div {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.notice2 li a div.subject {
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 5px;
}
.notice2 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;
}
.notice2 li a .bo_subject {
    display: inlnie-block;
    color: #2e68b1;
    font-size: 0.9em;
    margin-right: 4px;
    letter-spacing: -1px;
}
.notice2 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}
.notice2 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}
.notice2 .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}
.notice2 li.empty_li {border-bottom:0;line-height:120px}

/*.notice2 li:hover {
    background-color: #181717FF;
}
.notice2 li:hover,
.notice2 li:hover * {
    color: #FFF !important;
}*/


@media (max-width:620px) {
.notice2 {position:relative; padding:40px 0px;}
}
