.popup-area { background-color: #000000aa; width: 100vw; height: 100vh; position: fixed; display: none; top: 0; left: 0; z-index: 99999; }
.popup-area-wrap { display: flex; width: 100vw; height: 100vh; align-items: center; justify-content: center; }
.popup-wrap { font-weight: bold; width: 90%; margin: 0 auto; background-color: #fff; border: #000 2px solid; padding: 2%; box-sizing: border-box; text-align: center; }
.popup-flex { display: flex; margin: 10px 0; justify-content: space-between; }
.popup-flex div { text-align: center; width: 48%; border: 2px solid #000; padding: 5px 1%; box-sizing: border-box; background-color: #eee; cursor: pointer; }
