.footer {
  background: #111010;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer .layout_inner {
  padding: 75px 0;
  position: relative;
  width: 1280px;
}

.footer .menu {
  overflow: hidden;
  color: inherit;
  position: absolute;
  top: 135px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 75px;
}
.footer .menu li {
  color: inherit;
  margin-right: 30px;
  margin-bottom: 5px;
}
.footer .menu li a {
  color: inherit;
}
.footer .menu .policy2 {
  color: #d299a1;
  font-weight: 400;
}
.footer .menu b {
  font-size: 24px;
  color: inherit;
}
.footer .menu i {
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: #888;
}

.footer .info {
  overflow: hidden;
  color: #888;
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer .info p {
  color: inherit;
}
.footer .info span {
  margin-right: 15px;
}
.footer .info span b {
  color: #fff;
  font-weight: inherit;
  margin-right: 10px;
}
.footer .info .tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer .copyright {
  color: #5c5c5c;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.footer .copyright a {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.footer .site-button-wrap {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  background: #000;
  padding: 10px 0;
  border-radius: 25px;
  -webkit-transition: 0.3s, ease;
  transition: 0.3s, ease;
}
.footer .site-button-wrap button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: block;
  width: 50px;
  height: 30px;
  -webkit-transition: 0.3s, ease;
  transition: 0.3s, ease;
}
.footer .site-button-wrap button.site-top {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}