@charset "utf-8";

/* 새글 스킨 (latest) */
.notice-wrap {
	/*width: 100%;*/
	height: 68px;
	margin:40px 0;
	background:#fff;
	overflow: hidden;
	border:1px solid rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	font-family: 'Noto Sans KR', sans-serif;
	}
.notice-wrap .tit{
	font-weight:600;
	color:#444444;
	font-size:16px;
	padding-right:20px;
	line-height:15px;
	border-right:1px solid rgba(0,0,0,0.2);
	float:left;
	position:absolute;
	top:26px;
	left:30px;
	}
.notice-wrap .controls{position:absolute; top:0; right:0;}
.notice-wrap .controls a{display:block; float:left; width:68px; height:68px; border-left:1px solid #dbdbdb; font-size:32px; color:rgba(0,0,0,0.4); text-align:center; line-height:65px; cursor:pointer;}
.notice-wrap .controls a:hover{color:rgba(0,0,0,0.9);}
.notice-wrap .controls a.arrow-up:before{content:'\e017'; font-family:'intaeFont';}
.notice-wrap .controls a.arrow-down:before{content:'\e016'; font-family:'intaeFont';}

.bo_lst_casel_in { margin: 0px; padding: 0px; width: auto; height: auto; z-index: 5; }
.bo_lst_casel_in li {
	width:100%;
	height:68px;
	line-height:68px;
	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:140px;
	/*padding-right:230px;*/
	padding-right:70px;
	font-size:16px;
	font-weight:300;
	position:relative;
	}
.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 {position:absolute; top:0; /*right:170px;*/ right:20px; color:rgba(0,0,0,0.5); font-weight:200; text-align:right;}


