
.eventBox_banner{
    width: 100%;
    height: 300px;
    background: url(../images/eventBanner.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.eventBox_banner.eventBox_banner2{
    background: url(../images/eventBanner2.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.eventBox_title{
    max-width: 1320px;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    display: table-cell;
}
.line{
    width: 6px;
    height: 60px;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto 0;
    bottom: 0;
    border-radius: 3px;
}
.title_text{
    position: absolute;
    left: 30px;
    top: 0;
    margin: auto 0;
    bottom: 0;
    font-size: 64px;
    color: white;
}
.event_select{
    max-width: 1320px;
    margin: 40px auto 0;
}

.select_top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    align-items: center;
    padding-bottom: 20px;
}
.searchBox{
    width: 450px;
    padding: 12px 40px;
    border: 1px solid #EEEEEE;
    border-radius: 35px;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;

}
.search_input{
    border: none;
    outline: none;
    width: 100%;  
    color: #00235F;
    font-size: 18px;
    height: 25px;
}
.search_icon.input_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    font-size: 18px;
/* background: url(); */
}
.input_icon{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.week_select{
    padding: 20px 0 36px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.everyDay{
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}
.day{
    /* margin-right: 30px; */
    padding: 13px 27px ;
    /* line-height: 44px; */
    cursor: pointer;
}
.day.active{
    background: #00235F;
    border-radius: 24px;
    color: white;
}
.day.active  .date{
    color: white;
}
.date{
    color: #808080;
}
.lastweek{
    cursor: pointer;
    padding: 20px 0;
}
.nextweek{
    cursor: pointer;
    padding: 20px 0;
}


.tableList{
    max-width: 1320px;
    margin: 40px auto;

}
.table_title{
    background: #F4F5F9;
}
.table_title th{
    /* padding-right: 95px; */
    color: #808080;
    font-size: 18px;
    padding: 10px 0;
}
.table_title th:last-child{
    padding: 0;
}
.eachData{
    font-size: 16px;
    padding: 22px 20px;
    height: 65px;
    border-bottom: 1px solid #EEEEEE;
}
.table_title th:nth-child(1){
    width: 60px;
    padding-right: 100px;
}
.table_title th:nth-child(2){
    width: 400px;
    padding-right: 100px;
}
.table_title th:nth-child(3){
    width: 75px;
    padding-right: 150px;
}
.table_title th:nth-child(4){
    width: 45px;
    padding-right: 95px;
}
.table_title th:nth-child(5){
    width: 60px;
    padding-right: 95px;
}
.table_title th:nth-child(6){
    width: 85px;
}
.cell{
    padding-left: 20px;
}
.lastCell{
    padding-right: 30px;
}
.star svg{
    width: 70px;
}
.box_carousel.event_box_carousel{
    max-width: 1320px;
}
.date_select{
    /* width: 25%; */
    font-size: 18px;
}
.nationalFlag.nationalFlag2{
    margin-left: 0;
}
#importBox{
    width: 200px;
}
.select_top2{
    display: none;
}
.title_text.mobile_title{
    /* display: none; */
}
.select_top .eventBox_title{
    display: none;
}
.dWrap .date_picker_rili{
    font-size: 18px;
}
#event_incidentPC{
    box-shadow: unset;
}
#event_tbody{
    overflow-y: auto;
}
.theadBox{
    font-size: 1.6rem;
    color: #808080;
    height: 50px;
    text-align: right;
}
.theadBox tr td{
    background: #F4F5F9;
}
@media (max-width: 1400px) {
    .eventBox_banner{
        display: none;
    }
    .select_top{
        /* display: none; */
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0 1.5rem;
        position: relative;
    }
    .select_top2{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #EEEEEE;
        align-items: center;
        padding-bottom: 20px;
    }
    .lastweek{
        display: none;
    }
    .nextweek{
        display: none;
    }
    .day{
        margin: 0;
        padding: 0;
        line-height: 4rem;
        text-align: center;
    }
    .week{
        display: none;
    }
    .date_month{
        display: none;
    }
    .date{
        display: block  ;
    }
    .everyDay{
        width: 100%;
        padding: 7px 2.5rem;
    }
    .day.active{
        border-radius: 0;
        color: black;
        background: none;
    }
    .day.active .date{
        background: #00235F;
        border-radius: 50%;
        

    }
    .date_date{
        display: block;
        width: 4rem;
        height: 4rem;
        font-size: 13px;
        line-height: 4rem;
        text-align: center;
    }
    .day.active .date .date_date{
        
    
    }
    .date_select{
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        padding: 2rem 0;
        justify-content: flex-end;
        position: relative;
    }
    .searchBox{
        
        width: 100%;
    }
    .title_text.mobile_title{
        display: block;
        font-size: 2.5rem;
        position: relative;
        color: black;
        position: absolute;
        line-height: 2.5;
        left: 1rem;
    }
    .dWrap{
        justify-content: flex-end;
    }   
    .line{
        background: black;
        height: 2rem;
        width: 2px;
    }
    .select_top  .eventBox_title{
        height: 6rem;
        /* width: 35%; */
        
        position: absolute;
        left: 2rem;
        font-size: 1.8rem;
        display: table-cell;
        top: -20rem;
    }
    .backTotoday{
        font-size: 1.8rem!important;
        padding: 4px 3rem!important;
    }
    .dDialogWrap{
        position: unset!important;
    }
    .dDialogWrap_inner{
        left: 10px;
        top: 6.5rem!important;
    }
    #event_incidentMobile{
        padding: 0 1rem;
    }
    .event_select{
        margin: 60px auto 0px;
    }
}