@charset "utf-8";

/* 새글 스킨 (latest) */
.tl_photo_slider .lt_more {display:none;}
.tl_photo_slider .lat_title {display:none;}
.tl_photo_slider .txt_wrap .cell h3 a {font-size: 24px; color: #fff; margin: 0; font-weight: bold;}
.tl_photo_slider .txt_wrap .cell p { font-size: 16px; color:#fff; opacity:0.8}


.tl_photo_slider li {position:relative; width:100%; height:250px; float:left; cursor:pointer}
.tl_photo_slider li .bg { background-color:#000; opacity:0.5; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_photo_slider li:hover .bg {opacity: 0; -webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;}
.tl_photo_slider li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden; display:table;padding:40px;color:#fff;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out; opacity:1; z-index:2;}
.tl_photo_slider li:hover .txt_wrap { opacity:0}
.tl_photo_slider li .txt_wrap .cell { text-align:left;width:100%; display: table-cell; vertical-align: bottom;}
.tl_photo_slider li .txt_wrap .cell h3 { font-size:22px; color:#fff; margin:0; padding-bottom:5px; font-weight:bold;}
.tl_photo_slider li .txt_wrap .cell p { font-size:16px; color:#fff; opacity:0.8}
.tl_photo_slider li:first-child { margin-left:0}
.tl_photo_slider .owl-controls { display:none}
.tl_photo_slider .owl-nav { display:none}
.tl_photo_slider .owl-dots { display:none}