@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Swei-R';
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Regular.woff2) format("woff2")
  , url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Regular.woff) format("woff");
}
@font-face {
  font-family: 'Swei-M';
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Medium.woff2) format("woff2")
  , url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Medium.woff) format("woff");
}
/*font-family: 'Noto Sans TC', sans-serif;*/

* {margin:0px; padding:0px;}

body, html {position:relative; height:100%; overflow-x:clip; font-size:16px; font-family:'Swei-R','微軟正黑體','Microsoft Jhenghei',sans-serif; color:#2f2d2d;}
a, input, button {text-decoration:none; outline:none !important;}
a:hover, a:focus, a:active {text-decoration:none; cursor:pointer !important; outline:none !important;}
ul, li {list-style:none;}



footer {position:fixed; bottom:0px; z-index:10; width:100%; font-size:12px; line-height:14px; padding:15px 0px; text-align:center; color:white; background:#4ea8dc;}


/* loading */

.loaderbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background: #4ea8dc;
}

.loaderbg * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spinner-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

.spinner-box > div {
  position: relative;
}

/* ALTERNATING ORBITS */
.circle-border {
  width: 120px;
  height: 120px;
  padding: 3px;
  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;
  border-radius: 50%;
  border: 2px solid #3559df;
}

.circle-core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circle-role {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/role.png);
  background-size: 600px;
  -webkit-animation: role_ani 6s linear infinite;
          animation: role_ani 6s linear infinite;
  -webkit-animation-timing-function: steps(5, end);
          animation-timing-function: steps(5, end);
}

.circle-role img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

@-webkit-keyframes role_ani {
  100% {
    background-position: top 0 left -600px;
  }
}

@keyframes role_ani {
  100% {
    background-position: top 0 left -600px;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.spinner-text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

.progress {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #eee;
}

.progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 4px;
  border-radius: 4px;
  background: #3e4e87;
  -webkit-transition: width .5s;
  transition: width .5s;
}
