@charset "utf-8";
/* 새글 스킨 (latest)*/

@media (max-width:768px){
	.lt_gal{position:relative}
	.lt_gal li{float:left;text-align:left;margin:0 1% 2%;width: 48%;}
	.lt_gal li:nth-child(3) {clear:both}
	.lt_gal li:nth-child(5) {clear:both}
	.lt_gal li img {width:100%;height:100%;}
	.lt_gal li a.lt_tit{display:block;font-size:14px;font-weight: bold;color:#000000;padding:10px 10px 8px;letter-spacing:-0.05em;text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;text-align: center;}
	.lt_gal li .lt_detail{padding:0 10px;line-height:18px;overflow:hidden;height:37px;color:#8e8e8e}
	.lt_gal li .lt_image{}
	.lt_gal li div.lt_gal_box {border:1px solid #d9d9d9;width:100%;background:#ffffff;margin:0 0 0px 0}
	.lt_gal li:nth-child(2) div {margin:0 auto;}
	.lt_gal li:nth-child(3) div {float:right;}
	.lt_more a{position:absolute;top:0;right:0;background:url(img/more_btn.jpg) no-repeat;width:20px;height:20px;text-indent:-999px;overflow:hidden;display:inline-block}
	.lt_gal li .lt_image .no_img{width:100%;text-align:center;display:block;line-height:230px;vertical-align:middle;text-transform:uppercase;font-size:1.3em;font-weight:bold;color:#bbb;background:#eee}
	.lt_gal li.no_bd{border:0;width:100%;padding:150px 0 0;text-align:center}
}

@media (min-width:768px){.container{width:100%}
	.lt_gal{position:relative}
	.lt_gal li{float:left;text-align:left;margin:0 5px 10px}
	.lt_gal li.col-md-3 {width:24%;}
	.lt_gal li img {width:100%;max-width:100%;height:100%;}
	.lt_gal li a.lt_tit{display:block;font-size:16px;font-weight: bold;color:#000000;padding:10px 10px 8px;letter-spacing:-0.05em;text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;text-align: center;}
	.lt_gal li .lt_detail{padding:0 10px;line-height:18px;overflow:hidden;height:37px;color:#8e8e8e}
	.lt_gal li .lt_image{}
	.lt_gal li div.lt_gal_box {border:0px solid #d9d9d9;width:100%;max-width:100%;background:#ffffff;margin:0 0 0px 0}
	.lt_gal li:nth-child(2) div {margin:0 auto;}
	.lt_gal li:nth-child(3) div {float:right;}
	.lt_more a{position:absolute;top:0;right:0;background:url(img/more_btn.jpg) no-repeat;width:20px;height:20px;text-indent:-999px;overflow:hidden;display:inline-block}
	.lt_gal li .lt_image .no_img{width:100%;max-width:100%;text-align:center;display:block;line-height:230px;vertical-align:middle;text-transform:uppercase;font-size:1.3em;font-weight:bold;color:#bbb;background:#eee}
	.lt_gal li.no_bd{border:0;width:100%;padding:150px 0 0;text-align:center}
}