.WSA_2010_3_1{width:100%; float:left;}

/* 구분 start -----------------------------------*/

/**** pc ****/
@media only all and (min-width:768px) {
.WSA_2010_3_1 .wg_boxin{width:100%;    float:left; display: grid; grid-template-columns: repeat(4, 1fr); gap:30px;}		


.WSA_2010_3_1 .wg_boxin .wg_boxinin{width:100%;  display: flex;
justify-content:flex-start;  align-items: center; flex-direction:column; box-sizing: border-box;  }
	
.WSA_2010_3_1 .wg_boxin .wg_boxinin .wg_img1{width:100%;    float:left;  margin-bottom: 20px; border: 1px solid #ccc}
.WSA_2010_3_1 .wg_boxin .wg_boxinin .wg_img1 img{}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.WSA_2010_3_1 .wg_boxin{width:100%;    float:left; display: grid; grid-template-columns: repeat(1, 1fr); gap:20px;}		


.WSA_2010_3_1 .wg_boxin .wg_boxinin{width:100%;  display: flex;
justify-content:flex-start;  align-items: center; flex-direction:column; box-sizing: border-box;  }
	
.WSA_2010_3_1 .wg_boxin .wg_boxinin .wg_img1{width:100%;    float:left;  margin-bottom: 10px; border: 1px solid #ccc}
.WSA_2010_3_1 .wg_boxin .wg_boxinin .wg_img1 img{}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/