footer {background-color: #444444;color: #ffffff;font-size: 14px; padding: 20px 0;}
.footer_logo {margin-bottom: 15px;text-align: center;width: 100%;}
.footer_slogan {margin-bottom: 15px;}
.footer_01 {margin-bottom: 15px;width: 100%;}
.footer_03 {width: 100%;}
.footer_item ul {list-style: none; margin: 0;padding: 0;}
.footer_item li {padding: 0 0 5px;}
.footer_item .h4 {margin-bottom: 10px;}
.footer_logo_img {height: auto;margin-bottom: 15px;}
.footer_03 li {text-align: center;}
.footer_03 a {align-items: center;display: flex;display: -webkit-flex;}
.footer_03 a img {height: auto;margin-right: 5px;width: 20px;}
.footer_social svg {height: auto;width: 20px;}
.footer_menu_link {display: inline-block; margin-bottom: 15px;margin-right: 15px;}

@media screen and (min-width: 576px) {
	
}
@media screen and (min-width: 768px) {
	.footer_logo {margin-bottom: 0px;text-align: left;width: 23%;}
	.footer_01 {columns: 2;margin-bottom: 0px;width: 46%;}
	.footer_menu_link {display: block; margin-right: 15px;}
	.footer_03 {width: 23%;}
	.footer_03 li {text-align: left;}
}
@media screen and (min-width: 992px) {
	
}
@media screen and (min-width: 1200px) {
	
}