@charset "utf-8"; 
/* slide_img_003 
- 2021.06.03 OSY 
  2022.07.08 SSJ */


.slide_img_003 {width:100%; height:100%; float:left; box-sizing:border-box; position:relative;}
.slide_img_003 .wzwgContextMenu > a {width:100%; height:100%; float:left; box-sizing:border-box; display:block;}
.slide_img_003 .wzwgContextMenu > a:focus {border:1px dotted #333;}

.slide_img_003 .innerbox {width:100%; height:100%; min-height:350px; float:left; text-align:center; box-sizing:border-box; position:relative; background:#fff;}
.slide_img_003 .innerbox .imgbox {width:100%; height:100%; display:block; overflow:hidden; position:absolute;}
.slide_img_003 .innerbox .imgbox img {width:100%; min-height:100%; opacity:0.95; display:block; position:absolute; left:-999px; right:-999px; top:-999px; bottom:-999px; margin:auto;}



/* BTN SETTING */

/*slide bullet*/
.slide_img_003 .slick-dots {display:none !important; position:absolute; width:auto; bottom:15px; left:50%; transform:translateX(-50%); text-align:center;}
.slide_img_003 .slick-dots li {display:inline-block; width:10px; height:10px; background:#fff; border:1px solid rgba(0,0,0,0.3); margin-right:9px; opacity:1; vertical-align:middle;}
.slide_img_003 .slick-dots li:last-of-type {margin-right:0;}
.slide_img_003 .slick-dots li.slick-active {background:#333; border-color:rgba(255,255,255,0.6); width:11px; height:11px;}
.slide_img_003 .slick-dots li:focus {outline:thin dotted;}
.slide_img_003 .slick-dots li-active {background:#ff8328;}
.slide_img_003 .slick-dots li button {width:100%; height:100%; float:left; text-indent:-999px; overflow:hidden;}
.slide_img_003 .slick-dots li button:focus {outline:auto;}

/* next & prev */
.slide_img_003 .slick-arrow {overflow:hidden; text-indent:-9999px; width:35px; height:50px; position:absolute; top:50%; transform:translateY(-50%); pointer-events:auto !important; z-index:999; transition:background-color 1s;}
.slide_img_003 .slick-arrow:not(.slick-disabled):hover {background-color:rgba(255,255,255,0.3);}
.slide_img_003 .slick-prev {/* background:url(../img/slideprev.png) center no-repeat; */ left:15px;}
.slide_img_003 .slick-next {/* background:url(../img/slidenext.png) center no-repeat; */ right:15px;}
.slide_img_003 .slick-next:before,
.slide_img_003 .slick-prev:before {content:"";width: 22px;height: 22px;display: inline-block;border-style: solid;border-width: 3px 3px 0 0;border-radius: 0 5px 0 0px;border-color: inherit;position: absolute;top: 12px;left: -3px;transform: rotate(45deg);}
.slide_img_003 .slick-prev:before {border-width: 0 0 3px 3px;left: 14px;border-radius: 0 0 0 5px;}
.slide_img_003 .slick-arrow.slick-disabled {opacity:0.5;}



/* 레이아웃에 따른 다른 스타일이 있는 경우 */
.layout_height_H .slide_img_003 .innerbox {min-height:350px;}
.layout_height_M .slide_img_003 .innerbox {min-height:250px;}
.layout_height_L .slide_img_003 .innerbox {min-height:150px;}



	@media (max-width:799px){
		.slide_img_003 .slick-arrow {width:25px; height:30px; background-size:50%;}
		.slide_img_003 .slick-next:before, .slide_img_003 .slick-prev:before {width: 16px; height: 16px; top: 5px;}
	}