@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%;
                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: 1.8em;
                            margin-bottom: 10px;
                            font-weight: 400;
                        }
                        .sermon-lt .sermon-text {
                            margin-bottom: 20px;
                            font-size: 1.2em;
                            font-weight: 300;
                        }
                        .sermon-lt .sermon-preacher {
                            margin-bottom: 5px;
                        }
                        
                    .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;
        }
}