@charset "utf-8";

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .div-tab.tabs { margin-bottom:60px; }
.list-category .div-tab.tabs ul.nav-tabs {border: none;}
.list-category .div-tab.tabs ul.nav-tabs li {
	border: none;
	background: none;
	line-height: 1 !important;
	margin-right: 30px;
}
.list-category .div-tab.tabs ul.nav-tabs li:last-child {
	margin-right: 0;
	border: none;
}
.list-category .div-tab.tabs ul.nav-tabs li a {
	border: none;
	background: none;
	line-height: 1 !important;
	font-size: 30px;
	font-family: "Roboto";
	font-weight: bold;
	color: rgba(0,0,0,0.3);
	padding: 0 0 12px;
	border-bottom: 3px solid transparent;
	transition: all 0.3s;
}
.list-category .div-tab.tabs ul.nav-tabs li a:hover,
.list-category .div-tab.tabs ul.nav-tabs li.active a:hover,
.list-category .div-tab.tabs ul.nav-tabs li:last-child a:hover {
	color: #111;
	border: none;
	background: none;
	line-height: 1 !important;
}
.list-category .div-tab.tabs.trans-top ul.nav-tabs li.active a,
.list-category .div-tab.tabs ul.nav-tabs li.active:first-child a {
	color: #111 !important;
	line-height: 1 !important;
	border-bottom: 3px solid #111;
}

	/* List */
.board-list {margin-bottom: 120px;}
.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; margin-bottom: 120px;}
.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; margin-bottom: 120px;}

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}

.board_title h2 {
	margin: 0 0 80px;
	font-size: 40px;
	font-weight: bold;
}
.board_title h2 img {
	display: inline-block;
	vertical-align: middle;
}
.board_title h2 span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -5px;
}