/* CSS Document */
.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0 0 10px;
}
.newsInfoBox .dateBox .date {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.newsInfoBox .classTitle {
  color: #867063;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}
.newsList .newsItem {
  width: 33.3333333333%;
  margin: 0;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 1201px) {
  .newsList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .newsList .item:hover .Txt .title a {
    color: #d97721;
  }
}
.newsList .Img {
  width: 100%;
  max-width: 340px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.5s;
  transition-delay: 0s;
}
.newsList .Txt {
  max-width: 340px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
}
.newsList .Txt .title {
  height: 56px;
}
.newsList .Txt .title a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  transition: all 0.5s;
  transition-delay: 0s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsList .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsList .Txt .text {
  height: 48px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
}

.serviceList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}
.serviceList .serviceItem {
  width: 33.3333333333%;
  margin: 0;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .serviceList .serviceItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .serviceList .serviceItem {
    width: 100%;
  }
}
.serviceList .item {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 1201px) {
  .serviceList .item:hover .ImgBox {
    box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  .serviceList .item:hover .ImgBox::before {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
    transition-delay: 0.45s;
    opacity: 1;
  }
  .serviceList .item:hover .ImgBox::after {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    transition-delay: 0.3s;
    opacity: 0.5;
  }
  .serviceList .item:hover .Txt .title a {
    color: #d97721;
  }
}
.serviceList .ImgBox {
  width: 100%;
  border-radius: 40px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.serviceList .ImgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  border-style: solid;
  border-color: #d97721;
  border-width: 4px;
  transition: all 0.8s;
  transition-delay: 0s;
}
.serviceList .ImgBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  border-style: solid;
  border-color: #d97721;
  border-width: 4px;
  transition: all 0.8s;
  transition-delay: 0s;
}
.serviceList .Img {
  width: 100%;
  max-width: 560px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.serviceList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceList .Txt {
  max-width: 560px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
}
.serviceList .Txt .title a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  transition: all 0.5s;
  transition-delay: 0s;
}
.serviceList .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.serviceList .Txt .text {
  height: 48px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
}

.bg {
  width: 100%;
  height: 100%;
  background: url("../images/team_inner_BG.jpg") no-repeat top center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: -99;
}
.bg::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 200px;
  background: #ece9e5;
  border-radius: 0 0 100px 0;
}