#ad-text {
    padding: 70px 0 0;
    align-items: center;
}
#ad-text .common-btn {
    width: min-content;
    font-weight: 600;
    padding: 0 5px 0 20px;
    white-space: nowrap;
}
#ad-text .common-btn .icon {
    --size: 30px;
    position: relative;
    display: inline-block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #FFF;
    vertical-align: middle;
    margin-left: 20px;
}
#ad-text .common-btn .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
}

#cate-wr {
    grid-template-columns: 0.6fr 1fr;
    align-items: center;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}
#bo_cate,
#cate-wr {
    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: 50px 0;
    margin: 150px 0 0;
}
#broadcast-view-wr .list-wr .grid-3 {
    column-gap: 20px;
    row-gap: 60px;
    margin-bottom: 30px;
}
#broadcast-view-wr .list-wr .sermon-list-li {
    display: block !important;
    -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 .list-wr .sermon-list-li:hover {
    transform: translateY(-10px);
}
#broadcast-view-wr .list-wr .sermon-list-li .wrap {
    display: grid;
    cursor: pointer;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #dadada;
}
#broadcast-view-wr .list-wr .thumb {
    overflow: hidden;
}
#broadcast-view-wr .list-wr .title {
    --height: 25px;
    --line: 1;
    height: calc(var(--height) * var(--line));
    line-height: var(--height);
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 30px 0;
    font-size: 1.4em;
    color: #222;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: var(--line);
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
#broadcast-view-wr .list-wr .category {
    display: none;
    margin: 25px 0 5px;
    color: #0d2799;
    font-weight: 600;
    font-size: 1.1em;
}
#broadcast-view-wr .list-wr .datetime {
    padding: 0 30px 25px;
    font-size: 1.1em;
}
#broadcast-view-wr .list-wr .explain {
    padding: 0 0 12px;
}
#broadcast-view-wr .list-wr table {
    font-size: 1.1em;
}
#broadcast-view-wr .list-wr table th,
#broadcast-view-wr .list-wr table td {
    vertical-align: top;
}
#broadcast-view-wr .list-wr table th {
    padding-right: 30px;
    width: 80px;
    white-space: nowrap;
}

#broadcast-view-wr .list-wr .btn-wrap {
    column-gap: 5px;
}
#broadcast-view-wr .list-wr .common-btn {
    padding: 0 70px 0 30px;
}

#broadcast-view-wr .list-wr #sermon-list .empty {
    text-align: center;
    padding: 80px 0 120px;
    font-size: 1.5em;
}
#broadcast-view-wr .list-wr #sermon-list .empty-logo {
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#broadcast-view-wr .grid-2.list-bottom {
    align-items: center;
}
#broadcast-view-wr .grid-2.list-bottom .pg_wrap {
    text-align: left;
}
#broadcast-view-form .stx {
    position: relative;
    width: 100%;
    max-width: 385px;
    border: 1px solid #dadada;
    margin: 50px auto 0;
}
#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: 1400px) {
    #broadcast-view-wr .list-wr {
        margin: 0;
    }
}
@media(max-width: 1300px) {
    #broadcast-view-wr .list-wr .btn-wrap {
        grid-template-columns: 1fr !important;
        row-gap: 7px;
    }
    #broadcast-view-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: 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 .list-wr {
        padding: 50px 10px;
    }
    #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.5fr 1.5fr;
        column-gap: 20px;
    }
    #broadcast-view-wr .list-wr .title {
        font-size: 1.6em;
    }
    #broadcast-view-wr .list-wr .category {
        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) {
    #ad-text.flex {
        display: grid;
        padding: 30px 0 0;
    }
    #ad-text.flex a {
        margin: 20px 0 0;
        width: 100%;
    }
    #cate-wr,
    #bo_cate {
        padding-top: 70px;
    }
    #cate-wr {
        grid-template-columns: 1fr;
    }
    #cate-wr select {
        width: 100%;
    }

    #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;
    }
}