@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {position:relative;}
.notice .tit div {display: flex; justify-content: space-between; align-items: center; font-family: 'Noto Sans Korean',sans-serif; font-size: 14px; color: #333;}
.notice .tit {position: relative; padding-bottom: 25px;}
.notice .tit::after {content:''; display: block; width: 98.2%; height: 1px; background: #ddd; position: absolute; bottom: 0; right: 0;}
.notice .tit::before {content:''; display: block; width: 9px; height: 9px; border: 1px solid #ddd; transform: rotate(45deg); position: absolute; bottom: -4.5px;}
.notice .tit div > a {font-family: 'Noto Sans Korean',sans-serif; font-size: 14px; color: #333; letter-spacing: -0.5px;}
.notice .tit div > a img {margin-left: 16px;}
.notice h2 {font-family: 'NanumSquare',sans-serif; font-size: 22px; font-weight: 400;position: relative;}
.notice h2 a {font-size:1.2em;color:#333;letter-spacing: -0.5px;}

.notice ul {margin-top: 35px;}
.notice li {display: flex; align-items: center;  text-overflow:ellipsis;white-space:nowrap; position: relative;}
.notice li, .notice li.empty_li {font-family: 'Noto Sans Korean',sans-serif; font-size: 16px; padding-left: 25px; margin-bottom: 10px;}
.notice li a {color: #333;letter-spacing: -0.5px;}
.notice li::before {content:''; display: block; width: 5px; height: 5px; background: #4770ca; margin-right: 14px; position: absolute; left: 0px;}
.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 {color: #898989; font-size: 14px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}