@charset "utf-8";

/* Category */
.list-category {position: relative; z-index: 1}
.list-category .tabs { margin-bottom:30px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .div-tab.tabs ul.nav-tabs {border: none !important;}
.list-category .div-tab.tabs ul.nav-tabs li {
	float: left;
	margin-right: 25px;
	border: none !important;
	background: none !important;
}
.list-category .div-tab.tabs ul.nav-tabs li:last-child {margin-right: 0;}
.list-category .div-tab.tabs ul.nav-tabs li a {
	font-size: 20px;
	color: rgba(0,0,0,0.4);
	font-weight: bold;
	position: relative;
	padding: 0 3px;
	transition: all 0.3s;
	border: none !important;
	line-height: 22px !important;
}
.list-category .div-tab.tabs ul.nav-tabs li a::before {
	content: "";
	background: transparent;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: -10px;
}
.list-category .div-tab.tabs ul.nav-tabs li.active a, .list-category .div-tab.tabs ul.nav-tabs li a:hover {
	color: #222 !important;
	border: none !important;
	line-height: 22px !important;
}
.list-category .div-tab.tabs ul.nav-tabs li.active a::before {
	content: "";
	background: #01c2ba;
}

@media all and (max-width: 767px) {
	.list-category .tabs {margin-bottom: 15px;}
	.list-category .div-tab.tabs ul.nav-tabs li {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.list-category .div-tab.tabs ul.nav-tabs li a {font-size: 16px;}
}
@media all and (max-width: 320px) {
	.list-category .div-tab.tabs ul.nav-tabs li {margin-right: 10px;}
	.list-category .div-tab.tabs ul.nav-tabs li a {font-size: 15px;}
}



/* 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; }

/* 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; }
.list_btn {
	text-align: center;
	margin-bottom: 30px;
}
.list_btn a {
	width: 250px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #01c2ba;
	color: #fff;
	display: inline-block;
	transition: all 0.3s;
	border: 1px solid #01c2ba;
}
.list_btn a:hover {
	background: none;
	color: #01c2ba;
}

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

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


.list_top {
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
.list_top .list_total {
	float: left;
	font-size: 14px;
	padding-top: 10px;
}
.list_top .list-tsearch {
	float: right;
	position: relative;
}
.list_top .list-tsearch form {font-size: 0;}
.list_top .list-tsearch .select_group {
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	border: 1px solid #ccc;
	line-height: 42px;
	padding: 0 10px;
	font-size: 14px;
	width: auto;
	margin-right: 5px;
}
.list_top .list-tsearch .input_group {
	width: 200px;
	height: 42px;
	border: 1px solid #ccc;
	line-height: 42px;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.list_top .list-tsearch form label {
	margin: 0;
	display: block;
}
.list_top .list-tsearch form .form-control {
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
	font-size: 14px;
	width: calc(100% - 25px);
	height: 42px;
}
.list_top .list-tsearch form button {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 0;
}
.list_program {
	float: left;
	margin-left: 10px;
}
.list_program select {
	width: 100%;
	max-width: 400px;
	height: 42px;
	border: 1px solid #ccc;
	line-height: 42px;
	padding: 0 10px;
	font-size: 14px;
}
.list_download {
	float: left;
	margin-left: 10px;
}
.list_download a {
	background: transparent;
	border: 1px solid #00afa8;
	color: #00afa8;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	display: inline-block;
}

.review_btn {
	margin-bottom: 18px;
	text-align: right;
}
.review_btn a {
	font-size: 14px;
	padding: 8px 20px;
	color: #fff;
	background: #01c2ba;
}



@media all and (max-width: 767px) {
	.list_top .list-tsearch form {
		width: 150px;
		height: 36px;
		line-height: 36px;
	}
	.list_btn a {
		height: 50px;
		line-height: 50px;
	}
}