/* CSS Document */
.newsInfoBox .classTitle {
  background: rgba(255, 255, 255, 0.2);
}

.contentBox.insPage {
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .contentBox.insPage {
    padding-bottom: 60px;
  }
}
.contentBox.insPage .btnBox.forInsPage {
  margin-bottom: 50px;
}

.newsInfoBox {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newsInfoBox .dateBox {
  margin-right: 10px;
}
.newsInfoBox .dateBox .date {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsInfoBox .classTitle {
  border-radius: 99px;
  padding: 6px 20px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  border-style: solid;
  border-color: #7f7f7f;
  border-width: 1px;
}

.newsList {
  padding-bottom: 110px;
}
@media (max-width: 1180px) {
  .newsList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsList > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .newsList > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 840px) {
  .newsList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.newsList .item {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #7f7f7f;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .newsList .item:hover .Img {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .newsList .item:hover .Txt .title {
    color: #874ab8;
  }
}
@media (max-width: 1180px) {
  .newsList .item {
    padding: 20px;
    margin: 0;
  }
}
@media (max-width: 840px) {
  .newsList .item .newsInfoBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsList .item .Img {
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  bottom: 50px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .newsList .item .Img {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 840px) {
  .newsList .item .Img {
    margin: 0 auto 20px;
  }
}
.newsList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .item .Txt .title {
  height: 60px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 840px) {
  .newsList .item .Txt .title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .newsList .item .Txt .title {
    font-size: 17px;
  }
}
.newsList .item .Txt .text {
  height: 60px;
  margin-top: 15px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 840px) {
  .newsList .item .Txt .text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .newsList .item .Txt .text {
    height: 42px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.newsList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.articleTitle {
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  line-height: calc(35 / 35);
  letter-spacing: calc(35 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.articleTitle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#c83cff), to(#0eaaee));
  background: linear-gradient(to right, #c83cff 0%, #0eaaee 100%);
  position: absolute;
  top: unset;
  left: 0;
  right: unset;
  bottom: -1px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 740px) {
  .articleTitle {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}