.scrd ul.merit-list {
  margin: 0px 0 40px;
}
.scrd table thead th, .scrd table tbody th {
  vertical-align: middle;
}
.scrd table tbody tr td {
  text-align: center;
}
.scrd ul.mt10 {
  margin-top: 10px;
}
.scrd .spec-btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.scrd .spec-btn li {
  width: 129px;
  margin-right: 12px;
}
.scrd .spec-btn li a {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  background: #0081CC;
  padding: 15px;
  border: 1px solid #0081CC;
  position: relative;
  transition: 0.3s all;
}
.scrd .spec-btn li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 21px;
  right: 15px;
  transform: rotate(-45deg);
}
.scrd .spec-btn li a:hover {
  color: #0081CC;
  background: #fff;
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
}
.scrd .spec-btn li a:hover::after {
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
}
@media screen and (max-width: 767px) {
  .scrd .spec-btn li {
    width: 48%;
    margin-right: 4%;
  }
}/*# sourceMappingURL=scrd.css.map */