@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);html,
body,
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "noto sans tc", "microsoft jhenghei", sans-serif;
}

header {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
header .info {
  background: #006695;
  color: #FFFFFF;
  padding: 10px 0;
}
header .info a {
  color: #FFFFFF;
}
header .menu {
  padding: 15px 0;
  background: #FFFFFF;
  color: #E4C8A7;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}

footer {
  background: #E5C8A9;
  padding: 40px 0;
  color: #FFFFFF;
}
footer .footer-logo {
  text-align: center;
}
@media (max-width: 991.98px) {
  footer .footer-logo {
    margin-bottom: 60px;
  }
}
footer .title {
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
}
footer .contact {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  footer .contact {
    padding: 0 40px;
  }
}
footer .contact div {
  margin-bottom: 10px;
}
footer .qrcode {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  footer .qrcode {
    margin-top: 60px;
  }
}
footer .qrcode .fans {
  margin-top: 30px;
}
footer i {
  background: #AB8B65;
  border-radius: 100%;
  padding: 5px;
}

.copyright {
  padding: 30px 0;
  background: #006695;
  color: #FFFFFF;
  font-size: 16px;
}
.copyright a {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .copyright .facebook {
    margin-top: 20px;
  }
}

.btn-submit {
  background: #F1E3D4;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #006695;
}
.btn-submit:hover {
  background: #AB8B65;
  color: #FFFFFF;
}

.spinner-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

#device {
  background: url("../images/background.png") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
#device .form {
  width: 60vw;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 30px 80px 80px;
}
@media (max-width: 991.98px) {
  #device .form {
    width: calc(100% - 40px);
    padding: 20px 15px 40px;
  }
}
#device .form h1 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 58px;
  color: #006695;
  margin-bottom: 10px;
}
#device .form .slogan {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #006695;
  margin-bottom: 30px;
}
#device .form hr {
  border-color: #BABBBC;
}
#device .form .device-item {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
  padding: 10px;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  #device .form .device-item {
    font-size: 14px;
    line-height: 20px;
  }
}
#device .form .device-item img {
  border-radius: 10%;
  background: #E4C8A7;
}
#device .form .device-item .btn-add, #device .form .device-item .btn-remove {
  color: #006695;
  border-radius: 5px;
  border: 1px solid #9a9a9a;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 10px;
}
#device .form .device-item .btn-add i, #device .form .device-item .btn-remove i {
  display: flex;
  justify-content: center;
  align-items: center;
}
#device .form .device-item .btn-remove {
  margin-left: 5px;
}
#device .form .note {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #5A5A5A;
  margin-top: 30px;
}
#device .form .btn-submit {
  margin-top: 30px;
}

#calendar {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#calendar h3 {
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #5A5A5A;
}
#calendar .wrapper {
  width: 600px;
  max-width: 100vw;
}
@media (max-width: 991.98px) {
  #calendar .wrapper {
    max-width: calc(100vw - 70px);
  }
}
#calendar .year {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #006695;
}
#calendar .year .month {
  font-weight: bold;
  font-size: 34px;
  line-height: 49px;
}
#calendar .weekday,
#calendar .date {
  display: flex;
  flex-wrap: wrap;
}
#calendar .weekday .day,
#calendar .date .day {
  display: inline-block;
  width: calc(100% / 7);
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #006695;
  font-weight: 900;
}
#calendar .weekday .day.today label,
#calendar .date .day.today label {
  color: #4E5155 !important;
}
#calendar .weekday input[type=radio] + label,
#calendar .weekday input[type=checkbox] + label,
#calendar .date input[type=radio] + label,
#calendar .date input[type=checkbox] + label {
  background: transparent;
  border: none;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
#calendar .weekday input[type=radio] + label:hover,
#calendar .weekday input[type=checkbox] + label:hover,
#calendar .date input[type=radio] + label:hover,
#calendar .date input[type=checkbox] + label:hover {
  background: #F1E3D4;
}
#calendar .weekday input[type=radio]:disabled + label,
#calendar .weekday input[type=checkbox]:disabled + label,
#calendar .date input[type=radio]:disabled + label,
#calendar .date input[type=checkbox]:disabled + label {
  color: #C2C2C2;
  cursor: default;
}
#calendar .weekday input[type=radio]:disabled + label:hover,
#calendar .weekday input[type=checkbox]:disabled + label:hover,
#calendar .date input[type=radio]:disabled + label:hover,
#calendar .date input[type=checkbox]:disabled + label:hover {
  background: transparent;
  box-shadow: none;
}
#calendar .weekday input[type=radio]:checked + label,
#calendar .weekday input[type=checkbox]:checked + label,
#calendar .date input[type=radio]:checked + label,
#calendar .date input[type=checkbox]:checked + label {
  background: #F1E3D4;
  box-shadow: none;
}
#calendar .weekday {
  padding-bottom: 5px;
}
#calendar .weekday .day {
  font-weight: bold;
}

#timer {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#timer h3 {
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #5A5A5A;
}
#timer .wrapper {
  width: 800px;
  max-width: 100vw;
}
@media (max-width: 991.98px) {
  #timer .wrapper {
    max-width: calc(100vw - 70px);
  }
}

