/* BASIC css start */
#specialEvt {
    background:#fff;
}

#specialEvt .cont-pop .cont {
    padding:0;
}

#specialEvt .cont-pop .cont img {
    display:block;
    width:100%;
}

#specialEvt .close-wrap {
    height:44px;
    background:#fff;
    border-top:1px solid #e5e5e5;
}

#specialEvt .close-wrap .close {
    display:flex;
    width:100%;
    height:44px;
}

#specialEvt .close-wrap .close .today-close,
#specialEvt .close-wrap .close .btn-close {
    width:50%;
    height:44px;
    line-height:44px;
    text-align:center;
    font-size:14px;
    color:#333;
    box-sizing:border-box;
}

#specialEvt .close-wrap .close .today-close {
    font-weight:400;
}

#specialEvt .close-wrap .close .btn-close {
    border-left:1px solid #e5e5e5;
    text-decoration:none;
    background:#fff;
    font-weight:500;
}

#specialEvt .close-wrap .close input {
    width:15px;
    height:15px;
    margin-left:5px;
    vertical-align:middle;
    margin-top:-2px;
}
/* BASIC css end */

