#footer {
  background: url(../images/foot_bg.jpg) no-repeat center top;
  line-height: 1;
  font-size: 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

#footer .inner {
  padding: 18px 0px;
  position: relative;
}

.wrapper .inner {
  width: 1200px;
  margin: 0 auto;
}

#footer .inner .foot-left {
  float: left;
  padding: 12px 0px;
}

#footer .inner p {
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
  color: #cececd;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#footer .inner p span {
  margin: 0 3px;
}

#footer .inner .foot-right {
  float: right;
  margin-top: 2px;
}

#footer .inner .foot-right span {
  width: 100%;
  color: #cececd;
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
