
.SRO_2020_5 {width: 100%; 
position: relative; 
display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 	  
}




.SRO_2020_5 .contents-container{  

}	
.SRO_2020_5 .contents-container .contents-inner	{
width: 100%; display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 	
}



.SRO_2020_5 .wg_tt{ width:100%; float: left; font-size:calc(var(--tit-mds-size) * 1.3); color:var(--primary); margin-bottom:20px; font-weight:800 ; line-height: 130%; ; text-align: center }	

.SRO_2020_5 .wg_tx{width:100%; float: left; font-family: 'NanumSquare'; font-weight: 500;
color: #333; font-size:calc(var(--tit-mds-size) * 0.9);  line-height: 150%; letter-spacing: -1px;  text-align: center ;}	



.SRO_2020_5 .wg_imgbox>.wg_img{width:100%; 

}



/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

.SRO_2020_5 .wg_bar{height: 100px; width: 1px; background-color: #ccc; margin: 30px 0px}
	
.SRO_2020_5 .wg_imgbox { padding: 50px 150px;
width: 100%;  display: grid; grid-template-columns: repeat(2, 1fr); gap:30px;
}	
	
.SRO_2020_5 .wg_imgbox>.wg_img img{width:100%; border-radius:35px; box-shadow:3px 3px 10px rgba(153,153,153,0.6); border: 1px solid #ccc

}	
	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_2020_5 .wg_bar{height: 40px; width: 1px; background-color: #ccc; margin: 20px 0px}
	
.SRO_2020_5 .wg_imgbox { padding: 20px 0px 0x; margin-top: 30px;
width: 100%;  display: grid; grid-template-columns:100%; gap:20px;
}
.SRO_2020_5 .wg_imgbox>.wg_img img{width:100%; border-radius:10px; box-shadow:3px 3px 10px rgba(153,153,153,0.6); border: 1px solid #ccc

}	
	
	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/