@media screen and (min-width: 1200px) and (max-height: 970px) {
	.footer .siteMap > li ul li a {margin-bottom: 4px}
	.footer .info {margin-top: 10px; padding-top: 15px;}
	.footer .siteMap {margin-top: 0;}
	.footer .siteMap > li ul {margin-top: 7px;}
	/* .footer .siteMap > li ul {margin-top: 7px; display: flex; flex-wrap: wrap;}
	.footer .siteMap > li ul li {width: 50%;} */
	.footer h2::after, .footer h2 {display: none;}
	
	.footer .info > li p {font-size: 13px;}
    #slide-8 .section_wrap {position: initial;}
    #slide-8 {height: auto !important;}
}
	
@media (max-width: 1200px) {
	.section_wrap {top: 0 !important;}
    .social {bottom: 50px;}
    #slide-8 {height: auto !important;}
    #slide-8 .section_wrap {position: initial;}
}
@media (max-width: 767px) {
    .footer .info > li {
        padding-bottom: 20px;
    }
    #slide-8 {padding-bottom: 50px;}
	.section_wrap {top: 0;}
}