@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { width:100%; }
.list-admin { text-align:center; margin:15px 0px; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

.view-wrap .bottom_btn {
	overflow: hidden;
	text-align: center;
	margin: 80px 0 20px;
}
.view-wrap .bottom_btn a {
	font-size: 16px;
	color: #ad5f22;
	transition: all 0.3s;
}
.view-wrap .bottom_btn .left_btn {
	float: left;
	margin-top: 12px;
}
.view-wrap .bottom_btn .right_btn {
	float: right;
	margin-top: 12px;
}
.view-wrap .bottom_btn .left_btn:hover,
.view-wrap .bottom_btn .right_btn:hover {opacity: 0.5;}
.view-wrap .bottom_btn img {width: 50px; height: 12px;}
.view-wrap .bottom_btn .list_btn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ad5f22;
	text-align: center;
	display: inline-block;
}
.view-wrap .bottom_btn .list_btn:hover {
	background: #ad5f22;
	color: #fff;
}

/* Write */
.write-wrap { width:100%; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}

h2.board_title {
	font-size: 40px;
	margin: 0 0 70px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	h2.board_title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.view-wrap .bottom_btn {margin-top: 50px;}
	.view-wrap .bottom_btn a {font-size: 13px;}
	.view-wrap .bottom_btn .list_btn {
		font-size: 14px;
		width: 100px;
		height: 42px;
		line-height: 42px;
	}
}