/* Jelly 覆寫  */
.jq_box_highlight{ background-color: #282B2E; }
.web_dump_footer{ width: 90%; margin: auto; background-color: #282B2E; padding: 2rem 2rem 5rem 2rem; }

/* 取消討厭的 href=# */
a{ cursor:pointer; }

/* 取消 body 的 padding */
.wrap header{ margin:1rem 0px; text-align:center; }
main.body{ padding-top:0px; }




/* LINE LIFF 提示訊息 */
.jq_box_cantgetlid{ display: none; }

.jq_cover_checklineid{
    position: fixed;
    top:0px;
    left:0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #1EADEF;
}
.jq_cover_checklineid .jq_cover_loading{
    color: #ffffff;
    text-align: center;
    margin-top: 40%;
}