/*---------------------------------------
  board_01               
-----------------------------------------*/
section.customer_01 {  color:#fff; width:100%; text-align:center;  height:200px; background-color:#252525; /*background:url("../img/img1.jpg")no-repeat center top; */ box-sizing:border-box; padding:45px 5px 10px 5px; }
section.customer_01 strong.tit01{display:none; font-size:25px; font-weight:normal;  margin:0 auto; width:70%;  opacity:0.7;}
section.customer_01 span.num{display:block; font-size:50px; padding: 0;  font-weight:bold;  }
section.customer_01 span.txt01{display:block;  padding-top:12px; font-size:14px; }

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
section.customer_01 { color:#fff; width:100%; text-align:center;  height:150px;  background-color:#252525;  box-sizing:border-box; padding:30px 5px 10px 5px; }
section.customer_01 strong.tit01{display:none;  font-weight:normal;  margin:0 auto; width:70%;  opacity:0.3;}
section.customer_01 span.num{display:block; font-size:38px; padding: 0;  font-weight:bold;  }
section.customer_01 span.txt01{display:block;  padding-top:12px; font-size:14px; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}