﻿.footer {
  width: 100%;
  border-top: solid 1px #dfdfdf;
}
@media screen and (max-width: 769px) {
  .footer {
    bottom: 240px;
    margin-bottom: 60px;
  }
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.footerLinkWrapper {
  padding: 10px 20px;
}
@media screen and (max-width: 769px) {
  .footerLinkWrapper {
    padding: 0;
  }
}
.footerLinkWrapper .footer-inner {
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .footerLinkWrapper .footer-inner {
    flex-direction: column;
    padding: 0;
  }
}

.footerLinkList {
  display: flex;
  gap: 10px;
  line-height: 1.25;
}
@media screen and (max-width: 769px) {
  .footerLinkList {
    width: 100%;
    padding: 18px 20px;
    line-height: 1.188;
    background: #ffffff;
  }
}
.footerLinkList-item .x-link {
  font-size: 12px;
  color: #000000;
}
.footerLinkList-item .x-link:hover {
  color: #000000;
}

.footerCopyrightWrapper {
  padding: 20px;
  background: #043492;
}
.footerCopyrightWrapper .footer-inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .footerCopyrightWrapper .footer-inner {
    padding: 0;
  }
}
.footerCopyrightWrapper-item {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
}
.footerCopyrightWrapper .footerCopyright {
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .footerCopyrightWrapper .footerCopyright {
    margin-top: 15px;
  }
}
