.footer-wrapper {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 2rem 0 1.5rem;
}

.footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-wrapper > .container {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.footer-info {
  margin-bottom: 1rem;
}

.footer-info p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.footer-photo {
  margin-bottom: 1rem;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo img {
  width: auto;
}

.footer-wrapper .copylight {
  padding: 1rem 0 0;
  text-align: right;
}

.footer-wrapper .copylight p {
  margin: 0;
  color: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .footer-wrapper .footer-info .row > div {
    margin: 0;
    padding: 0;
  }
}

.footer-sns-icon {
  width : 40px;
  height : 40px;
  object-fit : cover;
}

.footer-google-map iframe {
  aspect-ratio : 3 /2;
  width : 100%;
  height : auto;
}