키보드에서 입력을 받지 않고 직접 키패드를 클릭하여 비밀번호를 체크하는 기능을 만들어보았습니다. 참고로 단순히 웹단에서 정해진 값을 입력값과 비교하는 로직만 있습니다. 자바스크립트는 OOP기반으로 작성하였습니다. 1. 마크업 스타일 1 2 3 4 5 6 7 8 9 0 1-1. SCSS사용시 $errorColor: red; $confirmColor: green; .pwWrap { width: 80%; max-width: 450px; background: lightGrey; margin: 20px auto; .pwSection { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height..