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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}
footer .container {
  padding: 40px 3%;
  display: flex;
  max-width: 1580px;
}
@media screen and (max-width: 1600px) {
  footer .container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1024px) {
  footer .container {
    justify-content: space-around;
  }
}
@media screen and (max-width: 760px) {
  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 {
  padding-right: 3%;
  width: 440px;
  display: flex;
  flex-direction: row;
  /* infoBox */
}
#contactInfo p {
  margin: 0;
  padding: 0;
  color: #3e3a39;
  opacity: 0.9;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Noto Sans TC", Arial, Helvetica;
  font-size: clamp(14px, 1.2vw, 16px);
  opacity: 0.9;
}
#contactInfo a {
  color: #3e3a39;
}
#contactInfo a:hover {
  opacity: 1;
  text-decoration: underline;
}
#contactInfo .fotLogo {
  width: 115px;
  height: 41px;
  margin: 0 0 0.5em;
}
#contactInfo .infoBox {
  padding: 0 1em;
  width: calc(100% - 115px);
  margin-bottom: 1em;
}
#contactInfo .infoBox .info {
  width: 100%;
}
#contactInfo .infoBox .item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.4em;
}
#contactInfo .infoBox .item p.title {
  font-weight: 500;
  white-space: nowrap;
}
#contactInfo .infoBox .item p.txt {
  padding-left: 0.2em;
}
#contactInfo .infoBox .item p.txt a.tel {
  font-size: clamp(20px, 2.2vw, 24px);
  height: 40px;
  border-radius: 20px;
  border: 2px solid #43b149;
  color: #43b149;
  padding: 0 0.5em;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#contactInfo .infoBox .item p.txt a.tel i {
  width: 18px;
  height: 18px;
  margin: 0 0.2em;
}
@media screen and (max-width: 1240px) {
  #contactInfo {
    width: 260px;
    flex-direction: column;
  }
  #contactInfo .infoBox {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  #contactInfo {
    width: 100%;
    padding: 0 3% 1em;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex-direction: column;
    align-items: center;
  }
  #contactInfo .infoBox {
    width: auto;
  }
  #contactInfo .infoBox .item p.txt a.tel {
    pointer-events: initial;
  }
}
@media screen and (max-width: 580px) {
  #contactInfo {
    flex-direction: column;
    align-items: center;
  }
  #contactInfo .infoBox {
    padding: 0;
    max-width: 100%;
  }
}

/* ----- fotMenu ----- */
#fotMenu {
  overflow: hidden;
  width: calc(100% - 540px - 270px);
  padding: 0 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
#fotMenu ul, #fotMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#fotMenu ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
  position: relative;
  align-content: center;
}
#fotMenu li {
  float: none;
  min-width: 110px;
  min-height: 40px;
}
#fotMenu li a {
  margin: 0;
  padding: 0;
  color: #3e3a39;
  opacity: 0.9;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Noto Sans TC", Arial, Helvetica;
  font-size: clamp(14px, 1.2vw, 16px);
  opacity: 0.9;
  padding: 0.2em 0;
  display: block;
  width: 100%;
  height: 100%;
}
#fotMenu li a:hover {
  opacity: 1;
  color: #43b149;
}
#fotMenu li.title {
  margin: 0;
  padding: 0;
  color: #3e3a39;
  opacity: 0.9;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Noto Sans TC", Arial, Helvetica;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  #fotMenu {
    width: calc(100% - 240px - 270px);
  }
}
@media screen and (max-width: 760px) {
  #fotMenu {
    width: 100%;
    padding: 1em 3%;
    border: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1em;
  }
  #fotMenu ul {
    justify-content: center;
  }
}

/* ----- iconBtnBox ----- */
.iconBtnBox {
  padding-left: 3%;
  width: 210px;
}
.iconBtnBox .title {
  margin: 0;
  padding: 0;
  color: #3e3a39;
  opacity: 0.9;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Noto Sans TC", Arial, Helvetica;
  font-size: clamp(14px, 1.2vw, 16px);
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.iconBtnBox .title::before, .iconBtnBox .title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #3e3a39;
  margin: 0 0.5em;
}
.iconBtnBox .title::before {
  display: none;
}
.iconBtnBox .iconBtn {
  display: flex;
  width: 100%;
}
.iconBtnBox a {
  background-color: #f6f6f6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.iconBtnBox a i {
  width: 50%;
  height: 50%;
}
.iconBtnBox a:hover {
  background-color: rgba(246, 246, 246, 0.6);
}
@media screen and (max-width: 760px) {
  .iconBtnBox {
    padding-left: 0;
  }
  .iconBtnBox .title {
    justify-content: center;
  }
  .iconBtnBox .title::before {
    display: block;
  }
}

.footerBottom {
  background-color: #43b149;
  width: 100%;
  padding: 0.8em 3%;
  clear: both;
}
.footerBottom .cop {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.footerBottom .cop p {
  margin: 0;
  padding: 0;
  color: #3e3a39;
  opacity: 0.9;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: "Noto Sans TC", Arial, Helvetica;
  font-size: clamp(14px, 1.2vw, 16px);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans TC", Arial, Helvetica;
  margin: 0;
  line-height: normal;
}
.footerBottom .cop i {
  margin: 0 0.2em;
  width: 16px;
  height: 16px;
  display: block;
}
@media screen and (max-width: 400px) {
  .footerBottom {
    padding: 0.5em 3%;
  }
  .footerBottom .cop p {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  .footerBottom .cop {
    justify-content: normal;
  }
}

.linkBox {
  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;
}
.linkBox a {
  display: flex;
  margin: 0;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.linkBox a i {
  width: 70%;
  height: 70%;
  transition: all 0.3s;
}
.linkBox a:hover i {
  transform: scale(1.2);
}
@media screen and (max-width: 900px) {
  .linkBox {
    right: 0.5em;
  }
}
@media screen and (max-width: 580px) {
  .linkBox {
    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;
  }
  .linkBox a {
    width: 60px;
    height: 60px;
  }
  .linkBox a i {
    width: 70%;
    height: 70%;
  }
}

.sideLinkBox {
  position: fixed;
  z-index: 5;
  bottom: 70px;
  right: 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 70px;
}
.sideLinkBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
  transition: all 0.3s ease 0s;
}
.sideLinkBox a i {
  width: 100%;
  height: 100%;
}
.sideLinkBox a:hover {
  transform: scale(0.9);
}
.sideLinkBox .linkLine {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 900px) {
  .sideLinkBox {
    right: 1%;
    width: 50px;
  }
  .sideLinkBox .linkLine {
    width: 45px;
    height: 45px;
  }
}
.sideLinkBox .btnTop {
  width: 45px;
  height: 45px;
  border: none;
  background: none;
  border-radius: 50%;
  border: 2px solid #43b149;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.sideLinkBox .btnTop i {
  width: 40%;
  height: 40%;
  display: block;
}
.sideLinkBox .btnTop:hover {
  transform: translateY(10px);
}
@media screen and (max-width: 900px) {
  .sideLinkBox .btnTop {
    width: 42px;
    height: 42px;
  }
}/*# sourceMappingURL=cms-footer.css.map */