button - default
HTML 구조
<button type="button" class="ui-button ui-button--primary">조회</button>
<button type="button" class="ui-button ui-button--secondary">삭제</button>
<button type="button" class="ui-button ui-button--primary" disabled>조회</button>
<button type="button" class="ui-button ui-button--secondary" disabled>삭제</button>