@charset "UTF-8";

.bottom-footer-box{margin:0 auto;padding:45px 0;max-width:1400px;}
.bottom-footer-box .logo-box{display:inline-block;height:40px;padding:0 60px 0 0;}
.bottom-footer-box .logo-box img{max-height:100%;}
.bottom-footer-box .footer-info-box{display:inline-block;width:calc(100% - 275px);font-size:1rem;font-weight:300;color:#7c7c7c;vertical-align:middle;line-height:1.5rem;}
.bottom-footer-box .footer-info-box .contact-box li{display:inline-block;}

@media screen and (max-width: 1024.98px) {
	.bottom-footer-box{padding:30px 20px 20px;}
}

@media screen and (max-width: 768px) {
	.bottom-footer-box{padding:20px 20px 15px;}
	.bottom-footer-box .logo-box{display:block;padding:0 0 10px;height:30px;}
	.bottom-footer-box .footer-info-box{display:block;width:100%;font-size:0.857rem;line-height:1.428rem;}
	.bottom-footer-box .footer-info-box .contact-box li:last-of-type{display:block;}
}