/* CSS Document */
.articleTitle {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  line-height: calc(35 / 35);
  letter-spacing: calc(35 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.articleTitle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#c83cff), to(#0eaaee));
  background: linear-gradient(to right, #c83cff 0%, #0eaaee 100%);
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 740px) {
  .articleTitle {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.aboutBox {
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .aboutBox {
    padding-bottom: 60px;
  }
}