@charset "utf-8";
/* 모든 디바이스 지원 */


#sliderWrap{position:absolute;float:left;width:100%;height:auto;background-color:#fff;z-index:-1;opacity:0;}
.sliderContainer{position:relative;float:left;width:100%;background:url(../images/common/loading1.gif) no-repeat 50% 50%;overflow:hidden;clear:both;padding-top:110px}
#slider{margin:0px auto;}
.sliderItems img{display: block;margin-left: auto;margin-right: auto;/*max-height:585px;*/}
/*slider*/

.owl-prev{display:block;width:42px;height:42px;position:absolute;left:0px;top:-81px;z-index:10;background:url(../images/common/prevBtn.gif) no-repeat 0 0;cursor:pointer;}
.owl-next{display:block;width:42px;height:42px;position:absolute;right:0px;top:-81px;z-index:10;background:url(../images/common/nextBtn.gif) no-repeat 0 0;cursor:pointer;}

.owl-prev:hover{background:url(../images/common/prevBtn_on.gif) no-repeat 0 0;}	
.owl-next:hover{background:url(../images/common/nextBtn_on.gif) no-repeat 0 0;}

.goList{display:block;width:38px;height:38px;position:absolute;left:50%;margin-left:-11.5px;top:32px;z-index:10;background:url(../images/common/list.gif) no-repeat 0 0;cursor:pointer;}
.goList:hover{background:url(../images/common/list_on.gif) no-repeat 0 0;}
