#ProcessNotice{padding:20px;top:0}#ProcessNotice .content{height:-moz-fit-content;height:fit-content;position:absolute;bottom:20px;width:calc(100% - 40px);background:#fff;border-radius:10px;padding:20px}#ProcessNotice .content .main-comment{font-family:var(--sm);font-size:20px;line-height:30px}#ProcessNotice .content .flex{display:flex;gap:15px}#ProcessNotice .content .flex p{font-family:var(--sr);font-size:18px;color:#4e5968}#ProcessNotice .content .flex p span{font-family:var(--sm);color:#1142bf}#ProcessNotice .content .check-list{background:#f5f6fa;display:flex;flex-direction:column;gap:15px;padding:20px 15px;border-radius:10px;margin-top:30px}#ProcessNotice .content .check-list li{position:relative;padding-left:27px;color:#999}#ProcessNotice .content .check-list li:before{content:"";display:block;width:12px;height:9px;background:url(/asset/img/common/icon/check-gray.svg);background-repeat:no-repeat;background-size:cover;position:absolute;left:0;top:6px}#ProcessNotice .content .check-list li.on{color:#1142bf}#ProcessNotice .content .check-list li.on:before{background:url(/asset/img/common/icon/check-blue.svg);background-repeat:no-repeat;background-size:cover}