.floating-container{position:fixed;left:0;width:100%;z-index:101!important;font-family:Noto Sans KR,sans-serif;display:flex;justify-content:center;bottom:-100px;animation:slideUp .5s ease forwards;animation-delay:1s;opacity:0}@keyframes slideUp{0%{bottom:-100px;opacity:0}to{bottom:50px;opacity:1}}.floating-button{position:relative;width:100%;max-width:1000px;border-radius:10px;background:rgba(0,0,0,.7);padding:20px 25px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.progress-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(184,54,56,.8);z-index:1;animation:background-loader 30s ease 0s infinite normal none running}.timer-content{display:flex;z-index:2;width:85%;align-items:center;justify-content:space-between;gap:20px;color:white}.timer-content,.timer-wrap{font-weight:700;font-size:20px}.purchase-btn{padding:8px 16px;border-radius:4px;text-decoration:none}.timaer-content{z-index:2;width:85%;font-weight:700;font-size:20px;justify-content:space-between;gap:20px;color:white}.timaer-content,.timer-wrap{display:flex;align-items:center}.timer-wrap{gap:10px}.d-day{color:white}.timer{color:var(--yellow500)}.purchase-btn{background:var(--yellow500);color:var(--mono900);border:none;padding:10px 20px;border-radius:5px;font-family:Noto Sans KR,sans-serif;font-size:16px;font-weight:700;letter-spacing:-1px;cursor:pointer;z-index:101}@media screen and (max-width:640px){.floating-container{bottom:0}.floating-button{width:100%;max-width:100%;border-radius:0}.timer-content{display:block;font-size:14px;width:60%}.purchase-btn{font-size:14px;padding:10px 20px}}@keyframes background-loader{0%{width:100%}to{width:0}}