
.SRO_2010_3_3 {width: 100%; 
  position: relative; 
}

.SRO_2010_3_3 .contents-container{  width: 100%; 

}	
.SRO_2010_3_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_3 .info_tx {
width: 100%; text-align: center; font-family: 'NanumSquare'; 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_3 .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
}


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_2010_3_3 .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 -----------------------------------*/
