.webgene-blog {
	border-top: 1px solid #D8D8D8;
  	margin-top: 50px;
}

#wgc-1726185741320 {
	border-top: none;
}

.post-detail h2.post-ttl {
	position: relative;
  	margin-top: 0;
  	position: relative;
    margin-top: 0;
    background: transparent;
    padding: 17px 0;
    font-size: 30px;
}

.post-detail h2.post-ttl:before {
	position: absolute;
    content: '';
    width: 5%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: -1px;
    border-bottom: 1px solid #9A82D0;
}

.post-detail h2 {
	background: #F3EFF8;
    font-size: 22px;
    padding: 15px 55px;
    position: relative;
  	margin-top: 90px;
  	 margin-bottom: 40px;
}

.post-detail h2:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 70%;
    background: #9A82D0;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.post-detail h3 {
    font-size: 20px;
  	margin-top: 50px;
    margin-bottom: 40px;
    padding: 15px 40px;
    position: relative;
  	border-bottom: 1px solid #D0D0D0;
}

.post-detail h3:before {
	position: absolute;
    content: "";
  	width: 13px;
    height: 13px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(../images/nd-dot.svg);
}

.post-detail h3:after {
	position: absolute;
    content: '';
    width: 5%;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #9A82D0;
}

.post-detail img {
  	margin: 90px auto 50px;
  	width: 80%;
  	display: flex;
}

a.post {
	display: flex;
  	padding: 20px 10px;
    border-bottom: 1px solid #D8D8D8;
  	flex-direction: column;
  	color: #646464;
}
@media screen and (min-width: 768px) {
	a.post {
      padding: 40px 20px;
      flex-direction: row;
  	}
}

.post__header {
	display: flex;
  	width: 30%;
  	align-items: center;
}

.post__date {
	width: 100%;
  	font-size: 14px;
}
@media screen and (min-width: 768px) {
	.post__date {
        width: 50%;
    }
}

.post__tag {
	width: 50%;
  	margin-left: 15px;
}
@media screen and (min-width: 768px) {
	.post__date {
        width: 50%;
      	margin-left: 0;
    }
}

.post__tag span {
	background: #EFEAF7;
    padding: 2px 7px;
	border-radius: 7px;
  	min-width: 80px;
    display: inline-block;
    text-align: center;
  	font-size: 12px;
}

.post__title {
	width: 100%;
  	font-size: 14px;
  	margin-top: 15px;
}
@media screen and (min-width: 768px) {
	.post__title {
        width: 70%;
      	margin-top: 0;
    }
}

#wgc-1723099928472 {
	display: flex;
    gap: 20px;
  	margin-bottom: 90px;
  	flex-direction: column;
}
@media screen and (min-width: 768px) {
  #wgc-1723099928472 {
  	flex-direction: row;
  }
}

#wgc-1723099928472 article {
	display: block;
}
@media screen and (min-width: 768px) {
  #wgc-1723099928472 article {
	display: inline-block;
  }
}

#wgc-1722933106990 {
	border-top: 1px solid #D8D8D8;
}

.news__cat {
	border: 1px solid #D8D8D8;
    background: #FFFFFF;
  	padding: 13px 60px;
  	color: #606060;
  	font-size: 14px;
  	display: block;
  	text-align: center;
}
@media screen and (min-width: 768px) {
  .news__cat {
  	display: inline-block;
  }
}

.post-ttl {
	font-size: 20px;
  	line-height: 1.5;
  	padding: 26px 0;
  	border-bottom: 1px solid #D8D8D8;
}

.news-detail {
	padding-bottom: 130px;
  	border-bottom: 1px solid #9A82D0;
}
@media screen and (min-width: 768px) {
  .news-detail {
  	padding-bottom: 170px;
  }
}

.news-detail-day {
	font-size: 14px;
  	margin-right: 35px; 
}

.news-detail-catBtn {
	font-size: 12px;
  	padding: 2px 12px;
  	border: 1px solid #D8D8D8;
  	background: #fff;
}

.button-wrap--center {
	margin-top: 100px;
}

.news__button {
	background: #E0DEF5;
  	font-size: 16px;
  	color: #464646;
  	border-radius: 50px;
  	padding: 15px 55px;
}

.webgene-pagination {
	font-size: 14px;
}

.webgene-pagination ul {
	display: flex;
  	list-style: none;
  	gap: 10px;
  	padding-inline-start: 0;
  	margin-top: 95px;
	justify-content: center;
  	align-items: center;
}

.webgene-pagination ul .number a {
	width: 30px;
    height: 30px;
    background: #fff;
    color: #424548;
    border-radius: 50px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webgene-pagination ul .number.selected a {
	background: #9A82D0;
  	color: #fff;
}

li.next {
	margin-left: 30px;
  	position: relative;
}

li.prev {
	margin-right: 30px;
  	position: relative;
}

li.next a,
li.prev a{
	color: #424548;
}

li.prev:after {
	position: absolute;
  	content: "";
  	top: -7px;
    left: -50px;
  	background-image: url(../images/page-before.svg);
  	background-size: cover;
  	width: 40px;
  	height: 40px;
}

li.next:after {
	position: absolute;
  	content: "";
  	top: -7px;
    right: -50px;
  	background-image: url(../images/page-next.svg);
  	background-size: cover;
  	width: 40px;
  	height: 40px;
}

.news-box {
  	position: relative;
}

@media screen and (min-width: 768px) {
  .news-box:before {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 100;
      top: -100px;
      left: -200px;
      background-image: url(../images/moza-front-news.png);
      background-size: cover;
  }
  
   .news-box:after {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 100;
      bottom: -150px;
      right: -200px;
      background-image: url(../images/moza-front-news.png);
      background-size: cover;
  }
}