
.SRO_2020_6 {width: 100%; 
position: relative; 
display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
height: auto; background-image: linear-gradient(to bottom, #fff 65%, #f9f9f9 35% );	
	
}




.SRO_2020_6 .contents-container{  

}	
.SRO_2020_6 .contents-container .contents-inner	{
width: 100%; 	
}





.SRO_2020_6 .wg_imgbox>.wg_img{width:100%; }





/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

.SRO_2020_6 .wg_imgbox { padding:  100px;
width: 100%;  display: grid; grid-template-columns: repeat(4, 1fr); gap:45px;
}
.SRO_2020_6 .wg_imgbox>.wg_img1{width:100%; border-radius:35px; box-shadow:3px 3px 10px rgba(153,153,153,0.6); border: 1px solid #ccc ; overflow: hidden}		
.SRO_2020_6 .wg_imgbox>.wg_img1 img{width:100%;     object-fit: cover;    height: 100%; }	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_2020_6 .wg_imgbox { padding:  40px 0px ;
width: 100%;  display: grid; grid-template-columns: repeat(2, 1fr); gap:20px;}
.SRO_2020_6 .wg_imgbox>.wg_img1{width:100%; border-radius:15px; box-shadow:3px 3px 10px rgba(153,153,153,0.6); border: 1px solid #ccc}		
.SRO_2020_6 .wg_imgbox>.wg_img1 img{width:100%;     object-fit: cover;    height: 100%; }		
	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/