footer {
  border-top: solid 1px #bbb;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .container {
  max-width: 1400px;
  padding: 3em 3% 0;
  margin: 0 auto;
}
footer .leftBox {
  width: 500px;
  float: left;
  display: flex;
}
footer .fotMenu {
  width: 380px;
  margin-top: 30px;
  float: left;
}
footer .fotMenu ul, footer .fotMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .fotMenu li {
  width: auto;
  float: left;
}
footer .fotMenu li a {
  color: #666;
  display: block;
  width: 100%;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 0.5em;
  padding: 0 26px;
  text-transform: uppercase;
}
footer .fotMenu li a:hover {
  color: #90c31f;
}
footer .iconLink {
  width: 160px;
  float: right;
}
footer .iconLink p {
  font-weight: 500;
  margin-bottom: 0.5em;
  padding-left: 0.1em;
}
footer .iconLink p::after {
  content: "";
  margin-left: 0.2em;
  height: 1px;
  width: 38px;
  background-color: #666666;
  display: inline-block;
  transform: translateY(-5px);
}
footer .iconLink .iconBox {
  display: flex;
}
footer .iconLink .iconBox a {
  margin: 0 0.1em;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .iconLink .iconBox a:hover {
  background: #f39800;
}
footer .iconLink .iconBox i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}
footer .iconLink .iconBox i.iLine {
  background-image: url("../images/iLine_w.png");
}
footer .iconLink .iconBox i.iFb {
  background-image: url("../images/iFacebook_w.png");
}
footer .iconLink .iconBox i.iIg {
  background-image: url("../images/iIg_w.png");
}
footer .logoFot {
  width: 168px;
  margin-bottom: 1em;
}
footer .logoFot img {
  margin: 0;
}
footer .fotInfo {
  width: 100%;
  margin-bottom: 2em;
  padding-left: 58px;
}
footer .fotInfo p, footer .fotInfo a, footer .fotInfo b {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}
footer .fotInfo a:hover {
  color: #90c31f;
}
footer .fotInfo p {
  margin-bottom: 0.2em;
  display: block;
  clear: both;
}
footer .fotInfo b {
  width: auto;
  margin-right: 0.2em;
  float: left;
  display: inline-block;
  color: #666;
  font-weight: 500;
}
footer .fotInfo .tel {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  footer .fotInfo {
    width: auto;
  }
  footer .fotInfo .tel {
    pointer-events: initial;
  }
}
footer .buttomBox {
  width: 100%;
  background-color: #90c31f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5em 3%;
}
footer .buttomBox .cop {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1200px) {
  footer .container {
    padding: 2em 3%;
  }
  footer .container .leftBox {
    width: auto;
  }
  footer .container .fotInfo {
    margin-bottom: 0;
  }
  footer .container .fotMenu {
    width: 100%;
    margin: 0 0 0.5em 0;
    padding-top: 1em;
  }
  footer .container .leftBox {
    padding-bottom: 0.5em;
  }
  footer .container .fotMenu {
    border-top: 1px solid #bbb;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container .leftBox {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
  }
  footer .container .fotInfo {
    padding-left: 0;
  }
  footer .container .iconLink {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  footer .container .iconLink p {
    text-align: center;
    margin: 0;
  }
  footer .container .iconLink p::after {
    width: 1px;
    height: 20px;
    display: block;
    margin: 0.5em auto 0;
  }
  footer .container .iconLink .iconBox {
    display: inline-block;
  }
  footer .container .iconLink .iconBox a {
    float: left;
  }
}
@media screen and (max-width: 500px) {
  footer .container .fotInfo p b {
    display: block;
    width: 100%;
  }
}

#btnTop {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #666;
  padding: 0;
  border: none;
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#btnTop img {
  transform: rotate(180deg);
}
#btnTop:hover {
  bottom: 40px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 900px) {
  #btnTop {
    width: 42px;
    height: 42px;
    right: 0.5em;
  }
}