/* Footer ÀüÃ¼ ¿µ¿ª °íÁ¤ */
.site-footer {
  background: #f4f4f4;
  color: #000;
  width: 100%;               /* È­¸é ÀüÃ¼ Æø */
  min-width: 900px;          /* Çì´õ¿Í µ¿ÀÏÇÏ°Ô ÃÖ¼Ò 900px */
  box-sizing: border-box;
  border-top: 4px solid #000; /* Çì´õÃ³·³ °­Á¶¼± (±½±â ¸ÂÃã °¡´É) */
  padding: 20px 0;
}

/* »ó´Ü Á¤º¸¿µ¿ª: Ç×»ó 2¿­ */
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(450px, 1fr)); /* ÃÖ¼Ò 450px º¸Àå */
  gap: 22px;
  align-items: start;
}


.footer-col + .footer-col {
  border-left: 1px solid #e2e2e2;
  padding-left: 24px;
}

/* °øÅë Å¸ÀÌÆ²/ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.footer-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.address {
  margin: 0;
  font-style: normal;
  line-height: 1.6;
}

.contact {
  margin: 6px 0 0;
}

.contact-email {
  color: #000;
  text-decoration: none;
}

.contact-email:hover {
  text-decoration: underline;
}

/* ÇÏ´Ü ¹Ù: ¸µÅ© + ÀúÀÛ±Ç */
.footer-bottom {
  border-top: 1px solid #e8e8e8;
  padding: 14px 20px 22px;
  text-align: center;
}

.footer-links {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.sep {
  color: #aaa;
}

.footer-copy {
  display: block;
  color: #555;
  font-size: 13px;
}
