button-CURD <div class="comBtnGroup"> <div class="btnArea right"> <button type="button" class="btn dark curd list">목록</button> <button type="button" class="btn blue curd">등록</button> </div> </div> button-확인 <div class="comBtnGroup"> <div class="btnArea"> <button type="button" class="btn blue pickL check2">확인</button> <!--pickL : width 100%--> <button type="button" class="btn navy pickL check2">휴대폰 본인 인증</button> <!--pickM : max-width 245px--> <button type="button" class="btn navy pickL">다음에 변경하기</button> </div> </div> button-스탭(단계) <div class="comBtnGroup"> <div class="btnArea"> <button type="button" class="btn dark step prev">이전</button> <button type="button" class="btn navy step next">다음</button> </div> </div>