@media (max-width:768px){
  footer.footer{display:none !important;}
  .mirae-mobile-footer{
    display:block;
    background:#0d2747;
    color:rgba(255,255,255,.88);
    margin-top:28px;
    padding:28px 18px calc(118px + env(safe-area-inset-bottom,0px));
  }
  .mirae-mobile-footer-inner{
    max-width:430px;
    margin:0 auto;
    text-align:center;
  }
  .mirae-mobile-footer-brand{
    font-size:20px;
    line-height:1.2;
    font-weight:900;
    color:#fff;
    letter-spacing:-.03em;
    margin:0 0 12px;
  }
  .mirae-mobile-footer-divider{
    width:38px;
    height:2px;
    background:rgba(255,255,255,.22);
    margin:0 auto 14px;
    border-radius:999px;
  }
  .mirae-mobile-footer-info{
    font-size:13px;
    line-height:1.75;
    color:rgba(255,255,255,.78);
    word-break:keep-all;
  }
  .mirae-mobile-footer-info p{
    margin:0;
  }
  .mirae-mobile-footer-copy{
    margin-top:14px;
    font-size:11px;
    line-height:1.6;
    color:rgba(255,255,255,.52);
    letter-spacing:.02em;
  }
}
@media (min-width:769px){
  .mirae-mobile-footer{display:none !important;}
}
