@charset "UTF-8";
/*===================layout===================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,700,900|Noto+Serif+TC:300,400,600,700,900|Open+Sans:400,800&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  background-color: #ffffff;
  color: #000;
  font-family: "Open Sans", "Noto Sans TC", 微軟正黑體, sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  word-break: break-word;
  -webkit-text-size-adjust: none;
}

.body-hidden {
  height: 100%;
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  color: #999;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.level1 {
  font-size: 1.25rem;
  line-height: 2.125rem;
}

.level2 {
  font-size: 1.5rem;
  line-height: 2.563rem;
}

.level3 {
  font-size: 1.75rem;
  line-height: 3rem;
}

.level4 {
  font-size: 2rem;
  line-height: 3.438rem;
}

.level5 {
  font-size: 2.25rem;
  line-height: 3.875rem;
}

input {
  line-height: 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="number"], input[type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  color: #888;
}

input::-moz-placeholder {
  color: #888;
}

input:-ms-input-placeholder {
  color: #888;
}

input::-ms-input-placeholder {
  color: #888;
}

input::placeholder {
  color: #888;
}

input:focus::-webkit-input-placeholder {
  color: rgba(136, 136, 136, 0.5);
}

input:focus::-moz-placeholder {
  color: rgba(136, 136, 136, 0.5);
}

input:focus:-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.5);
}

input:focus::-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.5);
}

input:focus::placeholder {
  color: rgba(136, 136, 136, 0.5);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
          appearance: none !important;
}

select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 28px;
}

textarea {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c0c0c0;
}

select::-ms-expand {
  display: none;
}

* img, * iframe {
  display: block;
}

.a-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.finished {
  margin-bottom: 30px;
}

.finished__info {
  padding: 30px 0;
  text-align: center;
}

.finished__info h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 3.188rem;
  margin-bottom: 30px;
}

.finished__info .information {
  margin: 20px 0;
}

.finished__info .information li {
  margin-bottom: 10px;
}

.checkmark {
  width: 300px;
  margin: 0 auto;
  padding: 40px;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

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

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

.error-template {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  min-height: 450px;
  max-width: 400px;
  margin: auto;
}

.error-template .title {
  font-family: "Open Sans", "Noto Sans TC", 微軟正黑體, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  color: #777777;
}

.error-template .title .top {
  margin-top: 20px;
  padding-left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.error-template .title .big {
  margin-top: -15px;
  font-size: 168px;
  font-weight: 600;
  line-height: 1;
  color: #0063b3;
}

.error-template .text {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #777777;
}

.error-template .error-actions {
  margin-top: 25px;
  margin-bottom: 25px;
}

.error-template .error-actions .btn {
  display: inline-block;
  min-width: auto;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-size: 18px;
}

.error-template .error-actions .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.error-template .error-actions .btn-default:hover,
.error-template .error-actions .btn-default:focus,
.error-template .error-actions .btn-default:active,
.error-template .error-actions .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.error-template .error-actions .btn-primary {
  color: #fff;
  background-color: #0063b3;
  border-color: #0063b3;
}

.error-template .error-actions .btn-primary:hover,
.error-template .error-actions .btn-primary:focus,
.error-template .error-actions .btn-primary:active,
.error-template .error-actions .btn-primary.active {
  color: #fff;
  background-color: rgba(0, 99, 179, 0.6);
  border-color: #0063b3;
}

.error-template .error-actions .iconfont {
  margin-right: 5px;
}

.error-template .error-actions .block {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.938rem;
  display: block;
  opacity: 0.8;
  text-align: center;
}
