1. 주소 api 연결2. 회원가입 유효성 검사, 정규화 // 비밀번호 실시간 확인3. 로그인 jsp 틀 잡기 address.js -> 주소 api // 우편번호 찾기 찾기 화면을 넣을 element var element_wrap = document.getElementById('wrap'); function foldDaumPostcode() { // iframe을 넣은 element를 안보이게 한다. element_wrap.style.display = 'none';}function execPostCode() { var currentScroll = Math.max(document.body.scrollTop, document.documentElement.scrollTop); new..