.moreFull-articles {
  width: 100%;
  height: 42px;
  padding: 12px 0;
  margin-top: 30px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #000;
}

@media only screen  
  and (min-width: 992px) {
    .moreFull-articles {
      margin-top: 70px;
    }
}

/*.more-articles > div {
  display: inline-block;
  cursor: pointer;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #004ea2;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
}*/


/*@media 
only screen 
and (max-width : 799px) , 
only screen 
and (max-device-width : 799px) { 
  .more-articles > span {
      line-height: 30px;
      font-size: 16px;
  }
}*/

