@charset "utf-8";

/* 새글 스킨 (latest) */
.notice-wrap {
	max-width: 1000px;
	height: 44px;
	margin:0 auto;
	background:#fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	margin-top:-1px;
	margin-bottom:-1px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	}
.notice-wrap .tit{
	font-family: Arial;
	font-weight:bold;
	color:#444444;
	font-size:13px;
	padding-right:15px;
	line-height:11px;
	border-right:1px solid rgba(0,0,0,0.15);
	float:left;
	position:absolute;
	top:17px;
	left:15px;
	text-transform:uppercase;
	}

.bo_lst_casel_in { margin: 0px; padding: 0px; width: auto; height: auto; z-index: 5; }
.bo_lst_casel_in li {
	width:100%;
	height:46px;
	line-height:46px;
	display:block;
	overflow : hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:100px;
	padding-right:15px;
	font-size:12px;
	font-weight:300;
	}
.bo_lst_casel_in li a:hover { text-decoration: underline; }
.bo_lst_casel_in span {margin-left:5px;}
.bo_lst_casel_in span.casel_name {display:none;}
.bo_lst_casel_in span.casel_date {color:rgba(0,0,0,0.4); margin-left:13px; font-weight:200;}


