<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container_bna {
	position:relative;
	width:287px;
	height:157px;
	margin:0 auto;
   top:20px;
   margin-left:-3px;
}

#slider_bna {
float:left; 
position:relative; 
overflow:auto; 
width:287px;
height:137px;
overflow-x:hidden;
overflow-y:hidden;
}

#slider_bna ul {
	position:absolute; 
	list-style:none; 
	top:0; 
	left:0
}

#slider_bna li {
	float:left; 
	width:287px; 
}

/* 이미지 */
#latest_bna { 
	display:block; 
	width:287px;
	height:137px;
	margin:0;
}

#latest_bna ul li { 
	list-style:none;
	height:101px;
}

#latest_bna .before { 
	float:left; 
	top:0; 
	width:133px;
	height:101px;
	padding:0;
	vertical-align:top;
}

#latest_bna .after { 
	float:right; 
	top:0;  
	width:133px; 
	height:101px;
	padding:0;
	vertical-align:top;
}

#latest_bna_bar { 
	display:inline-block; 
	position:relative;
	left:0; bottom:0px;
	padding:5px 0 0 0;
	width:133px;
	height:15px;
	background:#FFF;
	opacity:0.5;
	-moz-opacity:0; filter:alpha(opacity=0);
}

#latest_bna_title {
	display:inline-block; 
	position:relative;
	width:133px;
	text-align:center;
	bottom:6px;
	color:#000;
	font-family:nanumgothic;
	}

#latest_bna .arrow { 
	display:block; 
	position:absolute;
	margin:0 auto;
	width:25px;
	margin-left:130px;
	margin-top:38px;
}</pre></body></html>