footer {
  background-color: #e7e7e7;
  border-top: 1px solid #1a4299;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

footer .footerBox {
  padding: 1em 0;
}

@media screen and (max-width: 560px) {
  footer .footerBox {
    padding: 0 0 1em;
  }
}

footer .container {
  padding-left: 16px;
  padding-right: 16px;
}

footer .fotMenu {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          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: #000000;
  display: block;
  width: 100%;
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

footer .fotMenu li a.title:hover {
  color: #1a4299;
}

footer .fotMenu ul.submenu {
  margin-bottom: 1em;
}

footer .fotMenu ul.submenu li a {
  color: #444444;
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

footer .fotMenu ul.submenu li a:hover {
  color: #1a4299;
}

footer .logoFot {
  margin-bottom: 1em;
}

footer .logoFot img {
  width: 247px;
  height: 115px;
  margin: 0;
}

@media screen and (max-width: 560px) {
  footer .logoFot img {
    width: 200px;
    height: 93px;
  }
}

footer .info {
  width: 100%;
  margin-bottom: 1em;
}

footer .info p, footer .info a, footer .info b {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
}

footer .info a:hover {
  color: #1a4299;
}

footer .info p {
  clear: both;
  display: block;
}

footer .info b {
  width: auto;
  margin-right: 0.2em;
  height: 30px;
  float: left;
  display: inline-block;
  width: 68px;
  color: #000000;
  font-weight: 500;
}

footer .info .tel {
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  footer .info {
    width: auto;
  }
  footer .info .tel {
    pointer-events: initial;
  }
}

footer .buttomBox {
  background-color: #1a4299;
  width: 100%;
  padding: 0.5em 16px;
  text-align: center;
  clear: both;
}

footer .buttomBox .cop {
  font-size: 14px;
  color: #f3f5f7;
  font-family: "Outfit", "Noto Sans TC", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  footer .fotInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .fotMenu {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 1em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .certification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 360px) {
  footer .info b {
    width: 100%;
    display: block;
    margin-top: 0.5em;
  }
  footer .fotMenu {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
  footer .fotMenu li a.title {
    margin-bottom: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #999999;
  }
}

#btnTop {
  width: 50px;
  height: 50px;
  background-color: #1a4299;
  border-radius: 25px;
  padding: 0;
  border: none;
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 1em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#btnTop:hover {
  bottom: 40px;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  #btnTop {
    width: 42px;
    height: 42px;
    right: 0.5em;
  }
}

/* 公版右側icon Quick Link =================================================================== */
.quick-link {
  position: fixed;
  right: 22px;
  bottom: 60px;
  z-index: 2;
}
.quick-link li {
  margin-bottom: 10px;
  list-style: none;
}
.quick-link li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transition: all 0.5s;
}
.quick-link li a:hover {
  transform: scale(0.9);
}
/*
.quick-link li.phone a {
  background: #43cc28 url("../images/quick-link-phone.png") no-repeat center center;
}
*/
.quick-link li.facebook a {
  background: #1787fb url("../images/quick-link-fb.png") no-repeat center center;
}
/*
.quick-link li.line a {
  background: #44cb28 url("../images/quick-link-line.png") no-repeat center center;
}
*/
