@keyframes button-ripple {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.1;
  }
}
.top-banner-content-wrap {
  color: black;
}

.diagram {
  padding-top: 20px;
}
.diagram .diagram-title {
  letter-spacing: 0.04em;
  font-size: 24px;
  line-height: 1em;
  font-weight: bolder;
}
@media screen and (min-width: 768px) {
  .diagram .diagram-title {
    font-size: 32px;
  }
}
.diagram .content {
  margin: auto;
  margin-top: 20px;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .diagram {
    padding-top: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .diagram {
    padding-top: 60px;
  }
}

.diagram-wrap {
  position: relative;
  margin: auto;
  margin-top: 28px;
  max-width: 830px;
}
.diagram-wrap img {
  display: block;
}
.diagram-wrap .button-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.diagram-wrap .button-wrap button {
  border: 0;
  background-color: #64be00;
  color: white;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: bolder;
}
@media screen and (min-width: 1200px) {
  .diagram-wrap .button-wrap button:after {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #64be00;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    animation: button-ripple 1s linear infinite;
  }
}
.diagram-wrap .button-wrap button[target-tag="#tag_ethernet"] {
  transform: translate(-100%, -100%);
  left: 0%;
  top: 35%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_security_firewall"] {
  transform: translate(-100%, -100%);
  left: 3%;
  top: 65%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_switch"] {
  transform: translate(-100%, -100%);
  left: 3%;
  top: 86%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_wifi7"] {
  transform: translate(-100%, -100%);
  left: 63%;
  top: 82%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_printer"] {
  transform: translate(-100%, -100%);
  left: 23%;
  top: 65%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_tablet"] {
  transform: translate(-100%, -100%);
  left: 31%;
  top: 37%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_station"] {
  transform: translate(-100%, -100%);
  left: 41%;
  top: 65%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_cashier"] {
  transform: translate(-100%, -100%);
  left: 57%;
  top: 65%;
}
.diagram-wrap .button-wrap button[target-tag="#tag_counter"] {
  transform: translate(-100%, -100%);
  left: 75%;
  top: 65%;
}
.diagram-wrap .button-wrap button.active {
  background-color: #3c9f00;
}
.diagram-wrap .button-wrap button.active:after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .diagram-wrap .button-wrap button {
    cursor: pointer;
  }
}
.diagram-wrap .tag-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.diagram-wrap .tag-wrap .tag {
  position: absolute;
  padding: 20px;
  background-color: white;
  display: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  width: max-content;
  font-weight: bolder;
}
.diagram-wrap .tag-wrap .tag#tag_ethernet {
  transform: translate(0, -50%);
  left: 11%;
  top: 40%;
}
.diagram-wrap .tag-wrap .tag#tag_security_firewall {
  transform: translate(0, 0);
  left: 2%;
  top: 72%;
}
.diagram-wrap .tag-wrap .tag#tag_switch {
  transform: translate(0, 0);
  left: 2%;
  top: 92%;
}
.diagram-wrap .tag-wrap .tag#tag_wifi7 {
  transform: translate(0, -50%);
  left: 75%;
  top: 87%;
}
.diagram-wrap .tag-wrap .tag#tag_printer {
  transform: translate(-50%, -100%);
  left: 27%;
  top: 58%;
}
.diagram-wrap .tag-wrap .tag#tag_tablet {
  transform: translate(0%, -100%);
  left: 32%;
  top: 34%;
}
.diagram-wrap .tag-wrap .tag#tag_station {
  transform: translate(-50%, -100%);
  left: 45%;
  top: 56%;
}
.diagram-wrap .tag-wrap .tag#tag_cashier {
  transform: translate(-50%, -100%);
  left: 60%;
  top: 56%;
}
.diagram-wrap .tag-wrap .tag#tag_counter {
  transform: translate(-50%, -100%);
  left: 78%;
  top: 57%;
}
.diagram-wrap .tag-wrap .tag.active {
  display: block;
}
@media screen and (min-width: 992px) {
  .diagram-wrap {
    margin-top: 50px;
  }
}

.legend {
  margin-top: 3%;
}
.legend img {
  width: 100%;
  max-height: 40px;
  display: block;
  margin: auto;
}

.mobile-index {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  text-align: left;
}
.mobile-index ul {
  width: 100%;
  max-width: 564px;
  padding: 0;
}
.mobile-index ul li {
  display: flex;
  justify-content: flex-start;
  padding: 3px 0;
}
.mobile-index ul li .number {
  background-color: #64be00;
  color: white;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  flex: none;
}
.mobile-index ul li .text {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .mobile-index ul li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .mobile-index ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .mobile-index {
    margin-top: 20px;
    padding-left: 12%;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .mobile-index {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
