
.SRO_2010_2 {width: 100%; 
  position: relative; 
}


.SRO_2010_2  .contents-inner	{
 width: 100%;  display: flex;
 justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}


.SRO_2010_2 .info_tt {
width: auto; padding: 10px 50px; border-radius: 50px; background-color: var(--primary); 
 font-weight: 700;
color: #fff; font-size:calc(var(--tit-md-size) * 0.8);  line-height: 110%; letter-spacing: -1px;  margin-bottom:clamp(40px, 6.250vw, 80px)	;position: relative
}
.SRO_2010_2 .info_tt:before{width:56px; height:28px;   position: absolute; left: 50%; bottom:-26px; content: "";    font-family: unicons-line; background: url( "../../../../../_img/img/SRO/main_01_img03.png") no-repeat center center;  background-size:56px;
margin-left: -28px}








/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.SRO_2010_2 .info_tt2 {
width: 100%; text-align: center; font-weight: 900;
color: #333; font-size:calc(var(--tit-md-size) * 1.4);  line-height: 130%; letter-spacing: -1px;  margin-bottom:20px	
}
.SRO_2010_2 .info_tt2 em{
 font-weight: 900;
color: var(--primary);  font-size:calc(var(--tit-md-size) * 1.4);  line-height: 130%; letter-spacing: -1px; 
}

.SRO_2010_2 .info_tx {
width: 100%; text-align: center;font-weight: 500;
color: #333; font-size:calc(var(--tit-mds-size) * 0.9);  line-height: 150%; letter-spacing: -1px; word-wrap: break-word;word-break: keep-all;
}

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_2010_2 .info_tt2 {
width: 100%; text-align: center;  font-weight: 900;
color: #333; font-size:calc(var(--tit-md-size) * 1.1);  line-height: 130%; letter-spacing: -1px;  margin-bottom:clamp(20px, 2.344vw, 30px)	
}
.SRO_2010_2 .info_tt2 em{
  font-weight: 900;
color: var(--primary);  font-size:calc(var(--tit-md-size) * 1.1);  line-height: 130%; letter-spacing: -1px; 
}

.SRO_2010_2 .info_tx {
width: 100%; text-align: center;  font-weight: 500;
color: #333; font-size:calc(var(--tit-mds-size) * 0.9);  line-height: 150%; letter-spacing: -1px; word-wrap: break-word;word-break: keep-all;
}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


.SRO_2010_2 .btn_box{ width: 100%; float: left; display: flex;  justify-content: center;  align-items: center; margin-top: 50px
}

.SRO_2010_2 .btn_box a{ width: auto; float: left; padding: 15px 40px; border-radius: 50px; background-color: var(--secondary-500); color: #fff
}


