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;
}

header.topHead {
  width: 100%;
  padding: 0;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 1400px) {
  header.topHead {
    position: fixed;
  }
}
header.topHead .mbBtnNav {
  display: none;
  position: absolute;
  z-index: 6;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  background-color: #014a81;
  height: 70px;
  width: 70px;
  top: 0;
  right: 0;
}
header.topHead .mbBtnNav p {
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
  width: 30px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 20px;
}
header.topHead .mbBtnNav b {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
header.topHead .mbBtnNav span {
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: all ease 0.35s;
}
header.topHead .mbBtnNav span:nth-of-type(1) {
  top: 0px;
}
header.topHead .mbBtnNav span:nth-of-type(2) {
  top: 8px;
}
header.topHead .mbBtnNav span:nth-of-type(3) {
  top: 16px;
}
@media screen and (max-width: 1400px) {
  header.topHead .mbBtnNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  header.topHead .mbBtnNav {
    height: 60px;
    width: 40px;
  }
  header.topHead .mbBtnNav p {
    margin-top: 0;
    width: 22px;
  }
  header.topHead .mbBtnNav b {
    display: none;
  }
}
header.topHead .mbBtnNav.btnOpen span:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
}
header.topHead .mbBtnNav.btnOpen span:nth-of-type(2) {
  width: 0;
}
header.topHead .mbBtnNav.btnOpen span:nth-of-type(3) {
  top: 7px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 400px) {
  header.topHead .mbBtnNav.btnOpen p {
    width: 24px;
  }
}
header.topHead .logo {
  height: 87px;
  padding: 0 0 0 3%;
  z-index: 1;
  position: relative;
}
header.topHead .logo a {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
}
header.topHead .logo img {
  width: auto;
  height: 70%;
  max-width: none;
  max-height: 59px;
}
@media screen and (max-width: 1600px) {
  header.topHead .logo {
    height: 70px;
  }
}
@media screen and (max-width: 560px) {
  header.topHead .logo {
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  header.topHead .logo img {
    height: 56%;
  }
}
@media screen and (max-width: 320px) {
  header.topHead .logo img {
    height: 42%;
  }
}

.menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
}

