



	

.SRO_4010_3_2 .wg_step .wg_um{ width:100%; float: left; font-family: 'NanumSquare'; font-weight: 700;
color: #000; font-size:calc(var(--tit-mds-size) * 0.9);  line-height: 130%; letter-spacing: -1px; margin-bottom: 20px}	
.SRO_4010_3_2 .wg_step .wg_tx{ width:100%; float: left; font-family: 'NanumSquare'; font-weight: 500;
color: #000; font-size:calc(var(--tit-mds-size) * 0.6);  line-height: 130%; letter-spacing: -1px; }	






/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.SRO_4010_3_2{ width:100%; float: left; position: relative ; margin-bottom: clamp(30px, 3.906vw, 50px); display: grid; grid-template-columns: repeat(4, 1fr); gap:10px;}	
.SRO_4010_3_2>.wg_step{ width:100%; float: left;  border-radius: clamp(20px, 2.734vw, 35px); padding: clamp(20px, 3.125vw, 40px) ; background-color: #f0f2f7 }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_4010_3_2{ width:100%; float: left; position: relative ; margin-bottom: clamp(30px, 3.906vw, 50px); display: grid; grid-template-columns: repeat(2, 1fr); gap:10px;}	
.SRO_4010_3_2>.wg_step{ width:100%; float: left;  border-radius: clamp(20px, 2.734vw, 35px); padding: clamp(20px, 3.125vw, 40px) ; background-color: #f0f2f7 }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

