
.SRO_2010_3 {width: 100%; 
  position: relative; 
}

.SRO_2010_3 .contents-container{  width: 100%; 

}	
.SRO_2010_3 .contents-container .contents-inner	{
 width: 100%;  display: flex;
 justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}





.SRO_2010_3 .info_tx {
width: 100%;   font-weight: 500;
color: #333; font-size:calc(var(--tit-mds-size) * 0.9);  line-height: 160%; letter-spacing: -1px; text-align: center; word-wrap: break-word;word-break: keep-all;
}






/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.SRO_2010_3 .info_tt {
width: 100%; 
 font-weight: 700;
color:#ff8c42; ; font-size:calc(var(--tit-md-size) * 1);  line-height: 130%; letter-spacing: -1px;  margin-bottom:20px; text-align: center
}	
	
	
.SRO_2010_3 .wg_img { margin: clamp(20px, 2.344vw, 30px) 0px;
width: 60%; border-radius: clamp(20px, 2.734vw, 35px); background-color: #f2f2f2; padding: clamp(20px, 4.688vw, 60px);  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}

.SRO_2010_3 .wg_img img{
width: 100%; 
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_2010_3 .info_tt {
width: 100%; 
 font-weight: 700;
color:#ff8c42; ; font-size:calc(var(--tit-mds-size) * 1.0);  line-height: 130%; letter-spacing: -1px;  margin-bottom:20px; text-align: center
}
.SRO_2010_3 .wg_img { margin: clamp(20px, 2.344vw, 30px) 0px;
width: 100%; border-radius: clamp(20px, 2.734vw, 35px); background-color: #f2f2f2; padding: clamp(20px, 4.688vw, 60px);  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}

.SRO_2010_3 .wg_img img{
width: 100%; 
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/