#globalNav {
  font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;	
  width: 100%;
  height: 5.208vw; /*100*/
  position: fixed;
  z-index: 999;
}
#globalNav .logo {
  width: 16.667vw; /*320*/
  position: absolute;
  top: 1.563vw; /*30*/
  left: 1.563vw; /*30*/
  z-index: 99;
}
#globalNav .logo a {
  display: block;
}
#globalNav .logo a img {
  opacity: 1;
  width: 100%;
  height: auto;
}
/* 瞭解更多浮水印 */
#globalNav .sing-box {
  width: 5.208vw; /*100*/
  overflow: hidden;
  position: absolute;
  right: 1.563vw; /*30*/
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#globalNav .sing-svg {
  width: 5.208vw; /*100*/
  position: relative;
  left: -5.208vw; /*100*/
  filter: drop-shadow(5.208vw 0 rgba(0, 91, 172, 1))
}
#globalNav .sing-box:hover .sing-svg {
  filter: drop-shadow(5.208vw 0 rgba(12, 30, 59, 1))
}
#globalNav .sing-txt {
  position: absolute;
  z-index: 100;
  margin-top: -0.521vw; /*10*/
  font-size: 1.25vw; /*24*/
  line-height: 1.25vw; /*24*/
  color: #fff;
}
/* 1199
*****************************************/
@media screen and (max-width: 1199px) {
  #globalNav_rw {
    width: 100%;
    height: 9.766vw; /*100*/
    position: fixed;
    z-index: 999;
  }
  #globalNav_rw::after {
    content: "";
    width: 100%;
    height: 9.766vw; /*100*/
    background-color: rgba(12, 30, 59, 0.8);
    display: block;
    position: fixed;
    z-index: 1;
    opacity: 0;
  }
  #globalNav_rw.sticky::after {
    opacity: 1;
    top: 0px;
  }
  #globalNav_rw .logo {
    width: 31.25vw; /*320*/
    position: absolute;
    top: 2.441vw; /*25*/
    left: 2.93vw; /*30*/
    z-index: 99;
  }
  #globalNav_rw .logo img {
    width: 100%;
    height: auto;
  }
  #globalNav_rw.sticky .logo {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/logo_off.svg);
    background-size: contain;
  }
  #globalNav_rw.sticky .logo img {
    opacity: 0;
  }
  #globalNav_rw .logo a {
    display: block;
  }
  /* 瞭解更多浮水印 */
  #globalNav_rw .sing-box {
    width: 9.766vw; /*100*/
    overflow: hidden;
    position: absolute;
    right: 2.93vw; /*30*/
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #globalNav_rw .sing-svg {
    width: 9.766vw; /*100*/
    position: relative;
    left: -9.766vw; /*100*/
    filter: drop-shadow(9.766vw 0 rgba(0, 91, 172, 1))
  }
  #globalNav_rw .sing-txt {
    position: absolute;
    z-index: 100;
    margin-top: -0.977vw; /*10*/
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw;
    color: #fff;
  }
  #globalNav_rw.sticky .sing-box {
    width: 9.766vw;
    overflow: hidden;
    position: absolute;
    right: 2.93vw; /*30*/
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  #globalNav_rw.sticky .sing-svg {
    width: 9.766vw;
    position: relative;
    left: -9.766vw;
    filter: drop-shadow(9.766vw 0 rgba(0, 91, 172, 1))
  }
  #globalNav_rw.sticky .sing-txt {
    color: #fff;
  }
}
/* 575
*****************************************/
@media screen and (max-width: 575px) {
  #globalNav_rw {
    height: 16.667vw; /*60*/
  }
  #globalNav_rw::after {
    height: 16.667vw; /*60*/
  }	
  #globalNav_rw .logo {
    width: 50vw; /*180*/
    position: absolute;
    top: 4.583vw; /*16.5*/
    left: 4.167vw; /*15*/
    z-index: 99;
  }	
  /* 瞭解更多浮水印 */
  #globalNav_rw .sing-box {
    width: 16.667vw; /*60*/
    right: 4.167vw; /*15*/
  }
  #globalNav_rw .sing-svg {
    width: 16.667vw; /*60*/
    left: -16.667vw; /*60*/
    filter: drop-shadow(16.667vw 0 rgba(0, 91, 172, 1))
  }
  #globalNav_rw .sing-txt {
    margin-top: -2.778vw; /*10*/
    font-size: 4.444vw; /*16*/
    line-height: 4.444vw;
  }
  #globalNav_rw.sticky .sing-box {
    width: 16.667vw;
    right: 4.167vw; /*15*/
  }
  #globalNav_rw.sticky .sing-svg {
    width: 16.667vw;
    left: -16.667vw;
    filter: drop-shadow(16.667vw 0 rgba(0, 91, 172, 1))
  }
}