@charset "utf-8";

#latest-webzine .img-gallery-item{
	position:relative;
	width:100%;
	height:0;
	overflow:hidden;
	padding-bottom:65%;
}

#latest-webzine .img-gallery-item .img-item {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#latest-webzine .board-list{
	position:relative;
	border-bottom:1px solid #444444;
	width:100%;
	margin-bottom:10px;
}

#latest-webzine .board-list .bo-title{
	padding-bottom:10px;
	color:#fff;
	font-size:16px;
	display:inline-block;
}

#latest-webzine .board-list .more-btn{
	position:absolute;
	top:-2px;
	right:0;
}

#latest-webzine .board-list .more-btn a{
	
	font-size:16px;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
	font-family:dotum !important;
	color:#fff;
}

#latest-webzine .board-list .more-btn a:hover{
	color:#fa4251;
}

#latest-webzine .webzine-latest-wrap{
	width:100%;
}

#latest-webzine .webzine-latest-wrap .webzine-item{
	position:relative;
	display:table;
	table-layout:fixed;
	width:100%;
	padding:5px 0;
	border-bottom:1px dotted #333;
}

#latest-webzine .webzine-latest-wrap .webzine-item:last-child{
	border-bottom:0;
}

#latest-webzine .webzine-latest-wrap .webzine-img{
	display:table-cell;
	width:30%;
	vertical-align:top;
}

#latest-webzine .webzine-latest-wrap .webzine-conn{
	position:relative;
	display:table-cell;
	padding-left:10px;
	vertical-align:top;
	height:100%;
}

#latest-webzine .webzine-latest-wrap .wb-t a{
	font-weight:bold;
}

#latest-webzine .webzine-latest-wrap .wb-c{
	margin:5px 0;
	color:#aaa;
	height:18px;
	overflow:hidden;
	line-height:20px;
	font-size:11px;
}

#latest-webzine .webzine-latest-wrap .wb-i{
	color:#ddd;
	font-size:11px;
}

#latest-webzine .webzine-latest-wrap a:hover{
	color:#fa4251;
}