@import "lib/reset.css";
@import "lib/swiper-bundle.css";
@import "lib/lity.css";
@import "lib/aos.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  position: relative;
  box-sizing: border-box;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "SimHei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

body::-webkit-scrollbar {
  width: 0.25em;
}

body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

body {
  background-color: #031a2c;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.1em #ffffff;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: #2F65D2;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}
@media (max-width: 1024px) {
  p {
    font-size: 0.9rem;
  }
}

button,
a.btn {
  display: block;
  padding: 1.25rem 4rem;
  background-color: #2F65D2;
  border-radius: 3rem;
  color: #fff;
  margin-bottom: 1rem;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
}
button:hover,
a.btn:hover {
  background-color: #031a2c;
}
@media (max-width: 1024px) {
  button,
  a.btn {
    padding: 0.5rem 2rem;
  }
}

#wrappr {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.row {
  margin: 0 auto;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  max-width: 1100px;
}

.row.noWrap {
  flex-wrap: nowrap;
}

.row.spaceB {
  justify-content: space-between;
}

.column {
  margin: 0 auto;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  max-width: 1100px;
}

section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.goTop {
  width: 60px;
  height: 60px;
  display: none;
  right: 2rem;
  bottom: 2rem;
  position: fixed;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.2;
  background-color: #2F65D2;
  background-image: url("../img/goTop.svg");
  border: solid 3px #2F65D2;
  border-radius: 30px;
}
.goTop:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .goTop {
    width: 0;
    height: 0;
    border: 0;
  }
}

header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
header a.logo {
  width: 5vw;
  height: 5vw;
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  min-width: 100px;
  z-index: 999;
}
header a.logo img {
  display: block;
  max-width: 100%;
}
header .banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  background-position: center;
  background-size: cover;
  padding: 8vh 1rem;
  min-height: 760px;
}
header .banner h1 {
  margin: 0 0.5rem;
}
header .banner h5 {
  color: #fff;
  text-shadow: 0 0 0.1em #000;
  font-weight: 600;
}
header .banner.ba01 {
  background-image: url("../img/banner/banner01.jpg");
}
header a.scroll {
  margin: 0 auto;
  display: block;
  width: 33.3%;
  height: 33.3%;
  max-width: 335px;
}
header a.scroll:hover {
  filter: brightness(1.5);
}
header a.scroll img {
  display: block;
  max-width: 100%;
}
header ul.tab-title {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1100px;
  bottom: 0;
}
header ul.tab-title li {
  width: 50%;
  height: auto;
  display: block;
  background-color: #2F65D2;
  padding: 1.25rem;
  border-radius: 2rem 2rem 0 0;
}
header ul.tab-title li h3 {
  color: #fff;
}
header ul.tab-title li.active,
header ul.tab-title li:hover {
  background-color: #fff;
}
header ul.tab-title li.active h3,
header ul.tab-title li:hover h3 {
  color: #2F65D2;
}
@media (max-width: 1024px) {
  header a.logo {
    left: 0;
    top: 0;
  }
  header .banner {
    padding: 10vh 1rem 7vh 1rem;
    min-height: 0;
  }
  header ul.tab-title li {
    padding: 0.75rem;
    border-radius: 1rem 1rem 0 0;
  }
}

