html,
body {
  font-family: "Noto Sans TC", "montserrat", "Microsoft JhengHei", "Arial Black";
  overflow-x: hidden;
}

body {
  font-size: 20px;
  color: #29354C;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: #29354C;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

img {
  max-width: 100%;
  display: block;
  margin: auto;
}

ul,
ol {
  list-style: none;
}

h2 {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

@media (min-width: 1025px) {
  .up-lg-hide {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .lg-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .up-md-hide {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .up-sm-hide {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .sm-hide {
    display: none !important;
  }
}
