
.SRO_2010_8 {width: 100%; 
  position: relative; 
}



.SRO_2010_8 .contents-container{  width: 100%; 

}	
.SRO_2010_8 .contents-container .contents-inner	{
 width: 100%;  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}


/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

.SRO_2010_8  .info_list	{
 width: 100%; display: grid; grid-template-columns: repeat(5, 1fr); gap:30px; padding-top: 100px
}

.SRO_2010_8  .info_list>.info_box{ width: 100%;  border-radius:0px 50px 0px 50px; background-color: #f0f2f7; padding:40px }
	
.SRO_2010_8 .info_box  .info_tx {
width: 100%;   font-weight: 700;
color:#000; font-size:calc(var(--tit-md-size) * 1.0);  line-height: 100%; letter-spacing: -1px; margin-bottom:20px
}
.SRO_2010_8 .info_box  .info_tx2 {
width: 100%;   font-weight: 500;
color:#333; font-size:calc(var(--tx-sm-size) * 1);  line-height: 130%; letter-spacing: -1px; 
}	
	
	
	
	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_2010_8  .info_list	{	
 width: 100%; display: grid; grid-template-columns: 100%; gap:20px; padding-top: 30px
}

.SRO_2010_8  .info_list>.info_box{ width: 100%;  border-radius:0px 30px 0px 30px; background-color: #f0f2f7; padding:20px }
.SRO_2010_8 .info_box  .info_tx {
width: 100%;   font-weight: 700;
color:#000; font-size:calc(var(--tit-md-size) * 1.0);  line-height: 100%; letter-spacing: -1px; margin-bottom:10px
}
.SRO_2010_8 .info_box  .info_tx2 {
width: 100%;   font-weight: 500;
color:#333; font-size:calc(var(--tx-sm-size) * 1);   line-height: 130%; letter-spacing: -1px; 
}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.SRO_2010_8 .info_box .wg_img { 
width:70px;   height: 70px; display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;  margin-bottom: clamp(10px, 1.563vw, 20px)
}

.SRO_2010_8 .info_box .wg_img img{ width: 100%;

}















