@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;
    font-size: 5.5em;
    color: #000;
    /*background-color: #EEE;*/
    padding: 0 0 20px;
    /*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;
    max-width: 396px;
    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: 10px;
}
.sermon-lt .sermon-subject > span,
.sermon-lt .sermon-text > span,
.sermon-lt .sermon-cont > span,
.sermon-lt .sermon-preacher > span,
.sermon-lt .sermon-date > span {
    display: inline-block;
    padding: 0 10px;
    background: #fafafa;
    border: 1px solid #ddd;
    font-size: 0.8em;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #707070;
}
.sermon-lt .sermon-subject {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 600 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: inherit;
    line-height: 38px !important;
    height: 38px;
    color: #000;
}
.sermon-lt .sermon-subject small {
    font-size: 1em !important;
}
.sermon-lt .sermon-text {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 300;
}
.sermon-lt .sermon-preacher {
    color: #000;
    font-weight: 600 !important;
    font-size: 1.4em;
    /*margin-bottom: 5px;*/
}
.sermon-lt .sermon-preacher > span {
    font-size: 0.75em;
}

/*.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 {
    position: relative;
    display: inline-block;
    min-width: 180px;
    margin-right: 5px;
    background-color: #3952a4;
    border: 1px solid #3952a4;
    color: #FFF;
    padding: 10px 50px 10px 20px;
    font-weight: 600;
    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 {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    color: #0066B8;
    border-radius: 50%;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    line-height: 100% !important;
    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: #3952a4;
}

.sermon-lt .sermon-more {
    background-color: #FFF;
    color: #000;
}
.sermon-lt .sermon-more .icon-wrap {
    background-color: #FFF;
    color: #000;
}

.sermon-lt .sermon-more:hover {
    background-color: #3952a4;
    color: #FFF;
}
.sermon-lt .sermon-more:hover .icon-wrap {
    background-color: #3952a4;
    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 .sermon-info {
        padding: 0px 10px !important;
    }
}