<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div#all.error {
  position: fixed;
  width: 100%;
  height: 100%;
  font-family: arial,"微軟正黑體修正","微軟正黑體";
  background-color: #4c93b8 !important;
}

div#all.error .logo {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  padding: 1rem;
  z-index: 99;
}

div#all.error .logo img {
  width: 100px;
}

div#all.error .error-404 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: #4c93b8;
}

div#all.error .error-404 .error-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
}

div#all.error .error-404 .error-code p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}

div#all.error .error-404 .error-code img {
  max-width: 100%;
}

div#all.error .error-404 .error-search {
  width: 100%;
  height: 50%;
  padding: 3rem 0;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #4c93b8;
}

div#all.error .error-404 .error-search p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}

div#all.error .error-404 .error-search input {
  width: 360px;
  height: 2rem;
  margin: 2rem 0;
  padding: 0 .5rem;
  font-size: 1rem;
  border: 0;
  border-radius: 5px;
}

div#all.error .error-404 .error-search button {
  width: 2rem;
  height: 2rem;
  margin: 0 0 0 .5rem;
  border: 0;
  border-radius: 5px;
  background: #fff;
}
</pre></body></html>