main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
main section.about {
  padding: 5rem 1rem;
  background-image: url("../img/bgA.jpg");
  background-size: cover;
  background-position: center top;
}
main section.about .text {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 600px;
  padding: 1rem;
}
main section.about .text h2 {
  text-align: left;
  margin-bottom: 1rem;
}
main section.about .text p {
  text-align: left;
}
main section.about .pic {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 300px;
  background-color: #031a2c;
}
main section.serve {
  background-color: #F1EFED;
  padding: 5rem 1rem;
  padding-bottom: 2rem;
}
main section.serve h2 {
  margin-bottom: 2rem;
}
main section.serve h2,
main section.serve h5,
main section.serve p {
  text-align: left;
}
main section.serve img {
  max-width: 100%;
}
main section.serve .serItem {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 1100px;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3137254902);
  padding: 4rem;
  background-color: #fff;
  margin-bottom: 3rem;
}
main section.serve .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
main section.serve .title {
  width: 100%;
  height: auto;
  display: block;
  max-width: 350px;
  margin-right: 3rem;
}
main section.serve .pic {
  display: block;
}
main section.serve .info {
  margin-left: 1rem;
}
main section.serve .info::after {
  width: 0.5rem;
  height: 1.5rem;
  content: "";
  background-color: #ffc600;
  position: absolute;
  left: -1.5rem;
  top: 0;
}
main section.serve .info h5 {
  margin-bottom: 1rem;
}
main section.update {
  padding: 5rem 1rem;
  background-image: url("../img/bgB.jpg");
  background-size: cover;
  background-position: center;
}
main section.update h2 {
  margin-bottom: 2rem;
}
main section.update h2,
main section.update h5,
main section.update p {
  text-align: left;
}
main section.update .text {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 600px;
  padding: 1rem;
}
main section.update .text h2 {
  text-align: left;
  margin-bottom: 1rem;
}
main section.update .text p {
  text-align: left;
}
main section.update .pic {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 400px;
}
main section.update .pic img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  main section.update,
  main section.about {
    padding: 3rem 1rem;
  }
  main section.update .text,
  main section.about .text {
    max-width: none;
  }
  main section.serve {
    padding: 3rem 1rem;
  }
  main section.serve .serItem {
    padding: 2rem;
  }
  main section.serve h2,
  main section.serve .content {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  main section.serve .title {
    margin-right: 0;
    max-width: none;
  }
}

main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
main section.touch {
  padding: 5rem 1rem;
  background-image: url("../img/bgA.jpg");
  background-size: cover;
  background-position: center top;
}
main section.touch h2 {
  margin-bottom: 1rem;
}
main section.touch form {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 1100px;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3137254902);
  padding: 4rem;
  background-color: #fff;
}
main section.touch .input {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem;
}
main section.touch .input::after {
  width: 0.5rem;
  height: 1.5rem;
  content: "";
  background-color: #ffc600;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
main section.touch .input p {
  font-weight: 600;
  width: 20%;
  text-align: left;
  margin-left: 2rem;
}
main section.touch .input input[type=text] {
  width: 70%;
  padding: 0.75rem 1rem;
  display: inline-block;
  background-color: #eee;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
main section.touch a.btn {
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  main section.touch {
    padding: 3rem 1rem;
  }
  main section.touch form {
    padding: 2rem 1rem;
  }
  main section.touch .input::after {
    transform: translateY(0);
    top: 1rem;
  }
  main section.touch .input p,
  main section.touch .input input[type=text] {
    width: 100%;
  }
  main section.touch .input p {
    margin-bottom: 1rem;
  }
}

footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 1rem;
  min-height: 90px;
  background-color: #031a2c;
}
footer .row {
  margin-bottom: 0;
  justify-content: space-between;
}
footer .pic {
  width: 50%;
  height: auto;
  display: block;
  max-width: 135px;
}
footer ul {
  display: block;
}
footer ul li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2px;
  color: #fff;
}
footer ul h5 {
  color: #fff;
  text-align: left;
}
footer ul a {
  display: inline-block;
  font-size: 0.9rem;
  color: #ccc;
  margin-right: 1rem;
}
footer ul a:hover {
  color: #08c;
}
@media (max-width: 1024px) {
  footer {
    padding-bottom: 2rem;
  }
  footer .row {
    justify-content: center;
  }
  footer ul {
    margin-right: 1rem;
  }
  footer ul li {
    font-size: 0.9rem;
  }
  footer ul a {
    font-size: 0.75rem;
  }
}
@media (max-width: 512px) {
  footer {
    padding-bottom: 2rem;
  }
  footer .pic {
    margin: 0 auto;
    display: block;
  }
  footer ul {
    margin: 0 auto;
    display: block;
  }
  footer ul li,
  footer ul h5,
  footer ul a {
    text-align: center;
  }
  footer ul li {
    font-size: 0.9rem;
  }
  footer ul a {
    font-size: 0.75rem;
  }
}