.modalContainer { display: none; position: fixed; // 스크롤에 따라 움직이지 않기 top: 50%; left: 50%; transform: translate(-50%, -50%); // 정중앙 위치 background-color: white; width: 30%; height: 500px; border-radius: 10px; }