@charset "utf-8";

#ltNotice {
	margin-top:2rem;
	padding:0;
	list-style:none;
}
#ltNotice li {
	width:100%;
	margin:0;
	padding:0.25rem 0;
	display:flex;
	flex-direction:row;
	align-items:center;
}
#ltNotice li .subject {
	margin-right:50px;
	overflow:hidden;
	display:flex;
	flex-direction:row;
	align-items:center;
}
#ltNotice li .subject a {
	font-size:1rem;
	color:#616161;
	font-weight:400;
	transition:all 0.25s ease-in-out;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#ltNotice li .subject a:hover { color:#000; }
#ltNotice li .icon_new {
	width:16px;
	height:16px;
	font-family:'Roboto', sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:600;
	line-height:17px;
	margin-left:5px;
	padding:0;
	background-color:#F20000;
	border:0;
	border-radius:3px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
}
#ltNotice li .datetime {
	min-width:120px;
	font-size:1rem;
	color:#616161;
	margin-left:auto;
	text-align:right;
}

#ltNotice li.empty {
	line-height:150px;
	font-size:16px;
	color:#919191;
	justify-content:center;
}