#kkpager {
	clear: both;
	color: #999;
	font-size: 13px;
}

#kkpager a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 50%;
	margin: 0px 10px;
	text-decoration: none;
	color: #5D5D5D;
	border: 1px solid #CFCFCF;
}

#kkpager span.disabled {
	color: #DFDFDF;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0px 10px;
	border-radius: 50%;
	text-decoration: none;
	border: 1px solid #CFCFCF;
}

#kkpager span.curr {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 0px 10px;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	background: #333;
}

#kkpager a:hover {
	color: #333;
	border: 1px solid #3E3E3E;
}

#kkpager_gopage_wrap {
	position: relative;
	left: 0px;
	top: 0px;
}

#kkpager_btn_go {
	width: 44px;
	height: 24px;
	border: 0px;
	overflow: hidden;
	line-height: 140%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	background-color: #4f88e1;
	color: #FFF;
	position: absolute;
	left: 0px;
	*top: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
}

#kkpager_btn_go_input {
	width: 36px;
	height: 21px;
	color: #999;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid #DFDFDF;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	left: 0px;
	top: 0px;
	*top: 2px;
	outline: none;
}

#kkpager_btn_go_input.focus {
	border-color: #4f88e1;
}

#kkpager .pageBtnWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#kkpager .infoTextAndGoPageBtnWrap {
	float: right;
	right: 27px;
	position: relative;
}

#kkpager .spanDot {
	float: left;
	margin-right: 5px;
}

#kkpager .currPageNum {
	color: #4f88e1;
}

#kkpager .infoTextAndGoPageBtnWrap {
	padding-top: 5px;
	font-size: 15px;
}

@media screen and (max-width:769px) {
	#kkpager a {
		width: 8vw;
		height: 8vw;
		line-height: calc(8vw - 2px);
		font-size: 5vw;
		margin: 0px 2vw;
	}
	#kkpager span.disabled {
		width: 8vw;
		height: 8vw;
		line-height: calc(8vw - 2px);
		font-size: 5vw;
		margin: 0px 2vw;
	}
	#kkpager span.curr {
		width: 8vw;
		height: 8vw;
		margin: 0px 2vw;
		line-height: calc(8vw - 2px);
		font-size: 5vw;
	}
}