.alter-box{z-index:999;background:#fff;border:1px solid #000;border-radius:16px;width:90%;max-width:500px;padding:80px;animation:.3s ease-out fadeIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 40px #0003}.alter-box p{color:#333;letter-spacing:.5px;text-align:justify;margin:0;font-size:1.05rem;line-height:1.8}.alter-box-close{cursor:pointer;color:#666;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.alter-box-close:hover{color:#000;background:#e0e0e0}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}
