@charset "UTF-8";
html {
  position: relative;
  overflow-x: hidden; }

body {
  display: block;
  font-family: "PingFang TC", "Noto Sans TC", "Roboto", "Microsoft JhengHei", "微軟正黑體", "STHeitiTC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  outline-offset: -1px; }

h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0;
  line-height: 1.5; }

h5,
h6 {
  font-weight: 400;
  margin: 0;
  line-height: 1.5; }

a {
  color: #000;
  text-decoration: none;
  margin: 0;
  line-height: 1.5; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 20px; }

.subtitle {
  font-size: 18px;
  line-height: 27px; }

.subtitle2 {
  font-size: 18px;
  line-height: 32px; }

.body {
  font-size: 18px;
  line-height: 32px; }

.body1 {
  font-size: 16px;
  line-height: 28px; }

.body2 {
  font-size: 14px;
  line-height: 24px; }

.caption {
  font-size: 12px;
  line-height: 21px; }

h1,
h2 {
  letter-spacing: 0.4px; }

h3,
h4,
h5,
h6 {
  letter-spacing: 0.3px; }

.subtitle,
.subtitle2,
.body,
.body1,
.body2.caption {
  letter-spacing: 0.2px; }

.weight300 {
  font-weight: 300; }

.weight400 {
  font-weight: 400; }

.weight500 {
  font-weight: 500; }

.weight700 {
  font-weight: 700; }

