.box_step_AA { width:100%; float: left; }		
.box_step_AA .sub_stit{ width:100%; float: left;font-size: var(--tit-md-size);  color: #222; font-weight:600; line-height: 100%; letter-spacing: -1px; margin-bottom:clamp(10px, 2.344vw, 30px) }		
.box_step_AA .sub_stit2{ width:100%; float: left;  color: #222; font-size: var(--tit-mds-size); font-weight:600; line-height: 100%; letter-spacing: -1px; margin-bottom:  clamp(10px, 1.563vw, 20px)}		

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.box_step_AA  .step_box{ width: 100%; float: left;  display: grid;  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));  border: 2px solid #f5f5f5; border-radius: 15px; padding: clamp(10px, 1.953vw, 25px) 10px}
.box_step_AA  .step_box>.step_inbox{ width: 100%; float: left; border-right: 1px dashed #b2b2b2; padding-left: clamp(10px, 1.563vw, 20px) ; padding-bottom: 10px}	
.box_step_AA  .step_box>.step_inbox:last-child{ width: 100%; float: left; border-right: none; padding-left: clamp(10px, 1.563vw, 20px)}	
	
	
	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {

}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.box_step_AA  .step_box{ width: 100%; float: left;  display: grid; grid-template-columns: repeat(2, 1fr);   border-radius: 15px; padding: 0px 10px 0px 0px!important; margin-bottom: 10px; grid-gap: 10px ;  box-shadow:none!important; border: none
}

.box_step_AA  .step_box>.step_inbox{ width: 100%; float: left; border : 1px dashed #b2b2b2;  border-radius: 15px; padding-left:20px; position: relative; height: auto; padding-bottom: 10px}	
.box_step_AA  .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;}	

.box_step_AA  .step_box>.step_inbox:last-child:before{display: none}	

	
} 
/**** 모바일2 ****/
@media only all and (max-width:400px) {.box_step_AA  .step_box{ width: 100%; float: left;  display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid #f5f5f5; border-radius: 15px; padding:clamp(10px, 1.953vw, 25px) 10px; margin-bottom: 10px}
}
/* 구분 //end -----------------------------------*/




	
	
.box_step_AA  .step_box>.step_inbox .step_um{ width:100%; float: left; font-size:clamp(18px, 1.563vw, 24px); color:var(--primary); font-weight:700; line-height: 180%; letter-spacing: -1px;  }
.box_step_AA  .step_box>.step_inbox .step_tt{ width:100%; float: left; font-size: clamp(14px, 1.563vw, 20px); color:#222; font-weight:700; line-height: 130%; letter-spacing: -1px;  }		
	
.box_step_AA  .step_box>.step_inbox .step_btn{ width:auto;  font-size: clamp(12px, 1.563vw, 16px); color:#fff;background-color: #333;  border-radius: 6px; font-weight:500; line-height: 130%; letter-spacing: -1px; padding: 7px 15px; margin-top: 5px ;   }		
	.box_step_AA  .step_box>.step_inbox .step_btn:hover{ background-color: var(--primary);  }		
	