
.SRO_2020_4 {width: 100%; 
position: relative; 
display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 	  
}




.SRO_2020_4 .contents-container{  width: 100%; 

}	
.SRO_2020_4 .contents-container .contents-inner	{
 width: 100%; 
}


.SRO_2020_4 .wg_img1 { 
width: 100%;  display: flex; 
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;  
}




/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.SRO_2020_4 .wg_img1 img{

}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {

.SRO_2020_4 .wg_img1 img{margin-top: 0px!important; width: 100%;

}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/