/* Sunny Footer — Figma node 40:63 (rem 베이스: html 10px) */

.sunny-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #333333;
  box-sizing: border-box;
}

.sunny-footer *,
.sunny-footer *::before,
.sunny-footer *::after {
  box-sizing: border-box;
}

.sunny-footer__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 163.9rem;
  margin: 0 auto;
  padding: 2.4rem 14rem 3rem;
}

.sunny-footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.sunny-footer__logo {
  display: block;
  width: 16.3rem;
  height: auto;
  max-height: 2.9rem;
  object-fit: contain;
}

.sunny-footer__address,
.sunny-footer__company,
.sunny-footer__copyright {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.sunny-footer__right {
  text-align: right;
}

.sunny-footer__company {
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .sunny-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 2rem 3rem;
  }

  .sunny-footer__logo {
    width: 26rem;
    max-height: none;
    margin-bottom: 1rem;
  }

  .sunny-footer__right {
    text-align: left;
    margin-top: 1.6rem;
  }

  .sunny-footer__address,
  .sunny-footer__company,
  .sunny-footer__copyright {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
