@charset "utf-8";

/* 새글 스킨 (latest) */
.notice3 {position:relative;}
/* .notice3 .latest-title {margin-bottom:20px;} */
.notice3 .latest-title a,
.notice3 .latest-title span {
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    overflow: hidden;
    color: #056cbe;
}
.notice3 .latest-title span {
  font-size: 22pt;
    font-weight: 500 !important;
    letter-spacing: -1.5px;
    color :#333;
}
.notice3 .latest-title {
  padding-bottom: 20px;
  border-bottom: 3px solid #077bcc;
}
.notice3 .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%);
}
.notice3 li {text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px solid #e9e8ef; font-size: 1.1em;display: flex;align-items: center}
.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: flex;
    margin-right: 20px;
    height: 100%;
    align-items: center;
    font-size: 19pt;
    font-weight: 800;
    text-align: left;
    color: #077bcc;
    padding:  0;
    margin-left: 10px;
}
.notice3 .datetime small {
    display: block;
    font-size: 9pt;
    margin-top: -5px;
}
.notice3 li a,
.notice3 li.empty_li {
    padding: 18px 0 !important;
}
.notice3 li .subject {
    font-size: 14pt;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}
.notice3 li .bo_subject {
    display: inline-block;
    font-size: 9pt;
    height: 23px;
    line-height: 21px;
    border: 1px solid #077bcc;
    border-radius: 23px;
    padding: 0 8px;
    color: #000;
    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}

.notice3 .read-more {
    display: inline-block;
    margin-top: 30px;
    font-size: 12pt;
    line-height: 180%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.notice3 .read-more:hover {
    color: #077bccFF;
    border-color: #077bccFF;
}
