

.SCF_7030_2 { width:100%; float: left; }		
.SCF_7030_2 .sub_stit{ width:100%; float: left;font-size:calc(var(--tit-md-size) * 0.9);  color: #222; font-weight:800; line-height: 100%; letter-spacing: -1px; margin-bottom:clamp(10px, 2.344vw, 30px) }		

.SCF_7030_2 .sub_stit2{ width:100%; float: left;  color: #222; font-size: calc(var(--tit-mds-size) * 0.9); font-weight:500; line-height: 100%; letter-spacing: -1px; margin-bottom:  clamp(10px, 1.563vw, 20px)}	




/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.SCF_7030_2 .step_box{ width: 100%; float: left;  display: grid; display: grid; grid-template-columns: repeat(4, 1fr);}

.SCF_7030_2 .step_box>.step_inbox{ width: 100%; float: left;  padding-left: clamp(10px, 1.563vw, 20px) ; padding-bottom: 10px; position: relative}	
.SCF_7030_2 .step_box>.step_inbox:before{ width: 1px; float: left; border-right: 1px dashed #b2b2b2;  height:80%; content: ""; position: absolute; right: 0px; top: 10%;  }	
.SCF_7030_2 .step_box>.step_inbox:last-child{ width: 100%; float: left; border-right: none;}	

.SCF_7030_2 .step_box>.step_inbox{border-radius: 0px 0px 0px 0px; border-top:  1px solid #ccc;   border-bottom:  1px solid #ccc;  padding: 40px; }
.SCF_7030_2 .step_box>.step_inbox:first-child{ border-left:  1px solid #ccc; border-radius: clamp(10px, 1.563vw, 20px) 0px 0px clamp(10px, 1.563vw, 20px);  }	
.SCF_7030_2 .step_box>.step_inbox:nth-child(4n){ border-radius:0px  clamp(10px, 1.563vw, 20px) clamp(10px, 1.563vw, 20px) 0px; border-right:  1px solid #ccc; }	
.SCF_7030_2 .step_box>.step_inbox:nth-child(4n):before{display: none  }		

	



}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {

}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SCF_7030_2  .step_box{ width: 100%; float: left;  display: grid; grid-template-columns: repeat(2, 1fr);   border-radius: 15px; padding: 10px 10px 0px 0px!important; margin-bottom: 10px; grid-gap: 10px ;  box-shadow:none!important; border: none}

.SCF_7030_2  .step_box>.step_inbox{ width: 100%; float: left; border : 1px dashed #b2b2b2;  border-radius: 15px;   padding: 10px 25px 15px 25px; position: relative; height: auto; }	
.SCF_7030_2 .step_box>.step_inbox:before{position: absolute; right: -20px; top: 50%; margin-top: -15px;  width: 30px; height: 30px; border-radius: 100%; background-color: var(--primary);; color: #fff; font-size: 25px;content: "\ebb5";    font-family: unicons-line; z-index: 99;  display: grid;
  place-items: center; /* 가로 + 세로 중앙 */; padding-right:  -2px; padding-bottom: 2px;}	

.SCF_7030_2  .step_box>.step_inbox:last-child:before{display: none}	

	
} 
/**** 모바일2 ****/
@media only all and (max-width:400px) {.SCF_7030_2  .step_box{ width: 100%; float: left;  display: grid; grid-template-columns: repeat(2, 1fr);  border-radius: 15px; padding:clamp(10px, 1.953vw, 25px) 10px; margin-bottom: 10px}
}
/* 구분 //end -----------------------------------*/






.SCF_7030_2 .step_box>.step_inbox .step_um{ width:100%; float: left;font-size:calc(var(--tit-md-size) * 0.9); color:var(--primary); font-weight:900; line-height: 180%; letter-spacing: -0.5px;  }
.SCF_7030_2 .step_box>.step_inbox .step_tt{ width:100%; float: left;  font-size:calc(var(--tx-sm-size) * 1); color:#222; font-weight:600; line-height: 130%; letter-spacing: -0.5px;  }		










