@charset "utf-8";
 

.lt_gal {width:100%}
 
.lt_gal {position: relative;  border-radius:25px; overflow:hidden; background:#339900; width:100%}

.lt_gal .lt_title{padding: 15px 20px; color:#fff;  font-size: 1.5em; font-family: 'GongGothicLight';}
.lt_gal ul{display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; width:100%; padding:18px 20px 19px; background:#fff;
		border:1px solid #eee	}
.lt_gal ul:after {display:block;visibility:hidden;clear:both;content:""}
.lt_gal li{ width:50%;position:relative}
.lt_gal li .lt_img img{width:100%; padding:5px; height:auto;vertical-align:top}
.lt_gal li .gal_txt{opacity:0;;position:absolute;top:0;left:0;width:99%;height:100%;background:#000;background:rgba(0,0,0,0.6);z-index:2;}
.lt_gal li:hover .gal_txt{opacity:1}

.lt_gal li .lt_txt{display:table;height:100%;width:100%;position:relative;z-index:2;text-align:center}
.lt_gal li .lt_tit{display:table-cell;vertical-align:middle;padding:0 5%}
.lt_gal li strong{color:#fff;display:block;margin-bottom:10px;font-size:1.3em}
.lt_gal li span{color:#c8c8c8;display:block}

.lt_gal .lt_more {position:absolute;top:15px;right:15px;display:block;width:30px;line-height:30px; color:#fff; font-size:1.2em; border-radius:50%;text-align:center; BACKGROUND:#88aaff}
.lt_gal.lt_more:hover{color:yellow}

@media (max-width: 860px){
	
	.lt_gal .lat_title{padding:0 0 10px 0}
    .lt_gal ul{padding:0px;}
	.lt_gal li{ width:100%}
	.lt_gal .lt_more{right:2px}
 }