footer { background-color: white; padding: 1rem; max-width: 880px; margin:0px auto; display:block;}
footer .nav { display: -webkit-flex; display: flex; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1rem; }
footer .nav > li { line-height: 1.6; font-size: 11px; font-size: 0.91667rem; display: inherit;}
footer .nav > li:not(:last-child):after { content: "|"; padding: 0 0.4rem; }
footer .nav > li a { text-decoration: none; }
footer .ft-bottom .box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
footer .ft-bottom .address { line-height: 1.3; font-size: 10px; font-size: 0.83333rem; }
footer .ft-bottom .logo { text-align: center; padding: 1rem 0; }
footer .copyright { font-size: 10px; font-size: 0.83333rem; text-align: center; }