@charset "utf-8";



/* -------------------- Quick 메뉴  --------------------- */
#quickMenu_div {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
#quickMenu_div_sub{clear:both;width:918px;overflow:hidden;text-align:left;margin: 0 auto;}

#left_quickMenu {
	position: absolute;
	margin-left:0px;
	padding:10px;
	top: 150px;
	left: 1300px;

    width:178px;
	display:none;
	z-index:30;
}
#left_quickMenu ul li {
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	
}





/* -------------------- Quick 메뉴 end --------------------- */