.footer--owner {
  background: #111;
  border: 0;
  color: #fff;
  min-height: 220px;
  padding: 0;
}

.footer--owner .owner-footer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 220px;
  padding: 36px 0 28px;
  width: min(1240px, calc(100% - 48px));
}

.owner-footer__top {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.owner-footer__brand {
  color: #fff;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
}

.owner-footer__brand:hover {
  color: #fff;
  text-decoration: none;
}

.owner-footer__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.owner-footer__links a,
.owner-footer__company a {
  color: #b7b7b7;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.owner-footer__links a:hover,
.owner-footer__company a:hover {
  color: #fff;
  text-decoration: none;
}

.owner-footer__company {
  color: #999;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 4px 18px;
  line-height: 18px;
  margin-top: 26px;
}

.owner-footer__company p {
  margin: 0;
}

.owner-footer__bottom {
  border-top: 1px solid #2c2c2c;
  color: #777;
  font-size: 11px;
  line-height: 16px;
  margin-top: auto;
  padding-top: 14px;
}

@media (max-width: 640px) {
  .footer--owner .owner-footer {
    min-height: 220px;
    padding: 30px 0 24px;
    width: min(100% - 32px, 520px);
  }

  .owner-footer__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .owner-footer__links {
    gap: 12px 18px;
  }

  .owner-footer__company {
    flex-direction: column;
    gap: 4px;
    margin-top: 22px;
  }

  .owner-footer__bottom {
    margin-top: 24px;
  }
}
