/* 共用 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Arial", "微軟正黑體", "LiHei Pro", "黑體-繁", "sans-serif";
  /* font-style: normal;
  line-height: 150%;
  font-size: 14px;
  color: #333; */
}

body {
  background: url(./img/bg_main.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 0!important;
}

li {
  font-size: 18px;
}

.background {
  padding: 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.bg_container {
  padding: 60px 0;
}

.banner_title p {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  line-height: 80px;
}

.banner_title svg{
  fill: #fff;
  height: 40px;
}

.banner_subtitle {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner_content {
  font-size: 16px;
  background-color: #fff;
  color: #333;
  opacity: 0.9;
  max-width: 100%;
  padding: 20px;
  border-radius: 12px;
}

@media screen and (min-width: 576px) {
  .bg_container {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .bg_container {
    padding: 120px 0;
  }

  .banner_title p {
    font-size: 80px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .banner_subtitle {
    font-size: 50px;
  }

  .banner_content {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {

  .bg_container {
    padding: 120px 0;
  }

  .banner_content {
    max-width: 60%;
  }
}

/*標題*/
.menu-title {
  display: none;
}

.parallax {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 576px) {
  .parallax {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.parallax .topic {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  border-left: 7px solid #000;
  padding-left: 15px;
}
.parallax .topic svg {
  width: 160px;
  height: 25px;
  fill: #000;
}
@media screen and (min-width: 768px) {
  .parallax .topic {
    font-size: 38px;
  }
  .parallax .topic svg {
    width: 200px;
    height: 30px;
  }
}
.parallax .subject {
  font-size: 45px;
  font-weight: bold;
  color: #E08801;
  margin-top: 20px;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .parallax .subject {
    font-size: 50px;
  }
}
.parallax .content {
  font-size: 32px;
  font-weight: bold;
  color: #015574;
  border: 2px solid #015574;
  border-radius: 16px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .parallax .content {
    font-size: 38px;
  }
}
.parallax .sub-content {
  font-size: 20px;
  color: #e5e0df;
  margin-top: 80px;
  line-height: 1.6;
}


.container-sm > div{
  display: block;
  justify-content: space-between;
  margin-bottom: 25px!important;
}
@media screen and (min-width: 768px) {
  .container-sm > div{
    display: flex;
    margin-bottom: 0;
  }
}

.content-frame:not(.parallax) .title {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content-frame:not(.parallax) .title {
    font-size: 38px;
  }
}
.content-frame:not(.parallax) .content {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.6;
}
.content-frame:not(.parallax).grey-gradient {
  background-image: linear-gradient(to bottom, #e8e8e8, #fcfcfc);
}
.content-frame:not(.parallax).grey-gradient .title {
  color: #000;
}
.content-frame:not(.parallax).grey-gradient .content {
  color: #333333;
}
.content-frame:not(.parallax).grey {
  border-top: 1px solid #ccc;
  background: #F8F8F8;
}
.content-frame:not(.parallax).grey .title {
  color: #000;
}
.content-frame:not(.parallax).grey .content {
  color: #333333;
}
.content-frame:not(.parallax).black {
  background: #000;
}
.content-frame:not(.parallax).dark-grey .title {
  color: #000;
}
.content-frame:not(.parallax).dark-grey .content {
  color: #333333;
}
.content-frame:not(.parallax).dark-grey .news-frame {
  background-color: #fff;
}
.content-frame:not(.parallax).dark-grey .news-frame .news-title {
  color: #333;
}
.content-frame:not(.parallax).dark-grey .news-frame .abstract {
  color: #333;
  font-weight: bold;
}
.content-frame:not(.parallax).fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
}

.news-frame {
  width: 100%;
  margin-bottom: 20px!important;
  background: #fff;
}

.news-frame .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #ACACAC!important;
  line-height: 30px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .news-frame {
    width: 48%;
    margin-bottom: 0!important;
    background-color: #fff;
  }
}

.report-component {
  background-color: #2D313A;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: 1052px;
  border-radius: 14px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #FFF;
  padding: 20px;
}

@media screen and (min-width: 576px) {
  .report-component {
    padding: 40px 40px;
  }
}

@media screen and (min-width: 768px){
  .report-component {
    padding: 50px 50px;
    margin-bottom: 60px;
  }
}

.news-frame .abstract {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .news-frame:hover .abstract{
    color: #fff;
  }
}

.share-sidebar svg {
  fill: #333;
}

/* 年代圖表 */
.chronology {
  margin-bottom: 200px;
}

.chronology_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ffff;
  border: 1px solid #fff;
  border-radius: 6px;
  max-width: 600px;   
  margin: 40px auto;
  background-color: #015574;
}

@media screen and (min-width: 576px) {
  .chronology_title {
    font-size: 40px;
   }
}

.chronology_main_container {
  display: flex;
  padding: 15px;
  background: rgb(7, 56, 69);
  border-radius: 20px;
  margin-bottom: 100px;
}

@media screen and (min-width: 576px) {
  .chronology_main_container {
    margin-bottom: 160px;
  }
}

.chronology_main_container div{
  color: #fff;
}

.chronology_main_container span{
  color: #fff;
}

.chronology_container {
  max-width: 300px;
  margin-right: 36px;
}

.chronology_container > span:nth-child(1) {
  margin-right: 60px;
}

.chronology_container > div:nth-child(3) {
  margin: 8px 0;
}

.chronology_container > div:nth-child(4) {
  margin: 8px 0;
}

.chronology_container div{
  width: 220px;
}

.chronology_container .main_img{
  width: 220px;
}

.highlight_text {
  font-size: 18px;
}

.img_container {
  margin-bottom: 16px;
}

