.article_info .info_start_title,
.article_info .info_title, .article_title {
  font-family: "Noto Serif TC", sans-serif;
}

.article_info {
  position: relative;
  overflow: hidden;
}
.article_info::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/bg/sectionBg01.jpg");
  background-size: 1680px auto;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -9;
}
@media screen and (min-width: 1024px) {
  .article_info::before {
    background-size: cover;
  }
}

.story_header {
  background-image: url("../images/bg/sectionBg04.jpg");
  background-size: 1920px 600px;
  background-position: top center;
  height: 330px;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .story_header {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .story_header {
    height: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .story_header {
    height: 600px;
  }
}

.article_title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 700;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .article_title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .article_title {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .article_title {
    margin-top: 200px;
  }
}

.article_sub_title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .article_sub_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.article_banner {
  width: 343px;
  margin: 60px auto 0;
  box-shadow: 0px 4px 20px 0px #0d0d0d;
}
@media screen and (min-width: 568px) {
  .article_banner {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .article_banner {
    max-width: 1200px;
  }
}
.article_banner img {
  width: 100%;
}

.article_info {
  margin-top: 80px;
}
@media screen and (min-width: 568px) {
  .article_info {
    margin-top: 180px;
  }
}
@media screen and (min-width: 768px) {
  .article_info {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .article_info {
    margin-top: 200px;
  }
}
.article_info .info_start_title,
.article_info .info_title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .article_info .info_start_title,
  .article_info .info_title {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 60px;
  }
}
.article_info .info_start_title {
  margin-top: 0;
}
.article_info .info_content {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
  color: #fff;
  max-width: 800px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .article_info .info_content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.article_info .info_content .description,
.article_info .info_content .photo_box_wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .article_info .info_content .description,
  .article_info .info_content .photo_box_wrap {
    margin-top: 60px;
  }
}
.article_info .info_content .description:nth-child(1),
.article_info .info_content .photo_box_wrap:nth-child(1) {
  margin-top: 0;
}
.article_info .info_content .description .remark {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 10px;
}
.article_info .info_content img {
  width: 100%;
}
.article_info .info_content table, .article_info .info_content tr, .article_info .info_content td {
  border: 2px solid rgb(226, 215, 215);
  border-collapse: collapse;
  background-color: #f6f6f6;
  color: #08255c;
}
.article_info .info_content table {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.article_info .info_content table tr {
  text-align: center;
}
.article_info a {
  color: #fff;
}/*# sourceMappingURL=story.css.map */