@charset "UTF-8";
/* 我的CSS */
body {
  font-family: 微軟正黑體 !important;
}

.nav_seting {
  background-image: url("http://www.hotfun38.mgbanner.tw/images/web_bg.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.nav_seting a img {
  width: 16.875rem;
}

.link_font {
  font-weight: 600;
  font-size: 16pt;
}

.link_font_menu {
  font-weight: 400;
  font-size: 12pt;
}

footer {
  background-color: #149DAB;
}

.footer_logo img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.7));
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.7));
}

.assist-unit {
  background-color: #ffffff;
}

.assist-unit .assist-unit-logo {
  width: 90%;
}

.Copyright {
  color: #ffffff;
  font-size: 10pt;
}
/*# sourceMappingURL=style.css.map */