@charset "utf-8";

.lat_gallery { margin-bottom:40px; }
.lat_gallery:after { content:""; display:block; clear:both; }

.lat_gallery ul { }
.lat_gallery li { 
	float:left;
	width:48%;
	margin:0 1% 30px;
	background:#fff;
	cursor:pointer;
}
.lat_gallery .lt_img img { 
	width:100%;
	margin:0 auto; 
}
.lat_gallery .item-detail { 
	overflow:hidden; 
	text-align:center; 
	padding-top:15px; 
}
.lat_gallery .item-subject {
    font-size:1.067em;
	font-weight:500;
}


/* 반응형 */
@media screen and (max-width:660px) {
	.lat_gallery li { width:98%; }
}