@charset "UTF-8";

.newsList,
.newsDetail{
  padding: 80px 0 0;
}

.l-container{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
.topNews__container{
  display: block;
}
.topNews__articleList{
  width: 100%;
  max-width: none;
}



/* news detail */
.newsContents_mv{
  width: 100%;
  height: 628px;
  background-size: cover;
  background-position: center;
}
.newsContents-inner{
  width: 90%;
  max-width: 1000px;
  margin: -100px auto 0;
  background: #fff;
  padding: 50px 7%;
}
.news_title{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.news_title_sub{
  display: flex;
  padding: 30px 0 70px;
}
.news_title_sub p{
  font-weight: 700;
  padding: 0 25px;
  color: #4e4449;
  line-height: 1;
}
.news_title_sub p:first-of-type{
  padding-left: 0;
  /* border-right: 1px solid #4e4449; */
}

.newsContent h2{
  margin: 0 0 30px;
}
.newsContent p{
  margin: 0 0 30px;
  line-height: 2;
}
.wp-block-image{
  margin: 0 0 30px;
}

.news_bottom{
  margin: 120px 0 140px;
  width: 100%;
}
.news_bottom tr{
  border-bottom: 1px solid var(--color-border);
}
.news_bottom tr:first-of-type{
  border-top: 1px solid var(--color-border);
}
.news_bottom th,
.news_bottom td{
  padding: 20px 0;
}
.news_bottom th{
  width: 156px;
  text-align: left;
}
.news_bottom td{
  width: calc(100% - 156px);
}
.news_bottom td ul{
  display: flex;
  align-items: center;
}
.news_bottom td ul li{
  margin-right: 30px;
}
.news_bottom td ul li a{
  width: 45px;
  display: block;
  transition: .3s;
}
.news_bottom td ul li a:hover{
  opacity: .7;
}

.archive_pagination {
  width: 90%;
  margin: 100px auto 50px;
}

.archive_pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.archive_pagination .page-numbers {
  display: block;
  padding: 8px 14px;
  border: 1px solid var(--color-accent);
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
  color: var(--color-accent);
  text-decoration: none;
  margin: 0 3px 10px;
  transition: .3s;
}
.page-numbers.dots{
  pointer-events: none;
}

.archive_pagination .current {
  background-color: var(--color-accent);;
  color: #fff;
  border-color: var(--color-accent);;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .newsList,
  .newsDetail {
    padding: 106px 0 0;
  }
}


@media screen and (max-width: 767px) {
  .newsContents_mv{
    height: 314px;
  }
  .newsContents-inner{
    padding: 30px 7%;
  }
  .news_title{
    font-size: 24px;
  }
  .news_title_sub{
    padding: 20px 0 50px;
  }

  .news_bottom th{
    width: 75px;
  }
  .news_bottom td{
    width: calc(100% - 75px);
  }
  .news_bottom td ul li{
    margin-right: 15px;
  }
  .news_bottom td ul li a{
    width: 32px;
  }

  .newsContent h2{
    margin: 0 0 20px;
  }
  .newsContent p{
    margin: 0 0 20px;
  }
  .wp-block-image{
    margin: 0 0 20px;
  }

  .news_bottom{
    margin: 60px 0 70px;
  }
}
