@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: 40px;}
.list-category .tabs { margin-bottom:20px; }
.list-category .nav-tabs { border: none !important; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .div-tab.tabs ul.nav-tabs li {
	margin-right: 10px;
	margin-bottom: 10px;
	border: none !important;
	background: none;
}
.list-category .div-tab.tabs ul.nav-tabs li a {
	background: #f5f5f5 !important;
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 16px;
	color: #333 !important;
	border: none !important;
	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 {
	background: #f5f5f5 !important;
	color: #024a74 !important;
	font-weight: bold;
	border-radius: 50px;
	border: none !important;
}
.list-category .div-tab.tabs ul.nav-tabs li.active a {
	background: #024a74 !important;
	color: #fff !important;
	border-radius: 50px !important;
	font-weight: bold;
}
@media all and (max-width: 767px) {
	.list-category .dropdown-menu {width: 100%;}
}

/* List */
.list-wrap { width:100%; overflow: hidden; }
.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 {
	text-align: center;
	margin-bottom: 30px;
}
.view-wrap .list_btn a {
	width: 200px;
	height: 50px;
	line-height: 46px;
	border-radius: 50px;
	font-size: 18px;
	color: #196ce6;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
	background: #fff;
	display: inline-block;
	transition: all 0.3s;
	border: 1px solid #fff;
}
.view-wrap .list_btn a:hover {
	box-shadow: none;
	border: 1px solid #196ce6;
}
@media all and (max-width: 767px) {
	.view-wrap .list_btn a {
		width: 180px;
		height: 42px;
		line-height: 38px;
		font-size: 16px;
	}
}

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

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

.sub_title h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 100px 0 50px;
	text-align: center;
}
@media all and (max-width: 767px) {
	.sub_title h2 {
		font-size: 24px;
		margin: 50px 0 30px;
	}
}