#box__appointment .form-select {
  background-position: right center;
}
#box__appointment .tab__appointment .list__tab {
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 991px) {
  #box__appointment .tab__appointment .list__tab {
    display: flex;
    flex-flow: row wrap;
  }
}
#box__appointment .tab__appointment .list__tab li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#box__appointment .tab__appointment .list__tab li a {
  background: #333;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16.9270833333vw;
}
#box__appointment .tab__appointment .list__tab li a span {
  display: block;
  width: 100%;
}
#box__appointment .tab__appointment .list__tab li a .icon {
  margin: 0 0 -1.3020833333vw;
}
#box__appointment .tab__appointment .list__tab li a .icon img {
  display: block;
  margin: 0 auto;
  width: 7.8125vw;
  filter: invert(66%) sepia(0%) saturate(776%) hue-rotate(150deg) brightness(93%) contrast(89%);
}
#box__appointment .tab__appointment .list__tab li a .text {
  color: #999;
  font-size: 5.46875vw;
  text-align: center;
}
#box__appointment .tab__appointment .list__tab li.active a {
  background: var(--blue);
}
#box__appointment .tab__appointment .list__tab li.active a .icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(247deg) brightness(110%) contrast(101%);
}
#box__appointment .tab__appointment .list__tab li.active a .text {
  color: #fff;
}
@media (min-width: 992px) {
  #box__appointment .box__cart-dealer .box__info-main {
    width: calc(var(--spacing) * 101);
  }
}
@media (max-width: 991px) {
  #box__appointment .box__cart-dealer .box__info-main .box__map iframe {
    height: 78.125vw;
  }
}
@media (min-width: 992px) {
  #box__appointment .box__cart-dealer .box__choose-service-center .box__map {
    top: calc(var(--spacing) * 5.8);
  }
}
@media (min-width: 992px) {
  #box__appointment .box__cart-dealer .box__choose-service-center .box__result .box__map {
    width: calc(var(--spacing) * 40);
    top: 0;
  }
}
#box__appointment .box__cart-dealer .box__choose-service-center .box__result .box__map img, #box__appointment .box__cart-dealer .box__choose-service-center .box__result .box__map iframe {
  height: calc(var(--spacing) * 30);
}
@media (max-width: 991px) {
  #box__appointment .box__cart-dealer .box__choose-service-center .box__result .box__map img, #box__appointment .box__cart-dealer .box__choose-service-center .box__result .box__map iframe {
    height: 78.125vw;
  }
}