.password-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;outline:none}.password-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.verification-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;outline:none;text-align:center;letter-spacing:.5rem;font-size:1.25rem}.verification-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.custom-radio{display:flex;align-items:center;cursor:pointer;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.custom-radio.active{border-color:#2563eb;background-color:#eff6ff}.custom-radio-button{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;margin-right:12px;position:relative}.custom-radio.active .custom-radio-button{border-color:#2563eb}.custom-radio.active .custom-radio-button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#2563eb;border-radius:50%}.step-indicator{display:flex;justify-content:space-between;position:relative;margin-bottom:2rem}.step-indicator:before{content:"";position:absolute;top:24px;left:0;right:0;height:2px;background-color:#e5e7eb;z-index:1}.step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.step-circle{width:48px;height:48px;border-radius:50%;background-color:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem}.step.active .step-circle,.step.completed .step-circle{background-color:#2563eb;border-color:#2563eb;color:#fff}.step-title{font-size:.875rem;color:#6b7280;text-align:center}.step.active .step-title{color:#2563eb;font-weight:600}.step.completed .step-title{color:#2563eb}:where([class^=ri-]):before{content:""}body{font-family:Noto Sans KR,sans-serif}.hero-section{background-color:#3b82f6;background-image:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}
