/* large -------------------------------- */


.c1, .c2, .c3 {
   width: 46%;
   }
   
.ic1 {
   width: 66%;
}


/* test -------------------------------- */
.test_xs, .test_s, .test_m, .test_l {
	display: none;
}
.test_l {
	display: block;
}
