@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@font-face {
  font-family: "DFFangYuanStd";
  src: url("../font/DFFangYuanStd-W7.otf") format("opentype");
}
html {
  font-size: 1.25vw;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  position: relative;
  width: 100%;
  background: #FFF;
  font-family: "Noto Sans TC";
}
body.fix {
  overflow: hidden;
}

.yuan {
  font-family: "DFFangYuanStd", "Noto Sans TC";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

.fullimg {
  display: block;
  width: 100%;
}

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .for-m {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .for-pc {
    display: none !important;
  }
  html {
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */