.readContent {
  width: 70%;
  margin: 0 auto;
}

.readContent img {
  width: 100%;
}

.readContent .title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 600;
}

.readContent .dateTime {
  color: var(--mainColor);
  text-align: center;
  font-size: 1rem;
  line-height: 1.2em;
}

.readContent .articleImg {
  position: relative;
}

.w7 {
  width: 70%;
  margin: 1em auto;
}

.readContent .content {
  font-size: 0.9rem;
  line-height: 2rem;
}

.articles {
  padding: 5em 0;
  margin-top: 5rem;
}

/* moreArticle */
.moreArticle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5em 0;
  margin-top: 5rem;
  
}

/* .moreArticle > article {
  --articleWidth: 400px;
  --articleHeight: 224px;
  width: var(--articleWidth);
} */

.moreArticle > article img {
  width: var(--articleWidth);
  height: var(--articleHeight);
  
}

.buildingInfo {
  margin: 0;
}

article .title {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0.5em 0;
}

article .info > span {
  font-size: 0.9rem;
  line-height: 2rem;
  margin: 1em 0;
  display: inline-block;
}

article .info p {
  font-size: 0.75rem;
  line-height: 1.2em;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

article .info p > * {
  color: var(--mainColor);
}

#building .decoration{
  top: 0;
}

.buildingBg {
  top: unset;
  bottom: 0;
  height: 460px;
}

.newsRead {
  margin-bottom: 5em;
}

.decoration h2 {
  font-size: 1.96rem; /* 延伸閱讀放大 */
}

/* 滑鼠放大效果 */
.moreArticle article .caseImg {
  overflow: hidden;
}

.moreArticle article .caseImg a > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.noblehall {
  position: absolute;
  left: 0;
}

.moreArticle article .caseImg a > img {
  transition: transform 2s, opacity 1.5s ease-in-out;
  transform-origin: center center;
}

.moreArticle article .caseImg:hover img {
  opacity: 0.8;
  transform: scale(1.3);
}

.moreArticle article .caseImg a {
  position: relative;
  height: 100%;
  display: block;
}

.moreArticle article .caseImg:hover a .demo-gallery-poster {
  position: absolute;
  top: 50%;
  left: 50%;
}

.moreArticle article .caseImg:hover a .demo-gallery-poster img {
  filter: brightness(100%);
}

.read {
  display: none;
}

.newsRead video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .moreArticle {
    flex-direction: column;
  }
  .readContent {
    width: 80%;
  }
  .moreArticle > article {
    margin: 3.5em;
  }
}

@media screen and (max-width: 1000px) {
  .decoration h2 {
    font-size: 1.45rem;
  }
}

@media screen and (max-width: 850px) {
  .decoration h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 750px) {
  .moreArticle > article {
    --articleWidth: 160px;
    --articleHeight: 89.6px;
  }
  .moreArticle {
      justify-content: space-around;
  }
  .buildingBanners img {
    content: url('../../main/img/bn/bn03.jpg');
  }
  
  .newsBanner img {
    content: url('../../main/img/bn/bn05.jpg');
  }
  .decoration {
    display: none;
  }
  .read {
    display: block;
    width: 100%;
    padding: 2em 40% 0 20%;
    background: var(--bg-gray);
    margin-top: 2em;
  }
  .moreArticle {
    margin-top: 0;
    padding-top: 0;
    background: var(--bg-gray);
  }
}


@media screen and (max-width: 750px) {
  .moreArticle > article {
    width: 80%; /* pdf手機版 與上方圖文同大小  */
    margin: auto;
  }
  .readContent {
    width: 80%;
  }
  .moreArticle {
      justify-content: space-around;
      justify-content: center; 
      align-items: center; 
      flex-direction: column;
  }
  .moreArticle > article {
    margin: 3.5em;
  }
  .moreArticle article .caseImg {
    width: 100%;
  }
  
  #building .decoration{
    left: 45%; /* 延伸閱讀置中 */
  }
  
  .decoration h2 {
    font-size: 1.4rem;
  }
}

