.sub-button{border:2px solid var(--Label-Normal,#1b1c1e);width:200px;height:60px;color:var(--Label-Normal,#1b1c1e);text-align:center;font-family:var(--font-pretendard);letter-spacing:-.32px;border-radius:2px;justify-content:center;align-items:center;gap:10px;padding:2px;font-size:16px;font-style:normal;font-weight:700;line-height:24px;transition:color .2s,background-color .2s,border-color .2s;display:flex}.sub-button.is-color{background:var(--Primary-Normal,#ff7926);border-color:var(--Primary-Normal,#ff7926)}.sub-button.is-grayscale{border-color:var(--Label-Normal,#1b1c1e)}.sub-button.is-grayscale,.sub-button:hover{background:var(--Label-Normal,#1b1c1e);color:var(--Background-Normal-Normal,#fff)}.sub-button:hover.is-color{border-color:var(--Label-Normal,#1b1c1e)}.sub-button:hover.is-grayscale{background:var(--Label-Neutral,#333e48);border-color:var(--Label-Neutral,#333e48)}
