.sub-button{display:flex;width:200px;height:60px;padding:2px;justify-content:center;align-items:center;gap:10px;border-radius:2px;border:2px solid var(--Label-Normal,#1b1c1e);color:var(--Label-Normal,#1b1c1e);text-align:center;font-family:var(--font-pretendard);font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.32px;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.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)}
