@charset "utf-8";

#latest-img-list .img-gallery-item{
	position:relative;
	width:100%;
	height:0;
	overflow:hidden;
	padding-bottom:65%;
}

#latest-img-list .img-gallery-item .img-item {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#latest-img-list .board-list{
	position:relative;
	border-bottom:1px dotted #ddd;
	width:100%;
	margin-bottom:10px;
}

#latest-img-list .board-list .bo-title{
	padding-bottom:10px;
	color:#fff;
	font-size:16px;
	display:inline-block;
}

#latest-img-list .board-list .more-btn{
	position:absolute;
	top:-2px;
	right:0;
}

#latest-img-list .board-list .more-btn a{
	
	font-size:16px;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
	font-family:dotum !important;
}

#latest-img-list .board-list .more-btn a:hover{
	color:#fa4251;
}

#latest-img-list .imglist-latest-wrap{
	width:100%;
}

#latest-img-list .imglist-latest-wrap .imglist-item{
	width:33.33333333333333%;
	display:inline-block;
	margin-bottom:10px;
}

#latest-img-list .imglist-latest-wrap .imglist-data{
	width:94%;
	margin:0 auto;
}

#latest-img-list .imglist-latest-wrap .imglist-t{
	margin-top:5px;
	height:17px;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
}

#latest-img-list .imglist-latest-wrap .imglist-i{
	margin-top:5px;
	text-align:center;
	font-size:11px;
	color:#999;
	height:13px;
	overflow:hidden;
}

#latest-img-list .imglist-latest-wrap .imglist-list-item{
	margin:3px 0;
	padding:0 5px;
	display:table;
	vertical-align:middle;
    table-layout:fixed;
    width:100%;
}

#latest-img-list .imglist-latest-wrap .imglist-list-item div{
	display: table-cell;
    height:12px;
    line-height:12px;
    padding:3px 0px;
    color: #999;
    vertical-align: middle;
}

#latest-img-list .imglist-latest-wrap .list-subject{
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	word-wrap:break-word;
	font-size:12px;
	width:auto;
    color: #999;
}

#latest-img-list .imglist-latest-wrap .list-date{
	text-align:right;
	vertical-align:middle;
	line-height:1;
	font-size:12px;
	width:50px;
}

#latest-img-list .imglist-latest-wrap a:hover{
	color:#fa4251;
}

#latest-img-list .imglist-latest-wrap .imglist-list-item i{
	color:#fa4251;
}