/* ::::::::::  TOP  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
titleArea
========================================================= */
.titleArea .wrapper02 {
  padding-bottom: 0;
}
.titleArea .secTitle02 {
  margin-bottom: 0;
}

/* =========================================================
news
========================================================= */
.newsList {
  margin-left: 140px;
  margin-right: 360px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .newsList {
    margin: 0 0 50px;
  }
}
.newsList .listItem + .listItem {
  margin-top: 50px;
}
.newsList .listItem .inner {
  display: flex;
  gap: 100px;
}
@media (max-width: 767px) {
  .newsList .listItem .inner {
    display: block;
  }
}
.newsList .listItem .inner .textBlock h3 {
  margin-bottom: 15px;
  color: #96863F;
  text-transform: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .newsList .listItem .inner .textBlock h3 {
    margin: 10px 0 10px;
    font-size: 1.8rem;
  }
}
.newsList .listItem .inner .textBlock h3 + p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (any-hover: hover) {
  .newsList .listItem a:hover {
    opacity: 1;
  }
  .newsList .listItem a:hover .textBlock h3 {
    color: #fff;
  }
}

/* ::::::::::  news entry  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
newsEntry
========================================================= */
.newsEntry {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .newsEntry {
    padding-top: 0;
  }
}
.newsEntry .wrapper02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .newsEntry .wrapper02 {
    flex-direction: column;
    padding-top: 35px;
  }
}
.newsEntry .newsTitle {
  width: 59.6%;
  margin-bottom: 100px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .newsEntry .newsTitle {
    width: 95%;
    margin-bottom: 40px;
  }
}
.newsEntry .newsTitle::before {
  top: 0.65em;
  bottom: auto;
}
.newsEntry .newsArticleWrap {
  width: 59.6%;
  padding-left: 140px;
}
@media (max-width: 767px) {
  .newsEntry .newsArticleWrap {
    width: 100%;
    padding-left: 0;
  }
}
.newsEntry .sideMenu {
  width: 29.35%;
  padding-right: 140px;
}
@media (max-width: 767px) {
  .newsEntry .sideMenu {
    order: -1;
    width: 95%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}

.newsArticle .date {
  display: block;
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .newsArticle .date {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.newsArticle figure {
  position: relative;
  margin-block: 65px;
}
@media (max-width: 767px) {
  .newsArticle figure {
    margin-block: 40px 20px;
  }
}
@media (max-width: 767px) {
  .newsArticle figure img {
    object-fit: cover;
    aspect-ratio: 1;
  }
}
.newsArticle figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 70px;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .newsArticle figure figcaption {
    display: none;
  }
}
.newsArticle p + p {
  margin-top: 2em;
}

.arrowWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .arrowWrap {
    margin-top: 50px;
  }
}
.arrowWrap .arrowBtn a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #96863F;
}
.arrowWrap .arrowBtn a .arrow {
  display: block;
  height: 13px;
}
@media (any-hover: hover) {
  .arrowWrap .arrowBtn a:hover {
    opacity: 1;
    color: #fff;
  }
}
.arrowWrap .arrowBtn.prev {
  margin-left: auto;
}
.arrowWrap .arrowBtn.next a .arrow {
  scale: -1 1;
}

.sideMenu h4 {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.sideMenu .latestList {
  line-height: 1.8;
  font-size: 1.4rem;
}
.sideMenu .latestList li + li {
  margin-top: 20px;
}
@media (any-hover: hover) {
  .sideMenu .latestList li a:hover {
    opacity: 1;
  }
  .sideMenu .latestList li a:hover h3 {
    color: #fff;
  }
}
.sideMenu .latestList li h3 {
  text-transform: none;
  color: #96863F;
  transition: all 0.2s;
}
.sideMenu .menuBtn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sideMenu .menuBtn {
    margin-top: 0;
  }
}
.sideMenu .menuBtn a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #96863F;
}
@media (any-hover: hover) {
  .sideMenu .menuBtn a:hover {
    opacity: 1;
    color: #fff;
  }
}
.sideMenu .menuBtn a svg {
  fill: currentColor;
  width: 10px;
  height: 13px;
}
/*# sourceMappingURL=map/news.css.map */
