@charset "utf-8";
/* ----------------------------------------------
CUSTOME.CSS
* writer : uxcamp
* version : 1.0.0
* last update : 2025.06.20
* purpose : 테마 커스텀 스타일
* license : © 2025 uxcamp. All rights reserved.
------------------------------------------------*/


/* === weeklyanbu footer text override (FORCE) === */
footer.footerWrap .footerCopyright p{
  font-size: 22px !important;      /* <- 더 크게: 필요하면 24px로 올려 */
  line-height: 1.7 !important;
  margin: 0 !important;
}
footer.footerWrap .footerCopyright{
  display:flex !important;
  flex-direction:column !important;
  gap: 10px !important;
  max-width: 900px !important;
}

/* === weeklyanbu footer text override (tune down) === */
footer.footerWrap .footerCopyright p{
  font-size: 18px !important;  /* 22px -> 18px (4px down) */
}

/* === weeklyanbu footer spacing (logo -> text gap) === */
footer.footerWrap .footerBrand .footerCopyright{
  margin-top: 16px !important;   /* 간격: 더 넓게 */
}
footer.footerWrap .footerBrand .footerCompany{
  display:block !important;
  max-width: 980px !important;   /* 줄 겹침 방지 */
}

/* === weeklyanbu footer spacing (more) === */
footer.footerWrap .footerBrand .footerCopyright{
  margin-top: 24px !important;
}
