@charset "utf-8";
/*  bnrSlide001 CSS */


.bnrSlide001 {width:100%;height:100%;float:left;box-sizing:border-box;position:relative;}
.bnrSlide001 .slick-slide a {width:100%; height:100%; float:left; box-sizing:border-box; display:block;}
.bnrSlide001 .slick-slide a:focus {border:1px dotted #333;}
.bnrSlide001 .slick-slide {margin-right:10px;}
.bnrSlide001 .slick-slide .wzwgContextMenu {}

.bnrSlide001 .wzwg-banner-slide-data {padding: 10px 0 60px;}
.bnrSlide001 .wzwg-banner-slide-data .slick-list {width: 100%;}

.bnrSlide001 .imgbox {width:100%;height: 80px;line-height: 60px;display:block;text-align: center;overflow:hidden;padding: 10px;box-sizing: border-box; border: 1px solid rgba(0,0,0,0.1);}
.bnrSlide001 .imgbox img {width: auto;max-width: 95%;max-height: 100%;display: inline-block;vertical-align: middle;margin-top: -3px;}




/* BTN SETTING */
/*play & pause*/
.bnrSlide001 .btnbox {position:absolute;bottom: 10px;right: 30px;/* display:none; */}
.bnrSlide001 .btnbox .indicator {z-index:10;}
.bnrSlide001 .btnbox .indicator button {text-indent:-9999px;overflow:hidden;width: 30px;height: 30px;position:relative;/*margin-left:-3px;*/border: 1px solid rgba(0,0,0,0.2);border-width: 1px 0;}
.bnrSlide001 .btnbox .indicator button.play {background: url(../img/arrow.png) #f9f9f9 -71px 5px no-repeat;}
.bnrSlide001 .btnbox .indicator button.stop {background: url(../img/arrow.png) #f9f9f9 -22px 4px no-repeat;}
.bnrSlide001 .btnbox .indicator button:focus {outline:thin dotted;}

/*slide bullet*/
.bnrSlide001 .slick-dots {display:none !important; position:absolute; width:auto; bottom:15px; left:50%; transform:translateX(-50%); text-align:center;}
.bnrSlide001 .slick-dots li {width:10px; height:10px; background:#fff; border:1px solid rgba(0,0,0,0.3); /* overflow:hidden; */margin-right:9px; opacity:1; display:inline-block; vertical-align:middle;}
.bnrSlide001 .slick-dots li:last-of-type {margin-right:0;}
.bnrSlide001 .slick-dots li.slick-active {background:#333; border-color:rgba(255,255,255,0.6); width:11px; height:11px;}
.bnrSlide001 .slick-dots li:focus {outline:thin dotted;}
.bnrSlide001 .slick-dots li button {width:100%; height:100%; float:left; text-indent:-999px; overflow:hidden;}
.bnrSlide001 .slick-dots li button:focus {outline:auto;}

/* next & prev */
.bnrSlide001 .slick-arrow {overflow:hidden;text-indent:-9999px;width: 30px;height: 30px;border: 1px solid rgba(0,0,0,0.2);position:absolute;bottom: 10px;pointer-events:auto !important;z-index: 1;transition:background-color 1s;}
.bnrSlide001 .slick-arrow:focus {outline:auto;}
.bnrSlide001 .slick-arrow:not(.slick-disabled):hover {background-color:rgba(255,255,255,0.3);}
.bnrSlide001 .slick-prev {background: url(../img/arrow.png) #f9f9f9 6px 5px no-repeat;right: 60px;}
.bnrSlide001 .slick-next {background: url(../img/arrow.png) #f9f9f9 -49px 5px no-repeat;right: 0;}
.bnrSlide001 .slick-arrow.slick-disabled {opacity:0.5;}


.border-radius .bnrSlide001 .imgbox img {border-radius: 10px;}
.border-radius .bnrSlide001 .slick-prev {border-radius: 8px 0 0 8px;}
.border-radius .bnrSlide001 .slick-next {border-radius: 0 8px 8px 0;}

/* 레이아웃에 따른 다른 스타일이 있는 경우 */


	@media (min-width:800px){

	}

	@media (max-width:799px){
		/* .bnrSlide001 .wzwg-banner-slide-data {padding-bottom:35px;} */
    .bnrSlide001 .imgbox {height:60px;line-height: 50px;padding: 5px;}

	}

	@media (min-width:600px) and (max-width:799px){

	}

	@media (max-width:599px){
	}
