@charset "utf-8";

/* 병원 둘러보기 */
.content-tour-wrap {
  background-color: #f6f8fa;
}

.tour-intro-label {
  font-family: "Optima", "Optima Medium", sans-serif;
}

.tour-thumb-btn {
  border: 2px solid transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.tour-thumb-btn.is-active {
  border-color: #0033ff;
}

.tour-thumb-btn:not(.is-active) {
  opacity: 0.65;
}

.tour-thumb-btn:not(.is-active):hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  .tour-thumbs-scroll {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tour-thumbs-scroll::-webkit-scrollbar {
    display: none;
  }
}
