@charset "utf-8"; 
/* slide_bnr_018  - SSJ 220708*/


.slide_bnr_018 {width:100%; height:100%; float:left; box-sizing:border-box; position:relative;}
.slide_bnr_018 .slide_info {position:relative;}
.slide_bnr_018 .slide_wrap {box-sizing:border-box;}
.slide_bnr_018 .slide_wrap > a {display:block; width:100%; height:100%; box-sizing:border-box;}
.slide_bnr_018 .slide_wrap > a:focus .innerbox {border:2px solid #333; box-sizing:border-box;}

.slide_bnr_018 .innerbox {position:relative; float:left; width:100%; height:350px; box-sizing:border-box; background:rgba(0,0,0,0);}
.slide_bnr_018 .innerbox .bgcolor {position:absolute; z-index:1; width:100%; height:100%; opacity:1; background:rgba(0,0,0,0);}
.slide_bnr_018 .innerbox .imgbox {width:100%; height:100%; max-height:350px; display:block; overflow:hidden; position:absolute;}
.slide_bnr_018 .innerbox .imgbox img {width:100%; min-height:100%; opacity:1; display:block; position:absolute; left:-999px; right:-999px; top:-999px; bottom:-999px; margin:auto;}

.slide_bnr_018 .innerbox .txtBox {position:absolute;z-index:2;left:0;bottom:-1px;width:100%;height: 40px;padding:0 20px;box-sizing:border-box;overflow:hidden;background:#59473b;}
.slide_bnr_018 .innerbox .txtBox .tit {width:65%; height: 100%; overflow:hidden; box-sizing:border-box;
									   line-height: 40px;  color:#fff; letter-spacing:-0.5px; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap;}
.slide_bnr_018 .innerbox .txtBox .tit:empty {display:none;}


/* BTN SETTING */
/*play & pause*/
.slide_bnr_018 .btnbox {position:absolute; bottom:3px; right:30px;z-index: 2;}
.slide_bnr_018 .btnbox .indicator {z-index:10;}
.slide_bnr_018 div.indicator button {background:none;}
.slide_bnr_018 .btnbox .indicator button {text-indent:-9999px;overflow:hidden;width:30px;height: 40px;position:relative;margin-left:-3px;}
.slide_bnr_018 .btnbox .indicator button:focus {border:1px solid #555; box-sizing:border-box;} 
.slide_bnr_018 .btnbox .indicator button.play:before,
.slide_bnr_018 .btnbox .indicator button.stop:before {text-indent:0; position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; float:left; color:#fff; line-height:25px;}
.slide_bnr_018 .btnbox .indicator button.play:before {content:"";background: url(../img/btn_play.png) center no-repeat; background-size:30%;}
.slide_bnr_018 .btnbox .indicator button.stop:before {content:"";background: url(../img/btn_stop.png) center no-repeat; background-size:30%;}
.slide_bnr_018 .btnbox .indicator button:hover {/* background-color:rgba(255,255,255,1); */}

/*slide bullet*/
.slide_bnr_018 .slick-dots {display:none !important;}

/* next & prev */
.slide_bnr_018 .slick-arrow {position:absolute; bottom:3px; overflow: hidden; width: 45px; height: 40px; box-sizing: border-box; z-index:1;
							 text-indent:-9999px; background-color:rgba(255,255,255,0.8); pointer-events: auto !important; transition: background-color .2s;}
.slide_bnr_018 .slick-arrow:not(.slick-disabled):hover {/* background-color:rgba(255,255,255,1); */}
.slide_bnr_018 .slick-prev {background: rgba(255,255,255,0.8); background-size:30%;right: 45px;}
.slide_bnr_018 .slick-next {background: rgba(255,255,255,0.8); background-size:30%; right:0;}
.slide_bnr_018 .slick-next:before,
.slide_bnr_018 .slick-prev:before {content:"";width: 9px;height: 9px;display: inline-block;border-style: solid;border-width: 1px 1px 0 0;border-color: inherit;position: absolute;top: 15px;left: 21px;transform: rotate(45deg);}
.slide_bnr_018 .slick-prev:before {border-width: 0 0 1px 1px;left: 13px;}
.slide_bnr_018 .slick-arrow.slick-disabled {opacity:0.5;}


/* 레이아웃에 따른 다른 스타일이 있는 경우 */
.layout_height_H .slide_bnr_018 .innerbox {height:350px;}
.layout_height_M .slide_bnr_018 .innerbox {height:250px;}
.layout_height_L .slide_bnr_018 .innerbox {height:150px;}
