@charset "UTF-8";
@import url('');

@font-face {
font-family: 'NotoSansTC';
src: url('../fonts/NotoSansTC-Black.otf');
src: url('../fonts/NotoSansTC-Bold.otf') ,
     url('../fonts/NotoSansTC-Light.otf') ,
     url('../fonts/NotoSansTC-Medium.otf') ,
     url('../fonts/NotoSansTC-Thin.otf') ,
     url('../fonts/NotoSansTC-Regular.otf') format('svg');
font-weight: normal;
font-style: normal;
}

body, p, a {
  font-family: "NotoSansTC-Regular","Microsoft YaHei",'Heiti TC','Heiti SC';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NotoSansTC-Regular","Microsoft YaHei",'Heiti TC','Heiti SC' !important;
  font-weight: 400;  
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  font-family: "NotoSansTC-Regular","Microsoft YaHei",'Heiti TC','Heiti SC';
}

#sp-footer, #sp-bottom {
  font-family: "NotoSansTC-Regular","Microsoft YaHei",'Heiti TC','Heiti SC';
  background: #2ba84a !important;
  color: #fff !important;
}