.gnav {
  z-index: 1000 !important;
}
.fixedBtn {
  z-index: 100 !important;
}
@media screen and (max-width: 1439px) {
  #content {
    margin-top: 85px !important;
  }

  .common-header {
    position: fixed !important;
    z-index: 9999 !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .gnav {
    position: fixed !important;
  }
}
@media screen and (max-width: 1024px) {
  .fixedBtn {
    bottom: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .fixedBtn {
    bottom: 24.667vw !important;
  }
}
@media screen and (max-width: 460px) {
  .fixedBtn {
    bottom: 24.667vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .gnav .normal-gnav li a {
    font-size: 12px;
  }
  .common-header.m_fixed {
    position: fixed !important;
  }
}
