@charset "utf-8";
/* 새글 스킨 (latest) */

.lat_title {
    font-size: 20px;
	    position: relative;
}
a.lt_more {
	position: absolute;
    top: -60px;
	right:0;
}
.cf:after{content:"";display:table;clear:both}  
.cf{*zoom:1}
.fl,.layout .fl,.chief{float:left;display:inline}
.fr,.layout .fr,.extra{float:right;display:inline}

.picBox{zoom:1;margin:0 auto;width:100%;}
.picL{}
.picL li{overflow:hidden;position:relative;float:left; display:inline; width:calc((100% - 30px) / 4);height:auto; zoom:1;margin-right: 10px;  }
.picL li:last-child{margin-right:0;}
.picL li img{width:100%;}
.picL li .text{opacity: 0.8;  background:#191919;position:absolute;width:100%;height:100%;bottom:-100%;left:0;font-family:'Nanumgothic','Dotum';}
.picL li .text b{background:#330000;padding:5px 14px;color:#ffcc00;font-size:14px;display:inline-block;*display:inline;zoom:1;font-weight:200;}
.picL li .text p{font-size:17px;line-height:22px; font-weight:200; text-align:center;}
.picL li .text a{color: #fff;font-weight:200;display: block;height: 100px;padding:30px 20px 0 20px;}

@media screen and (max-width:900px) {

}


@media screen and (max-width:600px) {
	.picL li { width:calc((100% - 10px) / 2);margin:0 10px 10px 0;}
	.picL li:nth-child(2n) {margin:0 0 10px 0;}
}