.event_page {
    width: 1110px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    overflow: hidden;
}

.event_check_img {
    height: 1600px;
    background: url(../images/event/evt_2206_chk_top.jpg) no-repeat;
    text-indent: -2000px;
}

.event_check_cal {
    background: #0161f3;
}

.evt_not {
    width: 1016px;
    height: 663px;
    margin: 0 0 0 54px;
    background: url(../images/event/evt_2206_not.png) no-repeat;
    text-indent: -2000px;
}

.evt_cal {
    width: 1016px;
    height: 850px;
    margin: 0 0 0 54px;
    padding: 40px 0 0 50px;
    background: url(../images/event/evt_2206_chk_cal.png) no-repeat;
}

.evt_txt {
    padding: 50px 70px;
}

.evt_txt_img {
    width: 746px;
    height: 78px;
    background: url(../images/event/evt_2206_chk_txt.png) no-repeat;
    text-indent: -2000px;
}

.evt_btn {
    text-align: center;
}

    .evt_btn .evt_btn_1 {
        display: inline-block;
        width: 395px;
        height: 100px;
        line-height: 100px;
        font-size: 40px;
        background-color: #fde546;
        letter-spacing: -0.5px;
        text-align: center;
        color: #000;
        vertical-align: top;
        border-radius: 25px;
    }

        .evt_btn .evt_btn_1.gray {
            background-color: #c9c9c9;
        }

    .evt_btn.disabled a {
        pointer-events: none;
    }

.evt_chk {
    margin: 10px 0;
}

    .evt_chk td.evt_f14, .raw_tbl th.evt_f14 {
        font-size: 14px;
    }

.evt_pop_txt {
    background: url(../images/event/evt_pop_bg.png) no-repeat center #fff769;
    border-radius: 20px;
    text-align: center;
    padding: 24px 0;
}

    .evt_pop_txt.nobg {
        background-image: none;
    }

.evt_pop_txt1 {
    position: relative;
    vertical-align: bottom;
    font-size: 30px;
}

.evt_pop_txt2 {
    font-size: 18px;
    padding: 5px 0 0 0;
}

.evt_pop_txt3 {
    font-size: 16px;
    color: #666;
}

.evt_pop_stit {
    font-size: 18px;
    margin-bottom: 20px;
}

.evt_emoji_1 {
    display: inline-block;
    width: 50px;
    height: 58px;
    background: url(../images/event/evt_emoji_1.png) no-repeat;
}

.table_cal {
    width: 900px;
}

    .table_cal table {
        width: 100%;
        border-collapse: collapse;
        border-bottom: 1px solid #e5e7e8;
    }

    .table_cal th {
        height: 70px;
        padding-left: 45px;
        color: #5d5d5d;
        font-weight: 700;
        font-size: 20px;
        text-align: left;
        border-bottom: 1px solid #e5e7e8;
    }

    .table_cal td {
        height: 130px;
        padding: 6px 4px;
        border-bottom: 1px solid #e5e7e8;
        border-left: 1px solid #e5e7e8;
        vertical-align: top;
        background: #fff;
        text-align: center;
    }

        .table_cal td:last-child {
            border-right: 1px solid #e5e7e8;
        }

    /*.table_cal .sun, .table_cal .sat, .table_cal .blank {
        background-color: #f9f9f9;
    }*/

        .table_cal .sun span {
            color: #ed0606;
        }

        .table_cal .sat span {
            color: #0a1087;
        }

    .table_cal .date {
        display: block;
        width: 50px;
        height: 50px;
        color: #555;
        font-size: 20px;
        line-height: 50px;
        border-radius: 50%;
        text-align: center;
    }

    .table_cal .checked {
        background: url(../images/event/evt_2206_checked.png) no-repeat right 7px bottom 7px;
    }

    .table_cal .today {
        background-color: #e5e7e8;
    }

.evt_stxt {
    font-size: 15px;
    color: #999;
}
