/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: contact.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
#footer {
  background: none;
}

.footer-inner {
  display: block;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 5% 0;
  }
}
.footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.footer-nav-item {
  margin-right: 30px;
}
.footer-nav-item a {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer-nav-item a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.footer-nav-item:last-child {
  margin-right: 0;
}
.footer-copyright {
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.right-nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
