@charset "utf-8";

/* archive */
.news_search{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding:20px;
	margin-bottom:40px;
	background:#F1F5F2;
	border-radius:5px;
}
.news_cat_list{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:15px 30px;
	padding:0;
	margin:0;
}
.news_cat_item{
	list-style:none;
	margin:0;
	font-size:1.5rem;
	font-weight:500;
	letter-spacing:0.9px;
	line-height:2.2rem;
}
.news_cat_link{
	display:block;
	position:relative;
	padding-left:25px;
	color:#333 !important;
	text-decoration:none !important;
}
.news_cat_link::before, .news_cat_link::after{
	content:'';
	position:absolute;
	top:3px;
	bottom:0;
	margin:auto;
	border-radius:50%;
}
.news_cat_link::before{
	left:0;
	width:20px;
	height:20px;
	background:#fff;
	border:1px solid #ccc;
}
.news_cat_link:hover::before{border-color:#338633;}
.on .news_cat_link::before{border-color:#338633;}
.news_cat_link::after{
	left:5px;
	width:10px;
	height:10px;
	background:#fff;
}
.news_cat_link:hover::after{background:#338633;}
.on .news_cat_link::after{background:#338633;}
.select_box div{
	position:relative;
	width:195px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
}
.select_box div::after{
	content:'';
	position:absolute;
	top:0;
	right:18px;
	bottom:0;
	width:8px;
	height:5px;
	margin:auto;
	border-top:5px solid #333;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
}
.select_cat{display:none;}
.select_item{
	display:block;
	width:100%;
	padding:14px 45px 14px 18px;
	background:#fff;
	color:#333 !important;
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:0.84px;
	line-height:2rem;
	cursor:pointer;
}

.wp-pagenavi{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.page, .current, .first, .last{
	display:flex;
	align-items:center;
	justify-content:center;
	width:45px;
	height:45px;
	padding:0 0 2px;
	margin:0 5px;
	border:1px solid #E6E6E6;
	border-radius:50%;
	color:#333 !important;
	font-size:1.5rem;
	font-weight:500;
	letter-spacing:0.3px;
	line-height:1.9rem;
	text-decoration:none !important;
	transition:background 0.3s, border 0.3s, color 0.3s;
}
.page:hover, .first:hover, .last:hover{
	background:#338633;
	border-color:#338633;
	color:#fff !important;
}
.current{
	background:#338633;
	border-color:#338633;
	color:#fff !important;
}
.extend{
	margin:0 15px;
	font-size:1.5rem;
	letter-spacing:0.3px;
	line-height:2.1rem;
}
.previouspostslink, .nextpostslink{
	position:absolute;
	top:11px;
	color:#333 !important;
	font-size:1.4rem;
	letter-spacing:0.84px;
	line-height:2rem;
}
.previouspostslink{left:0;}
.nextpostslink{right:0;}
.previouspostslink:hover, .nextpostslink:hover{text-decoration:none !important;}


/* single */
.single_news .content_area{padding-top:100px;}
.content_box{
	max-width:900px;
	margin:auto;
}
.content_box .news_info{
	width:auto;
	margin-bottom:40px;
	font-weight:500;
}
.content_box .news_date{
	width:auto;
	margin-right:50px;
}
.content_box .news_date::after{right:-26px;}
.news_btn{
	margin-top:45px;
	text-align:center
}


@media screen and (min-width:768px) and (max-width:1024px){

/* archive */
.news_cat_list{gap:15px 20px;}
.news_cat_item{
	font-size:1.4rem;
	letter-spacing:0.84px;
	line-height:2rem;
}
.news_cat_link::before, .news_cat_link::after{top:1px;}


/* single */
.single_news .content_area{padding-top:75px;}
.content_box .news_info{margin-bottom:35px;}
.news_btn{margin-top:40px;}

}


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

/* archive */
.news_search{display:block;}
.news_cat_list{display:none;}
.select_box{
	display:flex;
	gap:20px;
}
.select_box div{width:100%;}
.select_cat{display:block;}

.extend{margin:0 5px;}


/* single */
.single_news .content_area{padding-top:50px;}
.content_box .news_info{margin-bottom:25px;}
.content_box .news_date{margin-right:40px;}
.content_box .news_date::after{right:-20px;}
.news_btn{margin-top:35px;}

}


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

/* archive */
.select_box{display:block;}
.select_cat{margin-bottom:10px;}

}


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

/* archive */
.wp-pagenavi{padding-bottom:40px;}
.previouspostslink, .nextpostslink{
	position:absolute;
	top:auto;
	bottom:0;
}

}