@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
body {
  color: #444444;
  line-height: 1.8;
  font-family:
   "Noto Sans SC",
    "Noto Sans TC",
    "微軟正黑體",
    Source Sans Pro,
    Arial,
    "文泉驛正黑",
    "WenQuanYi Zen Hei",
    "儷黑 Pro",
    "LiHei Pro",
    "Microsoft JhengHei",
    "微软雅黑",
    "メイリオ",
    "맑은 고딕",
    sans-serif;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout04/cn/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 347px;
  height: 90px;
  transition: all 0.3s ease;
}