	#banner {position:relative; width:100%; height:100%;}
	#brandVisual { position:relative;width:100%; margin:0 auto;overflow:hidden;height:100%; background:#ffffff;}
	#brandVisual ul { position:relative; float:left; width:100%; height:100%;}
	#brandVisual li { position:absolute; width:100%;height:100%;}
	#brandVisual li a {display:block;text-indent:-9999px}



	/* 네비게이션 버튼 */
	#buttonList:hover {}
	#buttonList:after {content:""; display:block; clear:both;}
	#buttonList li{ background:url("/new/img/btn_on.png") 0 -20px no-repeat; width:18px; height:18px; float:left; position:relative; /*left:50%;*/ /*bottom:20px;*/ overflow:hidden; margin:0 5px; cursor:pointer;}
	#buttonList li.on { background-position:0 0;}
	#buttonList li.mouse-on { background-position:0 0;}
	#buttonList li a {display:block;text-indent:-9999px}

	/* 이전, 다음 버튼 */
	#banner .left-btn {width:150px;height:500px;position:absolute;left:0;top:0;z-index:1000;}
	#banner .right-btn {width:150px;height:500px;position:absolute;right:0;top:0;z-index:1000;}
	#banner .left-btn img {display:block; position:relative; top:50%;margin:-64px auto 0 auto;opacity:0.5;}
	#banner .right-btn img {display:block; position:relative; top:50%;margin:-64px auto 0 auto;opacity:0.5;}
	#banner .left-btn img:hover {opacity:1;cursor:pointer;}
	#banner .right-btn img:hover {opacity:1;cursor:pointer;}

