#event { position:relative; top:10px;}

.imgBox{width:1300px; margin:0 auto; top:0; }
.imgBox .list { position:relative; cursor:pointer; width:1300px; }
.imgBox .list .photo { position:relative; margin:0 auto; padding:0px; max-width:600px;  bottom:0;}
.imgBox .list .photo img { width:600px; margin:0 auto; position:relative; left:-82px;	opacity:0.5; bottom:0;}

.imgBox .slick-slide {  }
.imgBox .slick-slide img { width:100%; top:0px; border:none; }
		
.imgBox .photo {
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
	transition-timing-function: ease-out;
}
.imgBox .photo > img {
	-webkit-transform:scale(.70);
	-moz-transform:scale(.70);
	-ms-transform:scale(.70); 
	-o-transform:scale(.70);  
	transform:scale(.70);
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	transition-timing-function: ease-in-out;
	opacity:1;
}

#event .imgBox_btn { top:170px; position:absolute; width:50px; height:50px }
#event .imgBox_btn .bg { top:0px; left:0px; position:absolute; width:100%; height:100%; background:#222; }
#event .btn_prev { left:-55px }
#event .btn_prev .arrow { width:50px; height:50px; position:absolute; cursor:pointer; transition: all .4s ease-in-out; }
#event .btn_prev .arrow:hover { background:#000; transition: all .4s ease-in-out; }
#event .btn_next { right:-60px }
#event .btn_next .arrow { width:50px; height:50px; position:absolute; cursor:pointer; transition: all .4s ease-in-out; }
#event .btn_next .arrow:hover { background:#000; transition: all .4s ease-in-out; }

.imgBox .imgBox_wrap { margin-top:20px; text-align:center; }
.imgBox .imgBox_wrap li { display:inline-block; *display:inline; zoom:1; padding:5px; cursor:pointer; }
.imgBox .imgBox_wrap li.slick-active button { background-color:#FCC02E }
.imgBox .imgBox_wrap li button { overflow:hidden; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; border-radius:50%; border-radius:5px; box-sizing:border-box; background:#555; box-sizing:border-box;
	text-indent:-9999px; border:none; cursor:pointer; }