body {overflow-x:hidden;}

/* ¸ÞÀÎ ºñÁÖ¾ó */

*{outline:none;}

#wrapper{
    margin:0px;
    width:100%;
	height: auto !important;
	overflow-x:hidden;

}

#bigPic{
	width:100%;
	height:400px;
	z-index:-1px;

}
#bigPic img{
	position:absolute;
	width:1920px;
	height:486px;
	top:145px;
	left:50%;
	margin-left:-960px;
	display:none;
	overflow-x:hidden;
}

ul#thumbs li.active{
    width:96px;
	height:68px;
    border:1px solid #ffffff;	
}
ul#thumbs, ul#thumbs li{
	list-style:none;
	z-index:11;
}
	
ul#thumbs li{
	float:left;
	margin-right:7px;
	border:1px solid #3d3d3d;
	cursor:pointer;
	position:relative;
	left:300px;
	top:-25px;
}
ul#thumbs img{
	float:left;
	width:96px;
	height:68px;
	overflow:hidden;
	position:relative;
	z-index:11;
}

/* ÇÏ´Ü */

.copy_txt {
	font-family: dotum;
	font-size:12px;
	line-height:18px;
	color:#666666;
}