@charset "utf-8";
/* CSS Document */

footer{position:relative; z-index: 1;  background-color:#191a1d; padding:65px 0; color:#fff;}
footer .head-wrap{display:flex; align-items: center; justify-content: space-between;}
footer .head-wrap > img{width:100%; max-width:220px;}
footer .contact-wrap{display:inline-block;}
footer .contact-wrap > .stlt{color:#fff; font-size:var(--font-size-normal); margin-bottom:5px;}
footer .contact-wrap > .tlt{color:#fff; font-size:var(--font-size-large); font-weight: 500; }
footer .hr{width:100%; height: 1px; background-color:#707070; margin:40px 0;}
footer .inner-wrap{width:calc(100% - 40px); max-width:1366px; margin:0 auto;}
footer .inner-wrap:after{content:""; display:block; clear:both}

footer .inner-wrap > .hr{width:100%; height: 1px; background-color:#3a3a3a; margin:25px 0; }
footer .inner-wrap .info-wrap{width:100%;}
footer .inner-wrap .info-wrap > ul{width:100%; margin-bottom:5px;}
footer .inner-wrap .info-wrap > ul > li{display:flex; align-items: center; font-size:0.875rem; color:#cfcfcf; height: 25px;}
footer .inner-wrap .info-wrap > ul > li > .hv{width:1px; background-color: #3a3a3a; margin:0 15px;  height: 15px;}
footer .inner-wrap .info-wrap .copyRight{font-size:0.875rem; color:#cfcfcf; height: 25px; }

@media only screen and (max-width:768px){

}

@media only screen and (max-width:500px){
footer .head-wrap > img{width:100%; max-width:150px;}
}