/* 앱바디 */ .app-body { position: relative; width: 100%; margin: 0 auto; height: 100vh; background-color: #2f2f2f; } /* 앱 페이지 */ .app-page { position: absolute; display: none; left: -100%; top: 0; width: 100%; } var proc = true; var pageInfo = { Status: "PageHome", Previous: "", Speed: 300 }; function fnPageMotion(targetID, navPos) { console.log(targetID); if (document.getElementById(targetID) !==..