/* ============================================================
   FOOTER MOBILE READABILITY FIX
   - 모바일에서 사업자 정보가 붙어 보이지 않도록 구분 막대와 간격을 유지
   - 기존 PC footer 디자인은 변경하지 않음
============================================================ */
@media (max-width: 760px){
  .site-footer .footer-info{
    gap:10px !important;
    line-height:1.85 !important;
  }

  .site-footer .footer-info .footer-row{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:4px 8px !important;
    margin-bottom:4px !important;
  }

  .site-footer .footer-info .footer-row span{
    display:inline-flex !important;
    align-items:center !important;
    word-break:keep-all !important;
    overflow-wrap:anywhere !important;
  }

  .site-footer .footer-info .footer-row .bar{
    display:inline-flex !important;
    color:rgba(255,255,255,.34) !important;
    margin:0 2px !important;
    flex:0 0 auto !important;
  }

  .site-footer .footer-info .footer-row strong{
    display:block !important;
    width:100% !important;
    margin-bottom:4px !important;
    color:#fff !important;
  }

  .site-footer .footer-notice{
    margin-top:18px !important;
    padding-top:14px !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
  }
}
