
#web_schedule #wrap {
    background-color: #FAFAFA;
}

#web_schedule #main {
    margin-top: 0;

}
.pitch_mdl{
  display: none;
}
#web_schedule .no_cnt #main{

}
#web_schedule .no_cnt footer{
    position: fixed;
    bottom: 0;
}
#web_schedule .no_cnt{
    min-height: 100vh;
}
#web_schedule #wrap_cnt{
position: static;
}
#web_schedule.no_cnt_wp .aboslete_area{
    position: fixed;
    bottom: 100px !important;
}
html,body{
    min-height: 100%;
    position: relative;
}
#web_schedule footer{
    /* position: absolute;
    bottom: 0; */
}
#web_schedule footer.footer_bottom_fix{

}
#web_schedule .schedule_main {
    /* width: 1280px; */
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
    min-height: 77vh;
    margin-bottom: 48px;
    padding-bottom: 100px;
}

#web_schedule .schedule_table_area .advertising_banner_area {
    width: 1020px;
    margin: 0 auto 50px;
}

#web_schedule .table_schedule_area .seminar_list {
    justify-content: flex-start;
}

#web_schedule .table_schedule_area li {
    width: 292px;
    /* box-shadow: 0px 5px 5px rgb(0 0 0 / 3%); */
    margin-bottom: 32px;
    position: relative;
}

#web_schedule .table_schedule_area li .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#web_schedule .table_schedule_area li a {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
}

#web_schedule .table_schedule_area li a:hover {
    opacity: 0.6;
}
@media screen and (min-width: 1280px) {
    #web_schedule .table_schedule_area li:not(:nth-child(4n)) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1279px) {
    #web_schedule .table_schedule_area li {
        margin-right: 10px;
    }
}



#web_schedule .table_schedule_area li .seminar_thumb {
    width: 100%;
    padding-top: 53.7%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#web_schedule .table_schedule_area li .seminar_info {
    background-color: #fff;
    padding: 16px 12px;
    height: calc(100% - 157px);
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#web_schedule .table_schedule_area li .seminar_info .title {
    min-height: 42px;
    margin-bottom: 12px;
}

#web_schedule .table_schedule_area li .seminar_info .title h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #121212;
}

#web_schedule .table_schedule_area li .seminar_info .label {
    justify-content: flex-start;
    align-items: center;
}

#web_schedule .table_schedule_area li .seminar_info .status {
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px 4px;
    border-radius: 2px;
    border: 1px solid;
    background-color: #fff;
    display: inline;
}

#web_schedule .table_schedule_area li .seminar_info .status.before {
    color: #717171;
    border-color: #717171;
}

#web_schedule .table_schedule_area li .seminar_info .status.live {
    color: #FF0000;
    border-color: #FF0000;
}

#web_schedule .table_schedule_area li .seminar_info .status.live::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF0000;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 2px;
}

#web_schedule .table_schedule_area li .seminar_info .status.archive {
    color: #fff;
    border-color: #121212;
    background-color: #121212;
}

#web_schedule .table_schedule_area li .seminar_info .status.end {
    color: #717171;
    border-color: #D0D0D0;
    background-color: #D0D0D0;
}

#web_schedule .table_schedule_area li .seminar_info .label .date {
    font-size: 12px;
    margin-left: 12px;
    color: #717171;
}

.schedule_table_area .table_schedule_area {
    overflow-x: hidden;
}

.table_schedule_area.error {
    text-align: center;
    font-size: 26px;
    padding: 100px 0 80px;
    color: #999;
}