
.tb_AB  .sub_stit3{ width:100%; float: left;  display: flex; justify-content:space-between;  align-items: center; flex-direction:row; box-sizing: border-box; 	margin-bottom: 10px  }		
.tb_AB  .sub_stit3 .stt{ width:auto; float: left; font-size: var(--tit-md-size); font-weight:600; line-height: 180%; letter-spacing: -1px;  }	
.tb_AB  .sub_stit3 .stt_btn a{ width:auto; float: left; font-size: var(--tx-sm-size); color: #fff; font-weight:500; line-height: 100%; letter-spacing: -1px; background-color: #222; padding: 10px 20px; border-radius: 10px	; cursor:pointer }	
.tb_AB  .sub_stit2{ width:100%; float: left; font-size: var(--tit-mds-size); color: #222; font-weight:600; line-height: 100%; letter-spacing: -1px; margin-bottom: 20px }		


.tb_AB  .tbl_wrap2 {
position: relative; overflow: hidden; margin: 0 auto; width: 100%;  border-top: 2px solid #333!important;;
}	
.tb_AB  .tbl_wrap2  table{ width:100%; }

.tb_AB  .tbl_wrap2  tbody{ width:100%; }

.tb_AB  .tbl_head02 th  { vertical-align: middle;font-size:calc(var(--tx-sm-size) * 1.1);font-weight: 600; padding: 20px 0px!important ;}	
.tb_AB  .tbl_head02 th:first-child{ width: 200px!important; }	

.tb_AB  .tbl_head02 td  { vertical-align: middle;font-size: var(--tx-sm-size);padding: 15px 15px!important ;}	
.tb_AB  .tbl_head02 td:first-child{ vertical-align: middle;font-size:calc(var(--tx-sm-size) ); font-weight: 600; background-color: #f7f7f7; text-align: center}	

.tb_AB  .tbl_head02 td.text-left{text-align: left}	
.tb_AB  .tbl_head02 td.text-left em{text-align: left; float: left; width:70px; text-align: center ; padding: 3px 0px!important}	


.tb_AB  .tbl_head02 td.text-left>div{text-align: left; position: relative; padding-left: 15px}	
.tb_AB  .tbl_head02 td.text-left>div:before{content: "·";  position: absolute; left: 0px; top: 0px; font-size: 16px; color: #000}	

.tb_AB  .tbl_head02 td>em.st01{background-color:#4ea031; border-radius: 30px; padding: 2px 20px; color: #fff; margin-right: 10px;font-size: calc( var(--tx-sm-size) * 0.8) }
.tb_AB  .tbl_head02 td>em.st02{background-color:#395cb4; border-radius: 30px; padding: 2px 20px; color: #fff; margin-right: 10px;font-size: calc( var(--tx-sm-size) * 0.8) }
.tb_AB  .tbl_head02 td>em.st03{background-color:#747f00; border-radius: 30px; padding: 2px 20px; color: #fff; margin-right: 10px;font-size: calc( var(--tx-sm-size) * 0.8)}

.tb_AB  .tbl_info{ width:100%; float: left; font-size:  var(--tx-sm-size); color:#222; font-weight:500; line-height: 150%; letter-spacing: -1px;  margin-top: 20px }		


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.tb_AB  .tbl_head02 tr  {padding: 10px 0px!important ;}	
.tb_AB  .tbl_head02 td:first-child{background-color: #f7f7f7; border-top: 1px solid #ccc!important; padding: clamp(7px, 1.042vw, 10px) clamp(7px, 0.521vw, 10px)  0px clamp(7px, 0.521vw, 10px)!important; text-align: left; font-size:calc(var(--tx-sm-size) * 1.2);}	

.tb_AB  .tbl_head02 td{ width: 100%; display: flex;flex-direction: column; border: none!important; padding: clamp(7px, 1.042vw, 10px) clamp(7px, 0.521vw, 10px)  clamp(7px, 1.042vw, 10px) clamp(7px, 0.521vw, 5px)!important; background-color: #FFF}	
.tb_AB  .tbl_head02 td>div{ width: 100%; }	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


