@charset "UTF-8";

/* news */
.contents_ttl-wrap {
	margin-bottom: 0;
}
.section-wrap {
	margin:0 auto 6.5rem auto;
}
.news_bg{
	padding: 7em 0;
}
.news_bg:nth-of-type(even){
	background-color: #EFEFEF;
}
.news_wrap{
	display: flex;
	gap: 3em;
}
.news_img{
	width: 45%;
	display: flex;
	align-items: center;
}
.news_txt {
	width: 50%;
}
.news_txt h3{
	font-size: 1.2em;
	margin-bottom: 1.5rem;
}
.news_txt time{
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px){
	.news_wrap{
		flex-direction: column;
		gap: 2rem;
	}
	.news_img,.news_txt {
		width: 100%;
	}
}





.news_container {
  margin-bottom: 7em;
  margin-top: 7em;
}

.article_box .post_box .post_dtl {
  border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: baseline;
	padding: 1.5rem 0;
}

.article_box .post_box:first-of-type .post_dtl {
  border-top: 1px solid #dcdcdc;
}

.article_box .post_box .post_dtl .post_time {
  display: block;
  margin-right: 2rem;
}

.article_box .post_box .post_dtl .post_ttl {
  flex: 1 1;
}

.pagination {
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

.pagination ul {
  display: flex;
  align-items: center;
}

.pagination ul li {
  margin: 0 0.5em;
}

.pagination ul li.prev {
  margin-right: 3em;
}

.pagination ul li.next {
  margin-left: 3em;
}

.pagination ul li a {
  color: #a0a0a0;
  display: block;
  padding: 0 0.75em;
  transition: all .5s ease;
}

.pagination ul li.prev a,
.pagination ul li.next a {
  color: #00a63c;
  display: flex;
  align-items: center;
  padding: 0;
}

.pagination ul li.prev a:before,
.pagination ul li.next a:after {
  border-top: 2px solid #00a63c;
  content: "";
  height: 20px;
  width: 20px;
  transition: all .5s ease;
}

.pagination ul li.prev a:before {
  border-left: 2px solid #00a63c;
  transform: rotate(-45deg);
  margin-right: 1em;
  margin-left: 0.2em;
}

.pagination ul li.next a:after {
  border-right: 2px solid #00a63c;
  transform: rotate(45deg);
  margin-left: 1em;
  margin-right: 0.2em;
}

.pagination ul li.current {
  color: #151515;
  cursor: none;
  padding: 0 0.75em;
  pointer-events: none;
}

.pagination ul li a:hover {
  color: #fbb731;
}

.pagination ul li.prev a:hover,
.pagination ul li.next a:hover {
  color: #fbb731;
}

.pagination ul li.prev a:hover:before {
  border-top: 2px solid #fbb731;
  border-left: 2px solid #fbb731;
}

.pagination ul li.next a:hover:after {
  border-top: 2px solid #fbb731;
  border-right: 2px solid #fbb731;
}

.post .article .news_title {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1em;
}

.post .article .news_title .news_hd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.post .article .news_title .news_time {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.5em;
}

.post .article .news_article {
  border-bottom: 1px solid #dcdcdc;
  margin-top: 3em;
  padding-bottom: 3em;
}

.post .article .news_article > p {
  line-height: 2;
}

.post .article .news_article > p:not(:first-of-type) {
  margin-top: 1em;
}
.post .article .news_article > p a {
  color: #00a63c;
  text-decoration: underline;
}
/* .post .article .news_article img {
  width: auto;
} */

.pager {
  font-size: 1.0rem;
  margin-top: 2em;;
}

.pager > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pager > ul li a,
.pager > ul li span {
  color: #00a63c;
  display: flex;
  align-items: center;
  transition: all .5s ease;
}

.pager > ul li a:before,
.pager > ul li a:after,
.pager > ul li span:before,
.pager > ul li span:after  {
  color: #00a63c;
  transition: all .5s ease;
}

.pager > ul li.prev a:before,
.pager > ul li.next a:after,
.pager > ul li.prev span:before,
.pager > ul li.next span:after {
  border-top: 2px solid #00a63c;
  content: "";
  height: 20px;
  width: 20px;
  transition: all .5s ease;
}

.pager > ul li.prev a:before,
.pager > ul li.prev span:before {
  border-left: 2px solid #00a63c;
  transform: rotate(-45deg);
  margin-right: 0.5em;
  margin-left: 0.25em;
}

.pager > ul li.next a:after,
.pager > ul li.next span:after {
  border-right: 2px solid #00a63c;
  transform: rotate(45deg);
  margin-left: 0.5em;
  margin-right: 0.25em;
}

.pager > ul li.summary a i {
  font-size: 2.0rem;
  line-height: 0;
}

.pager > ul li a.current {
  pointer-events: none;
  opacity: 0.3;
}

.pager > ul li a:hover {
  color: #fbb731;
}

.pager > ul li.prev a:hover:before {
  border-top: 2px solid #fbb731;
  border-left: 2px solid #fbb731;
}

.pager > ul li.next a:hover:after {
  border-top: 2px solid #fbb731;
  border-right: 2px solid #fbb731;
}

.pager > ul li.prev span,
.pager > ul li.next span {
  opacity: 0.3;
}

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

.news_container {
  margin-bottom: 3.5em;
  margin-top: 3.5em;
}

.article_box .post_box .post_dtl {
	display: block;
}

.article_box .post_box .post_dtl .post_time {
  margin-bottom: 0.25em;
  margin-right: 0;
}

.pagination {
  font-size: 1.1rem;
  margin-top: 2em;
}

.pagination ul {
  justify-content: space-between;
  width: 100%;
}

.pagination ul li {
  margin: 0;
}

.pagination ul li.prev {
  margin-right: 1em;
}

.pagination ul li.next {
  margin-left: 1em;
}

.pagination ul li.prev a:before,
.pagination ul li.next a:after {
  height: 15px;
  width: 15px;
}

.pagination ul li.prev a:before {
  margin-right: 0.25em;
}

.pagination ul li.next a:after {
  margin-left: 0.25em;
}

.post .article .news_title .news_hd {
  font-size: 1.2rem;
}

.post .article .news_article {
  margin-top: 2em;
  padding-bottom: 2em;
}

.pager > ul li.prev a:before,
.pager > ul li.next a:after,
.pager > ul li.prev span:before,
.pager > ul li.next span:after {
  height: 15px;
  width: 15px;
}

.pager > ul li.summary a i {
  font-size: 1.6rem;
}

.pager > ul li.prev a:before,
.pager > ul li.prev span:before {
  margin-right: 0.25em;
}

.pager > ul li.next a:after,
.pager > ul li.next span:after {
  margin-left: 0.25em;
}

}