.content-container > section {
	border-top: 1px solid #eee;
}
.content-container > section.review-data {
	border-top: 0;
}

/* ------------------------------ Board List ------------------------------ */
.list {
	margin: 0;
	list-style: none;
	clear: both;
	cursor: pointer;
}
.list:hover li {
	color: #b39965;
	font-weight: bold;
}
.list > li {
	padding: 10px;
	font-size: 13px;
}
.list:nth-of-type(even) > li {
	background-color: #fafafa;
}
.list > li.list-no {
	float: left;
	width: 70px;
}
.list > li.list-title {
	float: left;
	width: calc(100% - 180px);
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.list > li.list-time {
	float: right;
	width: 110px;
	text-align: right;
	font-size: 13px;
}

h2.list-title {
	cursor: default;
	font-size: 27px;
	font-family: 'Arvo';
	letter-spacing: -0.1em;
	text-transform: capitalize;
	padding: 0 20px; margin: 20px 0 10px;
}
#board-list .no-data {
	margin: 30px 0;
}

.direct-btn {
	margin: 0 0 20px 20px;
	border-color: #b39965;
	color: #b39965;
	border-radius: 2px;
}


/* ------------------------------ Board View ------------------------------ */

section.view-data * { cursor: default; }
section.view-data ul { margin: 0; }
section.view-data ul li {
	clear:  both;
	padding: 10px 0;
	font-size: 13px;
}
section.view-data ul li.view-name span:nth-of-type(1) {
	float: left;
	margin-left: 20px;
}
section.view-data ul li.view-name span:nth-of-type(2) {
	float: left;
	margin-left: 20px;
}
section.view-data ul li.view-name span:nth-of-type(3) {
	float: right;
	padding-right: 20px;
}


section.view-data ul li.view-contents {
	clear: both;
	padding: 20px; margin-top: 20px;
	border-top: 1px solid #eee; border-bottom: 1px solid #eee;
	text-align: justify;
}


/* Review */
section.review-data ul {
	margin: 0; padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
section.review-data ul li {
	font-size: 13px;
}
section.review-data ul li:nth-of-type(1) {
	float: left;
	margin-bottom: 10px;
}
section.review-data ul li:nth-of-type(2) {
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
}
section.review-data ul li:nth-of-type(3) {
	clear: both;
}

.list-btn {
	float: left;
	margin-top: 20px;
}
.product-back-btn {
	float: left;
	margin: 20px 0 0 10px;
	/*color: #b39965;*/
	border-radius: 2px;
}
.review-btn {
	float: right;
	margin-top: 20px;
	/*color: #b39965;*/
	border-radius: 2px;
}

/* Modal */
.modal[name="direct"] p.info-txt {
	font-size: 12px; margin: 0; text-align: justify;
}

/* Common */
.now-letter li {
	color: #b39965;
	font-weight: bold;
}
