@charset "UTF-8";
/* 按鈕尺寸表（左右 padding、字級） */
.article {
  width: 100%;
  padding: 40px 0 16px;
  position: relative;
}
@media (min-width: 992px) {
  .article {
    padding: 64px 80px 40px;
  }
}
.article__wrap {
  margin: 0 auto;
  gap: 40px;
}
@media (min-width: 992px) {
  .article__wrap {
    max-width: 794px;
  }
}
.article__header {
  margin-bottom: 40px;
}
.article__header time {
  display: block;
  color: #8B8B8B;
  font-size: 12px;
  line-height: 160%;
  padding: 0 24px;
  margin-bottom: 16px;
}
.article__header h1 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  padding: 0 24px;
  margin-bottom: 24px;
}
.article__header img {
  width: 100%;
}
@media (min-width: 992px) {
  .article__header time {
    padding: 0;
  }
  .article__header h1 {
    font-size: 40px;
    padding: 0;
  }
  .article__header img {
    border-radius: 4px;
  }
}
.article__content {
  margin: 0 24px;
  color: #000;
}
.article__content h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  padding-top: 24px;
  margin-bottom: 24px;
}
.article__content h3 {
  color: #DFA916;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}
.article__content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.article__content p {
  font-size: 18px;
  line-height: 160%;
  padding: 0;
  margin-bottom: 24px;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-word;
}
.article__content a {
  text-decoration: underline;
}
.article__content strong {
  font-weight: 700;
}
.article__content blockquote {
  font-size: 20px;
  line-height: 160%;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
  background: #F7F7F7;
}
.article__content ul {
  font-size: 18px;
  list-style: disc;
  margin-bottom: 24px;
}
.article__content ul span {
  display: inline-block;
  margin-bottom: 8px;
}
.article__content ol {
  font-size: 18px;
  list-style: decimal;
  margin-bottom: 24px;
}
.article__content ol span {
  display: inline-block;
  margin-bottom: 8px;
}
.article__content li {
  font-size: 18px;
  line-height: 160%;
  margin-left: 24px;
}
.article__content li:not(:last-child) {
  margin-bottom: 12px;
}
.article__content figure {
  margin-bottom: 40px;
}
.article__content figcaption {
  color: #646464;
  font-size: 14px;
  line-height: 160%;
  padding: 8px 4px 12px;
  border-bottom: 1px solid #E3E3E3;
}
.article__content img {
  border-radius: 4px;
}
.article__content .article__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.article__content .article__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__content .table-caption {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
  text-align: center;
}
.article__content .table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article__content table {
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  min-width: 592px;
  font-size: 16px;
  text-align: left;
  line-height: 160%;
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
}
.article__content thead {
  color: #AE8411;
  background: #FEF8E8;
}
.article__content thead th {
  padding: 8px 12px;
  font-weight: 500;
}
.article__content thead th:not(:last-child) {
  border-right: 1px solid #F8D164;
}
.article__content tbody tr:nth-child(even) {
  background: #F7F7F7;
}
.article__content tbody th,
.article__content tbody td {
  padding: 8px 12px;
}
.article__content tbody th:not(:last-child),
.article__content tbody td:not(:last-child) {
  border-right: 1px solid #E3E3E3;
}
.article__content tbody th {
  font-weight: 500;
  min-width: 160px;
  max-width: 280px;
}
.article__content tbody td ul {
  list-style: disc;
  margin-bottom: 0;
}
.article__content tbody td ol {
  list-style: decimal;
  margin-bottom: 0;
}
.article__content tbody td li {
  font-size: 16px;
  line-height: 160%;
  margin-left: 16px;
}
.article__content tbody td li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .article__content {
    margin: 0 101px;
  }
  .article__content table {
    width: 100%;
  }
}

.section {
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .section {
    padding: 48px;
  }
}

.section-contact {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/index/contact-bg.jpg") no-repeat center center/cover;
}
.section-contact .section__content {
  padding-top: 16px;
}
.section-contact .btn--lg {
  padding: 12px 60px;
}
.section-contact h2 {
  text-align: center;
}
.section-contact h2 + p {
  text-align: left;
}
@media (min-width: 768px) {
  .section-contact h2 + p {
    text-align: center;
  }
}/*# sourceMappingURL=pg_article.css.map */