* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  background-color: #ebebe8;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans TC', sans-serif;
}

#container {
  min-height: calc(100vh - 110px);
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 50px;
}

.pre {
  text-decoration: none;
}

.pre #back {
  z-index: 999;
  position: fixed;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9c886e;
}

.pre #back span {
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pre #back span:hover {
  color: #686767;
}

.pre #back p {
  margin-top: 9px;
  margin-left: 3px;
  font-size: 20px;
}

.title {
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.title h2 {
  width: 270px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #3b3b3b;
}

#table {
  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;
  top: 50%;
}

table {
  margin-top: 250px;
  width: 60%;
  text-align: center;
  background: #ebebe8;
  overflow: hidden;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 0 2px 12px rgba(64, 64, 64, 0.7);
          box-shadow: 0 2px 12px rgba(64, 64, 64, 0.7);
  border-radius: 12px 12px 0 0;
  padding-bottom: 50px;
}

table td, table th {
  padding: 15px 20px;
  text-align: center;
}

table th {
  background-color: rgba(156, 136, 110, 0.6);
}

table tr:nth-child(odd) {
  background-color: rgba(156, 136, 110, 0.13);
}

table td a i {
  font-size: 20px;
}

@media (max-width: 389px) {
  .title {
    top: 17%;
  }
  .title h2 {
    width: 240px;
  }
  table {
    width: 80%;
    margin-top: 60%;
  }
  table td, table th {
    padding: 6px 6px;
  }
}

@media (min-width: 390px) and (max-width: 767px) {
  .title {
    top: 23%;
  }
  .title h2 {
    width: 240px;
  }
  table {
    width: 80%;
  }
  table td, table th {
    padding: 6px 10px;
  }
}

#loader-wrapper {
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  overflow-y: hidden;
  position: absolute;
  background-color: #9c886e;
}

.load {
  position: absolute;
  top: 15%;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: circle 10s linear infinite .3s;
          animation: circle 10s linear infinite .3s;
}

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

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

.load2 {
  position: absolute;
  right: -3%;
  top: 54%;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: circle2 10s linear infinite .3s;
          animation: circle2 10s linear infinite .3s;
}

.load2 img {
  height: 43rem;
}

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

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

footer {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 80px;
}

footer p {
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #949393;
  font-family: 'Noto Sans TC', sans-serif;
}
/*# sourceMappingURL=progress.css.map */