@charset "utf-8";

/* 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; }

/* 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 0px 0; }
.view-btn i { margin-right:2px; }
.listBtn {
	margin-top: 30px;
	text-align: center;
}
.listBtn a {
	font-size: 16px;
	color: #ed7e3a;
	border: 1px solid #ed7e3a;
	height: 50px;
	line-height: 50px;
	width: 200px;
	border-radius: 50px;
	display: inline-block;
	font-family: "submariner";
	transition: all 0.3s;
}
.listBtn a:hover {
	background: #ed7e3a;
	color: #fff;
}

/* Write */
.write-wrap { width:100%; overflow:hidden; }

@media all and (max-width: 767px) {
	.listBtn {margin-top: 15px;}
	.listBtn a {
		height: 42px;
		line-height: 42px;
		width: 180px;
		font-size: 14px;
	}
}
@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}