@charset "utf-8";

.sermon-lt {
    position: relative;
}
.sermon-lt ul {
    font-size: 0px;
}
.sermon-lt ul > * {
    display: inline-block;
    font-size: 0.75rem;
    vertical-align: top;
}
.sermon-lt .sermon-info {
    width: 38%;
    margin-right: 2%;
}
.sermon-lt .sermon-title {
    position: relative;
}
.sermon-lt .sermon-title a {
    position: relative;
    display: block;
    padding-right: 10px;
    font-size: 2.5em;
    font-weight: 300;
    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;
    color: #707070;
}
.sermon-lt .sermon-preacher,
.sermon-lt .sermon-date {
    display: inline-block;
}
.sermon-lt .sermon-subject {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
}
.sermon-lt .sermon-text {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 300;
}
.sermon-lt .sermon-preacher {
    margin-bottom: 5px;
}
.sermon-lt .sermon-preacher:after {
    content: '|';
    position: relative;
    display: inline-block;
    padding-left: 9px;
    font-size: 0.7em;
    top: -2px;
}

.sermon-lt .sermon-more {
    display: inline-block;
    margin-left: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 5px 20px;
    font-weight: 400;
    margin-top: 30px;
    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: rgba(0, 0, 0, 1);
}

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

@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;
    }
}