/* CSS Document */
.topBox.classLinkArea .classLinkBox .classLinkList .item, .newsList .Txt span, .newsList .Txt .text, .newsList .Txt, .newsInfoBox .dateBox .year, .newsInfoBox .dateBox .date, .newsInfoBox .dateBox .month:before, .newsInfoBox .dateBox .month, .newsInfoBox .dateBox,
.newsInfoBox .classTitle {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.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;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsInfoBox .dateBox .month {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 400;
  color: #1169aa;
  margin-right: 15px;
  position: relative;
}
.newsInfoBox .dateBox .month:before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #1169aa;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  right: -8px;
  top: 2px;
}
.newsInfoBox .dateBox .date {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 400;
  color: #1169aa;
  margin-right: 15px;
}
.newsInfoBox .dateBox .year {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
  font-weight: 400;
  color: #1169aa;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  line-height: 1px;
  letter-spacing: 0.72px;
  font-weight: 400;
  color: #fff;
  background-color: #1169aa;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .newsList {
    margin: 0;
  }
}
.newsList .newsItem {
  width: 100%;
}
.newsList .newsItem:nth-child(odd) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .newsList .newsItem:nth-child(odd) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsList .newsItem:nth-child(odd) .item .Txt {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media (max-width: 768px) {
  .newsList .newsItem:nth-child(odd) .item .Txt {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.newsList .item {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsList .Img {
  width: 100%;
  max-width: 700px;
}
@media (max-width: 768px) {
  .newsList .Img {
    max-width: 100%;
  }
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  width: 440px;
  height: auto;
  padding: 30px;
  overflow: hidden;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(207, 207, 207, 0.5);
          box-shadow: 0 0 10px rgba(207, 207, 207, 0.5);
}
@media (max-width: 768px) {
  .newsList .Txt {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.newsList .Txt .title {
  margin-top: 10px;
}
.newsList .Txt .title a {
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1.08px;
  font-weight: 500;
  color: #1169aa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .newsList .Txt .title a {
    font-size: 16px;
  }
}
.newsList .Txt .text {
  height: 90px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  font-weight: 400;
  color: #444444;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .newsList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .newsList .Txt .text {
    height: 70px;
  }
}
.newsList .Txt hr {
  width: 50px;
  margin: 15px auto;
}
.newsList .Txt span {
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1.08px;
  font-weight: 500;
  color: #1169aa;
  text-align: center;
}
.newsList .Txt > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.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: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.titleBox .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.96px;
  font-weight: 400;
  color: #1169aa;
}
.titleBox .title:before {
  display: none;
}
.titleBox .bread .wrap {
  padding: 0;
}

.topBoxMobile {
  display: none;
}
@media (max-width: 1023px) {
  .topBoxMobile {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1180px) {
  .topBoxMobile {
    display: block;
  }
}

.classBox {
  width: 100%;
}

.topBox {
  display: block;
  max-width: 1400px;
}
.topBox.classLinkArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .topBox.classLinkArea {
    display: none;
  }
}
.topBox.classLinkArea .classLinkBox {
  width: calc(100% - 130px);
  position: relative;
}
.topBox.classLinkArea .classLinkBox .classLinkList {
  width: 100%;
  padding: 0 60px;
}
.topBox.classLinkArea .classLinkBox .classLinkList .item {
  height: 60px;
  background: #1169aa;
}
.topBox.classLinkArea .classLinkBox .classLinkList .item .Txt,
.topBox.classLinkArea .classLinkBox .classLinkList .item .title {
  width: 100%;
  height: 100%;
}
.topBox.classLinkArea .classLinkBox .classLinkList .item a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1201px) {
  .topBox.classLinkArea .classLinkBox .classLinkList .item:hover {
    background-color: #fff;
  }
  .topBox.classLinkArea .classLinkBox .classLinkList .item:hover a {
    color: #1169aa;
  }
}
.topBox.classLinkArea .controlBox {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.topBox.classLinkArea .controlBox .arrow {
  width: 65px;
  height: 60px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background-color: #1169aa !important;
  pointer-events: auto;
}
@media (min-width: 1201px) {
  .topBox.classLinkArea .controlBox .arrow:hover {
    background-color: #3b8dca !important;
  }
}
.topBox.classLinkArea .controlBox .arrow span svg {
  width: 13px;
  height: 23px;
  color: #fff;
}
.topBox.classLinkArea .controlBox .arrowPrev {
  left: 0;
}
.topBox.classLinkArea .controlBox .arrowNext {
  right: 0;
}

.titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.titleBox .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.96px;
  font-weight: 400;
  color: #1169aa;
}
.titleBox .title:before {
  display: none;
}
.titleBox .bread .wrap {
  padding: 0;
}

.mainArea.active .titleBox .title {
  -webkit-animation: slideUpAnimation 0.8s linear forwards;
          animation: slideUpAnimation 0.8s linear forwards;
}
.mainArea.active .titleBox .title:before {
  display: none;
}

.innerContent .newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.innerContent .newsInfoBox .dateBox .month {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 400;
  color: #444444;
}
.innerContent .newsInfoBox .dateBox .month:before {
  background-color: #444444;
}
.innerContent .newsInfoBox .dateBox .year {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
  font-weight: 400;
  color: #444444;
}
.innerContent .newsInfoBox .dateBox .date {
  font-family: "Inter", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.88px;
  font-weight: 400;
  color: #444444;
}
.innerContent .articleTitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.32px;
  font-weight: 500;
  color: #444444;
}
@media (max-width: 480px) {
  .innerContent .articleTitle {
    font-size: 18px;
    line-height: 1.5;
  }
}