.footer {
  background: #fff;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.footer .layout_inner {
  padding: 40px 0;
  padding-bottom: 35px;
  position: relative;
  width: 1280px;
}

.footer .menu {
  position: absolute;
  top: 65px;
  right: 0;
}
.footer .menu li {
  float: left;
  color: inherit;
}
.footer .menu li a {
  color: #252525;
  font-weight: 500;
}
.footer .menu li.foo-menu-line {
  width: 1px;
  height: 14px;
  margin: 0 20px;
  margin-top: 4px;
  background: #e1e1e1;
}

.footer .info {
  overflow: hidden;
  margin-bottom: 30px;
}
.footer .info p {
  color: inherit;
  margin: 2px 0;
}
.footer .info p.company {
  font-size: 17px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 10px;
}
.footer .info span {
  margin-right: 20px;
}

.footer .copyright {
  color: #a0a0a0;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.footer .copyright a {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.footer .banners {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .family-site {
  position: absolute;
  top: 125px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}