footer {
  background-color: #373b1a;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* ----- info ----- */
}
footer .container {
  padding-left: 16px;
  padding-right: 16px;
}
footer .companyName span {
  height: 0;
  visibility: hidden;
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
footer .info {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .info p, footer .info a, footer .info b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", Arial, Helvetica;
  opacity: 0.9;
}
footer .info a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .info p {
  line-height: normal;
  margin: 0;
}
footer .info .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  margin-bottom: 0.2em;
  margin-right: 1.5em;
}
footer .info .item p.title {
  margin-right: 0.2em;
}
footer .info .item p.title::after {
  content: "|";
  padding: 0 0.5em;
}
footer .info .item .txt {
  display: contents;
}
footer .info b {
  font-weight: 500;
}
footer .info .tel {
  pointer-events: none;
}
.view-count{line-height: 1.6em;font-size: 12px}
@media screen and (max-width: 960px) {
  footer .info .tel {
    pointer-events: initial;
  }
}
@media screen and (max-width: 560px) {
  footer .info {
    justify-content: flex-start;
  }
  footer .info p, footer .info a, footer .info b {
    font-size: 14px;
  }
  footer .info .item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  footer .info p, footer .info a, footer .info b {
    font-size: 12px;
  }
}
footer .footerBottom {
  background-color: #242f11;
  width: 100%;
  padding: 0.2em 3%;
}
footer .footerBottom .cop {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footerBottom .cop p {
  font-size: 14px;
  color: #aabf85;
  font-family: "Noto Sans TC", Arial, Helvetica;
  margin: 0;
  line-height: normal;
}
footer .footerBottom .cop .txtS {
  margin: 0 1em;
  font-size: 12px;
  color: #aabf85;
  font-family: "Noto Sans TC", Arial, Helvetica;
  opacity: 0.6;
}
footer .footerBottom .cop .txtS:hover {
  opacity: 1;
}
@media screen and (max-width: 560px) {
  footer .footerBottom {
    padding: 0.2em 0;
  }
  footer .footerBottom .cop {
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .footerBottom .cop p {
    font-size: 12px;
  }
  footer .footerBottom .cop .txtS {
    margin: 0.2em 1em 0 0;
  }
}

#btnTop {
  width: 50px;
  height: 50px;
  background-color: #373b1a;
  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/theme-b67/iArrowSty01_w.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
#btnTop:hover {
  bottom: 40px;
  background-color: #373b1a;
}
@media screen and (max-width: 900px) {
  #btnTop {
    width: 42px;
    height: 42px;
    right: 0.5em;
  }
}/*# sourceMappingURL=cms-footer.css.map */