@charset "utf-8";

.list-total {
	margin-bottom: 30px;
	font-size: 20px;
}
.list-total b {color: #5252d7;}

/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !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; }

/* View */
.view-wrap {
	max-width: 1000px;
	width:100%;
	overflow:hidden;
	margin: 0 auto;
}
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:30px 0 0; }
.view-btn i { margin-right:2px; }
.view-wrap .list-btn {text-align: right;}
.view-wrap .list-btn a {
	width: 100px;
	height: 42px;
	line-height: 42px;
	background: #000;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	display: inline-block;
}

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width: 767px) {
	.list-total {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}