/* CSS Document */
.mainArea {
  padding: 18px 0 0;
}
@media (max-width: 1023px) {
  .mainArea {
    padding: 60px 0 0;
  }
}
.mainArea .classBox {
  max-width: 987px;
  margin: 20px auto 41px;
}
@media (max-width: 1023px) {
  .mainArea .classBox {
    margin-top: 0;
  }
}
.mainArea .wrap {
  max-width: 1535px;
}
.mainArea.ins {
  padding: 65px 0 19px;
}
@media (max-width: 1023px) {
  .mainArea.ins {
    padding: 60px 0 19px;
  }
}
.mainArea.ins .wrap {
  max-width: 1620px;
}
.mainArea.ins .contentBox .textEditor {
  letter-spacing: 0.17px;
  line-height: 1.5;
}
.mainArea.ins .contentBox:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mainArea.ins .contentBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}

.contentBox:not(.show) .topClass {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.contentBox:not(.show) .classNote {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.contentBox.show .topClass {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}
.contentBox.show .classNote {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s;
}

@media (min-width: 1024px) {
  .sideShare {
    top: 19px;
  }
}

@media (min-width: 1501px) {
  .newsBox {
    max-width: 1389px;
    margin: 0 auto;
  }
}
.newsBox:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -49px;
}
@media (max-width: 1023px) {
  .newsList {
    margin: 0 -15px;
  }
}
.newsList .newsItem {
  width: 50%;
  padding: 0 49px 36px;
}
@media (max-width: 1023px) {
  .newsList .newsItem {
    padding: 0 15px 36px;
  }
}
@media (min-width: 641px) {
  .newsList .newsItem:nth-last-of-type(1), .newsList .newsItem:nth-last-of-type(2) {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  padding: 20px 0px;
}
.newsList .imgBox {
  position: relative;
  min-height: 60px;
}
.newsList .imgBox .classTitle {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
  background-color: #c06870;
  color: #fff;
  max-width: calc(100% - 50px);
  z-index: 1;
  padding: 2px 13px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .newsList .imgBox .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .newsList .imgBox .classTitle {
    top: 15px;
    right: 15px;
    max-width: calc(100% - 30px);
  }
}
.newsList .Img {
  width: 100%;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.newsList .Txt {
  padding: 19px 0 0;
  overflow: hidden;
}
.newsList .Txt .title {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
  letter-spacing: -0.6px;
  margin-bottom: 8px;
}
.newsList .Txt .title a {
  display: block;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .newsList .Txt .title a {
    font-size: 16px;
  }
}
.newsList .Txt .text {
  height: 60px;
  color: #656565;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  letter-spacing: 0.15px;
}
@media (max-width: 1500px) {
  .newsList .Txt .text {
    font-size: 14px;
  }
}
.newsList .Txt .btnBox {
  margin-top: 33px;
}

.articleTitle {
  letter-spacing: -0.9px;
  font-weight: 400;
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .articleTitle {
    margin-bottom: 0;
  }
}