
.SRO_2010_3_2 {width: 100%; 
  position: relative; 
}

.SRO_2010_3_2 .contents-container{  width: 100%; 

}	
.SRO_2010_3_2 .contents-container .contents-inner	{
 width: 100%;  display: flex;
 justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}





.SRO_2010_3_2 .info_tx {
width: 100%; text-align: center; font-family: 'NanumSquare'; font-weight: 500; margin-bottom: 30px;
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_2 .wg_img { border: 1px solid #ccc;
width: 60%; border-radius: clamp(20px, 2.734vw, 35px);  padding: clamp(20px, 4.688vw, 60px);  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}
.SRO_2010_3_2 .info_tt {
width: 100%; 
font-family: 'NanumSquare'; font-weight: 700;
color:#ff8c42; ; font-size:calc(var(--tit-mds-size) * 1.2);  line-height: 130%; letter-spacing: -1px;  margin-bottom:20px; text-align: center
}	
	
}

.SRO_2010_3_2 .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_2 .wg_img { border: 1px solid #ccc;

width: 100%; border-radius: clamp(20px, 2.734vw, 35px);  padding: clamp(20px, 4.688vw, 60px);  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}

.SRO_2010_3_2 .wg_img img{
width: 100%; 
}
.SRO_2010_3_2 .info_tt {
width: 100%; 
font-family: 'NanumSquare'; 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
}	
	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

