.venue-content p {
    margin-bottom: 0;
}

.venue-content ul {
    margin-bottom: 0;
    padding-left: 0;
}

.venue-banner img {
    max-width: 100%;
}


@media (min-width: 768px) {
    .venue-banner {
        padding-top: 18px;
    }

    .venue-banner .mob-banner {
        display: none;
    }

    .venue-content-wrapper {}

    .venue-content {
        max-width: 1160px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .title-wrapper {
        padding-bottom: 56px;
    }

    .title-wrapper .venue-title {
        margin: 0;
        font-size: 36px;
        color: #000000;
        letter-spacing: 2px;
    }

    .title-wrapper .venue-time {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 400;
        color: #343434;
    }

    .venue-time.venue-left {
        padding-left: 20px;
    }

    .venue-list {
        margin-right: -50px;
        display: flex;
        flex-wrap: wrap;
    }

    .venue-list .venue-item {
        margin-right: 50px;
        margin-bottom: 50px;
        background: url(../images/backgrounds/live-schedule-item-bg.png) no-repeat;
        width: 353px;
        height: 200px;
        padding: 18px 40px 22px 20px;
        box-sizing: border-box;
        text-align: left;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .venue-item h5 {
        margin: 0;
        max-height: 48px;
        font-size: 18px;
        font-weight: bold;
        color: #0915AB;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .venue-item .live-btn {
        margin-top: 12px;
        margin-bottom: 14px;
        border: none;
        outline: none;
        width: 90px;
        height: 27px;
        border-radius: 14px;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        cursor: auto;
    }

    .live-btn.live-start {
        background: #FF7E00;

    }

    .live-btn.live-status {
        background: #FF0000;
    }

    .live-btn.live-end {
        background: #0C3592;
    }

    .venue-item .live-time {
        font-size: 14px;
        color: #000000;
    }

    .venue-item .live-lecturer {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 14px;
        color: #000000;
        line-height: 21px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .venue-item .live-host {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }

    .main-venue {
        padding: 80px 0 0 0;
    }
}

@media (max-width: 767px) {
    .venue-banner {
        padding-top: 78px;
    }

    .venue-banner .pc-banner {
        display: none;
    }

    .venue-content {
        width: 100vw;
        text-align: center;
    }

    .title-wrapper {
        padding-bottom: 20px;
    }

    .title-wrapper .venue-title {
        margin: 0;
        font-size: 24px;
        color: #000000;
        letter-spacing: 2px;
    }

    .title-wrapper .venue-time {
        margin-top: 8px;
        font-size: 12px;
        font-weight: 400;
        color: #343434;
    }

    .venue-time.venue-left {
        padding-left: 10px;
    }

    .venue-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .venue-list .venue-item {
        margin-bottom: 20px;
        background: url(../images/backgrounds/live-schedule-item-bg.png) no-repeat;
        width: 90vw;
        padding: 20px 10vw 22px 5.3vw;
        box-sizing: border-box;
        text-align: left;
        cursor: pointer;
    }

    .venue-item h5 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #0915AB;
    }

    .venue-item .live-btn {
        margin-top: 12px;
        margin-bottom: 14px;
        border: none;
        outline: none;
        width: 90px;
        height: 27px;
        border-radius: 14px;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        cursor: auto;
    }

    .live-btn.live-start {
        background: #FF7E00;
    }

    .live-btn.live-status {
        background: #FF0000;
    }

    .live-btn.live-end {
        background: #0C3592;
    }

    .venue-item .live-time {
        font-size: 12px;
        color: #000000;
    }

    .venue-item .live-lecturer {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 12px;
        color: #000000;
        line-height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .venue-item .live-host {
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }

    .main-venue {
        padding-top: 40px;
    }

    .education-venue {
        padding-top: 40px;
        padding-bottom: 40px
    }
}