/* ==========================================================================
   b_winnersjm_footer clone — ABOUT + 주소/연락처 + SNS + Copyright 바
   (Familysite 제거, SNS는 별도 우측 칸, Copyright는 맨 아래 바닥 바)
   ========================================================================== */

:root {
  --wd-primary: #EE7530;
  --wd-secondary: #525FE1;
  --wd-text-primary: #121212;
  --wd-text-secondary: #505050;
  --wd-text-muted: #878787;
  --wd-surface-white: #FFFFFF;
  --wd-border-default: #DDDDDD;
  --wd-border-light: #EEEEEE;
  --wd-font-primary: 'Pretendard', sans-serif;
  --wd-font-secondary: 'Poppins', 'Pretendard', sans-serif;
}


/* --- Footer --- */

.wd-footer {
  padding: 55px 0 0;
  border-top: 1px solid var(--wd-border-default);
  font-family: var(--wd-font-primary);
  color: var(--wd-text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

@media (max-width: 1080px) {
  .wd-footer {
    padding: 50px 0 0;
  }
}

@media (max-width: 480px) {
  .wd-footer {
    padding: 25px 0 0;
  }
}


/* --- Inner --- */

.wd-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 480px) {
  .wd-footer__inner {
    padding: 0 20px 30px;
  }
}


/* --- About Block (left) --- */

.wd-footer__about {
  width: 500px;
  flex-shrink: 0;
}

.wd-footer__logo {
  display: inline-block;
  margin-bottom: 24px;
  line-height: 1;
}
.wd-footer__logo-img {
  display: block;
  height: 36px;
  width: auto;
}

/* (구) ABOUT 라벨 — 로고로 대체. 다른 페이지에서 쓸 경우 대비해 정의는 남김 */
.wd-footer__label {
  margin-bottom: 13px;
  font-family: var(--wd-font-secondary);
  font-size: 18px;
  font-weight: 600;
  color: var(--wd-secondary);
}

.wd-footer__desc {
  margin-bottom: 45px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.38;
  color: var(--wd-text-primary);
}

.wd-footer__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  color: var(--wd-text-primary);
  letter-spacing: -0.03em;
  line-height: 1.4;
  transition: gap 0.3s ease;
}

.wd-footer__more-btn:hover {
  gap: 18px;
}

.wd-footer__more-btn svg {
  width: 24px;
  height: 24px;
}

.wd-footer__policy {
  display: flex;
  list-style: none;
  gap: 40px;
}

.wd-footer__policy-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--wd-text-muted);
  transition: color 0.2s ease;
}

.wd-footer__policy-link:hover {
  color: var(--wd-text-primary);
  font-weight: 600;
}

.wd-footer__policy-link--highlight {
  color: var(--wd-primary);
}

@media (max-width: 1080px) {
  .wd-footer__about {
    width: 100%;
  }

  .wd-footer__logo {
    margin-bottom: 18px;
  }
  .wd-footer__logo-img { height: 32px; }

  .wd-footer__label {
    margin-bottom: 8px;
  }

  .wd-footer__desc {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .wd-footer__logo {
    margin-bottom: 14px;
  }
  .wd-footer__logo-img { height: 28px; }

  .wd-footer__label {
    margin-bottom: 0;
  }

  .wd-footer__desc {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .wd-footer__more-btn {
    font-size: 16px;
  }

  .wd-footer__policy {
    gap: 20px;
  }
}


/* --- Info Block (address) --- */

.wd-footer__info {
  flex: 1;
  min-width: 0;
}

.wd-footer__address {
  font-style: normal;
  margin-top: 43px;
}

.wd-footer__address-row {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
}

.wd-footer__address-row:last-child {
  margin-bottom: 0;
}

.wd-footer__address-row strong {
  display: inline-block;
  min-width: 100px;
  font-size: 18px;
  font-weight: 600;
  color: var(--wd-text-primary);
  line-height: 1.4;
}

.wd-footer__address-row span {
  color: var(--wd-text-secondary);
}

.wd-footer__address-row a {
  color: var(--wd-text-secondary);
  transition: color 0.2s ease;
}

.wd-footer__address-row a:hover {
  color: var(--wd-text-primary);
}

@media (max-width: 1080px) {
  .wd-footer__address {
    margin-top: 20px;
  }

  .wd-footer__address-row {
    margin-bottom: 5px;
  }

  .wd-footer__address-row strong {
    min-width: 80px;
    font-size: 16px;
  }
}


/* --- SNS Column (right, separate) --- */

.wd-footer__sns-col {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 40px;
  border-left: 1px solid var(--wd-border-light);
  min-width: 120px;
}

.wd-footer__sns {
  display: flex;
  gap: 10px;
}

.wd-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.wd-footer__sns-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.wd-footer__sns-link--instagram {
  background: radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 20%, #d62976 45%, #962fbf 70%, #4f5bd5 100%);
}

.wd-footer__sns-link--kakao {
  background: #FEE500;
}

@media (max-width: 768px) {
  .wd-footer__sns-col {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    width: 100%;
    margin-top: 20px;
  }
}


/* --- Bottom Bar (Copyright — 맨 아래 맞닿음) --- */

.wd-footer__bottom {
  border-top: 1px solid var(--wd-border-light);
}

.wd-footer__bottom-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .wd-footer__bottom-inner {
    padding: 16px 20px;
  }
}

.wd-footer__copyright {
  font-size: 13px;
  color: var(--wd-text-muted);
  text-align: right;
}

.wd-footer__copyright span {
  display: inline-block;
  margin-left: 40px;
}

.wd-footer__copyright span:first-child {
  margin-left: 0;
}

@media (max-width: 480px) {
  .wd-footer__copyright {
    text-align: left;
  }
  .wd-footer__copyright span {
    display: block;
    margin-left: 0;
    margin-bottom: 4px;
  }
  .wd-footer__copyright span:last-child {
    margin-bottom: 0;
  }
}
