.footer{
  position:relative;
  background-color:#060429;
  padding-top:5.7rem;
  padding-bottom:2.7rem;
  color:white;

}
.footer_title{
  font-size:2.6rem;
  text-align:center;
  font-weight:bold;
  color:white;
  margin-bottom:5.7rem;
  letter-spacing:0.1rem;
}
.footer_nav{
  display:flex;
  justify-content:center;
  gap:8.5rem;
  font-size:1.6rem;
  font-weight:500;
  margin-bottom:5.4rem;
}
.copy_right{
  font-size:1.4rem;
  text-align:center;
  letter-spacing:0.09rem;
}
.footer_pagetop img{
  width:9.8rem;
  height:9.8rem;
  position:absolute;
  top:-4.9rem;
  right:3.5rem;
}
.footer_address{
  font-size:1.4rem;
  color:white;
  text-align:center;
  margin-bottom:5.7rem;
}
.footer_address p{
  margin-bottom:1rem;
}
@media screen and (max-width:699.98px) {
  .footer{
    padding-bottom:1.4rem;
    padding-top:4.1rem;
  }
  .footer_title{
    font-size:2.6rem;
  }
  .footer_pagetop{
    display:none;
  }

}