/* CSS Document */
.mainArea .wrap {
  padding-top: 55px;
}
.mainArea .wrap.medium {
  padding-top: 0;
}
.mainArea .wrap > .titleBox .title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.5px;
  margin-bottom: 3px;
}
.mainArea .wrap > .titleBox .decoTitle {
  color: #b00e2f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 480px) {
  .mainArea .wrap > .titleBox .title {
    font-size: 32px;
  }
  .mainArea .wrap > .titleBox .decoTitle {
    font-size: 28px;
  }
}

.ib_news_003 .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.ib_news_003 .newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 0 5px;
  color: #850c1a;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
}
.ib_news_003 .newsInfoBox .dateBox .day {
  font-size: 24px;
  font-weight: 700;
  color: #b00e2f;
  line-height: 1;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
}
.ib_news_003 .newsInfoBox .dateBox .yearMonth {
  font-weight: 400;
  color: #850c1a;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: "Anton", "Microsoft JhengHei", sans-serif;
}
.ib_news_003 .newsInfoBox .dateBox,
.ib_news_003 .newsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_news_003 .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  font-weight: 400;
  color: #850c1a;
}
.ib_news_003 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.ib_news_003 .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .ib_news_003 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .ib_news_003 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_003 .newsList .item {
  padding: 20px 0px;
}
@media (min-width: 1181px) {
  .ib_news_003 .newsList .item:hover .Img {
    -webkit-box-shadow: 12px 10px 15px 0px rgba(133, 12, 26, 0.5);
            box-shadow: 12px 10px 15px 0px rgba(133, 12, 26, 0.5);
  }
}
.ib_news_003 .newsList .Img {
  width: 100%;
  margin-right: 10px;
  -webkit-box-shadow: 12px 10px 15px 0px rgba(133, 12, 26, 0.2);
          box-shadow: 12px 10px 15px 0px rgba(133, 12, 26, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ib_news_003 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_003 .newsList .Txt {
  padding: 15px 0;
  overflow: hidden;
}
.ib_news_003 .newsList .Txt .title a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #b00e2f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_news_003 .newsList .Txt .title a {
    font-size: 22px;
  }
}
@media (min-width: 1181px) {
  .ib_news_003 .newsList .Txt .title a:hover {
    color: #e2302a;
  }
}
.ib_news_003 .newsList .Txt .text {
  height: 60px;
  color: #850c1a;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .ib_news_003 .newsList .Txt .text {
    font-size: 15px;
  }
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}