.w-80 {
  width: 80%;
}

.my-auto {
  margin: 0px auto;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #002738;
  background-color: white;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .button--float {
    width: 100%;
    height: 60px;
  }
}
.section--footer {
  padding: 0;
  position: relative;
  z-index: 2;
  color: white;
  background: #9e9e9e;
}

.section--footer .container {
  padding: 32px 1rem;
}

.section--footer .buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.section--footer .siteinfo {
  padding: 24px 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  text-align: center;
  border-top: 1px solid white;
}

@media (max-width: 767px) {
  .section--footer {
    padding-bottom: 60px;
  }
}
.nav--footer nav ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.nav--footer nav ul li {
  font-size: 14px;
  border-left: 1px solid white;
  padding-left: 16px;
}
.nav--footer nav ul li a {
  color: white;
  text-decoration: none !important;
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
}
.nav--footer nav ul li a:hover {
  border-color: #fff;
}

.nav--footer nav ul li:first-of-type {
  border-left: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .nav--footer nav ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .nav--footer nav ul li {
    padding-left: 0 !important;
    border-left: none;
  }
}
.section--footer .caption {
  text-align: center;
  margin-bottom: 32px;
}

.section--footer .caption:last-of-type {
  margin-bottom: 0;
}

.section--footer .caption .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  color: white;
}

.section--footer .caption .text {
  font-size: 14px;
  color: white;
  line-height: 1.8;
}

.icon--fb {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 100%;
  background-image: url(https://filecenter.2d.com.tw/about/images/about-202310131356096455.svg);
  width: 30px;
  height: auto;
  aspect-ratio: 60/60;
}

.icon--linkedin {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 100%;
  background-image: url(https://filecenter.2d.com.tw/about/images/about-202310131356287846.svg);
  width: 30px;
  height: auto;
  aspect-ratio: 60/60;
}

.icon--youtube {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 100%;
  background-image: url(https://filecenter.2d.com.tw/about/images/about-202310131350292302.svg);
  width: 30px;
  height: auto;
  aspect-ratio: 60/60;
}

.logo--delta--white {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 100%;
  background-image: url(https://filecenter.2d.com.tw/about/images/about-202310112254338460.svg);
  width: 146px;
  height: auto;
  aspect-ratio: 292/102;
}/*# sourceMappingURL=footer-type2.css.map */