@charset "utf-8";

.latest-img .img-gallery-item{
	position:relative;
	width:100%;
	height:0;
	overflow:hidden;
	padding-bottom:69%;
}

.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 #e8e8e8;
    width: 100%;
    margin-bottom: 26px;
    padding-bottom: 5px;
}

.latest-img .board-list .bo-title{
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
}

.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.333%;
	display:inline-block;
}

.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:1em;
	width:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.latest-img .img-latest-wrap .img-i{
	margin-top:5px;
	text-align:center;
	font-size:1em;
	color:#777;
	height:18px;
    overflow:hidden;
    display: none;
}

.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%;
	} */
}
    