.is-text-main {
  color: #d3060f !important; }

.is-text-accent {
  color: #ef3123 !important; }

.is-text-red30 {
  color: #ea574d !important; }

.is-text-red50 {
  color: #cd443a !important; }

.is-text-red70 {
  color: #bc392f !important; }

.is-text-red100 {
  color: #aa362e !important; }

.is-text-coral30 {
  color: #ffa188 !important; }

.is-text-coral50 {
  color: #ff9173 !important; }

.is-text-coral70 {
  color: #fd8768 !important; }

.is-text-coral100 {
  color: #fc7b66 !important; }

.is-text-yellow30 {
  color: #fcdc6d !important; }

.is-text-yellow50 {
  color: #f3cf63 !important; }

.is-text-yellow70 {
  color: #f0c852 !important; }

.is-text-yellow100 {
  color: #ecc141 !important; }

.is-text-blue30 {
  color: #9edfe9 !important; }

.is-text-blue50 {
  color: #85d1dc !important; }

.is-text-blue70 {
  color: #77ccd8 !important; }

.is-text-blue100 {
  color: #5cc3d2 !important; }

.is-text-business30 {
  color: #3966da !important; }

.is-text-business50 {
  color: #2f59c4 !important; }

.is-text-business70 {
  color: #204cbe !important; }

.is-text-business100 {
  color: #1642b1 !important; }

.is-text-white {
  color: #ffffff !important; }

.is-text-lightgray50 {
  color: #fafafa !important; }

.is-text-lightgray100 {
  color: #e8ecf0 !important; }

.is-text-gray50 {
  color: #d6d6d6 !important; }

.is-text-gray70 {
  color: #bfbfbf !important; }

.is-text-gray100 {
  color: #8a8a8a !important; }

.is-text-darkgray50 {
  color: #5f6e84 !important; }

.is-text-darkgray70 {
  color: #4f5e72 !important; }

.is-text-darkgray100 {
  color: #4b5869 !important; }

.is-text-black50 {
  color: #202020 !important; }

.is-text-black70 {
  color: #1b1b1b !important; }

.is-text-black100 {
  color: #141414 !important; }

.is-text-white {
  color: #fff !important; }

button {
  padding: 20px 44px;
  border: 0; }

table {
  margin: 0 !important;
  width: 100%;
  border-spacing: 0; }

.center {
  text-align: center; }

.bg-gray {
  background-color: #fafafa; }

.bg-white {
  background-color: #fff; }

.bg-dark-gray {
  background-color: #e8ecf0; }

.logo {
  display: inline-block;
  margin: 10px 0; }

.inline-table {
  display: inline-table; }

.w-100 {
  width: 100%; }

.xl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5; }

.table {
  display: table; }

.align-left {
  text-align: left; }

.flex {
  display: flex;
  justify-content: center; }

.ml-15 {
  margin-left: 15px; }

.mt-36 {
  margin-top: 36px; }

.ad td {
  margin-bottom: -1px;
  padding: 8px;
  display: inline-block; }
  .ad td a {
    width: 49%;
    display: inline-block; }
  .ad td a:nth-last-child(1) {
    float: right; }

.ad img {
  width: 100%; }

.comma {
  font-family: "PingFangTC-Medium";
  font-size: 60px;
  color: #5e748e;
  opacity: 0.18;
  margin-left: 15px;
  margin-top: 26px; }

.view-more {
  background-color: #d3060f;
  width: 220px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.main {
  border-top: 21px solid #fff;
  border-bottom: 24px solid #fff; }
  .main h3 {
    padding: 0 18px; }
  .main .body {
    margin-bottom: 21px;
    padding: 0 18px; }
  .main .body2 {
    padding: 0 18px; }

.main-content .body1 {
  padding: 0 18px;
  margin-bottom: 24px;
  font-weight: 400; }

.horizon {
  margin: 15px 0;
  padding: 0 18px; }
  .horizon hr {
    border-color: #fafafa33; }

hr {
  border-color: #fafafa33; }

.top-header .body1 {
  margin: 0 0 0 15px; }

.top-header a p {
  text-align: right;
  margin-right: 15px; }

.article {
  border-top: 30px solid #e8ecf0;
  border-left: 15px solid #e8ecf0;
  border-right: 15px solid #e8ecf0;
  border-bottom: 60px solid #e8ecf0;
  background-color: #e8ecf0; }
  .article h3 {
    margin-bottom: 24px; }
  .article .body2 {
    margin: 0 0 6px 0; }
  .article .article-content {
    width: 50%;
    padding: 24px 15px;
    vertical-align: baseline;
    border-bottom: 16px solid #e8ecf0; }
    .article .article-content h6 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      white-space: normal; }

.live-stream {
  background-color: #093476;
  border-top: 32px solid #093476;
  border-left: 32px solid #093476;
  border-right: 32px solid #093476;
  border-bottom: 48px solid #093476; }
  .live-stream h4 {
    color: white;
    margin: 0 0 12px 0; }
  .live-stream .body2 {
    color: #9edfe9;
    margin: 0 0 4px 0; }
  .live-stream img {
    width: 100%; }
  .live-stream .body {
    color: #fff;
    margin-bottom: 24px; }

.store {
  width: 100%; }

.interesting {
  background-color: #e8ecf0;
  border-top: 60px solid #e8ecf0;
  border-left: 15px solid #e8ecf0;
  border-right: 15px solid #e8ecf0;
  border-bottom: 60px solid #e8ecf0; }
  .interesting h4 {
    margin-bottom: 24px; }
  .interesting .caption {
    color: #2f59c4; }
  .interesting img {
    margin-top: -1px; }
  .interesting .content {
    background-color: #fff;
    padding: 0; }
    .interesting .content > * {
      margin-left: 12px; }
    .interesting .content img {
      width: initial;
      margin-bottom: 12px; }
    .interesting .content .caption,
    .interesting .content .body {
      margin: 0 6px 0 12px;
      display: inline-block; }
    .interesting .content .body {
      display: block;
      line-height: 1.5;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal; }
    .interesting .content .is-text-gray100 {
      margin: 0; }
  .interesting .wrapper {
    border-bottom: 12px solid #e8ecf0; }

.interesting-more {
  text-align: center; }
  .interesting-more a:nth-child(1) {
    margin-right: 12px; }

.border {
  outline: 2px solid #bfbfbf;
  outline-offset: -2px; }

.button {
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer {
  background-color: #202020;
  border-top: 45px solid #202020;
  border-left: 30px solid #202020;
  border-right: 30px solid #202020;
  border-bottom: 30px solid #202020; }
  .footer h4 {
    color: #fff;
    margin-bottom: 20px; }
  .footer .body1 {
    color: #fff;
    margin: 0; }
  .footer a {
    margin-right: 22px;
    display: inline-block; }
  .footer .body2 {
    color: #fff;
    margin: 0; }
  .footer a:nth-last-child(1) {
    margin-right: 0; }
  .footer .logo {
    margin: 0 auto;
    width: 100%;
    text-align: center; }

.hr {
  border-bottom: 1px solid #313131; }

.center {
  text-align: center; }

.main-share a {
  margin-left: 15px; }

.display-content {
  display: contents !important; }

.main-share-wrapper {
  padding-bottom: 12px; }
  .main-share-wrapper a {
    margin-left: 6px; }
  .main-share-wrapper .flex {
    margin-right: 15px; }

.flex-end {
  justify-content: flex-end; }

.content.periodic-article {
  margin-top: 0;
  text-align: left; }

.view-count {
  display: none;
  align-items: center; }
  .view-count .body2 {
    padding: 0; }
  .view-count img {
    width: 30px;
    height: 30px; }

.content {
  padding: 0 15px 34px 15px;
  margin-top: -76px; }
  .content h4 {
    margin-bottom: 24px;
    margin-top: 36px; }
  .content img {
    width: 100%;
    margin-bottom: 6px; }
  .content .body1 {
    line-height: 1.75;
    letter-spacing: 0.2px;
    font-weight: 300;
    margin-bottom: 24px; }
  .content .content-blue {
    color: #2f59c4;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-weight: 500; }
  .content .content-gray {
    color: #5f6e84;
    line-height: 1.75;
    letter-spacing: 0.3px; }
  .content .main-article-share {
    margin-top: 24px;
    margin-bottom: 12px; }
    .content .main-article-share a {
      margin-left: 12px; }
    .content .main-article-share img {
      width: 36px;
      height: 36px; }

.content-page .is-text-darkgray50 {
  margin-top: 26px;
  line-height: 1.75;
  letter-spacing: 0.3px;
  margin-bottom: 24px; }

.content-page p.body a {
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid #d3060f; }

@media only screen and (max-width: 480px) {
  body {
    outline: none; }
  .article .article-content {
    padding: 12px; }
    .article .article-content h6 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      white-space: normal;
      height: 86px; }
  .article .body2 {
    font-size: 12px; }
  .interesting-more .flex {
    padding: 0 15px; }
  .interesting-more a {
    width: 50%; }
  .interesting .content .body {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal; }
  .body1 {
    font-size: 14px; }
  .view-more {
    width: initial;
    margin-left: 15px; }
  .ad td {
    display: inline-block; } }

@media only screen and (max-width: 480px) {
  body {
    outline: none; }
  .article .article-content {
    padding: 12px; }
  .article .body2 {
    font-size: 12px; }
  .interesting-more .flex {
    padding: 0 15px; }
  .interesting-more a {
    width: 50%; }
  .interesting .body {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal; }
  .body1 {
    font-size: 14px; }
  .view-more {
    width: initial;
    margin-left: 15px; }
  .ad td {
    display: inline-block;
    padding: 8px; }
  .ad a {
    display: inline-block;
    width: 100% !important; }
  .ad a:nth-last-child(1) {
    margin-top: 12px !important; } }
