@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {position:relative;}
.notice .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.notice .lat_title a {position:relative;color:#000;display:inline-block}

.notice ul { border-top: 2px solid #000; }
.notice li { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; height: 70px; padding: 0 30px; border-bottom: 1px solid #b7bbcd; transition: 0.5s; }
.notice li:hover { background: #f7f7f7; }

.notice li:after { content:''; position: absolute; top: calc(50% - 5px); right: 30px; background: url('img/notice_arrow.png') left center no-repeat; width: 6px; height: 10px; }

.notice li a {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 130px); font-weight:500;font-size:1.2em;line-height:20px;vertical-align:middle; transition: 0.5s;}
.notice li a:hover { color: #0080ff; }
.notice .profile_img img{border-radius:50%}

.notice .lt_info { padding:10px 0; width: 110px; }
.notice .lt_info .lt_nick {}
.notice .lt_info .lt_date { color: #000; font-size: 1em; font-weight: 500; letter-spacing: -0.5px; opacity: 0.5; }

.notice .empty_li { justify-content: center; color:#666; text-align:center; padding:0; }
.notice .empty_li:before { background:none; padding:0; }

.notice .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.notice .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.notice .lt_more:hover {color:#777}

@media screen and (max-width: 768px) {
	.notice li { height: 70px; padding: 0 20px; }
	.notice li:after { right: 20px; }
	.notice .lt_info { width: 90px; }
	.notice .lt_info .lt_date { margin-right: 0px; }
}

@media screen and (max-width: 480px) {
	
	.notice li { height: 60px; padding: 0 20px; }

}