@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: 32%;
                margin-right: 2%;
            }
                .sermon-lt .sermon-title {
                    position: relative;
                }
                    .sermon-lt .sermon-title a {
                        position: relative;
                        display: block;
                        padding-right: 10px;
                        font-size: 2.6em;
                        font-weight: 600;
                        z-index: 1;
                        margin-bottom: 20px;
                        font-family: 'Noto Sans KR', sans-serif;
                        padding-left: 30px;
                    }
                        .sermon-lt .sermon-title a:before {
                            content: '.';
                            font-weight: 800;
                            font-family: 'Noto Sans KR', sans-serif;
                            color: #69CEEE;
                            position: absolute;
                            left: 0px;
                            top: 50%;
                            transform: translateY(-73%);
                        }
                    
                    .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;
                        font-weight: 400;
                    }
                        .sermon-lt .sermon-subject {
                            font-size: 1.9em;
                            margin-bottom: 10px;
                        }
                        .sermon-lt .sermon-text {
                            margin-bottom: 30px;
                            font-size: 1.7em;
                            color: #A2A2A2;
                        }
                        .sermon-lt .sermon-preacher {
                            margin-bottom: 5px;
                            font-size: 1.7em;
                        }
                        .sermon-lt .sermon-date {
                            font-size: 1.7em;
                            color: #A2A2A2;
                        }
                        
                    .sermon-lt .sermon-more {
                        position: absolute;
                        left: 0px;
                        bottom: 0px;
                        display: inline-block;
                        padding: 0px 45px;
                        font-size: 1.5em;
                        height: 40px;
                        line-height: 40px;
                        border-radius: 40px;
                        background-color: rgba(49, 184, 227, 1);
                        color: #FFF;
                        margin-top: 30px;
                        -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(38, 146, 180, 1);
                        }
            
            .sermon-lt .sermon-video {
                width: 66%;
                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;
        }
}