@charset "UTF-8";


body{
	overflow-x:hidden !important; 
	position:relative;
}
#quick		{
	position:absolute;
	right:0;
	top:250px;
	z-index:199;
	width:56px;
	height:250px;
	color:#fff;
}
#gotop	{
	width:300px;
}
#quick .box{
	float:left;
	position:relative; 
}
#quick .box	div{
	position:absolute;
	background:url('../../../../web/images/front/quick/con_bg.gif') no-repeat 0px 0;
	width:129px;
	height:250px;
}
#quick .box h1{
	display:none;
}
#quick .box ul{
	margin:35px 0 0 5px;
	padding:0px 0 0 0px;
}
#quick .box ul li{
	position:relative;
	list-style:none;
	left:0px;
	width:80px;
	height:17px;
	padding-top:5px;
	margin:0 auto;
	color:#595959;
	font:bold 11px/130% "돋움", "Dotum";
	border-bottom:1px solid #cdcdcd;
}
#quick .box ul li.none{
	border-bottom:none;
}
#quick .box ul li img{
	vertical-align:middle;
}
#quick	.expend	{
	float:left;
	width:64px;
	z-index:100;
	position:relative;
	right:3px;
	_right:-4px;
}
#quick .expend img{
	cursor:pointer;
	float:left;
}
#desc{
	float:left;
}
#quick.clear{
	clear:both;
}
