@charset "utf-8";

/* Top Search */
.list-tsearch {
	border: 1px solid #ddd;
	background: #fff;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-bottom: 20px;
}
.list-tsearch input.form-control {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	box-shadow: none;
	border: none;
	background: none;
	color: #333;
	font-size: 16px;
}
.list-tsearch input.form-control::placeholder {color: #888;}
.list-tsearch button {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	background: none !important;
	border: none !important;
	width: auto !important;
	padding: 0;
}
.list-tsearch button img {
	width: 19px;
	height: 18px;
}

/* Category */
.list-category {margin-bottom: 30px;}
.list-category .div-tab.tabs ul.nav-tabs {border: none;}
.list-category .div-tab.tabs ul.nav-tabs li {
	background: none !important;
	border: none !important;
	margin-right: 30px;
}
.list-category .div-tab.tabs ul.nav-tabs li:last-child {margin-right: 0;}
.list-category .div-tab.tabs ul.nav-tabs li a {
	background: none !important;
	border: none !important;
	border-bottom: 2px solid transparent;
	color: rgba(0,0,0,0.3) !important;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px;
}
.list-category .div-tab.tabs ul.nav-tabs li a:hover,
.list-category .div-tab.tabs ul.nav-tabs li a:focus,
.list-category .div-tab.tabs ul.nav-tabs li.active a,
.list-category .div-tab.tabs ul.nav-tabs li.active a:hover {
	border-bottom: 2px solid #32477a !important;
	color: #32477a !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 .list_btn {margin-top: 60px;}
.view-wrap .list_btn a {
	background: transparent;
	border: 1px solid #32477a;
	width: 200px;
	height: 50px;
	line-height: 46px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #32477a;
	transition: all 0.3s;
	display: block;
	margin: 0 auto;
}
.view-wrap .list_btn a:hover {
	background: #32477a;
	color: #fff;
}

/* Write */
.write-wrap {
	width:100%; overflow:hidden;
	max-width: 1200px;
	margin: 0 auto;
}

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}
@media all and (max-width: 1200px) {
	.write-wrap {padding: 0 15px;}
}
@media all and (max-width: 767px) {
	.list-category {margin-bottom: 15px;}
	.list-category .div-tab.tabs ul.nav-tabs li {margin-right: 20px;}
	.list-category .div-tab.tabs ul.nav-tabs li a {font-size: 16px;}
	.view-wrap .list_btn {margin-top: 15px;}
	.view-wrap .list_btn a {
		font-size: 14px;
		height: 42px;
		line-height: 38px;
	}
	.list-tsearch {
		height: 42px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.list-tsearch input.form-control {
		height: 42px;
		line-height: 42px;
		padding: 0 20px;
		font-size: 15px;
	}
	.list-tsearch button {right: 15px;}
	.view-btn {margin-top: 15px;}
}