@charset "utf-8";
.searchBox {
	padding-top: 220px;
	margin-bottom: 57px;
}
.showC .searchBox {
	padding-top: 270px;
}

.title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 32px;
	text-align: center;
}

.searShow span {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 4px;
}

.searShow p {
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 22px;
	color: #009FE8;
	display: inline-block;
}

.searShow {
	border-bottom: 2px solid #333;
	margin-bottom: 18px;
}

.searchCon {
	font-size: 14px;
	padding-left: 4px;
	letter-spacing: 3px;
	width: 1000px;
	margin: 0 auto 10px;
}

.searchResults {
	width: 1000px;
	margin: 0 auto 30px;
}

.searchInp {
	width: calc(100% - 100px);
	float: left;
}

.searchResults input {
	height: 40px;
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
	border: 0;
	box-sizing: border-box;
}

.searchResults input[type="text"] {
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	display: inline-block;
	background: #eef2f3;
}

.searchSub {
	width: 100px;
	float: right;
	height: 40px;
	border: none;
	background: #0092E5;
	padding: 0;
	cursor: pointer;
}

.searchSub span {
	display: inline-block;
	height: 40px;
	position: relative;
	color: #fff;
	line-height: 40px;
	padding-right: 8px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 700;
}

.searchSub svg {
	width: 18px;
	height: 18px;
	stroke: #fff;
	position: relative;
	top: 4px;
}

.searchList {
	margin: 0 auto 77px;
	width: 1000px;
	border-top: 1px solid #0092E5;
}

.searchList .inner {
	display: block;
	padding: 24px 77px 24px 77px;
	border-bottom: 1px solid rgba(46,108,155,.4);
}

.seaItemTitle {
	font-size: 16px;
	color: #0092E5;
	letter-spacing: 1px;
	margin-bottom: 2px;
	display: inline-block;
}

.searchList .inner a .seaItemTitle {
	text-decoration: underline;
}

.seaItemLink {
	margin-bottom: 12px;
	font-size: 11px;
	color: #777777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 400px;
}

.seaItemCon span {
	float: left;
	display: block;
	width: 73px;
	margin-right: 14px;
}

.seaItemCon span img {
	width: 100%;
	display: block;
}

.seaItemCon p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .9px;
	position: relative;
	top: -3px;
}

.pager {
	text-align: center;
}

.wp-pagenavi {
	padding: 0 110px;
	position: relative;
	display: inline-block;
}

.pager span, .pager a {
	margin: 0 1px;
	display: inline-block;
}

.pager span, .pager a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	transition: background .6s ease,opacity .6s ease;
}

.pager .current {
	font-weight: 700;
	background: #eef2f3;
}

.pager .previouspostslink,
.pager .nextpostslink {
	margin: -5px 35px 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.pager .previouspostslink,
.pager .nextpostslink {
	position: absolute;
	top: 0;
	margin-top: 0;
}

.pager .nextpostslink {
	right: 0;
}

.pager .previouspostslink {
	left: 0;
}

.pager .previouspostslink::after,
.pager .nextpostslink::after {
	position: absolute;
	content: '';
	top: 13px;
	right: 15px;
	width: 15px;
	border-bottom: 1px solid rgb(158, 158, 158);
	border-right: 1px solid rgb(158, 158, 158);
	transform: rotate(135deg);
	height: 15px;
	background-color: #fff;
}

.pager .nextpostslink::after {
	transform: rotate(-45deg);
}

.pager span:hover,
.pager a:hover {
	background: #eef2f3;
	opacity: 1;
}

.pager .current:hover {
	background: #eef2f3;
}

.pager .previouspostslink:hover,
.pager .nextpostslink:hover,
.pager .extend:hover {
	background: transparent;
}

.pager .pages,
.pager .last,
.pager .first {
	display: none;
}

.pager .previouspostslink:hover,
.pager .nextpostslink:hover {
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.searchBox {
		padding-top: 130px;
		margin-bottom: 93px;
	}
	.showC .searchBox {
		padding-top: 245px;
	}

	.search {
		width: auto;
		margin: 0 6%;
	}

	.title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.searShow {
		margin-bottom: 12px;
	}

	.searShow span {
		font-size: 16px;
		letter-spacing: 2px;
	}

	.searShow p {
		padding: 5px;
		font-size: 16px;
	}

	.searchCon {
		width: auto;
		margin: 0 0 10px;
		padding-left: 0;
	}

	.searchResults {
		width: auto;
		margin: 0 0 33px;
	}

	.searchInp {
		width: calc(100% - 80px);
	}

	.searchSub {
		width: 80px;
	}

	.searchSub span {
		padding-left: 5px;
		font-size: 10px;
	}

	.searchSub svg {
		right: 5px;
		width: 15px;
		height: 15px;
	}

	.searchList {
		width: auto;
		margin: 0 0 75px;
	}

	.searchList .inner {
		padding: 21px 0px 13px 10px;
	}

	.seaItemTitle {
		font-size: 14px;
		letter-spacing: .8px;
		margin-bottom: 0px;
	}

	.seaItemLink {
		margin-bottom: 16px;
		margin-right: 0;
	}

	.pager {
		margin: 0 10px;
	}

	.wp-pagenavi {
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}

	.pager span:hover, .pager a:hover {
		background: none;
	}

	.pager .previouspostslink {
		float: left;
	}

	.pager .nextpostslink {
		float: right;
	}

	.pager .previouspostslink,
	.pager .nextpostslink {
		margin: -1px 0 0;
	}

	.pager .previouspostslink:hover, .pager .nextpostslink:hover {
		opacity: 1;
	}

}
