*{
	margin:0px;
	padding:0px;
}

html{ /* ¹Ú½º¸¦ Áß¾Ó¿¡ ³õ±â À§ÇØ¼­ Å©±â¸¦ ÁØ´Ù */
	height:100%;
}

body
{	
	width:100%;
	color:#666;
	font-family:Dotum, "µ¸¿ò", Gulim, "±¼¸²", Sans-serif;
	font-size:12px;
	line-height:17px;
	height:100%;
}


img {border: 0 none;}
/*
ul, ol, li, dl, dt, dd {

    list-style: none outside none;
}
*/

	 
.top_space
{
	height:30%;
}

.content
{
	margin:auto;
	width:auto;
	text-align:center;
}

.debug{

	width:auto;
	padding:10px;
	border:1px solid #bfbfbf;
	background:#e5e5e5;
	text-align:center;

}

/*
  ·¹ÀÌ¾Æ¿ô
*/
#wrapper {
		width:1020px; 
		margin:0 auto; 
		border:0px solid; overflow:hidden;
		margin-top:20px;
	}

#header {
	margin:10px 0 0 0px;
	padding:0px;
	background:#FFCC00;
	width:100%;
}

#wrapper_left{
	width:260px;
	height:630px;
	float:left;
	background:#FFFFFF;
	padding:0 0px 0 0;

}

#container {
	width:630px;
	background:#FFFFFF;
	float:left;

}

#imglist {

	width:630px;
	height:630px;
	background:#FFFFFF;
	margin:0 0 0 10px;

}

#footer {
	clear:both;
	padding:10px;
	border-top:0px solid #FFFFFF;
	background:#FFFFFF;
	text-align:center;
	height:50px;
	font-weight:bold;
}

#logo {
	width:100%;
	height:50px;
	background:#FFFFFF;
	padding:150px 0 0 10px;
}

.topmenu{
	font-weight: bold;
	width: 100%;

}

.topmenu ul{

	padding: 35px 5px 7px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of							"ul li a" below*/
	margin: 0;
	text-align:left; /*set value to "left", "center", or "right"*/
}

.topmenu ul li{

	display: inline;
	cursor:pointer;
}

.worklist{

	font-weight: bold;
	padding:0 10px; 0 0;
}
.worklist ul{
	text-align:right; /*set value to "left", "center", or "right"*/
	list-style-type:none; 
}

.worklist ul li{
	cursor:pointer;
}

.img_list {
	display:none;
}

.cycle-prev,.cycle-next{position:absolute;top:0;width:29px;opacity:0.5;filter:alpha(opacity=50);z-index:800;height:29px;cursor:pointer;margin:15px 0 0 0;}
.cycle-prev{left:3%;background:url(/images/icon/arrow-l.png) 3% 3% no-repeat}
.cycle-next{left:11%;background:url(/images/icon/arrow-r.png) 3% 3% no-repeat}
.cycle-prev:hover,.cycle-next:hover{opacity:0.9;filter:alpha(opacity=90)}.disabled{opacity:0.5;filter:alpha(opacity=50)}