ul.search-box {
	margin-top:10px;
	float:right;
	display:inline-block;
	border:2px solid #645b52;
	margin-bottom:15px;
}
ul.search-box li {
	float:left;
	height:25px;
}
ul.search-box li select {
	width:55px;
	height:25px;
}
ul.search-box li input {
	padding-left:5px;
	width:150px;
	height:25px;
	box-sizing:border-box;
}
ul.search-box li span {
	display:block;
	width:30px;
	height:25px;
	background-color:#645b52;
	text-align:center;
	cursor:pointer;
}

div.paging {
	display:inline-block;
	width:100%;
}
div.paging ul {
	text-align:center;
}
div.paging ul li {
	display:inline-block;
	margin:30px 5px 0 5px;
	color:#999999;
	cursor:pointer;
}
div.paging ul li.paging_on ,div.paging ul li.prev, div.paging ul li.next {
	color:#645b52
}

/*조인게시판*/
span.join-sbtn {
	display:inline-block;
	width:57px;
	height:24px;
	background:#dc843c;
	line-height:24px;
	color:#fff;
}
span.join-closebtn {
	background:#999999;
	color:#ddd;
}
.tbl_01 tr td span.close {
	text-decoration:line-through;
}


/*디테일페이지*/
div.view_cont {
	font-size:14px;
	line-height:26px;
	padding:20px;
	border-bottom:1px solid #ddd;
	color:#666;
}
/*-- 상세페이지 답글 --*/
div.reply_box {
	width:100%;
	font-size:14px;
	line-height:26px;
	color:#666;
	border-bottom:1px solid #ddd;
}
table.reply-tbl tr {
	border-bottom:1px dotted #ddd;
}
table.reply-tbl tr:last-child {
	border-bottom:none
}
table.reply-tbl td {
	padding-left:20px;
	width:100%;
	height:80px;
}
table.reply-tbl td > textarea {
	width:100%;
	height:50px;
	resize:none;
	box-sizing:border-box;
	vertical-align:middle;
}
table.reply-tbl td > .rp-btn {
	margin-right:20px;
	display:block;
	width:100px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	background:#ccc;
	box-sizing:border-box;
}
table.reply-tbl td > div.name {
	font-size:14px;
	font-weight:500;
	color:#333;
}
table.reply-tbl td > div.name > b {
	font-size:12px;
	font-weight:500;
	color:#333;
} 

.write-box {
	margin-top:20px;
	width:100%;
}
.write-box textarea {
	width:100%;
	height:300px;
	resize: none;
	border:1px solid #ddd;
	box-sizing: border-box;
}
/*-- //상세페이지 답글 --*/

/*버튼*/
div.write-btn {
	margin-top:10px;
	display:inline-block;
	width:100%;
	text-align:right;
}
div.write-btn > span {
	display:inline-block;
}
div.list-btn {
	margin-top:30px;
	display:inline-block;
	width:100%;
	text-align:center;
}
div.list-btn > span {
	display:inline-block;
}