.footer-logo-carousel-wrapper {
  padding: 0rem;
  position: relative;
  z-index: 100;
}

#footerLogoCarousel {
  background-color: #f4f4f4;
  border-radius: 1rem;
  box-sizing: border-box;
  font-size: 0;
  padding: 0.7rem 1rem;
}

.footer-carousel-logo {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  position: relative;
}

.footer-logo {
    width: 200px;
}

.footer-wrapper {
  overflow-x: hidden;
}

.footer-upper {
  padding: 2rem;
  position: relative;
  height: fit-content;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-upper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer-upper-top {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-site-logo {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: #606060;
}

.footer-site-logo img {
  width: 3.8rem;
}

.footer-site-title h3 {
  font-size: 25px;
}

.footer-site-title h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: -8px;
}

.footer-top-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #606060;
  font-weight: bold;
}

.footer-top-link img {
  width: 1.3rem;
}

.footer-upper-mid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-upper-col-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.footer-mid-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #606060;
  font-weight: bold;
}

.footer-mid-link img {
  width: 1.3rem;
}

.footer-upper-col-2 > .footer-mid-link img {
    transform: rotate(-90deg);
    width: 0.8rem;
}

.footer-upper-col-2 {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-work-hours-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #606060;
}

.footer-work-hours-title img {
  width: 1.5rem;
}

.footer-schedule-item {
  color: #606060;
}

.footer-upper-col-3 {
  padding: 2rem 2rem 2rem 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.footer-upper-col-3 > a {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-upper-col-3 img {
  max-width: 100%;
  max-height: 2rem;
}

.footer-lower {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  flex-wrap: wrap;
}

.footer-lower h5:first-child {
  color: #606060;
}

.footer-lower h5:last-child {
  color: #606060;
}

.footer-wrapper p {
  color: #606060;
}

@media screen and (min-width: 768px) {
  .footer-carousel-logo {
    width: 18%;
  }
}

@media screen and (min-width: 1024px) {
  .footer-logo-carousel-wrapper {
    padding: 0rem 4rem;
    margin-bottom: -4rem;
  }

  .footer-carousel-logo {
    width: 14.66%;
  }

  .footer-upper {
    padding: 8rem 5rem 5rem 5rem;
  }

  .footer-upper-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-upper-mid {
    flex-direction: row;
    padding-right: 5rem;
    padding-left: 5rem;
    justify-content: center;
  }

  .footer-upper-mid > div {
    width: 33.33%;
  }

  .footer-upper-col-2 {
    gap: 0.5rem;
  }

  .footer-schedule-item {
    margin-left: 3.4rem;
  }

  .footer-work-hours-title {
    margin-left: 0.8rem;
    margin-bottom: 0.5rem;
  }

  .footer-lower {
    padding: 1rem 5rem;
  }

  .footer-site-title h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1700px) {
  .footer-logo-carousel-wrapper {
    padding: 0rem 21rem;
    margin-bottom: -2.9rem;
  }

  /* .footer-lower {
    padding: 1rem 20rem;
  } */
}
