/* 카카오 맵의 마커 위에 있는 인포의 스타일 */
#info-title {
  display: block;
  text-align: center;
  height: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-radius: 0.4rem;
  min-width: 15rem;
}

@font-face {
  font-family: 'WantedSansStdVariable';
  font-weight: 300 900;
  src: url(static/fonts/WantedSansStdVariable.ttf) format('truetype');
}
/*접근성*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-to {
  position: absolute;
  top: -99px;
  left: 0;
  background: #333;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  z-index: 100;
  height: 100px;
}
.skip-to:hover,
.skip-to:focus,
.skip-to:active {
  display: block;
  top: 0;
}

