* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* link 滑順 */
  scroll-behavior: smooth;
  font-family: "Noto Sans TC", serif;
  touch-action: manipulation; /*阻止雙擊放大*/
}

/* html {
  transition: 1s;
  filter: blur(5px);
} */

a {
  text-decoration: none;
}

:root {
  --Default: #94242A;
  --NavbarHeight: 76px;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

.box {
  width: 100%;
  max-width: 1440px;
  padding: 100px 0px;
}


.computerShowF {
  display: flex !important;
}

.mobileShowF {
  display: none !important;
}

.computerShow480 {
  display: block !important;
}

.mobileShow480 {
  display: none !important;
}

.computerShow {
  display: block !important;
}

.mobileShow {
  display: none !important;
}

@media (max-width:768px) {

  .box {
    padding: 60px 0px;
  }

  .computerShowF {
    display: none !important;
  }

  .mobileShowF {
    display: flex !important;
  }

  .computerShow {
    display: none !important;
  }

  .mobileShow {
    display: block !important;
  }
}

@media (max-width:480px) {
  .computerShow480 {
    display: none !important;
  }

  .mobileShow480 {
    display: block !important;
  }
}

#navbar {
  height: var(--NavbarHeight);
  /* background: #94242A00; */
  position: fixed;
  z-index: 20;
  padding: 0 10px;
  transition: .5s;
  top: 0;
  left: 0;
}

#navbar .box {
  padding: unset;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
}

#navbar .box .logoContainer {
  display: flex;
  gap: 50px;
  height: 100%;
  align-items: center;
}

#navbar .box .logoContainer img {
  height: 40px;
}

#navbar .box .listContainer {
  height: 100%;
  display: flex;
  gap: 70px;
  align-items: center;
}

#navbar .box .listContainer a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#navbar .box .btnBox {
  height: 100%;
  display: flex;
  align-items: center;
}

#navbar .box .btnBox .singUp {
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #f60, #ff490a);
}

@media (max-width:768px) {
  .burgerBtn {
    height: 100%;
    display: flex;
    align-items: center;
  }

  #navbar {
    position: flex;
  }

  #navbar .box .logoContainer {
    gap: 20px;
  }

  #listBar {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100vh;
    top: -200%;
    left: 0;
    background: #000a;
    width: 100%;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 1s;
    z-index: 19;
    padding-top: 80px;
  }

  #listBar a {
    text-align: center;
    padding: 30px 0;
    color: #fff;
    text-decoration: none;
  }
}

/* navbar padding */
#navbar_padding {
  width: 100%;
  height: var(--NavbarHeight);
}

/* footer */
#footer {
  background-color: var(--Default);
}

#footer .box {
  padding: unset;
}

#footer .contact {
  padding: 52px 0 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer .contact .left {
  position: relative;
}

#footer .contact .left .logo {
  width: 191px;
  margin-bottom: 0px;
}

#footer .contact .left .text1 {
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer .contact .left .text2 {
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  /* margin-bottom: 73px; */
}

#footer .contact .left .text3 {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#footer .contact .right {
  width: 679px;
}

#footer .contact .right .title {
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#footer .contact .right .form {
  display: flex;
  gap: 12px;
}

#footer .contact .right .form .form_l,
#footer .contact .right .form .form_r {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#footer .contact .right .form .form_l .input {
  height: 53px;
  background: #FFFFFF;
  border-radius: 0px;
  padding: 5px 10px;
  border: unset;
  font-size: 16px;
}

#footer .contact .right .form .form_r textarea {
  height: 175px;
  background: #FFFFFF;
  border-radius: 0px;
  padding: 5px 10px;
  border: unset;
  font-size: 16px;
}

#footer .contact .right .form .form_l .input:focus,
#footer .contact .right .form .form_r textarea:focus {
  border: 2px solid #c02e35;
  outline: none;
}

#footer .contact .right .form .form_r button {
  border-radius: 0px;
  height: 50px;
  background-color: unset;
  border: 1px solid #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  cursor: pointer;
  color: #FFFFFF;
  transition: .5s;
}

#footer .contact .right .form .form_r button:hover {
  background-color: #fff;
  color: var(--Default);
}


#footer .remark {
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 13px 0 22px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, .2);
}

@media (max-width:1022px) {
  #footer .contact {
    row-gap: 40px;
  }

  #footer .contact .right {
    width: 100%;
  }

  #footer .contact .left .text2 {
    font-size: 16px;
    line-height: 125%;
    color: #FFFFFF;
    margin-bottom: 73px;
  }

  #footer .contact .left .text3 {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
    left: 0px;
    bottom: 0px;
  }
}

@media (max-width:480px) {
  #footer .contact .right .form {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  #footer .contact .right .form .form_l,
  #footer .contact .right .form .form_r {
    width: 100%;
  }

  #footer .contact .left .logo {
    width: 107px;
  }

}

.toTop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  width: 30px;
  background-color: #000;
  /* border-radius: 30px; */
  height: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  gap: 5px;
  opacity: 0;
  transition: .5s;
}

.toTop:hover img {
  animation: imgMove 1.3s infinite ease-in-out;
}

.toTop img {
  width: 100%;
  transform: translateY(0);
}



.toTop .text {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

@keyframes imgMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}