/* 푸터 스타일 */
#footer {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 15;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

@media all and (max-width: 1000px) {
}
