popup(script)
**CSS .popup-wrap{ display: none; position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,.5); } .popup-content{ padding: 20px; position: absolute; background: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 300px; height: 300px; } .close{ cursor: pointer; } **HTML 텍스트 내용 popup content × **SCRIPT const popup = document.getElementById('p..