body {
  color: #fff;
  background-color: #000;
}
.loading  {
  display: none;
}

.contents-header {
  background-image: url(../image/news/news-bg.jpg);
  height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 30px;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding-inline: 20px;
  }
}

.page-title {
  font-size: 3rem;
  padding-block: 100px;
  text-align: center;
}

.news-info_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px #000;
          box-shadow: 0px 3px 6px #000;
  border-radius: 10px;
  color: #000;
  font-size: 0.9rem;
  margin: 5rem 0 3rem 0;
}

.news-info_wrapper.--front {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news-info_wrapper.--front {
    margin-top: 30px;
  }
}

.news-row_wrapper {
  border-bottom: 1px solid #999;
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .news-row_wrapper {
    grid-template-columns: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.news-row_wrapper:last-child {
  border-bottom: none;
}

.news-date_wrapper {
  display: grid;
  grid-template-columns: 200px 120px;
}
@media screen and (max-width: 767px) {
  .news-date_wrapper {
    grid-template-columns: 45% 1fr;
  }
}

.news,
.exhibition,
.media {
  border: 1px solid #964866;
  color: #964866;
  border-radius: 25px;
  width: 100px;
  display: grid;
  place-items: center;
}

.exhibition {
  border: 1px solid #54943f;
  color: #54943f;
}

.media {
  border: 1px solid #1d4790;
  color: #1d4790;
}

.news-date {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  .news-date {
    padding: 10px 10px 10px 20px;
    font-weight: 600;
  }
}

.news-classification {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .news-classification {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.news-content {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .news-content {
    padding: 0px 20px 10px 20px;
  }
}
.news-content a {
  color: #000;
}

.pagination-area {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.pagination {
  display: inline-block;
  font-size: 0.8rem;
  margin: 0 auto;
  text-align: center;
}

.pagination a, .pagination .current {
  color: #fff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination .current {
  background-color: #4c60af;
  color: #fff;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: rgb(156, 192, 215);
  border-radius: 5px;
}

.parallax-n1 {
  top: 250px;
  left: 10px;
}

.parallax-n2 {
  top: 390px;
  left: 30px;
}

.parallax-n3 {
  top: 850px;
  left: 5px;
}

.parallax-n4 {
  top: 530px;
  left: 55px;
}

.parallax-n5 {
  top: 680px;
  left: 20px;
}

/* new detail */
.news-detail {
  min-height: 500px;
}

.post-title {
  padding: 0 0 0 2rem;
}

.post-date,
.post-content {
  padding: 0 0 3rem 2rem;
}

.post-category {
  margin: 5rem 0 1rem 2rem;
  display: inline-grid;
}

.news-navigation {
  text-align: center;
  margin: 3rem 0;
  color: #fff;
}
.news-navigation a {
  color: #fff;
  font-size: 0.9rem;
}
