/* footer */
.footer {
  background-color: #4d5055;
  padding: 32px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  max-width: 393px;
  margin: 0 auto 88px;
}

.footer-inner {
  font-weight: 300;
}
.footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer .logo {
  width: 42px;

  margin-bottom: 4px;
}

.footer .logo img {
  width: 100%;
  object-fit: contain;
}

.footer p,
.footer a {
  margin: 2px 0;

  text-decoration: none;
}

.footer .note {
  font-size: 12px;
  line-height: 18px;
}

.footer strong {
  display: block;
  margin-top: 8px;
  margin-bottom: 4px;
}

.footer .footer-links,
.footer .footer-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.footer-links a:first-child,
.footer-policy a:first-child {
  padding-left: 0;
}

.footer-links a,
.footer-policy a {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  padding-left: 6px;
}

/* 구분자 막대 - 첫 번째 제외 */
.footer-links a:not(:first-child)::before,
.footer-policy a:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #ffffff66;
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.footer .sns-icons {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 3px;
}

.footer .sns-icons a {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #72788b;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.footer .sns-icons img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
