@charset "utf-8";

/* Top Search */
.list-tsearch {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 50px;
}
.list-tsearch form input.form-control {
	background: transparent;
	border: none;
	box-shadow: none;
	font-size: 18px;
	color: #111;
	padding: 0;
	height: 100%;
	width: calc(100% - 40px);
}
.list-tsearch form input.form-control::placeholder {color: #888;}
.list-tsearch form button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: none;
	border: none;
}

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

.view-wrap .bottom_btn {
	margin: 80px 0 0;
	position: relative;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.view-wrap .bottom_btn .prev_btn,
.view-wrap .bottom_btn .next_btn {
	position: absolute;
	top: 55%;
}
.view-wrap .bottom_btn .prev_btn {left: 0;}
.view-wrap .bottom_btn .next_btn {right: 0;}
.view-wrap .bottom_btn .prev_btn img,
.view-wrap .bottom_btn .next_btn img {
	display: inline-block;
	vertical-align: middle;
}
.view-wrap .bottom_btn .prev_btn span,
.view-wrap .bottom_btn .next_btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	padding: 0 12px;
	color: #666;
	font-family: "Montserrat";
	line-height: 1;
}
.view-wrap .bottom_btn .list_btn {
	font-size: 16px;
	font-weight: bold;
	color: #2b3e84;
	display: inline-block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	border: 1px solid #2b3e84;
	font-family: "Montserrat";
	transition: all 0.3s;
}
.view-wrap .bottom_btn .list_btn:hover {
	background: #2b3e84;
	color: #fff;
}
@media all and (max-width: 767px) {
	.view-wrap .bottom_btn {margin-top: 30px;}
	.view-wrap .bottom_btn .list_btn {
		font-size: 12px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.view-wrap .bottom_btn .prev_btn, .view-wrap .bottom_btn .next_btn {top: 37px;}
	.view-wrap .bottom_btn .prev_btn span, .view-wrap .bottom_btn .next_btn span {display: none;}
}

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

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

@media all and (max-width: 767px) {
	.list-tsearch {
		margin-bottom: 20px;
		padding: 15px;
	}
	.list-tsearch form input.form-control {font-size: 16px;}
	.list-tsearch form button {right: 15px;}
	.list-tsearch form button img {width: 18px; height: 18px;}
}