.apply_btn {
  display: none;
}

@media only screen and (max-width: 767px) {

.apply_btn {
    display: block;
    position: absolute;
    top: 36px;
    right: 56px;
    z-index: 10000;
    height: 65px;
    overflow: hidden;
}

.apply_btn > p {
    margin: 0;
}

.apply_btn > p  > a {
  display: block;
  padding: 10px 7px 6px;
  background-color: #fcdb00;
}

.apply_btn > p  > a::before {
  content: none !important;
}

.apply-fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 25%;
  text-align: center;
}

.gHd2016_header .gHd2016_headerInner {
  position: relative;
}

}
