.site-footer {
  background: #f7f8f6;
  border-top: 1px solid #d6e0df;
  color: #53615e;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
}

.site-footer__inner {
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: 1160px;
  padding: 34px 32px 28px;
  width: 100%;
}

.site-footer__primary {
  display: grid;
  gap: 7px;
}

.site-footer__brand,
.site-footer__company,
.site-footer__bottom p,
.site-footer__bottom small {
  margin: 0;
}

.site-footer__brand {
  color: #0e3a27;
  font-size: var(--font-support, 14px);
  font-weight: 900;
}

.site-footer__company {
  color: #132421;
  font-size: var(--font-body, 16px);
  font-weight: 800;
}

.site-footer__details {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-support, 14px);
  gap: 4px 14px;
  line-height: 1.7;
}

.site-footer__channel a {
  color: #0f5f55;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(15, 95, 85, 0.35);
  text-underline-offset: 3px;
}

.site-footer__channel a:hover,
.site-footer__channel a:focus-visible {
  color: #074c3c;
  text-decoration-color: currentColor;
}

.site-footer__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: space-between;
}

.kakao-consult-action {
  display: grid;
  gap: 7px;
  justify-items: stretch;
  max-width: 320px;
}

.kakao-consult-hours {
  color: #64736f;
  font-size: var(--font-caption, 12px);
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.kakao-consult-hours strong {
  color: #0f5f55;
  font-weight: 850;
}

.kakao-consult-hours span {
  display: block;
}

.kakao-consult-action--footer {
  justify-items: start;
}

.kakao-consult-action--footer .kakao-consult-hours {
  text-align: left;
}

.site-footer__kakao {
  align-items: center;
  background: #fee500;
  border: 1px solid rgba(172, 144, 0, 0.32);
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(117, 98, 0, 0.1);
  color: #231f20;
  display: inline-flex;
  font-size: var(--font-support, 14px);
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.site-footer__kakao svg {
  height: 20px;
  width: 20px;
}

.site-footer__kakao.is-disabled {
  background: #ecefed;
  border-color: #d8dedb;
  box-shadow: none;
  color: #7a8582;
  cursor: default;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.site-footer__links a {
  color: #354541;
  font-size: var(--font-support, 14px);
  font-weight: 750;
  text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #0f5f55;
}

.site-footer__kakao:hover,
.site-footer__kakao:focus-visible {
  background: #f5dc00;
  border-color: rgba(143, 119, 0, 0.42);
  box-shadow: 0 7px 16px rgba(117, 98, 0, 0.15);
  color: #231f20;
  outline: 0;
  transform: translateY(-1px);
}

.site-footer__kakao.is-disabled:hover,
.site-footer__kakao.is-disabled:focus-visible {
  background: #ecefed;
  border-color: #d8dedb;
  box-shadow: none;
  color: #7a8582;
  transform: none;
}

.site-footer__bottom {
  border-top: 1px solid #e0e7e5;
  display: grid;
  gap: 5px;
  padding-top: 16px;
}

.site-footer__bottom p,
.site-footer__bottom small {
  font-size: var(--font-caption, 12px);
  line-height: 1.6;
}

@media (max-width: 760px) {
  .site-footer__inner {
    gap: 18px;
    padding: 28px 20px calc(28px + env(safe-area-inset-bottom, 0px));
  }

  .site-footer__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .kakao-consult-action,
  .kakao-consult-action--footer {
    justify-items: stretch;
    max-width: none;
    width: 100%;
  }

  .kakao-consult-action--footer .kakao-consult-hours {
    text-align: center;
  }

  .site-footer__details {
    display: grid;
    gap: 3px;
  }
}
