<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    body {
      font-family: 'Noto Sans TC', arial, 敺株��迤暺煾��;
      font-size: 16px;
      line-height: 1.5rem;
      /* �㘚���鱓摮𡑒䌊��閙�𥡝�� IE ONLY*/
      word-wrap: break-word;
      /* 甇�虜�輸�撠� */
      word-break: normal;
      color: #6c6d70;
      background-color: #ffffff;
    }

       .logo {
      position: absolute;
      top: 8px;
      left: 20px;
      width: 195px;
      height: auto;z-index: 9999; 
    }


        @media screen and (max-width: 980px) and (min-width: 568px) {
      .logo {
        top: 15px;
        left: 15px;
        height: 35px;
        width: auto;
      }
    }

        @media screen and (max-width: 567px) {

      .logo {
        top: 10px;
        left: 10px;
        height: 35px;
        width: auto;
      }    }</pre></body></html>