@charset "UTF-8";
	
article{
	width: 100%;
}

/*-----------------------------------

	news_block

-----------------------------------*/
#news_block{
	padding: 78px 0 130px;
}
#news_block .bg_w{
	padding: 61px 64px;
	justify-content: flex-start;
	flex-direction: column;
}
#news_block .bg_w a{
	width: 100%;
	transition: 0.3s;
}
#news_block .bg_w a:hover{
	background: #F1F4E0;
}

#news_block .bg_w a .row_box{
	justify-content: flex-start;
	gap: 15px;
	flex-wrap: nowrap;
	padding: 32px 10px;
	
	background-image : linear-gradient(to right, #707070 1px, transparent 3px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#news_block .bg_w a:first-child .row_box{
	background-image : linear-gradient(to right, #707070 1px, transparent 3px),linear-gradient(to right, #707070 1px, transparent 3px);
	background-position: left bottom, left top;
}
#news_block .bg_w .date{
	color: #00A040;
	font-weight: 700;
}

#news_block .pagenation{
	margin: 70px auto 0;
}
#news_block .pagenation .page-numbers{
	gap: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
#news_block .pagenation .page-numbers li{
	width: 40px;
	height: 40px;
}
#news_block .pagenation .page-numbers .page-number,
#news_block .pagenation .page-numbers .page-numbers{
	background: #EAEAEA;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s;
	width: 100%;
    height: 100%;
}
#news_block .pagenation .page-numbers .page-numbers.dots{
	background: none;
}
#news_block .pagenation .page-numbers .page-number:hover{
	opacity: 0.6;
}
#news_block .pagenation .page-numbers .page-number.current,
#news_block .pagenation .page-numbers .page-numbers.current{
	color: #fff;
	background: #00A040;
}
#news_block .pagenation .page-numbers .prev,
#news_block .pagenation .page-numbers .next{
	background: transparent;
}
a.no-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#news_block{
		padding: 60px 0;
	}
	#news_block .bg_w,
	#news_block.detail_block .bg_w{
		padding: 30px!important;
	}
	#news_block .bg_w a .row_box{
		padding: 15px 10px;
		gap: 0;
		align-items: flex-start;
		flex-direction: column;
	}
	#news_block .bg_w a .row_box p{
		font-size: 13px;
	}
	#news_block .pagenation{
		margin: 35px auto 0;
	}
	
	#news_block .pagenation .page-numbers{
		gap: 8px;
	}
	#news_block .pagenation .page-numbers .page-number{
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}


/*
detail_block
*/
#news_block.detail_block{
	padding: 76px 0 112px;
}
#news_block.detail_block .bg_w{
	padding: 77px 119px;
}
#news_block.detail_block .bg_w h1,
#news_block.detail_block .bg_w h2,
#news_block.detail_block .bg_w h3{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px;
	line-height: 1.5;
}
#news_block.detail_block .bg_w .txt h1,
#news_block.detail_block .bg_w .txt h2,
#news_block.detail_block .bg_w .txt h3{
	margin: 40px 0;
}
#news_block.detail_block .bg_w h4{
	font-size: 25px;
	margin: 50px 0 20px;
	position: relative;
	padding-left: 20px;
}
#news_block.detail_block .bg_w h4::before{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 30px;
	background: #00A040;
}
#news_block.detail_block .bg_w h5{
	font-size: 20px;
	margin: 50px 0 20px;
	position: relative;
	padding-left: 25px;
}
#news_block.detail_block .bg_w h5::before{
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 15px;
	height: 15px;
	background: #00A040;
}
#news_block.detail_block .bg_w img{
	display: block;
	margin: 25px 0;
    width: max-content;
    max-width: 100%;
}
#news_block.detail_block .bg_w img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
#news_block.detail_block .bg_w img.alignleft {
	margin-right: auto;
}
#news_block.detail_block .bg_w img.alignright {
	margin-left: auto;
}
#news_block.detail_block .bg_w a{
	display: inline;
	color: #00A040;
	text-decoration: underline;
	transition: 0.3s;
	font-size: 16px;
}
#news_block.detail_block .bg_w a:hover{
	text-decoration: none;
	background: transparent;
	opacity: 0.6;
}
#news_block.detail_block .btn_g{
	margin: 72px auto 0;
}

@media screen and (max-width: 840px){
	#news_block.detail_block .bg_w{
		padding: 77px;
	}
	#news_block.detail_block .bg_w h3{
		font-size: 23px;
		margin-bottom: 20px;
	}
	#news_block.detail_block .bg_w .txt h1,
	#news_block.detail_block .bg_w .txt h2,
	#news_block.detail_block .bg_w .txt h3{
		font-size: 23px;
		margin: 20px 0;
	}
	#news_block.detail_block .bg_w h4{
		margin: 20px 0;
		font-size: 20px;
	}
	#news_block.detail_block .bg_w h5{
		margin: 20px 0;
		font-size: 18px;
	}
	#news_block.detail_block .bg_w h4::before{
		top: 5px;
		height: 25px;
	}
	#news_block.detail_block .bg_w h5::before{
		top: 10px;
		width: 12px;
		height: 12px;
	}
	#news_block.detail_block .bg_w a{
		font-size: 14px;
	}
}
@media screen and (max-width: 640px){
	#news_block.detail_block{
		padding: 60px 0;
	}
	#news_block.detail_block .bg_w h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	#news_block.detail_block .bg_w .txt h1,
	#news_block.detail_block .bg_w .txt h2,
	#news_block.detail_block .bg_w .txt h3{
		font-size: 18px;
		margin: 15px 0 10px;
	}
	#news_block.detail_block .bg_w h4{
		margin: 15px 0 10px;
		font-size: 16px;
		padding-left: 20px;
	}
	#news_block.detail_block .bg_w h5{
		margin: 15px 0 10px;
		font-size: 14px;
		padding-left: 20px;
	}
	#news_block.detail_block .bg_w h4::before{
		top: 0;
		height: 25px;
	}
	#news_block.detail_block .bg_w h5::before{
		top: 7px;
		width: 12px;
		height: 12px;
	}
	#news_block.detail_block .bg_w a{
		font-size: 13px;
	}
	#news_block.detail_block .btn_g{
		margin: 35px auto 0;
	}
}




