@charset "UTF-8";
.newsDetail {
  width: 100%;
}
.newsDetail .main-nav {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.newsDetail .back-top {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
.newsDetail .back-top:hover {
  -webkit-transform: translateX(-50%) translateY(-8px);
      -ms-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}
.newsDetail .article-box {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .article-box {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .newsDetail .article-box {
    padding-top: 10px;
  }
}
.newsDetail .relate-more {
  margin-bottom: 0;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .newsDetail .relate-more {
    margin-top: 70px;
  }
}
.newsDetail .read-more {
  position: relative;
  width: 100%;
  margin: 170px 0 0 0;
  background-color: #fafafa;
  min-height: 250px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more {
    margin: 120px 0 0 0;
  }
}
.newsDetail .read-more .wrap {
  width: 100%;
  overflow: hidden;
}
.newsDetail .read-more .read-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .read-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsDetail .read-more .info {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info {
    width: 100%;
  }
}
.newsDetail .read-more .info::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.newsDetail .read-more .info::before {
  color: #ffffff;
  font-size: 3.125rem;
  position: absolute;
  top: 40px;
  opacity: 0.6;
  z-index: 55;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info::before {
    font-size: 2.5rem;
    top: 35px;
  }
}
.newsDetail .read-more .info .txt-box {
  width: 100%;
  max-width: 420px;
  position: relative;
}
.newsDetail .read-more .info .label {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.5rem;
  color: #bdbcbc;
  white-space: nowrap;
  position: absolute;
  top: -90px;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info .label {
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  .newsDetail .read-more .info .label {
    font-size: 2rem;
    top: -57px;
  }
}
.newsDetail .read-more .info .title {
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #1dc06a;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info .title {
    font-size: 2.25rem;
    margin-bottom: 10px;
  }
}
.newsDetail .read-more .info .content {
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .newsDetail .read-more .info .content {
    font-size: 1.25rem;
  }
}
.newsDetail .read-more .info.prev-info {
  min-height: 250px;
  padding: 100px 140px 55px 55px;
  background-color: #535353;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsDetail .read-more .info.prev-info::before {
  content: "PREV";
  left: 20px;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info.prev-info::before {
    left: 30px;
  }
}
.newsDetail .read-more .info.prev-info::after {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(255, 255, 255, 0.2)), to(transparent));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 80%, transparent 100%);
  -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);
}
.newsDetail .read-more .info.prev-info:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info.prev-info {
    padding: 70px 30px 30px 30px !important;
  }
}
.newsDetail .read-more .info.prev-info .txt-box {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info.prev-info .txt-box {
    margin-left: 0;
    margin-right: auto;
  }
}
.newsDetail .read-more .info.prev-info .label {
  left: 0;
}
.newsDetail .read-more .info.next-info {
  min-height: 250px;
  padding: 100px 55px 55px 140px;
  background-color: #0c628d;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsDetail .read-more .info.next-info::before {
  content: "NEXT";
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info.next-info::before {
    right: 30px;
  }
}
.newsDetail .read-more .info.next-info::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(80%, rgba(255, 255, 255, 0.2)), to(transparent));
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 80%, transparent 100%);
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}
.newsDetail .read-more .info.next-info:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info.next-info {
    padding: 70px 30px 30px 30px !important;
  }
}
.newsDetail .read-more .info.next-info .txt-box {
  margin-right: auto;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .newsDetail .read-more .info.next-info .txt-box {
    margin-right: 0;
    margin-left: auto;
  }
}
.newsDetail .read-more .info.next-info .label {
  right: 0;
}
.newsDetail .read-more .info.next-info:only-child {
  width: 100%;
  padding: 100px 50px 55px;
}
.newsDetail .read-more .info.next-info:only-child::before {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsDetail .read-more .info.next-info:only-child .txt-box {
  margin: 0 auto;
  text-align: center;
}
.newsDetail .read-more .info.prev-info:only-child {
  width: 100%;
  padding: 100px 50px 55px;
}
.newsDetail .read-more .info.prev-info:only-child::before {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsDetail .read-more .info.prev-info:only-child .txt-box {
  margin: 0 auto;
  text-align: center;
}
.newsDetail .read-more.none .info .label {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.newsDetail .read-more.none .info .title, .newsDetail .read-more.none .info .content {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}
.newsDetail .read-more.none .info .title {
  -webkit-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}
.newsDetail .read-more.none .info .content {
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}
.newsDetail .read-more.show .info .label {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.newsDetail .read-more.show .info .title, .newsDetail .read-more.show .info .content {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
/*# sourceMappingURL=newsDetail.css.map */