@charset "utf-8";
/* 모듈 스타일 */

/* 최근 글 목록 */
.board-latest {
	padding: 0 25px 0px;
}

.board-latest:after, .media-latest:after {
	display: block; content: ""; clear: both;
}

.board-latest hr {
	display: block;
	width: 20px;
	border-width: 3px;
	border-color: #000;
	margin: 0;
	margin-bottom: 30px;
}

.board-list {
	float: left;
	width: 308px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.board-list:nth-child(3n+1) {
	margin-right: 0px;
}

.board-list .title {
	padding: 0px 0px 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.board-list .title > span {
	font-size: 13px;
	font-weight: normal;
	float: right;
	color: #777777;
}

.board-list .title > span .focus {
	color: #000;
}

.board-list .list {
	padding: 0;
	margin: 8px 0;
}

.board-list .list > li {
	color: #666;
	list-style-position: inside;
	padding: 5px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 최근 이미지 */
.media-latest {
	padding: 0 25px 20px;
}

.media-latest > .title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.media-item {
	float: left;
	width: 234px;
	text-align: center;
	margin-right: 16px;
	margin-bottom: 25px;
}

.media-item:hover .title {
	text-decoration: underline;
}

.media-item:hover .image {
	opacity: .9;
}

.media-item:nth-child(4n+1) {
	margin-right: 0;
}

.media-item .image {
	width: 100%;
	height: 160px;
	background-color: #121212;
	background-repeat: no-repeat;
	/*
	background-size: cover;
	background-position: center;
	*/
	background-size: 480px;
    background-position: -86px;
	border-radius: 6px;
	margin-bottom: 10px;
}

.media-item .title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.media-item .desc p {
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}