#service {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service h3 {
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #5A5A5A;
}
#service .wrapper {
  width: 80vw;
  max-width: 100vw;
}
@media (max-width: 991.98px) {
  #service .wrapper {
    width: 100%;
    max-width: calc(100vw - 30px);
  }
}
#service .service-item {
  margin-bottom: 30px;
}
#service .service-item .service-image img {
  width: 100%;
  height: auto;
}
#service .service-item .service-content {
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 991.98px) {
  #service .service-item .service-content {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
#service .service-item .service-content .title {
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  #service .service-item .service-content .title {
    margin-bottom: 5px;
  }
}
#service .service-item label {
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.home label {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
}
@media (max-width: 991.98px) {
  .home label {
    font-size: 14px;
    line-height: 20px;
  }
}
.home label i {
  margin-right: 10px;
  color: #006695;
  background: #E4C8A7;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .home label i {
    font-size: 14px;
    line-height: 20px;
  }
}
.home .btn-submit {
  margin-top: 60px;
  width: 400px;
}
@media (max-width: 991.98px) {
  .home .btn-submit {
    margin-top: 0;
    width: 250px;
  }
}

.service-zone {
  padding: 90px 0 60px;
  background: #F4EAE4;
}
.service-zone h3 {
  font-size: 36px;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  z-index: 1;
}
.service-zone h3:before {
  content: "";
  background: #E5C8A9;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  bottom: -10px;
  left: -40px;
  z-index: -1;
}
.service-zone h3:after {
  content: "";
  width: 60px;
  height: 40px;
  background: url("../images/car-icon.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -60px;
}
.service-zone .content p {
  font-size: 24px;
  color: #006695;
}
.service-zone .content ul {
  padding: 30px 0;
}
.service-zone .content li {
  font-size: 20px;
}
.service-zone .note {
  font-size: 16px;
  color: #9a9a9a;
}
.service-zone .service-img img {
  max-height: 400px;
}

.radio-group input[type=radio],
.radio-group input[type=checkbox] {
  display: flex;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.radio-group input[type=radio] + label,
.radio-group input[type=checkbox] + label {
  display: block;
  background: #FFFFFF;
  border: 1px solid #006695;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #006695;
  padding: 8px 10px;
  cursor: pointer;
}
.radio-group input[type=radio] + label:hover,
.radio-group input[type=checkbox] + label:hover {
  background: #F1E3D4;
  border-color: #F1E3D4;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.radio-group input[type=radio]:checked + label,
.radio-group input[type=checkbox]:checked + label {
  background: #E4C8A7;
  border-color: #E4C8A7;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  color: #FFFFFF;
}

.order-show,
.checkout {
  padding: 0 100px;
}
@media (max-width: 991.98px) {
  .order-show,
.checkout {
    padding: 0 20px;
  }
}
.order-show .order-detail,
.checkout .order-detail {
  padding: 150px 0 50px;
}
@media (max-width: 991.98px) {
  .order-show .order-detail,
.checkout .order-detail {
    position: static !important;
  }
}
.order-show .order-detail .detail,
.checkout .order-detail .detail {
  margin: 0;
}
.order-show .detail,
.checkout .detail {
  margin: 50px 0;
  padding: 60px 40px;
  background: #F1E3D4;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 991.98px) {
  .order-show .detail,
.checkout .detail {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 23px;
  }
}
.order-show .detail > div,
.checkout .detail > div {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .order-show .detail > div,
.checkout .detail > div {
    margin-bottom: 10px;
  }
}
.order-show .detail .service_item,
.order-show .detail .service_description,
.checkout .detail .service_item,
.checkout .detail .service_description {
  padding-left: 35px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .order-show .detail .service_item,
.order-show .detail .service_description,
.checkout .detail .service_item,
.checkout .detail .service_description {
    padding-left: 0;
  }
}
.order-show .detail .note,
.checkout .detail .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #000000;
}
.order-show .detail .note span,
.checkout .detail .note span {
  font-weight: 900;
  color: #006695;
  margin-bottom: 10px;
}
.order-show .order_state,
.order-show .service_item,
.order-show .service_discount,
.order-show .service_amount,
.order-show .service_description,
.checkout .order_state,
.checkout .service_item,
.checkout .service_discount,
.checkout .service_amount,
.checkout .service_description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-show .payment_info,
.checkout .payment_info {
  display: flex;
}
.order-show .service_amount,
.checkout .service_amount {
  font-weight: 900;
}
.order-show hr,
.checkout hr {
  border-color: #5A5A5A;
}
.order-show .form,
.checkout .form {
  margin: 150px 0 50px;
  padding: 60px 40px;
  background: #FFFFFF;
  border: 1.5px solid #E4C8A7;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .order-show .form,
.checkout .form {
    margin: 0 0 50px;
    padding: 30px 20px;
  }
}
.order-show .form h3,
.checkout .form h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #006695;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .order-show .form h3,
.checkout .form h3 {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
  }
}
.order-show .form label,
.checkout .form label {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media (max-width: 991.98px) {
  .order-show .form label,
.checkout .form label {
    font-size: 16px;
    line-height: 23px;
  }
}
.order-show .form h4,
.checkout .form h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #000000;
}
.order-show .form .description,
.checkout .form .description {
  margin: 20px 0;
  padding: 20px 50px;
  background: #F9F9F9;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #101010;
}
@media (max-width: 991.98px) {
  .order-show .form .description,
.checkout .form .description {
    padding: 20px;
  }
}
.order-show .form .description h5,
.checkout .form .description h5 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
.order-show .form .description p,
.checkout .form .description p {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.order-show .form .description label,
.checkout .form .description label {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #101010;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.order-show {
  margin-top: 100px;
}
.order-show h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.05em;
  color: #006695;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .order-show h1 {
    font-size: 36px;
    line-height: 52px;
  }
}
.order-show #service-done-form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.order-show .btn-submit {
  background: #E4C8A7;
  width: 400px;
  max-width: 100%;
}