@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
html {
  font-size: 14px;
}

body {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: auto;
  background: #FFF;
  font-family: 'Noto Sans TC';
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.fullimg {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */