@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {
	position: relative;
}

.notice h2 {
	margin-bottom: 20px
}

.notice h2 a {
	font-size: 1.2em;
	color: #fff
}
.notice ul {
	border-top: 2px solid #333;
}
.notice li {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notice li a, .notice li.empty_li {
	color: #333;
	padding: 14px 0;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice li .lock_icon {
	display: inline-block;
	line-height: 16px;
	width: 16px;
	font-size: 0.833em;
	color: #333;
	text-align: center;
	font-size: 16px;
	vertical-align: middle
}

.notice li .new_icon {
    display: inline-block;
    width: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #ffffff;
    background: #ff7d7d;
    text-align: center;
    border-radius: 3px;
    margin-left: 4px;
    font-weight: bold;
}

.notice li span {
	display: block;
	color: #666;
}

.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
}

@media all and (max-width:768px) {
	.notice li a, .notice li.empty_li {
		font-size: 14px;
	}
	.notice li span {
		font-size: 14px;
		
	}
}