#footer {
  width: 720px;
  margin: -1px auto 0;
  background: #505050;
  color: #c5c5c5;
  padding: 40px 35px;
  box-sizing: border-box;
  font-family: 'Pretendard';
  padding-bottom: 16rem;
}

#footer p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

#footer .copy {
  margin-top: 30px;
  font-size: 20px;
}
#footer a {
  color: #c5c5c5;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

#footer .copy span { display: block; }

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
}