@charset "utf-8";

/* 새글 스킨 (latest) */
.notice ul {width: 100%;}
.notice li {width: 100%;display: flex;align-items: center;justify-content:space-between;padding: 0 10px 15px 20px;}
.notice li a {display: flex;align-items: center;}
.notice li a::before {display: block;content: '';width: 3px;height: 3px;background-color: #fff;border-radius: 50%;margin-right: 5px;}
.notice li a, .notice li.empty_li {font-size: 18px;color:#fff;}
.notice li .lock_icon {display:block;width: 18px;height: 18px;line-height:18px;color:#4f818c;background:#cbe3e8;text-align:center;border:1px solid #a2c6ce;border-radius: 2px;text-align: center;margin-right: 5px;font-size: 16px;}
.notice li .new_icon {display:block;width: 18px;height: 18px;line-height:18px;color:#ffff00;background:#6db142;border-radius: 2px;text-align: center;margin-right: 5px;font-size: 16px;}
.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}

.lt_date {font-size: 18px;color:#fff;}