.anchor-link {
  margin: 0 -15px;
  background-color: #fff;
  overflow: auto;
}
.anchor-link ul {
  display: block;
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
}
.anchor-link ul li {
  position: relative;
  display: inline-flex;
  margin-left: -3px;
}
.anchor-link ul li a {
  display: block;
  padding: 20px 8px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.5;
  color: #EC0928;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .anchor-link ul li a {
    padding: 24px 14px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.anchor-link ul li a:hover {
  color: #EC0928;
}
.anchor-link ul li:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  height: 10px;
  width: 1px;
  background-color: #dbdbdb;
  transform: translateY(-50%);
}
.anchor-link ul li:last-child::after {
  display: none;
}

/*# sourceMappingURL=anchor-link.css.map */
