.SCF_BTN_CC .wg_boxin { width: 100%; float: left;display: flex;  justify-content: center;  align-items: center;  grid-gap: 30px}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.SCF_BTN_CC .wg_btn { width: auto; min-width:230px;  float: left; font-size:calc(var(--tx-sm-size) * 1);color: #fff; font-weight: 700 ; background-color: #222; padding:18px 30px; border-radius: 6px; text-align: center}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.SCF_BTN_CC .wg_btn { width: auto;   float: left; font-size:calc(var(--tx-sm-size) * 1);color: #fff; font-weight: 700 ; background-color: #222; padding:18px 30px; border-radius: 6px; text-align: center}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



