@charset "UTF-8";
[data-theme=southbound] {
  --share-icon-color:#495159;
}

body {
  background-color: #fff;
  padding-top: 0px;
}

.topic {
  font-family: "Montserrat", sans-serif;
  display: table;
  background: var(--topic-background-color);
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 20px;
  max-width: 100%;
}
.topic svg {
  fill: #fff;
  width: 175px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .topic {
    font-size: 52px;
    padding: 15px 36px;
  }
  .topic svg {
    width: 248px;
    height: 38.25px;
  }
}

.container-sm {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}

.bg-1 {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  min-height: 100vh;
  background-image: url(./img/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}
.bg-1::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.bg-1 .subject {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
}
.bg-1 .subject span {
  color: #F44336;
}
.bg-1 .content {
  font-size: 26px;
  font-weight: 500;
  margin: 40px 0px;
  color: rgba(0, 0, 0, 0.85);
}
.bg-1 .sub-content {
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.75);
}
.bg-1 .infogram {
  background-color: #fff;
  margin-top: 80px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (min-width: 768px) {
  .bg-1 {
    padding-top: 80px;
  }
  .bg-1 .subject {
    font-size: 56px;
    margin-top: 40px;
  }
  .bg-1 .content {
    font-size: 38px;
    margin: 80px 0px;
  }
}

.bg-2 {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  min-height: 100vh;
  background-image: url(./img/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
.bg-2::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.97);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.bg-2 .subject {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.bg-2 .new-frame {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  padding: 15px;
  margin-top: 24px;
}
.bg-2 .new-frame .title {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bg-2 .subject {
    font-size: 52px;
  }
  .bg-2 .new-frame .title {
    font-size: 30px;
  }
}

.news-hover-wrapper .link {
  font-weight: 400;
}

.podcast-player {
  box-shadow: none;
}/*# sourceMappingURL=index.css.map */