@charset "utf-8";

.latest-img-con {padding:0 0px;}
.latest-img {background: none; /*border-radius:20px;*/ padding:0px; margin:0px 0 0 0;}
.img-latest-b {font-size:18px; font-weight:300; color:#000; line-height:26px; text-align:center; padding:0 0 10px 0;}
.latest-img .img-gallery-item{
	position:relative;
	width:100%;
	/*height:0;
	overflow:hidden;
	padding-bottom:65%;*/
}

.latest-img .img-gallery-item .img-item {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.latest-img .board-list{
	position:relative;
	width:100%;
	margin-bottom:0px;
}

.latest-img .board-list .bo-title{
	padding-bottom:0px;
	color:#000000;
	font-size:17px;
	font-weight:400;
	display:inline-block;
}

.latest-img .board-list .more-btn{
	position:absolute;
	top:7px;
	right:0;
}

.latest-img .board-list .more-btn a{
	
	font-size:1.25em;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
	font-family:dotum !important;
	color:#000;
}

.latest-img .board-list .more-btn a:hover{
	color:#4690ff;
}

.latest-img .img-latest-wrap{
	width:100%;
	margin: 0 0px;
}

.latest-img .img-latest-wrap .img-item-view{
	width:33.3333333%;
	display:inline-block;

}

.latest-img .img-latest-wrap .img-data{
	width:100%;
	margin:0 auto;
	padding:0 10px
}

.latest-img .img-latest-wrap .img-t{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	word-wrap:break-word;
	font-size:14px;
	width:auto;

	margin-top:15px;
	text-align:center;
	font-weight:400;
}

.latest-img .img-latest-wrap .img-i{
	margin-top:5px;
	text-align:center;
	font-size:1em;
	color:#777;
	height:18px;
	overflow:hidden;
}

.latest-img .img-latest-wrap a:hover{
	color:#4690ff;
}


/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){
	
	.latest-img .img-latest-wrap .img-item-view{
		width:49.33333333%;
		padding:0 0 30px 0;
	}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {			

	.latest-img .img-latest-wrap .img-item-view{
		width:49.33333333%;
	}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 600px) {	
	
	
	.latest-img .img-latest-wrap .img-item-view{
		width:100%;
	}
}


