@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
  position: relative;
  outline: none !important; }

html,
body {
  height: 100% !important;
  width: 100% !important;
  overflow: hidden !important; }

@media screen and (max-width: 992px) {
  html {
    font-size: 14px; } }

@media screen and (max-width: 768px) {
  html {
    font-size: 12px; } }

body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../image/body-bg-top.png"), url("../image/body-bg-bottom.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: 50% 50%;
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans TC';
  overflow: hidden; }

p:last-child {
  margin-bottom: 0; }

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.main {
  height: 100%;
  width: 100%;
  overflow: hidden; }

/* nano scroller */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .nano > .nano-content {
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .nano > .nano-content::-webkit-scrollbar {
    display: none; }
  .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block; }
  .nano > .nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 0.5rem;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem; }
    .nano > .nano-pane > .nano-slider {
      background: #444;
      background: rgba(0, 0, 0, 0.5);
      position: relative;
      -moz-border-radius: 0.25rem;
      -webkit-border-radius: 0.25rem;
      border-radius: 0.25rem; }
  .nano:hover > .nano-pane,
  .nano .nano-pane.active,
  .nano .nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99; }

.header {
  padding-top: 2rem;
  padding-bottom: 1.25rem; }
  .header ul {
    padding-left: 0; }
  .header .logo {
    background-image: url("../image/logo.png");
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 10rem;
    height: 3.75rem;
    z-index: 101; }
  .header .page-title {
    color: white;
    font-weight: 500; }
  .header .nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    list-style: none; }
    .header .nav-bar .line {
      height: 0.125rem;
      background: white;
      width: 100%;
      margin: 0.5rem; }
    .header .nav-bar .nav-item {
      text-align: center;
      white-space: nowrap;
      width: 100%; }
      .header .nav-bar .nav-item > a {
        color: white;
        font-size: 1rem; }
        .header .nav-bar .nav-item > a:hover {
          text-decoration: underline; }
  .header .btn-menu {
    width: 2rem;
    height: 2rem;
    margin: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    opacity: 0.8;
    float: right;
    cursor: pointer;
    z-index: 101;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .header .btn-menu .line {
      width: 100%;
      height: 0.25rem;
      border-radius: 0.125rem;
      opacity: 1;
      background: white;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .header .btn-menu .menu-close {
      height: 0.25rem;
      width: 100%; }
      .header .btn-menu .menu-close .line {
        background: white;
        position: absolute; }
    .header .btn-menu.toggle .line {
      width: 0%; }
    .header .btn-menu.toggle .menu-close .line:nth-child(1) {
      width: 100%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header .btn-menu.toggle .menu-close .line:nth-child(2) {
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .header .btn-help {
    background-image: url("../image/btn-bg.jpg");
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    background-size: 180% 105%;
    background-position: center;
    border-radius: 0.25rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-align: center;
    height: 100%; }
  .header .menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); }
    .header .menu.toggle {
      height: 100%; }
    .header .menu .menu-list {
      padding: 7rem 4rem 0rem 4rem;
      width: 100%;
      height: 100%;
      text-align: center; }
      .header .menu .menu-list .menu-item {
        padding: 0.5rem;
        display: block;
        transition: 0.3s;
        line-height: 2; }
        .header .menu .menu-list .menu-item > a {
          text-decoration: none;
          font-size: 1.25rem;
          color: white; }

.footer {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
  bottom: 0;
  margin: 1rem;
  color: white; }
  .footer .help-box {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem; }
    .footer .help-box .ref-links {
      display: flex;
      flex-wrap: wrap; }
      .footer .help-box .ref-links a {
        padding: 0.25rem; }
        .footer .help-box .ref-links a img {
          background-image: url("../image/no-img.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          width: 4.8rem;
          height: 2.7rem;
          -o-object-fit: cover;
          -o-object-position: center;
          object-fit: cover;
          object-position: center; }
  .footer .copyright {
    font-weight: 300;
    margin-bottom: 0; }

@media screen and (max-width: 992px) {
  .footer {
    display: none; } }

@font-face {
  font-family: 'fontello';
  src: url("../font/icon/icon.eot");
  src: url("../font/icon/icon.eot#iefix") format("embedded-opentype"), url("../font/icon/icon.woff2") format("woff2"), url("../font/icon/icon.woff") format("woff"), url("../font/icon/icon.ttf") format("truetype"), url("../font/icon/icon.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?91824423#fontello') format('svg');
    }
  }
  */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-spin:before {
  content: '\e834'; }

.icon-mic:before {
  content: '\f130'; }

.icon-mute:before {
  content: '\f131'; }

.icon-right-open:before {
  content: '\e800'; }

.icon-left-open:before {
  content: '\e801'; }

.icon-unhappy:before {
  content: '\e802'; }

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/*# sourceMappingURL=main.css.map */
