@charset "utf-8";


/* 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 */
.board-list {overflow: hidden;}
.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-top: 30px;
	position: relative;
	text-align: center;
}
.view-wrap .bottom_btn .prev_btn, .view-wrap .bottom_btn .next_btn {
	position: absolute;
	top: 10px;
}
.view-wrap .bottom_btn .prev_btn {left: 0;}
.view-wrap .bottom_btn .next_btn {right: 0;}
.view-wrap .bottom_btn .prev_btn span, .view-wrap .bottom_btn .next_btn span {
	font-size: 16px;
	color: #888;
	margin: 0 18px;
	vertical-align: middle;
}
.view-wrap .bottom_btn .list_btn {
	width: 180px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	border: 1px solid #aaa;
	color: #888;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s;
	display: block;
	margin: 0 auto;
}
.view-wrap .bottom_btn .list_btn::after {
	content: "";
	background: url(/img/custom/arrow_more_ko_gray.svg) no-repeat;
	background-size: cover;
	width: 6px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}
.view-wrap .bottom_btn .list_btn:hover {
	background: #aaa;
	color: #fff;
	border: 1px solid #aaa;
}
.view-wrap .bottom_btn .list_btn:hover::after {
	background: url(/img/custom/arrow_more_ko_white.svg) no-repeat;
}

/* Write */
.write-wrap { width:100%; overflow:hidden; max-width: 1200px; margin: 0 auto; }

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

.new_wrap {margin-bottom: 100px;}
.board_title h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}

.board_top {
	overflow: hidden;
	margin-bottom: 20px;
}
.board_top .list_total {
	float: left;
	font-size: 14px;
	color: #888;
	padding-top: 10px;
}
.board_top .list_total b {color: #ff3a77;}
.board_top .list-tsearch {float: right;}
.board_top .list-tsearch .select_group {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.board_top .list-tsearch select {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px !important;
	color: #333;
	font-size: 14px;
	padding: 0 15px;
	box-shadow: none;
	border: none;
	-webkit-appearance:none; /* for chrome */
	-moz-appearance:none; /*for firefox*/
	appearance:none;
	background:url('/img/custom/arrow_select.svg') no-repeat 90% 50%;
	background-color: #f5f5f5;
}
.board_top .list-tsearch select::-ms-expand{
	display:none;/*for IE10,11*/
}
.board_top .list-tsearch .input_group {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px !important;
	padding: 0 15px;
	background: #f5f5f5;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.board_top .list-tsearch .input_group input {
	background: none;
	padding: 0;
	box-shadow: none;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	width: calc(100% - 30px);
}
.board_top .list-tsearch .input_group button {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
}

@media all and (max-width: 1200px) {
	.board-list {padding: 0;}
}
@media all and (max-width: 767px) {
	.view-wrap .bottom_btn {margin-top: 20px;}
	.view-wrap .bottom_btn .prev_btn span, .view-wrap .bottom_btn .next_btn span {display: none;}
	.view-wrap .bottom_btn .list_btn {width: 150px;}
	.board_title h2 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.new_wrap {margin-bottom: 50px;}
	.board_top .list_total {
		float: none;
		padding: 0 0 10px;
	}
	.board_top .list-tsearch {float: none;}
	.board_top .list-tsearch .input_group {width: calc(100% - 130px);}
}