article.readContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

article.readContent .content img {
  width: 100%;
}

.articleImg {
  width: 1000px;
  height: 530px;
  margin-top: 120px;
  margin-bottom: 87px;
}

.articleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.title {
  font-size: 1.8em;
  font-weight: 500;
  color: var(--text-gray);
  margin: 0;
  font-family: 'Noto Serif TC', serif;
}

.info {
  color: var(--text-gray);
}

article.readContent .hrLine {
  width: 200px;
  height: 2px;
  margin: 2em;
}

.dateTime {
  color: var(--mainColor);
  margin: 0;
}

.readContent .content {
  margin-top: 3em;
  margin-bottom: 160px;
  max-width: 80%;
  line-height: 2em;
}

.readContent .content p {
  text-align: justify;
}

.readContent .content p span {
  color: var(--text-gray);
  line-height: 2em;
}

.moreArticleTitle {
  background: #f5f3f0;
  font-size: 1.8em;
  color: var(--mainColor);
  font-weight: 500;
  padding: 85px 0 60px 0;
  margin: 0;
  text-align: center;
  font-family: 'Noto Serif TC', serif;
}

.moreArticle {
  display: flex;
  justify-content: space-around;
  padding-bottom: 85px;
  background: #f5f3f0;
}

.moreArticle a {
  text-decoration: none;
}

.moreArticle article {
  max-width: 560px;
}

.moreArticle article .caseImg {
  width: 560px;
  height: 259px;
}

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

.moreArticle  .hrLine {
  width: 30%;
  height: 2px;
}

@media screen and (max-width: 1024px) {
  .moreArticleTitle {
    padding: 60px 0 !important;
  }
  .moreArticle {
    flex-direction: column;
    align-items: center;
  }
  .moreArticle a {
    margin-bottom: 2em !important;
    padding: 0 2em !important;
  }
  .moreArticle a:last-child {
    margin-bottom: 0 !important;
  }
  .moreArticle article .caseImg {
    width: 100% !important;
    height: 218px !important;
  }
}

@media screen and (max-width: 820px) {
  .articleImg {
    width: 750px;
    height: 398px;
  }
  
}

@media screen and (max-width: 768px) {
  .articleImg {
    width: 600px;
    height: 318px;
  }
  
}


@media screen and (max-width: 428px) {
  article.readContent {
    width: 100% !important;
    padding: 0 2em;
  }
  #content .readContent .articleImg {
    width: 100% !important;
  }
  .articleImg img {
    height: 218px !important;
  }
  .articleImg {
    height: 218px !important;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  p.title {
    font-size: 27px !important;
    width: 100%;
  }
  .hrLine {
    width: 200px !important;
  }
  .dateTime {
    font-size: 15px !important;
  }
  .readContent .content {
    margin-top: 2em !important;
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 414px) {
  .articleImg img {
    height: 214px !important;
  }
  .articleImg {
    height: 214px !important;
  }
  .moreArticle article .caseImg {
    height: 214px !important;
  }
}

@media screen and (max-width: 375px) {
  .articleImg img {
    height: 190px !important;
  }
  .articleImg {
    height: 190px !important;
  }
  .moreArticle article .caseImg {
    height: 190px !important;
  }
}

@media screen and (max-width: 360px) {
  .articleImg img {
    height: 181px !important;
  }
  .articleImg {
    height: 181px !important;
  }
  .moreArticle article .caseImg {
    height: 181px !important;
  }
}






