@charset "utf-8";

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

/* Category */
.list-category {margin-bottom: 50px;}
.list-category .div-tab.tabs .nav-tabs {border: none;}
.list-category .div-tab.tabs .nav-tabs li {
	margin-right: 50px;
	background: none !important;
	border: none !important;
	line-height: 1 !important;
}
.list-category .div-tab.tabs .nav-tabs li a,
.list-category .div-tab.tabs .nav-tabs li:first-child a,
.list-category .div-tab.tabs .nav-tabs li:last-child a {
	font-size: 18px;
	font-weight: bold;
	opacity: 0.5;
	background: none !important;
	border: none !important;
	line-height: 1 !important;
	padding: 0;
	transition: all .3s;
}
.list-category .div-tab.tabs .nav-tabs li a:hover,
.list-category .div-tab.tabs .nav-tabs li:first-child a:hover,
.list-category .div-tab.tabs .nav-tabs li:last-child a:hover {
	line-height: 1 !important;
	opacity: 1;
}
.list-category .div-tab.tabs .nav-tabs li.active,
.list-category .div-tab.tabs.trans-top ul.nav-tabs li.active a {
	border: none !important;
	opacity: 1;
	line-height: 1 !important;
	color: #333 !important;
}
.list-category .div-tab.tabs .nav-tabs li.active span {
	color: #36a6bf;
	font-size: 14px;
}
@media all and (max-width: 767px) {
	.list-category {margin-bottom: 15px;}
	.list-category .div-tab.tabs .nav-tabs li {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.list-category .div-tab.tabs .nav-tabs li a, .list-category .div-tab.tabs .nav-tabs li:first-child a, .list-category .div-tab.tabs .nav-tabs li:last-child a {font-size: 14px;}
}

/* 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:30px 0 0; }
.view-btn i { margin-right:2px; }

.bottom-wrap {
	text-align: center;
	position: relative;
	padding-top: 7px;
	height: 50px;
}
.bottom-wrap::after {
	content: "";
	visibility: hidden;
	display: block;
	clear: both;
}
.bottom-wrap .prev-btn {
	display: inline-block;
	float: left;
	font-size: 0;
}
.bottom-wrap .next-btn {
	display: inline-block;
	float: right;
	font-size: 0;
}
.bottom-wrap .ico {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
}
.bottom-wrap p {
	font-size: 14px;
	color: #888;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight: bold;
}
.bottom-wrap .prev-btn p {margin-left: 15px;}
.bottom-wrap .next-btn p {margin-right: 15px;}
.bottom-wrap .list-btn {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bottom-wrap .list-btn a {
	font-size: 16px;
	color: #36a6bf;
	font-weight: bold;
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: 1px solid #36a6bf;
	transition: all .3s;
}
.bottom-wrap .list-btn a:hover {
	background: #36a6bf;
	color: #fff;
}

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

@media all and (max-width: 767px) {
	.bottom-wrap {padding-top: 20px;}
	.bottom-wrap .ico {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.bottom-wrap p {display: none;}
	.bottom-wrap .list-btn {top: 20px;}
	.bottom-wrap .list-btn a {
		height: 42px;
		line-height: 42px;
		width: 100px;
		font-size: 14px;
	}
}
@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}