@charset "utf-8";

/* 새글 스킨 (latest) */
.recent_mov_slide {position:relative;}
.recent_mov_slide h2 {display:block;height:50px;color:#222;font-size:20px;font-weight:400;}
.recent_mov_slide a.more {display:none;color:#fff;text-align:center;line-height:50px;background:#414d5d}

.mov_slide {position:relative;}
.mov_slide img {width:100%;height:auto;}
.mov_slide a {display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);cursor:pointer;z-index:9;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mov_slide a:hover {background:rgba(0,0,0,0.4);}

.mov_slide .btn_play {position:absolute;left:50%;top:50%;width:50px;height:50px;color:rgba(61,73,88,0.8);font-size:36px;text-align:center;line-height:50px;z-index:1;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}



.mov_slide .owl-nav {position:absolute;right:0;top:0;width:100%;margin:0;z-index:9;}

.mov_slide button.owl-prev {display:block;position:absolute;right:39px;top:0;width:40px;height:40px;overflow:hidden;line-height:999px;background:url(../../../img/arrow_left_s.gif) no-repeat 50% 50%;background-color:#fff;border:solid 1px #ccc;}
.mov_slide button.owl-next {display:block;position:absolute;right:0;top:0;width:40px;height:40px;overflow:hidden;line-height:999px;background:url(../../../img/arrow_right_s.gif) no-repeat 50% 50%;background-color:#fff;border:solid 1px #ccc;}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

.mov_slide .owl-nav .disabled {opacity:0.5;cursor:pointer;}

.mov_slide .owl-nav.disabled + .owl-dots {margin:20px 0 0 0;}

.mov_slide .owl-dots {display:none;}







@media screen and (max-width:768px) {
.recent_mov_slide h2 {height:40px;font-size:16px;}
.recent_mov_slide a.more {font-size:13px;line-height:40px;}

}