@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; }

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

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

.sub_menu {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 100px;
}
.sub_menu li {
	float: left;
	width: 33.33%;
}
.sub_menu li a {
	font-size: 18px;
	color: #888;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 2px solid #ddd;
	display: block;
	transition: all 0.3s;
}
.sub_menu li a:hover,
.sub_menu li.active a {
	color: #444;
	border-color: #ae7e41;
}

.board_title {margin: 100px 0 80px;}
.board_title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #444;
	margin: 0 0 15px;
	text-align: center;
}
.board_title p {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.board-list {padding-bottom: 100px;}
.view-wrap, .write-wrap {padding: 100px 0;}


.list_btn {
	width: 180px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #ce8142;
	font-weight: bold;
	font-size: 15px;
	display: block;
	color: #ce8142 !important;
	transition: all 0.3s;
	text-align: center;
	margin: 50px auto 0;
}
.list_btn:hover {
	background: #ce8142;
	color: #fff !important;
}

@media all and (max-width: 767px) {
	.sub_menu {padding-top: 50px;}
	.sub_menu li a {font-size: 14px;}
	.board_title {margin: 45px 0 50px;}
	.board_title h2 {font-size: 24px;}
	.board_title p {font-size: 16px;}
	.view-wrap, .write-wrap {padding: 50px 0;}
}