.main {
  overflow: hidden;
}

.sec_map {
  margin-top: 1rem;
  padding-bottom: 2rem;
}
.sec_map .btn_wrap {
  margin-top: 1rem;
}
.sec_map .btn_wrap a {
  width: 4rem;
  height: 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.32rem;
  font-family: "Forum", serif;
  border: 1px solid;
  transition: all 0.3s ease;
}
.sec_map .btn_wrap a .ico {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 0.05rem;
}
.sec_map .btn_wrap a .ico img {
  width: 0.25rem;
}
.sec_map .btn_wrap a .ico img.white {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_map .btn_wrap a:hover {
  background: #333333;
  color: #fff;
  border-color: #333333;
}
.sec_map .btn_wrap a:hover img.black {
  opacity: 0;
}
.sec_map .btn_wrap a:hover img.white {
  opacity: 1;
}/*# sourceMappingURL=unique.css.map */