@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;700&family=Noto+Sans+TC:wght@300;700&display=swap');
body{
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-weight: 400;
}
#mainWrapper #topLogo .topLogos .logoPlan h1 {
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-weight: 900;
}
#mainWrapper #mainContents .mainCons h3 {
  font-size: 1.8rem;
}
#mainWrapper #mainContents .mainCons .cons:first-of-type::first-letter {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 100%;
}

#mainWrapper #mainHeader #topMenu .topMenus li ol {
  min-width: 360px;
}