@charset "UTF-8";
.site-footer {
  background: #cbdcf5;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", sans-serif;
  height: 100%;
  padding: 48px 0;
}
.site-footer .footer-inner {
  display: flex;
  gap: 19px;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 24px;
}
.site-footer .footer-inner .footer-left {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
}
.site-footer .footer-inner .footer-left .footer-logo-name {
  color: #ffffff;
  font-family: "Pretendard", sans-serif;
  font-size: clamp(20px, 3vw, 30px);
  font-style: normal;
  font-weight: 700;
  margin: 10px 0;
}
.site-footer .footer-inner {
  /* 세로 구분선 */
}
.site-footer .footer-inner .footer-divider {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0.7;
  width: 1px;
}
.site-footer .footer-inner {
  /* 오른쪽 영역 */
}
.site-footer .footer-inner .footer-right {
  display: flex;
  flex: 2 1 0;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
@media (max-width: 900px) {
  .site-footer .footer-inner {
    flex-direction: column;
    gap: 32px;
  }
  .site-footer .footer-inner .footer-left,
  .site-footer .footer-inner .footer-right {
    flex: 1 1 auto;
    width: 100%;
  }
  .site-footer .footer-inner .footer-divider {
    display: none;
  }
}

.footer-logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.brand-mark-icon {
  height: 79px;
  width: 84px;
}

.brand-mark {
  display: block;
  height: auto;
  max-width: 380px;
  width: 100%;
}

.brand-lines {
  margin: auto;
  text-align: center;
}

.brand-lines .brand-ko {
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.1;
}

.brand-lines .brand- {
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.2px;
  line-height: 1.1;
}

.footer-links {
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

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

.footer-links .sep {
  margin: 0 12px;
  opacity: 0.7;
}

.corp-info {
  display: flex;
  flex-direction: column;
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 7px;
  line-height: 1.7;
  opacity: 0.95;
  white-space: nowrap;
}

.copyright {
  font-family: "Pretendard", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.95;
}

@media (max-width: 900px) {
  .corp-info {
    white-space: normal;
  }
}
/* 푸터 아이콘 */
.clinic-icons {
  align-items: flex-end;
  display: flex;
  height: auto;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .clinic-icons {
    justify-content: center;
  }
}

.clinic-icons a {
  color: inherit;
  text-decoration: none;
}

.clinic-icons img {
  cursor: pointer;
  height: 46px;
  margin: 0 6px;
  transition: opacity 0.3s ease;
  vertical-align: middle;
  width: 46px;
}

.clinic-icons img:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=landing_footer.css.map */
