/* CSS Document */
.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  background-color: #b99c60;
  color: #fff;
}

.ib_news_002 .newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ib_news_002 .newsList .newsItem {
  width: calc(33.3333333333% - 50px);
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .newsItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .ib_news_002 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_002 .newsList .Img {
  margin-bottom: 20px;
}
.ib_news_002 .newsList .Img img {
  max-width: 100%;
}
.ib_news_002 .newsList .Txt {
  overflow: hidden;
  margin-bottom: 40px;
}
.ib_news_002 .newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f;
}
@media (max-width: 700px) {
  .ib_news_002 .newsList .Txt .title {
    font-size: 18px;
  }
}
.ib_news_002 .newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.ib_news_002 .newsList .Txt .text {
  margin-top: 7px;
  color: #797979;
  line-height: 1.8;
  font-size: 16px;
  height: 60px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}