@charset "UTF-8";
body,
html {
  background-color: rgb(188, 217, 216);
}

body,
html,
* {
  margin: 0;
  padding: 0;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: rgb(26, 26, 26);
}

section {
  position: relative;
}

section .s-block {
  position: absolute;
  width: 100%;
  word-wrap: break-word;
  padding: 0;
}

.text-justify {
  text-justify: distribute;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  -moz-text-justify: inter-ideograph;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  display: block;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.logolink {
  max-width: 167px;
  width: 10vw;
  height: auto;
}
@media only screen and (max-width: 2000px) {
  .logolink {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .logolink {
    width: 21vw;
    margin-left: 3%;
  }
}

.wrap {
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0%;
}
.wrap .kv {
  background-image: url("bg_01.webp");
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (max-width: 768px) {
  .wrap .kv {
    background-image: url("bg_m_01.webp");
  }
}
.wrap .kv .infoBg {
  max-width: 2000px;
  margin: 0 auto;
}
.wrap .main {
  background-image: url("bg_02.webp");
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 768px) {
  .wrap .main {
    background-image: url("bg_m_02.webp");
  }
}
.wrap .main .infoBg {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
.wrap .scooters div {
  position: absolute;
  transition: transform 0.5s ease-in-out;
  transform: scale(1);
  will-change: property;
}
@media only screen and (min-width: 769px) {
  .wrap .scooters div :hover {
    cursor: pointer;
    transform: translateY(-10px) scale(1.05);
  }
}
.wrap .K1 {
  top: 2%;
  left: 42%;
  width: 25%;
  max-width: 456px;
}
@media only screen and (max-width: 768px) {
  .wrap .K1 {
    top: 1%;
    left: 5%;
    width: 77%;
  }
}
.wrap .genie {
  top: 16.5%;
  left: 23.5%;
  width: 21%;
  max-width: 456px;
}
@media only screen and (max-width: 768px) {
  .wrap .genie {
    top: 12.5%;
    left: 8%;
    width: 77%;
  }
}
.wrap .yogurt {
  top: 56%;
  left: 41.5%;
  width: 25%;
  max-width: 456px;
}
@media only screen and (max-width: 768px) {
  .wrap .yogurt {
    top: 50.5%;
    left: 5%;
    width: 77%;
  }
}
.wrap .freeway {
  top: 33%;
  left: 52%;
  width: 23%;
  max-width: 456px;
}
@media only screen and (max-width: 768px) {
  .wrap .freeway {
    top: 40%;
    left: 10%;
    width: 73%;
  }
}
.wrap .goodway {
  top: 39%;
  left: 8.5%;
  width: 22%;
  max-width: 456px;
}
@media only screen and (max-width: 768px) {
  .wrap .goodway {
    top: 69.5%;
    left: 4%;
    width: 76%;
  }
}
.wrap .freeway2025 {
  top: 69%;
  left: 9%;
  width: 24%;
  max-width: 456px;
}
@media only screen and (max-width: 768px) {
  .wrap .freeway2025 {
    top: 81%;
    left: 15%;
    width: 77%;
  }
}
.wrap .niceLed {
  top: 12%;
  left: 69%;
  width: 24%;
  max-width: 456px;
}
@media only screen and (max-width: 768px) {
  .wrap .niceLed {
    top: 24.5%;
    left: 8%;
    width: 74%;
  }
}
.wrap .thermometer {
  position: fixed;
  right: 5%;
  top: 40%;
  width: 10vw;
  max-width: 151px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wrap .thermometer {
    right: 0.5%;
    top: 23%;
    width: 19vw;
  }
}
.wrap .thermometer img {
  width: 100%;
}
.wrap .banner {
  position: fixed;
  z-index: 1;
  top: 0%;
  left: 0%;
  display: none;
}
.wrap footer {
  padding: 2% 1% 1.5%;
  text-align: center;
  line-height: 1.4;
  font-size: 13.3px;
  background-color: #557987;
}
.wrap footer p {
  color: #fff;
}
@media only screen and (max-width: 1050px) {
  .wrap footer {
    font-size: 1.275vw;
  }
}
@media only screen and (max-width: 768px) {
  .wrap footer {
    font-size: 2.72vw;
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 768px) {
  .wrap .pc {
    display: none;
  }
}
.wrap .md {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrap .md {
    display: block;
  }
}

.loader-circle {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #999;
  background: linear-gradient(to right, #999 30%, rgba(153, 153, 153, 0) 100%);
  position: relative;
  animation: loader-anim 1s infinite linear;
  transform: translateZ(0);
}
.loader-circle:before {
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader-circle:after {
  background: #f0f0f1;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-loader {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f0f0f1;
}
.page-loader .wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  height: 102px;
  height: 140px;
  text-align: center;
}
.page-loader .wrap p {
  position: relative;
  margin: 0px auto 18px auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.page-loader .wrap .loader-circle {
  margin: 15px auto;
}
@keyframes loader-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}