@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&family=Oswald:wght@300;400;500;700;900&family=Raleway:wght@300;400;600;800&display=swap");
.documentList li, .documentList .title i {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.note {
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #f1f1f1;
}

.note a {
  font-size: 18px;
  color: #09f;
}

.note a:hover {
  text-decoration: underline;
}

@media (min-width: 641px) {
  .sectionTitle .title {
    font-size: 36px;
  }
}

.documentList li {
  position: relative;
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}

.documentList .title {
  width: calc(100% - 30px);
}

.documentList .title a {
  position: relative;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 20px;
  color: #222;
  cursor: pointer;
}

.documentList .title a:hover {
  color: #db1763;
}

.documentList .title i {
  color: #222;
}

.documentList p {
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 1.8;
  color: #474747;
}

.downIcon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #222;
}
