.map {
  position: relative;
  background: url("../img/map.png") no-repeat;
  background-size: 100% ;
  background-color: #e1e1e1;
}
.map_btn {
  display: flex;
  padding: 7rem 0 0;
}
.map_btn_button {
  width: 4.5rem;
  height: 2.6rem;
  /* overflow: hidden; */
}
.map_btn_button img {
  width: 100%;
}
.map_btn_text {
  margin-left: 1.2rem;
  height: 2.6rem;
  font-size: 1.8rem;
  font-family: Gotham;
  font-weight: normal;
  color: #000000;
  line-height: 2.6rem;
}
.map_desc {
  position: absolute;
  left: 8rem;
  bottom: 6rem;
}
.map_desc_title {
  height: 5.6rem;
  font-size: 5rem;
  font-family: Gotham;
  color: #333333;
  line-height: 5rem;
}
.map_desc_title_left{
  font-family: Gotham-bold;
}
.map_desc_title_right {
  margin-left: 1rem;
  font-weight: lighter;
}
.map_desc_intor {
  margin-top: 2.6rem;
  width: 85.6rem;
  font-size: 1.8rem;
  font-family: Gotham;
  font-weight: normal;
  color: #333333;
  line-height: 2.6rem;
}