.wp-post-navigation {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
}
.wp-post-navigation div{
	display: block;
	width: 450px;
	position: relative;
	font-size: 14px;
	color: #999;
	min-height: 26px;
}
.wp-post-navigation-pre{
	float: left;
	line-height: 16px;
	padding-left: 40px;
}
.wp-post-navigation-next{
	float: right;
	text-align: right;
	line-height: 16px;
	padding-right: 40px;
	
}
.wp-post-navigation > div > a > span{
	font-size: 26px;
}
.wp-post-navigation div a:after {
	/*position: absolute;
	
	font-size: 30px; */
	margin-top: -11px;
	height: 22px;
	line-height: 22px;
	top: 34%;
	color: #ccc;
}
.wp-post-navigation div a:before {
	
	font-size: 12px;
    color: #ccc;
	margin-top: -11px;
	margin-bottom: 30px;
	height: 50px;
	line-height: 22px;
	top: 34%;
}
/*   -- 암보이게 */
/* .wp-post-navigation-pre a:after {
	content: '<';
	left: 0;
} */
.wp-post-navigation-pre a:before {
	font-size: 12px;
	content: '< 이전글 '; 
	padding-right: 40px;

	left: 20;
}
/*   -- 암보이게 */
/* .wp-post-navigation-next a:before {
	content: '다음글 >'; 
	padding-right: 40px;

	right: 20;
}*/

 .wp-post-navigation-next a:before {
	 font-size: 12px;
	content: '다음글 >'; 
	 padding-right: 40px;
		right: 0;
} 

/*   -- 암보이게 */
.wp-post-navigation-pre-1{
	float: left;
	line-height: 16px;
	padding-left: 5px;
}
.wp-post-navigation-next-1{
	float: right;
	text-align: right;
	line-height: 16px;
	padding-right: 75px;
}

@media screen and (max-width: 1000px){
	

	.wp-post-navigation > div > a > span{
	font-size: 10px;
}
	.wp-post-navigation div{
	display: block;
	width: 150px;
	position: relative;
	font-size: 10px;
	color: #999;
	min-height: 26px;
}
	/* 좌우로 벌려주는 */
	.wp-post-navigation-pre{
	
	padding-left: 5px;
	margin-right: 10px;
}
.wp-post-navigation-next{
	text-align: left;
	padding-right: 5px;
	
}
	.wp-post-navigation-pre a:after {
	display: none!important;
}
 .wp-post-navigation-next a:after {
	display: none!important;
} 	 
	.wp-post-navigation-pre a:before {
	font-size: 12px;
	content: ' 이전글 '; 
	padding-left: 0px;
	padding-right: 400px;

	left: 20;
}
.wp-post-navigation-next a:before{
	content: '다음글 '; 
	text-align: right!important;
	padding-right: 300px;
	

	right: 20;
}
}