.ff_serif, .article_page .head_tit {
  font-family: "Times New Roman", "Noto Serif TC", serif;
}

body {
  color: #3c464b;
}

.g_fixed .fx_item .in_wrap .ic_top {
  background-image: url("../img/ui/arrow_top.png");
}

.g_main {
  background-image: url("../img/kv_bg.jpg");
}

.article_page {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.9) 30%);
}
.article_page .container-fluid {
  max-width: 1280px;
}
.article_page .arti_head {
  padding: 20px 0;
}
.article_page .head_tit {
  text-align: center;
  padding: 0 2em;
  font-size: 2.5em;
  line-height: 1.4;
  color: #c0c189;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
.article_page .head_tit span {
  display: inline-block;
  padding: 0 0.25em;
}
.article_page .hero_top {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.article_page .hero_top .pic {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.article_page .hero_top .pic img {
  border-radius: 0;
}
.article_page .hero_top .p_text {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25em 1em 1em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.article_page .arti_body {
  margin: 40px auto;
  font-size: 1.125rem;
  max-width: 960px;
}
.article_page .arti_body.has_side {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_page .arti_body .side {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
.article_page .arti_body .primary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 960px;
          flex: 0 1 960px;
  padding: 0 30px;
}
.article_page .arti_body .arti_sec {
  margin-bottom: 2em;
}
.article_page .arti_body .sec_tit {
  margin-bottom: 1em;
  text-align: center;
}
.article_page .arti_body .p {
  margin-bottom: 1em;
  line-height: 1.67;
}
.article_page .arti_body .pic {
  margin: 0 auto;
  max-width: 640px;
}
.article_page .arti_body .pic img {
  border-radius: 10px;
}
.article_page .arti_body .pic + .pic {
  margin-top: 30px;
}
.article_page .arti_body .p_text {
  padding: 0.25em 1.25em;
  font-size: 0.875em;
  line-height: 1.4;
}
.article_page .arti_body .source {
  color: #294d39;
  padding-bottom: 30px;
}
.article_page .arti_body .video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.article_page .arti_body .video_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article_page .arti_body .video_text {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 4px solid #c7a508;
  font-size: 0.875em;
  line-height: 1.4;
}
.article_page .arti_body .side__arti_wrap:not(:first-child) {
  margin-top: 20px;
}
.article_page .arti_body .side__arti_wrap .link {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.article_page .arti_body .side__arti_wrap .link:hover {
  text-decoration: none;
  color: #c0c189;
}
.article_page .arti_body .side__arti_wrap .link:hover .pic::after {
  opacity: 0.2;
}
.article_page .arti_body .side__arti_wrap .link:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.article_page .arti_body .side__arti_wrap .pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}
.article_page .arti_body .side__arti_wrap .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.article_page .arti_body .side__arti_wrap img {
  border-radius: 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  opacity: 1;
}
.article_page .arti_body .side__arti_wrap .text {
  width: 100%;
  padding: 0.5em 1em 0;
  line-height: 1.4;
  font-size: 0.9em;
}
.article_page .arti_foot {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .article_page {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(255, 255, 255, 0)), color-stop(75vh, rgba(255, 255, 255, 0.9)));
    background: linear-gradient(rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.9) 75vh);
  }
  .article_page .container,
.article_page .container-fluid {
    padding: 0;
  }
  .article_page .head_tit {
    padding: 0 0.75em;
    font-size: 2.25em;
  }
  .article_page .arti_body {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .article_page .arti_body.has_side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article_page .arti_body .side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .article_page .arti_body .primary {
    padding: 30px 0 0;
  }
  .article_page .arti_body .arti_sec {
    padding: 0 10px;
  }
  .article_page .arti_body .sec_tit {
    font-size: 1.5rem;
  }
  .article_page .arti_body .pic {
    max-width: 100%;
  }
}