.customer_header{
	width: 100%;
	max-width: 1100px;
	padding: 12px !important;
	margin-top: 36px !important; 
	margin-left: auto !important;
	margin-right: auto !important;
}


.customer_img_logo{
	width: 40%;
	max-width: 230px;
}

.customer_img_tel{
	width: 40%;
	max-width: 230px;
	float: right;
}



.customer_footer{
	width: 100%;
	max-width: 1100px;
	padding: 24px 0 !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}



.customer_sys_footer {
	/*background-image: url(https://storage.489ban.net/storage/customer/1362/bg_footer.jpg); 
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	height: auto;
	min-height:  30Vh; 
	margin: 0 !important;
	color: #666;
	font-size: 0.9em;
	position: relative;
}

.customer_contents_f1{
	position: absolute;
    /*top: 50%; */
    bottom: 12px;
    left: 40%;
}

.customer_lf_st1{
	display: none;
}

@media (max-width: 580px) {

.customer_sys_footer {
	/* background-image: url(https://storage.489ban.net/storage/customer/1362/bg_footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;;*/
	min-height:  32Vh
	margin-top: 0px;
	color: #666;
	font-size: 0.9em;
	position: relative;
}

.customer_contents_f1{
	position: absolute;
    /*top: 50%; */
    bottom: 12px;
    left: 12px;
}

.customer_lf_st1{
	display: block;
}

}

.customer_img_logo_f{
	width: 50%;
	max-width: 280px;
}