@charset "utf-8";

.title {margin-bottom: 50px;}
.title h2 {
	font-size: 40px;
	font-weight: 900;
	margin: 0;
}
.listTop {
	margin-bottom: 30px;
	overflow: hidden;
}
.listTotal {
	float: left;
	font-size: 14px;
	margin-top: 10px;
}
.listTotal b {color: #153275;}

/* Top Search */
.list-tsearch {float: right;}
.list-tsearch .form-group {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0;
}
.list-tsearch .form-group .form-control {
	border: 1px solid #ddd;
	border-radius: 5px !important;
	padding: 0 15px;
	font-size: 14px;
	box-shadow: none;
	height: 42px;
	line-height: 42px;
}
.list-tsearch .form-group select {
	-webkit-appearance:none; /* for chrome */
	-moz-appearance:none; /*for firefox*/
	appearance:none;
	background: url("/img/custom/triangle.svg") no-repeat center right 10px;
	background-size: 8px 6px;
	width: 120px;
}
.list-tsearch .form-group select::-ms-expand{display:none;/*for IE10,11*/}
.list-tsearch .form-group input[type=text] {
	width: 250px;
	background: #f8f8f8;
}
.list-tsearch .form-group button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
}

/* Category */
.list-category {margin-bottom: 50px;}
.list-category .div-tab.tabs ul.nav-tabs {border: none;}
.list-category .div-tab.tabs ul.nav-tabs li {
	border: none !important;
	margin: 0 !important;
	line-height: 1.2 !important;
	background: none !important;
}
.list-category .div-tab.tabs ul.nav-tabs li a {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	line-height: 1.2 !important;
	padding-bottom: 20px !important;
	text-align: center;
	font-size: 20px;
	transition: all 0.3s;
}
.list-category .div-tab.tabs.trans-top ul.nav-tabs li a:hover {
	font-weight: bold;
	color: #333 !important;
	line-height: 1.2 !important;
	padding-bottom: 20px !important;
	text-align: center;
	font-size: 20px;
}
.list-category .div-tab.tabs.trans-top ul.nav-tabs li.active a {
	font-weight: bold;
	border-bottom: 2px solid #153275 !important;
	color: #333 !important;
	line-height: 1.2 !important;
	padding-bottom: 20px !important;
	text-align: center;
	font-size: 20px;
}

/* 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 0; }
.view-btn i { margin-right:2px; }
.bottomWrap {
	border-top: 1px solid #ddd;
	padding-top: 50px;
	text-align: center;
	position: relative;
}
.bottomWrap::after {
	content: "";
	visibility: hidden;
	display: block;
	clear: both;
}
.bottomWrap .prevBtn {
	display: inline-block;
	float: left;
	font-size: 0;
}
.bottomWrap .nextBtn {
	display: inline-block;
	float: right;
	font-size: 0;
}
.bottomWrap .ico {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #f5f5f5;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.bottomWrap p {
	font-size: 16px;
	color: #888;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight: bold;
}
.bottomWrap .prevBtn p {margin-left: 15px;}
.bottomWrap .nextBtn .ico img {transform: rotate(-180deg);}
.bottomWrap .nextBtn p {margin-right: 15px;}
.bottomWrap .listBtn {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.bottomWrap .listBtn a {
	font-size: 16px;
	color: #153275;
	font-weight: bold;
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: 1px solid #153275;
	background: #fff;
	transition: all 0.3s;
}
.bottomWrap .listBtn a:hover {
	background: #153275;
	color: #fff;
}

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

@media all and (max-width:767px) {
	.title {margin-bottom: 30px;}
	.title h2 {font-size: 24px;}
	.listTotal {
		float: none;
		font-size: 12px;
		margin: 0 0 10px;
	}
	.list-tsearch {
		float: none;
		font-size: 0;
	}
	.list-tsearch .selectGroup {
		width: 100px;
		margin-right: 5px;
	}
	.list-tsearch .inputGroup {width: calc(100% - 105px);}
	.list-tsearch .form-group select,
	.list-tsearch .form-group input[type=text] {width: 100%;}

	.list-category {margin-bottom: 30px;}
	.list-category .div-tab.tabs ul.nav-tabs li a {
		font-size: 16px;
		padding-bottom: 10px !important;
	}
	.list-category .div-tab.tabs.trans-top ul.nav-tabs li a:hover,
	.list-category .div-tab.tabs.trans-top ul.nav-tabs li.active a {
		font-size: 16px;
		padding-bottom: 10px !important;
	}

	.bottomWrap {padding-top: 20px;}
	.bottomWrap .ico {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.bottomWrap p {display: none;}
	.bottomWrap .listBtn {top: 20px;}
	.bottomWrap .listBtn a {
		height: 42px;
		line-height: 42px;
		width: 100px;
		font-size: 14px;
	}
}
@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}