.service-banner {
  width: 100%;
  background: url("../add_img/electronicmanagement/csgv-btn-bg.jpg") no-repeat center/contain;
  height: 11.875rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .service-banner {
    height: 8rem;
    border-width: 5px;
    margin-bottom: 4.25rem;
    background-size: cover;
  }
}
.service-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 0.1rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .service-banner a {
    font-size: 1.5rem;
    padding: 0 1rem;
    line-height: 1.3;
  }
  .service-banner a:hover {
    color: #fff;
  }
}
.service-banner a:hover {
  color: #fff;
  opacity: 0.7;
}
.service-banner a:hover::after {
  right: -0.3rem;
}
.service-banner a::after {
  content: "";
  background: url("../add_img/arrow_recruit_btn.svg") no-repeat bottom right;
  width: 4.5rem;
  height: 0.5625rem;
  margin-left: 1.5625rem;
  position: relative;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .service-banner a::after {
    width: 30px;
    height: 6px;
    background-size: cover;
  }
}
/*# sourceMappingURL=electronicmanagement-add.css.map */