footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .fot {
  background-color: #2a2a2a;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 2% 15%;
  align-items: flex-start;
  justify-content: space-between;
}
footer .fot .fonav {
  width: 60%;
  justify-content: space-between;
  display: flex;
}
footer .fot .fonav .onen {
  display: flex;
  flex-direction: column;
}
footer .fot .fonav .onen a {
  font-weight: 300;
  font-size: 0.75rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  transition: all ease-in-out 0.3s;
}
footer .fot .fonav .onen .h1 {
  font-size: 0.875rem;
}
footer .fot .fonav .onen a:hover {
  font-weight: bold;
  color: #E60012;
}
footer .fot .fonav .onen .h1:hover {
  color: #0074CE;
}
footer .fot .ew p {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: #FFFFFF;
}
footer .fob {
  background-color: #242424;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 2% 15%;
  justify-content: center;
  align-items: center;
}
footer .fob .fobt {
  font-size: 0.75rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
footer .fob .fobb a {
  font-size: 0.75rem;
  color: #FFFFFF;
  margin: 0 0.5rem;
}
footer .footer-nav {
  display: none;
}
@media screen and (max-width: 1280px) {
  footer .fot {
    padding: 5%;
  }
  footer .fob {
    padding: 2% 5%;
  }
}
@media screen and (max-width: 970px) {
  footer .fot {
    display: none;
  }
  footer .fob {
    margin-bottom: 54px;
  }
  footer .fob .fobt,
  footer .fob .fobb a {
    font-size: 16px;
  }
  footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    bottom: 0;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    background: #cc0000;
    opacity: 1;
    position: fixed;
    z-index: 999;
  }
  footer .footer-nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    height: 100%;
    color: white;
    font-size: 14px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
  }
  footer .footer-nav .footer-nav-map {
    background: url("../images/bottom_map.png") no-repeat center 5px;
    background-size: 16px 23px;
  }
  footer .footer-nav .footer-nav-tel {
    border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
    border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
    background: url("../images/bottom_tel.png") no-repeat center 7px;
    background-size: 19px;
  }
  footer .footer-nav .footer-nav-top {
    background: url("../images/bottom_top.png") no-repeat center 8px;
    background-size: 32px 14px;
  }
}
