@charset "utf-8";


#bnSlider2-3{width:100%; display:flex;gap:20px;  flex-wrap: wrap;}
#bnSlider2-3 li{width:calc(33.3333% - 15px); text-align:center; display:flex; justify-content: center; align-items: center;  flex-direction: column;}
#bnSlider2-3 .con-pimg{height:90px; padding:10px; display:flex; align-items: center; justify-content: center;}
#bnSlider2-3 li img{max-width:187px}
#bnSlider2-3 .bn_title{background:#fafafa;text-align:center;padding:10px;width:100%;border-top:1px solid #ddd;}


/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:1200px){

}


/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:768px){
	#bnSlider2-3 li{width:calc(50% - 10px);}
}


/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:480px){
	#bnSlider2-3 li img{max-width:100px}
	#bnSlider2-3 .con-pimg{height:60px;}
}
