#notice-modal-bg{position:fixed;top:0;left:0;background-color:#000000b3;z-index:999;width:100vw;height:100vh}#notice-modal{position:fixed;background:#f78e37;color:#fff;padding:6rem 3rem 3rem;top:25vh;z-index:999;width:50vw;left:25vw}@media screen and (max-width:985px){#notice-modal{width:80vw;left:10vw}}@media screen and (max-width:580px){#notice-modal{top:5vh;width:90vw;left:5vw}}#close-notice-modal{position:absolute;top:1rem;right:1rem;color:#f9d3b0;border:solid 1px #f9d3b0}#close-notice-modal:hover{background-color:#f9d3b0;color:#f78e37}