footer {
  background-image: url("../images/bgFooter.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* ----- fotMenu ----- */
  /* ----- info ----- */
}
footer .footerBox {
  padding: 1em 0 0;
}
footer .container {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 991px) {
  footer .fotLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
footer .companyName span {
  height: 0;
  visibility: hidden;
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
footer .logoFot {
  margin-bottom: 1em;
}
footer .logoFot img {
  width: 320px;
  max-width: 100%;
  margin: 0;
}
footer .fotMenu {
  display: flex;
  justify-content: space-evenly;
}
footer .fotMenu ul, footer .fotMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .fotMenu li {
  min-width: 100%;
}
footer .fotMenu li a.title {
  color: #ffffff;
  display: block;
  width: 100%;
  font-family: "Noto Sans TC", Arial, Helvetica;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.5em;
}
footer .fotMenu li a.title:hover {
  color: #c60909;
}
footer .fotMenu ul.submenu {
  margin-bottom: 1em;
}
footer .fotMenu ul.submenu li a {
  color: #ffffff;
  font-family: "Noto Sans TC", Arial, Helvetica;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
}
footer .fotMenu ul.submenu li a:hover {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  footer .fotMenu {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 1em;
  }
}
@media screen and (max-width: 360px) {
  footer .fotMenu {
    padding-top: 0;
    flex-direction: column;
    border-bottom: none;
  }
  footer .fotMenu li a.title {
    margin-bottom: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .info {
  margin-bottom: 1em;
}
footer .info p, footer .info a, footer .info b {
  color: #ffffff;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", Arial, Helvetica;
}
footer .info a:hover {
  opacity: 1;
}
footer .info .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #ffffff;
  margin-bottom: 0.5em;
}
footer .info .item p.title {
  padding-right: 0.5em;
  transform: translateY(5px);
  opacity: 1;
  font-weight: 500;
  width: 80px;
}
footer .info .item .txt {
  width: calc(100% - 80px);
}
footer .info b {
  font-weight: 500;
}
footer .info .tel {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  footer .info .tel {
    pointer-events: initial;
  }
}
@media screen and (max-width: 500px) {
  footer .info .item {
    flex-direction: column;
    margin-bottom: 1em;
  }
  footer .info .item p.title {
    transform: translateY(0);
  }
  footer .info .item .txt {
    width: 100%;
  }
}
footer .footerBottom {
  background-color: #000;
  width: 100%;
  padding: 0.2em 3%;
}
footer .cop {
  text-align: center;
}
footer .cop p {
  font-size: 14px;
  color: #ffffff;
  font-family: "Noto Sans TC", Arial, Helvetica;
}

#btnTop {
  width: 50px;
  height: 50px;
  background-color: #002e73;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 0;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#btnTop i.iArrow {
  width: 40%;
  height: 40%;
  background-image: url(../images/iArrowSty01_w.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
#btnTop:hover {
  bottom: 40px;
  background-color: #c60909;
}
@media screen and (max-width: 900px) {
  #btnTop {
    width: 42px;
    height: 42px;
    right: 0.5em;
  }
}/*# sourceMappingURL=cms-footer.css.map */