i.iSerch_cW {
  background-image: url("../images/icon/iSerch_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iEarth_cGy {
  background-image: url("../images/icon/iEarth_cGy.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPaper_cGy {
  background-image: url("../images/icon/iPaper_cGy.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iBright_cB {
  background-image: url("../images/icon/iBright_cB.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*iArrow_cW*/
i.iArrow_cW {
  background-image: url("../images/icon/iDown_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iArrow_cW.r {
  transform: rotate(-90deg);
}

i.iArrow_cW.l {
  transform: rotate(90deg);
}

/*iArrow_cGy*/
i.iArrow_cGy {
  background-image: url("../images/icon/iDown_cGy.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iArrow_cGy.r {
  transform: rotate(-90deg);
}

i.iArrow_cGy.l {
  transform: rotate(90deg);
}

i.iTopStop_cW {
  background-image: url("../images/icon/iTopStop_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iMessenger {
  background-image: url("../images/icon/iMessenger.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iMail {
  background-image: url("../images/icon/iMail.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPhone_cBk {
  background-image: url("../images/icon/iPhone_cBk.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iLine {
  background-image: url("../images/icon/iLine.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iAdd_cW {
  background-image: url("../images/icon/iAdd_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iDownload_cW {
  background-image: url("../images/icon/iDownload_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPin_cW {
  background-image: url("../images/icon/iPin_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iPhone_cW {
  background-image: url("../images/icon/iPhone_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

i.iFax_cW {
  background-image: url("../images/icon/iFax_cW.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

footer {
  background-image: url(../images/bg-fotImg.png), linear-gradient(to right, #008ab7, #0068b7);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .container {
  padding: 40px 0;
  display: flex;
}
@media screen and (max-width: 960px) {
  footer .container {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  footer {
    background-size: 100% auto, auto;
  }
}

/* ----- contactInfo ----- */
#contactInfo {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 360px;
  /* infoBox */
  /* community */
}
#contactInfo p, #contactInfo a, #contactInfo span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans TC", Arial, Helvetica;
  opacity: 0.9;
  line-height: 1em;
  margin: 0;
}
#contactInfo a:hover {
  opacity: 1;
  text-decoration: underline;
}
#contactInfo .infoBox {
  padding: 0 1em;
  width: 100%;
  margin-bottom: 1em;
}
#contactInfo .infoBox .companyName {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
#contactInfo .infoBox .info {
  width: 100%;
}
#contactInfo .infoBox .item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#contactInfo .infoBox .item > p {
  line-height: revert;
}
#contactInfo .infoBox .item p.title {
  font-size: 16px;
  font-weight: 400;
  margin-right: 0.2em;
  width: 50px;
}
#contactInfo .infoBox .item a.tel {
  pointer-events: none;
}
#contactInfo .infoBox .item .txt {
  width: calc(100% - 50px);
  padding-left: 0.5em;
}
#contactInfo .infoBox .item .txt > p {
  line-height: revert;
}
#contactInfo .community {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1em;
}
#contactInfo .community p {
  margin-right: 0.5em;
}
#contactInfo .community a {
  width: 46px;
  height: 46px;
  margin: 0 0.2em;
  transition: all 0.3s;
}
#contactInfo .community a i {
  width: 100%;
  height: 100%;
  display: block;
}
#contactInfo .community a:hover {
  transform: translateY(-8px);
}
@media screen and (max-width: 960px) {
  #contactInfo {
    width: 100%;
    padding: 0 3% 1em;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    justify-content: space-around;
  }
  #contactInfo .infoBox {
    width: auto;
  }
  #contactInfo .infoBox .info a.tel {
    pointer-events: initial;
  }
}
@media screen and (max-width: 580px) {
  #contactInfo {
    flex-direction: column;
    align-items: center;
  }
  #contactInfo .infoBox {
    width: 300px;
    padding: 0;
    max-width: 100%;
  }
}

/* ----- fotMenu ----- */    
#fotMenu {
  overflow: hidden;
  width: calc(100% - 360px);
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#fotMenu ul, #fotMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#fotMenu ul {
  display: inline-block;
  min-width: 140px;
  margin-bottom: 0.5em;
  position: relative;
}
#fotMenu li {
  float: none;
}
#fotMenu li a {
  color: #ffffff;
  opacity: 0.9;
  font-size: 16px;
  line-height: 24px;
  padding: 0.2em 0;
  display: block;
}
#fotMenu li a:hover {
  opacity: 1;
}
#fotMenu li a.title {
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5em;
  opacity: 1;
}
#fotMenu li a.title:hover {
  text-decoration: underline;
}
#fotMenu li .fotNavMore {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/iDown_cW.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30% auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
#fotMenu li .fotNavMore.btnOpen {
  top: 5px;
  transform: rotate(0deg);
}
#fotMenu li.rowSty01 {
  float: left;
  display: inline-block;
}
#fotMenu li.rowSty01 li {
  display: block;
  float: none;
}
#fotMenu ul.submenu {
  padding-right: 1em;
}
@media screen and (max-width: 960px) {
  #fotMenu {
    width: 100%;
    padding: 2em 0 1em;
  }
}
@media screen and (max-width: 560px) {
  #fotMenu {
    padding: 0 0 6em;
    background-size: 60% auto;
  }
  #fotMenu > ul {
    width: 100%;
    margin-bottom: 0;
  }
  #fotMenu li, #fotMenu li.rowSty01 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    float: none;
  }
  #fotMenu li ul.submenu, #fotMenu li.rowSty01 ul.submenu {
    width: 100%;
    display: none;
    padding: 0 0 0.5em 0.5em;
  }
  #fotMenu li li, #fotMenu li.rowSty01 li {
    border: none;
  }
  #fotMenu li ul.submenu.open, #fotMenu li.rowSty01 ul.submenu.open {
    display: block;
    padding: 0 4%;
  }
  #fotMenu li a.title, #fotMenu li.rowSty01 a.title {
    font-size: 18px;
    padding: 0.5em 3%;
    margin-bottom: 0;
  }
  #fotMenu li .fotNavMore, #fotMenu li.rowSty01 .fotNavMore {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  #fotMenu {
    padding: 0 0 4em;
  }
}