/*headerIconMenu*/
.headerIconMenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: "Noto Sans TC", Arial, Helvetica;
  height: 87px;
}
@media screen and (max-width: 1600px) {
  .headerIconMenu {
    height: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .headerIconMenu {
    position: absolute;
    right: 70px;
    top: 0;
  }
}
@media screen and (max-width: 560px) {
  .headerIconMenu {
    right: 40px;
    height: 60px;
  }
}
.headerIconMenu .searchButton {
  height: 100%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #0068b7;
  width: 250px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s;
}
.headerIconMenu .searchButton p {
  color: #fff;
}
.headerIconMenu .searchButton i {
  width: 18px;
  height: 18px;
}
.headerIconMenu .searchButton:hover {
  background-color: #014a81;
}
@media screen and (max-width: 1760px) {
  .headerIconMenu .searchButton {
    width: 70px;
  }
  .headerIconMenu .searchButton p {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .headerIconMenu .searchButton {
    width: 40px;
  }
}
.headerIconMenu .languageButton, .headerIconMenu .inqueryButton {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  border-left: 1px solid #e1e1e1;
  width: 77px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s;
}
.headerIconMenu .languageButton i, .headerIconMenu .inqueryButton i {
  width: 20px;
  height: 20px;
}
.headerIconMenu .languageButton:hover, .headerIconMenu .inqueryButton:hover {
  background-color: #e9e7e7;
}
@media screen and (max-width: 1600px) {
  .headerIconMenu .languageButton, .headerIconMenu .inqueryButton {
    width: 70px;
  }
}
@media screen and (max-width: 560px) {
  .headerIconMenu .languageButton, .headerIconMenu .inqueryButton {
    width: 40px;
  }
}
.headerIconMenu .inqueryButton {
  position: relative;
}
.headerIconMenu .inqueryButton .num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #0068b7;
  position: absolute;
  display: block;
  z-index: 1;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  transform: translateX(10px) translateY(-15px);
}
.headerIconMenu .languageBox {
  height: 100%;
}
.headerIconMenu .languageBox ul, .headerIconMenu .languageBox li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.headerIconMenu .languageBox .languageList {
  position: absolute;
  top: 100%;
  width: 77px;
  transform: translateY(-10px);
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow-y: auto;
  z-index: 2;
  pointer-events: none;
  transition: all 0.5s;
}
.headerIconMenu .languageBox .languageList a, .headerIconMenu .languageBox .languageList a:active, .headerIconMenu .languageBox .languageList a:visited, .headerIconMenu .languageBox .languageList a:focus {
  display: block;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.5em 3%;
  text-align: center;
  width: 100%;
  color: #333333;
}
.headerIconMenu .languageBox .languageList a:hover {
  background-color: #0068b7;
  color: #ffffff;
}
.headerIconMenu .languageBox .languageList a.current {
  color: #0068b7;
}
.headerIconMenu .languageBox .languageList a.current:hover {
  background-color: #0068b7;
  color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .headerIconMenu .languageBox .languageList {
    width: 70px;
  }
}
@media screen and (max-width: 560px) {
  .headerIconMenu .languageBox .languageList {
    width: 40px;
  }
}
.headerIconMenu .languageBox.show .languageButton {
  background-color: #e9e7e7;
}
.headerIconMenu .languageBox.show .languageList {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/*headerMenuList*/
.headerMenuList {
  width: 100%;
  padding-left: 3%;
  height: 87px;
}
.headerMenuList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 100%;
  align-items: center;
}
.headerMenuList li.styleA {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.headerMenuList li.styleA .link {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #333333;
  width: 100%;
  padding: 0 0.2em 72px;
}
.headerMenuList li.styleA .link::after, .headerMenuList li.styleA .link::before {
  content: "";
  position: absolute;
  transition: all 0.5s ease 0s;
}
.headerMenuList li.styleA .link::after {
  height: 2px;
  width: 0;
  background-color: #0068b7;
  left: 0.2em;
  top: 40px;
}
.headerMenuList li.styleA .link::before {
  content: "..";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 10px;
}
.headerMenuList li.styleA .link.current {
  color: #0068b7;
  font-weight: 700;
  opacity: 1;
}
.headerMenuList li.styleA .link.current::before {
  display: flex;
}
.headerMenuList li.styleA .navMore {
  display: none;
  width: 70px;
  height: 54px;
  background-image: url(../images/icon/iDown_cW.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30% auto;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.headerMenuList li.styleA .navMore.btnOpen {
  transform: rotate(-90deg);
}
.headerMenuList li.styleA:hover .link {
  color: #0068b7;
  opacity: 1;
}
.headerMenuList li.styleA:hover .link::after {
  width: calc(100% - 0.4em);
}
.headerMenuList li.styleA:hover .link.current {
  color: #0068b7;
  font-weight: 700;
  opacity: 1;
}
.headerMenuList li.styleA .submenu {
  display: none;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  z-index: 5;
  width: 150px;
}
.headerMenuList li.styleA .submenu li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #666666;
  display: block;
  background-color: #ffffff;
  padding: 0.5em;
}
.headerMenuList li.styleA .submenu li > .submenu {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.headerMenuList li.styleA .submenu li:hover a {
  background-color: #0068b7;
  color: #ffffff;
}
.headerMenuList li.styleA:hover .submenu {
  display: block;
}
@media screen and (max-width: 1600px) {
  .headerMenuList {
    height: 70px;
  }
  .headerMenuList li.styleA .link {
    font-size: 18px;
  }
  .headerMenuList li.styleA .submenu {
    top: 52px;
  }
}
@media screen and (max-width: 1400px) {
  .headerMenuList {
    display: none;
    background-color: #014a81;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    padding-top: 0;
    padding-left: 0;
  }
  .headerMenuList ul {
    flex-direction: column;
    transform: translateY(0);
    transition: all 1s ease 0s;
  }
  .headerMenuList li.styleA, .headerMenuList li.styleA:hover {
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .headerMenuList li.styleA .submenu, .headerMenuList li.styleA:hover .submenu {
    position: relative;
    display: none;
    width: 100%;
    transform: translateX(0);
    top: 0;
    left: 0;
    text-align: left;
    box-shadow: none;
  }
  .headerMenuList li.styleA .submenu.open, .headerMenuList li.styleA:hover .submenu.open {
    display: block;
    height: auto;
  }
  .headerMenuList li.styleA .link, .headerMenuList li.styleA:hover .link {
    color: #ffffff;
    font-weight: 500;
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0.5em 50px 0.5em 3%;
    font-size: 20px;
    width: 100%;
  }
  .headerMenuList li.styleA .link::after, .headerMenuList li.styleA .link::before, .headerMenuList li.styleA:hover .link::after, .headerMenuList li.styleA:hover .link::before {
    content: "";
    display: none;
  }
  .headerMenuList li.styleA .link.current, .headerMenuList li.styleA:hover .link.current {
    color: #ffffff;
    background-color: #3598e4;
  }
  .headerMenuList li.styleA .navMore, .headerMenuList li.styleA:hover .navMore {
    display: inline-block;
    transition: all 0.3s ease 0s;
  }
  .headerMenuList li.styleA .submenu li a, .headerMenuList li.styleA .submenu li a:hover {
    font-weight: normal;
    padding-left: calc(3% + 0.5em);
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 560px) {
  .headerMenuList li.styleA .navMore, .headerMenuList li.styleA:hover .navMore {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  .headerMenuList {
    top: 44px;
  }
}

header.topHead.show {
  height: 100%;
  overflow-y: auto;
  z-index: 50;
}
header.topHead.show::before {
  content: "";
  background-color: #014a81;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 70px;
  height: calc(100% - 70px);
}
header.topHead.show .headerMenuList {
  position: relative;
  display: block;
  top: auto;
  margin-top: 70px;
}
@media screen and (max-width: 560px) {
  header.topHead.show .headerMenuList {
    margin-top: 60px;
  }
}
header.topHead.show .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
header.topHead.show .headerBtnBox {
  clear: both;
  display: flex;
  padding: 1em 3%;
  justify-content: center;
}/*# sourceMappingURL=cms-header.css.map */