@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%;
    padding-top: 2%;
}
.sermon-lt .board-title {
    display: inline-block;
    background-color: #EEE;
    padding: 3px 12px;
    margin-bottom: 15px;
}
.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-cont,
.sermon-lt .sermon-preacher,
.sermon-lt .sermon-date {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    color: #707070;
    font-size: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    height: 28px;
    margin-bottom: 5px;
}
.sermon-lt .sermon-subject {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: inherit;
    line-height: 38px !important;
    height: 76px;
    color: #000;
}
.sermon-lt .sermon-text {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 300;
}
.sermon-lt .sermon-preacher {
    margin-bottom: 5px;
}

.sermon-lt .sermon-cont:before,
.sermon-lt .sermon-preacher:before,
.sermon-lt .sermon-date:before {
    content: '.';
    position: relative;
    display: inline-block;
    font-weight: 800;
    top: -4px;
    margin-right: 5px;
}

.sermon-lt .bottom-btn {
    display: inline-block;
    margin-left: 5px;
    background-color: #c31c34;
    border: 1px solid #c31c34;
    color: #FFF;
    padding: 5px 20px 5px 10px;
    font-weight: 400;
    margin-top: 30px;
    font-size: 1.2em;
    border-radius: 38px;
    -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;
    cursor: pointer;
}
.sermon-lt .bottom-btn .icon-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    color: #c31c34;
    border-radius: 50%;
    top: 3px;
    line-height: 100% !important;
    margin-right: 5px;
    text-align: center;
}
.sermon-lt .bottom-btn .icon-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7em;
}

.sermon-lt .bottom-btn:hover {
    background-color: #FFF;
    color: #c31c34;
}

.sermon-lt .sermon-more {
    background-color: #FFF;
    color: #c31c34;
}
.sermon-lt .sermon-more .icon-wrap {
    background-color: #c31c34;
    color: #FFF;
}

.sermon-lt .sermon-more:hover {
    background-color: #c31c34;
    color: #FFF;
}

.sermon-lt .sermon-video {
    width: 60%;
    padding-right: 4%;
}

@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;
    }
    .sermon-lt ul > .sermon-info {
        padding: 0 10px 30px !important;
    }
}
