.main-popup{display:flex;flex-direction:column;position:fixed;top:50%;transform:translate(-50%,-50%);background:#000;padding:10px 10px 0;width:90vw;max-width:400px;height:auto;max-height:80vh;aspect-ratio:3/4.7;text-align:center;z-index:99999;overflow:hidden}.main-popup-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #ddd}.main-checkbox-container{display:flex;align-items:center;justify-content:center;color:#fff;margin:10px 0;gap:8px;cursor:pointer;font-size:16px;input[type=checkbox]{width:20px;height:20px}}.main-popup-close-button{background:#007bff;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.main-popup-close-button:hover{background:#0056b3}.popup-left{left:30px}.popup-left,.popup-right{transform:translateY(-50%)}.popup-right{right:30px}.popup-center{left:50%}@media (max-width:480px){.main-popup{width:90vw;max-width:none;height:auto;max-height:80vh;aspect-ratio:3/4.7}}.main-popup-content{flex:1 1;overflow:hidden}.main-popup-bottom-wrap{display:flex;justify-content:space-between;align-items:center;height:40px}.main-popup-btn-wrap{display:flex;gap:10px;justify-content:space-between;align-items:center;position:fixed;bottom:80px;left:50%;transform:translateX(-50%);button{width:100%;padding:0 16px;height:50px;font-size:16px;font-weight:700}}