.footerBottom {
  background-color: #000;
  width: 100%;
  padding: 1em 3%;
  clear: both;
}
.footerBottom .cop {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.footerBottom .cop p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans TC", Arial, Helvetica;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 400px) {
  .footerBottom {
    padding: 0.5em 3%;
  }
  .footerBottom .cop p {
    font-size: 14px;
  }
}

.sideLinkBox {
  position: fixed;
  flex-direction: column;
  z-index: 5;
  bottom: 100px;
  right: 1.3em;
  width: 42px;
  text-align: center;
  background-color: #fff;
  border-radius: 21px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  display: flex;
}
.sideLinkBox a {
  display: flex;
  margin: 0;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sideLinkBox a i {
  width: 70%;
  height: 70%;
  transition: all 0.3s;
}
.sideLinkBox a:hover i {
  transform: scale(1.2);
}
@media screen and (max-width: 900px) {
  .sideLinkBox {
    right: 0.5em;
  }
}
@media screen and (max-width: 580px) {
  .sideLinkBox {
    position: initial;
    width: auto;
    height: auto;
    flex-direction: row;
    background: none;
    box-shadow: none;
    margin-bottom: 2em;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 30px;
  }
  .sideLinkBox a {
    width: 60px;
    height: 60px;
  }
  .sideLinkBox a i {
    width: 70%;
    height: 70%;
  }
}

#btnTop {
  width: 52px;
  height: 52px;
  border: none;
  background-color: #0068b7;
  border-radius: 26px;
  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 {
  width: 40%;
  height: 40%;
  display: block;
}
#btnTop:hover {
  bottom: 40px;
  background-color: #0068b7;
}
@media screen and (max-width: 900px) {
  #btnTop {
    width: 42px;
    height: 42px;
    right: 0.5em;
  }
}/*# sourceMappingURL=cms-footer.css.map */