.cf-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#11111180;justify-content:center;align-items:center;padding:1.25rem;animation:.25s both cf-fade;display:flex;position:fixed;inset:0}.cf-modal-card{text-align:center;background:#fff;border-radius:1.5rem;width:100%;max-width:25rem;padding:2.75rem 2rem 2rem;font-family:Pretendard,sans-serif;animation:.32s cubic-bezier(.16,1,.3,1) both cf-pop;position:relative;box-shadow:0 1.5rem 3.75rem #00000038}.cf-modal-close{color:#b5b5b5;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:color .2s,background .2s;display:inline-flex;position:absolute;top:1rem;right:1rem}.cf-modal-close:hover{color:#555;background:#f2f2f2}.cf-modal-close svg{width:1.125rem;height:1.125rem}.cf-modal-icon{border-radius:50%;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;margin:0 auto 1.25rem;display:flex}.cf-modal-icon svg{width:2.25rem;height:2.25rem}.cf-modal-success .cf-modal-icon{background:var(--primary-primary,#ff7a00);color:#fff}.cf-modal-error .cf-modal-icon{color:var(--primary-primary,#ff7a00);background:#fff1e2}.cf-modal-title{color:#1a1a1a;margin:0 0 .5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.cf-modal-text{color:#6b6b6b;margin:0 0 1.75rem;font-size:.95rem;line-height:1.6}.cf-modal-btn{background:var(--primary-primary,#ff7a00);color:#fff;cursor:pointer;border:0;border-radius:6.25rem;min-width:9rem;height:3rem;padding:0 2rem;font-size:1rem;font-weight:600;transition:background .25s,transform .1s}.cf-modal-btn:hover{background:var(--orange-800,#ffa710)}.cf-modal-btn:active{transform:translateY(1px)}.cf-modal-error .cf-modal-btn{background:#1a1a1a}.cf-modal-error .cf-modal-btn:hover{background:#333}@keyframes cf-fade{0%{opacity:0}to{opacity:1}}@keyframes cf-pop{0%{opacity:0;transform:translateY(.75rem)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.cf-modal-card{border-radius:1.25rem;padding:2.25rem 1.5rem 1.75rem}.cf-modal-title{font-size:1.3rem}}
