#container.common-width {
    padding: 0;
    max-width: 100% !important;
}

#cate-wr {
    grid-template-columns: 0.6fr 1fr;
    align-items: center;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}
#bo_cate,
#cate-wr {
    display: none !important;
    padding-top: 115px;
}
#cate {
    text-align: right;
}
#cate-wr .total {
    font-size: 1.15em;
    color: #777;
}
#cate-wr .total span {
    color: #000;
    font-weight: 600;
}

#broadcast-view-wr .list-wr {
    padding: 100px 0;
}
#broadcast-view-wr .player-wr {
    position: relative;
    padding: 50px 0 0;
    border-bottom: 1px solid #DDD;
}
#broadcast-view-wr .player-wr .player {
    box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.15);
}
#broadcast-view-wr .player-wr .player .iframe-wrap {
    overflow: hidden;
}
#broadcast-view-wr .player-wr .explain ul {
    padding: 30px 10px 100px;
}
#broadcast-view-wr .player-wr .category {
    display: inline-block;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 30px;
    padding: 0 25px;
    background-color: #294189;
}
#broadcast-view-wr .player-wr .date {
    color: #777;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}
#broadcast-view-wr .player-wr .title {
    font-size: 2.5em;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.3em;
    height: 1.3em;
    margin: 0 0 10px;
    color: #222;
}
#broadcast-view-wr .player-wr .bible-text,
#broadcast-view-wr .player-wr .preacher {
    color: #999;
    font-size: 1.3em;
    line-height: 1.7em;
}
#broadcast-view-wr .player-wr .preacher > span {
    font-weight: 400;
}
#broadcast-view-wr .player-wr .preacher > span > small {
    font-size: 1em;
    font-weight: 400;
}
#broadcast-view-wr .player-wr .bible-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-size: 1.6em;
    line-height: 1.7em;
    height: 3.4em;
    color: #333;
    margin: 10px 0 30px;
}
#broadcast-view-wr .player-wr .bible-text.on,
#broadcast-view-wr .player-wr .bible-text.empty {
    overflow: inherit;
    height: auto;
    -webkit-line-clamp: inherit;
}
#broadcast-view-wr .player-wr .bible-text.empty {
    display: none;
}
#broadcast-view-wr .player-wr .read-more {
    border-top: 2px solid #000;
    padding-top: 30px;
}
#broadcast-view-wr .player-wr .divide-line {
    position: relative;
    margin: 0 10px 0 6px;
}
#broadcast-view-wr .player-wr .divide-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 2px;
    width: 1px;
    background-color: #AAA;
}
#broadcast-view-wr .list-wr .grid-3 {
    column-gap: 20px;
    row-gap: 60px;
    margin-bottom: 80px;
}
#broadcast-view-wr .list-wr .sermon-list-li {
    display: grid !important;
}
#broadcast-view-wr .list-wr .thumb {
    overflow: hidden;
}
#broadcast-view-wr .list-wr .category {
    display: inline-block;
    width: fit-content;
    color: #FFF;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: #294189;
}
#broadcast-view-wr .list-wr .explain {
    display: grid;
    padding: 25px 0 0;
}
#broadcast-view-wr .list-wr .title {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    margin: 0 0 12px;
    font-size: 1.5em;
    color: #222;
    font-weight: 500;
}
#broadcast-view-wr .list-wr .preacher {
    font-size: 1.1em;
    opacity: 0.8;
}
#broadcast-view-wr .list-wr .preacher > span {
    font-weight: 400;
}
#broadcast-view-wr .list-wr .preacher > span > small {
    font-size: 1em;
    font-weight: 400;
}
#broadcast-view-wr .list-wr .date {
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    line-height: 200%;
}
#broadcast-view-wr .list-wr .divide-line {
    position: relative;
    margin: 0 10px 0 6px;
}
#broadcast-view-wr .list-wr .divide-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 2px;
    width: 1px;
    background-color: #AAA;
}

#broadcast-view-wr .list-wr #sermon-list .empty {
    text-align: center;
    padding: 80px 0 120px;
    font-size: 1.5em;
}

#broadcast-view-wr .grid-2.list-bottom {
    align-items: center;
}
#broadcast-view-wr .grid-2.list-bottom .pg_wrap {
    text-align: left;
}

#broadcast-view-wr .grid.list-bottom {
    row-gap: 40px;
}
#broadcast-view-wr .grid.list-bottom .pg_wrap {
    text-align: center;
}

