@charset "utf-8";

.latest-img .img-gallery-item{
	position:relative;
	width:100%;
	height:0;
	overflow:hidden;
	padding-bottom:65%;
}

.latest-img .img-gallery-item .img-item {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.latest-img .board-list{
	position:relative;
	border-bottom:1px solid #444;
	width:100%;
	margin-bottom:10px;
}

.latest-img .board-list .bo-title{
	padding-bottom:10px;
	color:#fff;
	font-size:1.25em;
	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%;
}

.latest-img .img-latest-wrap .img-item-view{
	width:33.33333333333333%;
	display:inline-block;
	margin-bottom:30px;
}

.latest-img .img-latest-wrap .img-data{
	width:94%;
	margin:0 auto;
}

.latest-img .img-latest-wrap .img-t{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	word-wrap:break-word;
	font-size:17px;
	width:auto;

	margin-top:10px;
	text-align:center;
	font-weight:bold;
}

.latest-img .img-latest-wrap .img-t a {
	font-family:'Pretendard-Regular';
}

.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 .img-i .sv_member {
	font-family:'Pretendard-Regular';
	font-size:0.9em;
}

.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%;
	}
}

/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {			

	.latest-img .img-latest-wrap .img-item-view{
		width:49.33333333%;
	}
}

/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {	
	
	
	.latest-img .img-latest-wrap .img-item-view{
		width:100%;
	}
}


