.tab-menu {
  margin-top: 50px;
  display: flex;
  gap: 10px;
}

.tab-menu li {
  width: 133px;
  height: 46px;
  background: #f3f3f3;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-menu li.active {
  background-color: #274b83;
  color: #fff;
}

.map1,
.map2,
.map3 {
  width: 100%;
  height: 500px;
  margin-top: 35px;
}

.map1 {
  background-image: url(/img/naver_map1.png);
  background-position: 65% 50%;
}

.map2 {
  background-image: url(/img/naver_map2.png);
  background-position: 45% 60%;
}

.map3 {
  background-image: url(/img/naver_map3.png);
  background-position: 70% 35%;
}

.tab-content > div p {
  letter-spacing: 0.5px;
}

.tab-content > div p span {
  font-weight: 700;
}
