@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt{position:relative;margin-bottom:20px;overflow:hidden;border: 1px solid #c6cacc;background:#fff}
.pic_lt .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.pic_lt .lat_title a{color:#253dbe;display:inline-block;position:relative}
.pic_lt .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt .lt_more:hover{color:#777}
.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul{padding:20px 15px }
.pic_lt li{float:left;width:20%;padding:0 10px}
.pic_lt li .lt_img{margin:5px 0;display:block}
.pic_lt li .lt_img img{width:100%;height:auto}
.pic_lt li a:hover{color:#a22121}
.pic_lt li .fa-heart{color:#ff0000;}
.pic_lt li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.pic_lt li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.pic_lt li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.pic_lt li .fa-caret-right{color:#bbb}
.pic_lt .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.pic_lt .lt_date{display:block;margin-top:5px;color: #888;}


/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
	.gallery_box .bg-img{
		width: 100%;
		max-width: 100%;
		height: 300px;
		background-size: cover;
		background-repeat: no-repeat;	
		background-position: center;
	}
	.gallery_box .s-card {
	    display: block; 
		margin-bottom: 20px;
		line-height: 1.42857143;
		background-color: #fff;
		border-radius: 2px;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
		transition: box-shadow .25s; 
	}
	.gallery_box .s-card:hover {
	  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	}
	.gallery_box .gb-card{
		height: 120px;
	}
	.gallery_box .gb-title{
		font-size: 14px;
		color:#666;
		padding:10px 10px;
		height: 40px;
	}
	.gallery_box .gb-text{
		font-size: 12px;
		color:#888;
		padding:5px 10px;
	}
	.gallery_box .gb-date{
		color:#666;
		margin:10px 10px;
	}
	.gallery_box .lt_cmt{
		color:#ff0000;
		font-size: 10px;
	}
	.no-img{
		height: 300px;
		padding: 10px;
	}		
}
/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px){
	.gallery_box .bg-img{
		width: 100%;
		max-width: 100%;
		height: 300px;
		background-size: cover;
		background-repeat: no-repeat;	
		background-position: center;
	}
	.gallery_box .s-card {
	    display: block; 
	    margin-bottom: 20px;
		line-height: 1.42857143;
		background-color: #fff;
		border-radius: 2px;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
		transition: box-shadow .25s; 
	}
	.gallery_box .s-card:hover {
	  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	}
	.gallery_box .gb-card{
		height: 110px;
	}
	.gallery_box .gb-title{
		font-size: 14px;
		color:#666;
		padding:10px 10px;
		height: 40px;
	}
	.gallery_box .gb-text{
		font-size: 12px;
		color:#888;
		padding:5px 10px;
	}
	.gallery_box .gb-date{
		color:#666;
		margin:10px 10px;
	}
	.gallery_box .lt_cmt{
		color:#ff0000;
		font-size: 10px;
	}
	.no-img{
		height: 300px;
		padding: 10px;
	}	
}
/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){
	.gallery_box .bg-img{
		width: 100%;
		max-width: 100%;
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat;	
		background-position: center;
	}
	.gallery_box .s-card {
	    display: block; 
		margin-bottom: 10px;
		line-height: 1.42857143;
		background-color: #fff;
		border-radius: 2px;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
		transition: box-shadow .25s; 
	}
	.gallery_box .s-card:hover {
	  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	}
	.gallery_box .gb-card{
		height: 140px;
	}
	.gallery_box .gb-title{
		font-size: 14px;
		color:#666;
		padding:10px 10px;
		height: 40px;
	}
	.gallery_box .gb-text{
		font-size: 13px;
		color:#888;
		padding:5px 10px;
	}
	.gallery_box .gb-date{
		color:#666;
		margin:10px 10px;
	}
	.gallery_box .lt_cmt{
		color:#ff0000;
		font-size: 10px;
	}
	.gallery_box{
		padding-left: 10px;
		padding-right: 10px;
	}
	.gallery_box .col-md-6{
		padding:5px 5px;
	}
	.gallery_box .col-md-3{
		padding:5px 5px;
	}	
	.no-img{
		height: 390px;
		padding: 10px;
	}	
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	.gallery_box .bg-img{
		width: 100%;
		max-width: 100%;
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat;	
		background-position: center;
	}
	.gallery_box .s-card {
	    display: block;
		margin-bottom: 0px;
		line-height: 1.42857143;
		background-color: #fff;
		border-radius: 2px;
		border:1px solid #e0e0e0;
		transition: box-shadow .25s; 
	}
	.gallery_box .s-card:hover {
	  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	}
	.gallery_box .gb-card{
		height: 140px;
	}
	.gallery_box .gb-title{
		font-size: 14px;
		color:#666;
		padding:10px 10px;
		height: 40px;
	}
	.gallery_box .gb-text{
		font-size: 13px;
		color:#888;
		padding:5px 10px;
	}
	.gallery_box .gb-date{
		color:#666;
		margin:10px 10px;
	}
	.gallery_box .lt_cmt{
		color:#ff0000;
		font-size: 10px;
	}
	.gallery_box{
		padding-left: 10px;
		padding-right: 10px;
	}
	.gallery_box .col-md-6{
		padding:5px 5px;
	}
	.gallery_box .col-md-3{
		padding:5px 5px;
	}
	.no-img{
		height: 392px;
		padding: 10px;
	}
	
}

