@charset "UTF-8";
/* CSS Document */
.bannerArea .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 25px 34px;
}
.bannerArea .titleBox {
  padding-bottom: 32px;
  margin-bottom: 18px;
}
.bannerArea em {
  font-size: 18px;
}
.bannerArea h1 {
  color: #7c9f4d;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
}
.bannerArea p {
  color: #808080;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1200px) {
  .bannerArea .Txt {
    padding: 10px 25px;
  }
  .bannerArea .titleBox {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bannerArea em {
    font-size: 16px;
  }
  .bannerArea h1 {
    font-size: 30px;
  }
  .bannerArea p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .bannerArea .titleBox::before {
    content: none;
  }
  .bannerArea h1 {
    font-size: 28px;
  }
  .bannerArea p {
    display: none;
  }
}

.mainArea {
  background-color: #ececec;
}
@media (min-width: 1201px) {
  .mainArea.ins .contentBox {
    padding-top: 50px;
  }
}

.classRowBox > ul {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .mClassLink {
    margin-bottom: 35px;
  }
}

.classNote {
  font-size: 17px;
  margin-bottom: 10px;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 25%;
  padding: 15px;
  overflow: initial;
}
@media (max-width: 1200px) {
  .newsList .newsItem {
    width: 33.3333%;
  }
}
@media (max-width: 960px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1201px) {
  .newsList .item:hover .Img::before {
    top: 50%;
  }
  .newsList .item:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newsList .Img {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.newsList .Img:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #7c9f4d;
  transition: all 0.4s ease;
}
.newsList .Img img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.newsList .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #fff;
  padding: 23px 30px 30px;
}
.newsList .date {
  color: rgba(47, 47, 47, 0.6);
  font-size: 18px;
  font-family: "STIX Two Text";
  letter-spacing: 0.5px;
}
.newsList .newIcon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #7c9f4d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
.newsList .newIcon::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(100% + 9px);
  width: 30px;
  height: 2px;
  background-color: #7c9f4d;
}
.newsList h3 {
  width: 100%;
  max-height: 50px;
  margin: 15px 0 5px;
}
.newsList h3 a {
  color: #272727;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.newsList p {
  width: 100%;
  max-height: 52px;
  color: #6d6d6d;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.8px;
}

/*內頁*/
/****分享*****/
.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: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px dashed #b6b6b6;
}
.titleArea .newIcon {
  display: inline-block;
  font-size: 14px;
  padding: 4px 6px;
  margin-right: 5px;
}
.titleArea h2 {
  font-size: 19px;
  font-weight: 400;
  color: #272727;
  overflow: hidden;
  padding-top: 10px;
}
.titleArea strong {
  color: rgba(47, 47, 47, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}