@charset "utf-8";

.sermon-lt {
    position: relative;
    min-height: 300px;
    background-image: url('https://akpc-oc.org/data/image/20220806/1281275467__f00607e95e97273800574c085d477195b78a513e.jpg');
    background-size:cover;
    border-radius: 20px;
    padding: 50px 40px;
    box-sizing: border-box;
}

.sermon-lt ul {
    font-size: 0px;
}
.sermon-lt ul > * {
    display: inline-block;
    font-size: 0.75rem;
    vertical-align: top;
}
.sermon-lt .sermon-info {
    width: 50%;
    margin-right: 2%;
    /* border-top: 1px solid #AAA; */
}
.sermon-lt .sermon-title {
    position: relative;
    border-top: 5px solid #E7E7E7;
}
.sermon-lt .sermon-title a {
    position: relative;
    display: block;
    padding-right: 10px;
    font-size: 2.8em;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 20px;
    font-family: 'Noto Sans KR', sans-serif;
}
.sermon-lt .sermon-subject,
.sermon-lt .sermon-text,
.sermon-lt .sermon-preacher,
.sermon-lt .sermon-date {
    display: block;
    padding-left: 5px;
    font-family: 'Noto Sans KR', sans-serif;
}
.sermon-lt .sermon-subject {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 500;
    color: #494949;
    text-shadow: 0 0 5px #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.4em;
    height: 2.8em;
}
.sermontop {
    margin-bottom: 10px;
    color: rgb(31, 82, 129);
    text-shadow: 0 0 5px #65392200;
}
.sermon-lt .sermon-date,
.sermon-lt .sermon-preacher {
    font-size: 1.3em;
    font-weight: 400;
    display: inline-block !important;

}
.sermon-lt .sermon-text {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 300;
    color: rgb(31, 82, 129);
    text-shadow: 0 0 5px #65392200;
}

.sermon-lt .sermon-more {
    display: inline-block;
    margin-left: 5px;
    /* background-color: rgba(0, 0, 0, 0.6); */
    color: #653a22;
    border: 1px solid #653a22;
    padding: 5px 20px;
    font-weight: 400;
    margin-top: 10px;
    font-size: 1.2em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sermon-lt .sermon-more:hover {
    background-color: #f9f1cb;
    /* border: 1px solid #653a22; */
    color: #653a22;
}

.sermon-lt .sermon-video {
    width: 60%;
    padding-left: 2%;
}

@media(max-width:680px){
    .sermon-lt {
        background-image: url('https://akpc-oc.org/data/image/20220806/1281275467__90df5f36069f130f7040f00e8714546825831ec8.jpg');

        min-height: 300px;
        background-position: center;
        padding: 30px;
    }
    .sermon-lt .sermon-subject {
        font-size: 2.5em;
        /* color: #653a22; */
        /* text-shadow: 0 0 5px #d8d29e; */

    }
    .sermontop {
        margin-bottom: 10px;
        /* color: #000; */
        /* text-shadow: 0 0 5px #d8d29e; */
        font-size: 1.2em !important;
    }
    .sermon-lt .sermon-text {
        margin-bottom: 0;
        /* color: #000; */
        font-size: 1.2em !important;
        /* text-shadow: 0 0 5px #d8d29e; */
    }
    .sermon-lt .sermon-more {
        /* background-color: #653a22 !important; */
        /* border: 1px solid #653a22; */
        /* color: #fff !important; */
        margin-top: 15px;
    }
}
@media (max-width: 640px) {
    .sermon-lt ul > * {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    .sermon-lt ul > *:first-child {
        margin-bottom: 15px !important;
    }
}
