.newscenterBox .newscenterItem .Img .imgText, .newscenterBox .newscenterItem .Img::after, .contentBox .rightBox {
  transition: all 0.5s ease-in-out;
}

body.newscenterPage .outerWrap {
  overflow-x: clip;
  overflow-y: clip;
}

.contentBox {
  display: grid;
  grid-template-columns: 0.9fr 3.1fr;
}
@media (max-width: 1180px) {
  .contentBox {
    grid-template-columns: minmax(0, 1fr);
  }
}
.contentBox.single, .contentBox.compare {
  grid-template-columns: minmax(0, 1fr);
}
.contentBox .topBox .newsInfoBox {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .contentBox .topBox .newsInfoBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.contentBox .leftBox {
  padding: 0 62px 0 0;
  align-self: start;
}
@media (min-width: 1181px) {
  .contentBox .leftBox {
    position: sticky;
    top: 130px;
  }
}
@media (min-width: 1441px) {
  .contentBox .leftBox {
    top: 150px;
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
    position: static;
    top: auto;
  }
}
.contentBox .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}
.contentBox .rightBox .classNote {
  padding: 0 0 15px 0;
}

.newscenterBox {
  position: relative;
  width: 100%;
}
.newscenterBox .newscenterList {
  display: flex;
  flex-wrap: wrap;
}
.newscenterBox .newscenterItem {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  padding: 0 20px 30px;
}
@media (max-width: 1180px) {
  .newscenterBox .newscenterItem {
    width: 50%;
    padding: 0 20px 30px;
  }
}
@media (max-width: 640px) {
  .newscenterBox .newscenterItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
.newscenterBox .newscenterItem .item {
  position: relative;
  width: 100%;
}
@media (min-width: 1181px) {
  .newscenterBox .newscenterItem .item:hover .Img::after {
    opacity: 1;
  }
  .newscenterBox .newscenterItem .item:hover .Img .imgText {
    opacity: 1;
  }
}
.newscenterBox .newscenterItem .Img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 405px;
  height: auto;
  aspect-ratio: 405/285;
  margin: 0 auto;
  border: 1px solid hsla(0, 0%, 60%, 0.5);
  overflow: hidden;
}
.newscenterBox .newscenterItem .Img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(0, 168, 77, 0.9);
  opacity: 0;
  z-index: 1;
}
.newscenterBox .newscenterItem .Img .imgText {
  pointer-events: none;
  color: #fff;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.newscenterBox .newscenterItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.newscenterBox .newscenterItem .Txt {
  position: relative;
  padding: 30px 0 0;
}
.newscenterBox .newscenterItem .textBox .title {
  color: #000000;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.65;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscenterBox .newscenterItem .textBox .text {
  color: #666666;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.9px;
  padding-top: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscenterBox .newscenterItem .newscenterInfoBox .dateBox {
  padding-top: 40px;
}
.newscenterBox .newscenterItem .newscenterInfoBox .dateBox .date {
  color: #00614f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
.newscenterBox .newscenterItem .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.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: 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;
  }
}