*{
	margin: 0;
	padding: 0;
}

#wrap{
	width: 1600px;
	height: auto;
	margin: 50px auto;
	position: relative; /* 컨트롤 버튼의 기준점을 잡기 위해 사용 */
}
/* 상단 이미지 div 설정 */
.fade{
	width: 1200px;
	height: 500px;
	margin: 0 auto 50px auto;
	background: #ccc;
	position: relative;
}

.bigImg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.bigImg.act{
	display: block;
}

.fdd1{
	background: url(../images/big01.jpg) no-repeat;
}

.fdd2{
	background: url(../images/big02.jpg) no-repeat;
}

.fdd3{
	background: url(../images/big03.jpg) no-repeat;
}

.fdd4{
	background: url(../images/big04.jpg) no-repeat;
}

.fdd5{
	background: url(../images/big05.jpg) no-repeat;
}

.fdd6{
	background: url(../images/big06.jpg) no-repeat;
}

.fdd7{
	background: url(../images/big07.jpg) no-repeat;
}

.fdd8{
	background: url(../images/big08.jpg) no-repeat;
}
/* 상단 이미지 div 끝 */


/* 하단 SUM 이미지 div 설정 */
.visible{
	width: 1200px;
	height: 200px;
	position: relative;
	border: 1px solid #000;
	margin: 0 auto;	
	overflow: hidden;
}

ul.slide{
	width: 140%;
	height: 200px;
	position: relative;
	top: 0;
	left: 0;
	background: #ddd;
}

ul.slide>li{
	width: 10%;
	height: 100%;
	margin: 0 1%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 200px;
}

.cf:after{
	content:"";
	display: block;
	clear: both;
}

li{
	list-style: none;
}

.fl{
	float: left;
}

.slide01{
	background: url(../images/big01_thumb.jpg) no-repeat;
}

.slide02{
	background: url(../images/big02_thumb.jpg) no-repeat;
}

.slide03{
	background: url(../images/big03_thumb.jpg) no-repeat;
}

.slide04{
	background: url(../images/big04_thumb.jpg) no-repeat;
}

.slide05{
	background: url(../images/big05_thumb.jpg) no-repeat;
}

.slide06{
	background: url(../images/big06_thumb.jpg) no-repeat;
}

.slide07{
	background: url(../images/big07_thumb.jpg) no-repeat;
}

.slide08{
	background: url(../images/big08_thumb.jpg) no-repeat;
}

/* 하단 SUM 이미지 div 끝 */


/* 좌측 컨트롤 prev 버튼 시작  */
.prev{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 650px;
	left: 100px;
	color: #000;
}


/* 우측 컨트롤 next 버튼 시작  */
.next{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 650px;
	right: 100px;
	color: #000;
}