 @charset "utf-8";
#container > img { position: relative; width: 1920px; left: 50%; margin-left: -960px; }

#container #d-day { z-index: 10; position: absolute; top: 173px; left: 50%; font-family: 'Paperozi'; font-weight: 800; font-size: 87px; color: #ee780e; margin-left: 296px; width: 305px; height: 156px; background: rgba(0,0,0,0); border-radius: 20px; display: flex; align-items: center; justify-content: center; }

#container .notice { position: absolute; top: 1980px; left: 50%; width: 1200px; height: 450px; margin-left: -600px; }
#container .notice > ul { border-top: 1px solid rgba(0,0,0,0.5); }
#container .notice > ul > li { padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,0.5); }
#container .notice > ul > li > a { display: flex; justify-content: space-between; align-items: center; font-size: 25px; color: #000; }