.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
.footer {
  width: 100%;
  height: calc(40px + 2.5rem);
  background: #1B1B1B;
  opacity: 0.96;
}
.footer .public_w {
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.footer .public_w > div:nth-of-type(1) {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer .public_w > div:nth-of-type(1) > a {
  font-family: CenturyGothic_Regular;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  opacity: 0.5;
}
.footer .public_w .scrollBox {
  width: calc(24px + 2rem);
  height: calc(24px + 2rem);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.footer .public_w .scrollBox > img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .footer .public_w > div:nth-of-type(1) {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .public_w .scrollBox {
    display: none;
  }
}
