.footer {
  background: url('https://thelottousa.com/theme/daontheme_ver2_10/img/footer1.jpg'); /* 여기에 이미지 경로 입력 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 61px; /* .scontents에서 뺀 margin-top과 동일하게 설정 */
}

    .footer-content {
      position: relative;
      z-index: 1;
    }

    .footer a {
      color: #ffffff;
      text-decoration: none;
      margin: 0 10px;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .footer .highlight {
      color: #00ff99;
    }

    .footer .note {
      color: #00ff99;
      margin-top: 10px;
      display: block;
      font-size: 14px;
    }