.Footer_inner{
  display: flex;
  font-size: 14px;
  color: #FFFFFF;
  width: 1220px;
  height: 335px;
  margin: 0 30px;
  background-color: #1879BF;
  align-items: center;
}

.Footer_map_box{
  width: 318px;
  height: 251px;
  /* background-color: #000; */
  margin: auto 30px auto 30px;
}

.Footer_access_box{
  /* width: 286px;
  height: 90px; */
  margin: auto 0 auto 30px;
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
}

.Footer_nav{
  display: flex;
  margin: auto;
}

.Footer_inner a{
  text-decoration: none;
  color: #FFFFFF;
}

.Fnav_item_main{
  font-weight: bold;
}

@media screen and (max-width: 499px) {
  .Footer_inner{
    flex-wrap: wrap;
    width: auto;
    height: auto;
  }

  .Footer_map_box{
    margin: 20px 20px auto 20px;
  }

  .Footer_access_box{
    /* width: 286px;
    height: 90px; */
    margin: auto 0 auto 30px;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
  }

  .Footer_nav{
    flex-wrap: wrap;
  }

  .mobile_nav{
    width: 300px;
    height: auto;
  }

}