#broadcast-view-form .stx {
    position: relative;
    width: 100%;
    max-width: 385px;
    border: 1px solid #dadada;
    margin: 0 0 0 auto;
}
#broadcast-view-wr .grid.list-bottom .stx {
    margin: 0 auto;
}
#broadcast-view-form .stx input[name="stx"] {
    border: none;
    line-height: 60px;
    width: 100%;
    padding: 0 60px 0 10px;
    font-size: 1.1em;
}
#broadcast-view-form .stx button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
}
#broadcast-view-form .stx button i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
}

#broadcast-view-wr .bottom-banner {
    margin: 70px auto 50px !important;
    column-gap: 3px;
    row-gap: 3px;
}
#broadcast-view-wr .bottom-banner .wrap {
    position: relative;
    cursor: pointer;
}
#broadcast-view-wr .bottom-banner img {
    width: 100%;
}
#broadcast-view-wr .bottom-banner .text {
    position: absolute;
    display: grid;
    z-index: 1;
    width: 100%;
    height: 62px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 1.7em;
    font-weight: 500;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#broadcast-view-wr .bottom-banner .text .ea {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7em;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#broadcast-view-wr .bottom-banner .text .ea i {
    margin-right: 3px;
}
#broadcast-view-wr .bottom-banner .wrap:hover .text {
    font-size: 2em;
    height: 100%;
    justify-content: center;
}
#broadcast-view-wr .bottom-banner .wrap:hover .text .ea {
    left: 50%;
    right: auto;
    transform: translate(-50%, 110%);
}

@media(max-width: 1300px) {
    #list-wr {
        padding: 0 10px;
    }
}
@media (max-width: 1100px) {
    #sub-banner {
        min-height: 270px;
    }
    #sermon-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    #broadcast-view-wr .bottom-banner {
        margin-top: 30px !important;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1000px) {
    #broadcast-view-wr .player-wr {
        grid-template-columns: 1fr;
        row-gap: 30px;
        padding: 50px 10px 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 900px) {
    #sermon-list {
        grid-template-columns: 1fr 1fr;
    }
    #broadcast-list-wr select {
        float: unset;
        margin: 10px 0 0;
        width: 100%;
    }
}
@media (max-width: 760px) {
    #broadcast-view-wr .player-wr .explain {
        font-size: 0.8em;
    }
    #broadcast-view-wr .list-wr {
        padding: 0 0 50px;
    }
    #broadcast-view-wr .list-wr .grid-3 {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    #broadcast-view-wr .list-wr .sermon-list-li {
        display: grid;
        grid-template-columns: 0.6fr 1.4fr;
        column-gap: 20px;
        align-items: center;
    }
    #broadcast-view-wr .list-wr .thumb {
        display: grid;
        height: 100%;
        align-items: center;
        background-color: #3d3d3d;
    }
    #broadcast-view-wr .list-wr .explain {
        font-size: 0.85em;
        border-top-width: 1px;
        border-left-width: 0;
        padding: 0;
    }
    #broadcast-view-wr .list-wr .category {
        display: none;
        margin-top: 5px;
    }

    #broadcast-view-wr .grid-2.list-bottom {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #broadcast-view-wr .grid-2.list-bottom .pg_wrap {
        text-align: center;
    }
    #broadcast-view-form .stx {
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    #cate-wr,
    #bo_cate,
    #broadcast-view-wr .player-wr.padding {
        padding: 70px 0 0 0;
    }
    #broadcast-view-wr .player-wr .player {
        padding: 0 0 !important;
        margin-bottom: 20px !important;
    }
    #cate-wr {
        grid-template-columns: 1fr;
    }
    #cate-wr select {
        width: 100%;
    }

    #broadcast-view-wr .player-wr .explain ul {
        padding: 10px 15px;
    }

    #broadcast-list {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    #broadcast-view-wr .bottom-banner {
        margin-top: 0 !important;
    }
    #broadcast-view-wr .bottom-banner .text {
        font-size: 1em;
    }
}
@media (max-width: 460px) {
    #broadcast-view-wr .player-wr .title {
        font-size: 1.5em;
    }
    #broadcast-view-wr .player-wr .bible-text,
    #broadcast-view-wr .player-wr .preacher {
        font-size: 1.2em;
    }
    #broadcast-view-wr .list-wr .title {
        height: 54px;
        line-height: 27px;
        font-size: 1.4em;
        margin: 0 0 6px;
    }
}