﻿/*슬라이더css*/
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

    .slider .slider-wrapper {
        height: 100%;
    }

        .slider .slider-wrapper .slide {
            height: 100%;
            text-align: center;
        }

            .slider .slider-wrapper .slide.bg {
                background-size: auto 100%;
                background-position: center;
            }

            .slider .slider-wrapper .slide p {
                margin: 0;
            }

            .slider .slider-wrapper .slide img {
                max-width: 100%;
                min-height:220px;
            }
            .slider .slider-wrapper .slide .onoff {
                min-height:0px!important;
                POSITION: RELATIVE;
                TOP: -2.5PX;

            }

    .slider .slider-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .slider .slider-dots .each-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            cursor: pointer;
            margin: 0 2px;
            border: 1px solid #eee;
            border-radius: 50%;
            opacity: 0.9;
        }

            .slider .slider-dots .each-dot.active {
                background: #286090;
                border-color: #1c74bf;
            }

    .slider .move-btn {
        background: rgba(0, 0, 0, 0.68);
        position: absolute;
        top: 50%;
        margin-top: -52px;
        cursor: pointer;
        padding: 42px 12px;
    }
    .next-button:hover {
        background:inherit!important;
        color:white!important;
    }

        .slider .move-btn.prev-btn {
            left: 0;
        }

        .slider .move-btn.next-btn {
            right: 0;
        }

    .slider.rightBottom .move-btn {
        right: 0;
        bottom: 0;
        margin-top: 0;
        padding: 0;
        top: initial;
    }

        .slider.rightBottom .move-btn:hover {
            opacity: 0.8;
        }

        .slider.rightBottom .move-btn.prev-btn {
            background: rgba(255, 255, 255, 0.41);
            left: initial;
            right: 52px;
        }

    .slider .manage-link {
        position: absolute;
        color: #333;
        top: 3px;
        right: 6px;
        font-size: 16px;
    }

/*슬라이더타입css*/
.slider .slider-wrapper .slide {
    float: left;
}
/*슬라이드 추가 CSS*/
.sermon-video {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 8%;
    left: 0;
    color: white;
    text-align: center;
    line-height: 1.6;
    height: 100%;
}
.sermon-text {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 8%;
    left: 0;
    color: white;
    text-align: center;
    line-height: 1.6;
    height: 100%;
}

.sermon-label {
    position:absolute!important;
}
.div-height-100 {
    height:100%;
    padding-top: 1%;
    padding-left:15%;
    padding-right:15%;
    
}
.slider .slider-wrapper .slide p {
    margin-bottom:15px;
}
.sermon-text a{
    text-decoration:none;
}
#kdvideo-live2 a:hover {transform:scale(1.3)!important; transition:0.5s all!important;}

.next-button {
    font-size:18px!important;
}
.sermon-text .sermon-text-date > a {
    color:white;
    font-size:40px;
}
.sermon-text .sermon-text-title > a{
       color:white;
    font-size:55px;
}
.sermon-text .sermon-text-bible > a{
       color:white;
    font-size:23px;
}
.sermon-text .sermon-text-speaker > a{
       color:white;
    font-size:28px;
    margin-bottom:20px;
}
.sermon-label #video-wrapper .video-container #player {
    position:relative;
    padding-bottom: 56.25%; /* 16:9 */
    height:0;
}
.sermon-label #video-wrapper .video-container #player iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.dimode-slider .slider-dots {
    bottom:60px;
}

.slider .slider-dots .each-dot {
    width: 15px;
    height: 15px;
}

.radius-btn {
    color:white;
    background:#0D5386;
    font-size: 18px!important;
    line-height: 21px;
    padding: 10px 30px;
    border-radius: 0.3em;
}

.radius-btn-white-slide {
    color: white;
    background: inherit!important;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 40px;
    border-radius: 0.3em;
    border: 1px solid #fff;
    transition: all 0.3s ease-out 0s;
}

.padding-btn {
    padding: 10px 20px;
}
 .sermon-text-speaker .next-button {
        margin-left:5px!important;
        margin-right:5px!important;
    }

@media (max-width:1199px) {
    .sermon-text {
        top:0%;
    }
    .slider .slider-dots .each-dot {
        display:none;
    }
    .sermon-label .div-height-100 {
        padding-top:1%;
    }
}

@media (max-width:991px) {
    .sermon-text .sermon-text-date > a {
        font-size:22px;
    }
    .sermon-text .sermon-text-title > a {
        font-size:30px;
    }
    .sermon-text .sermon-text-bible > a {
        font-size:13px;
    }
    .sermon-text .sermon-text-speaker > a {
        font-size:20px;
    }
}

@media (max-width:768px) {
   
    .sermon-text {
        padding-top:5%;
        word-break:keep-all;
    }
    
    .radius-btn-white-slide {
        padding: 5px 20px!important;
        font-size:14px!important;
    }
    .sermon-text-speaker .next-button {
        font-size:15px!important;
        padding-left:15px!important;
        padding-right:15px!important;
    }
    .slide2-bible {
        margin-bottom:20px!important;
    }
   
}
@media (max-width:767px) {
     .sermon-text .sermon-text-speaker > a {
        margin-bottom:0px!important;
    }
    .slide p {
        margin-bottom:0px!important;
    }

    .slide2-bible {
        padding-bottom:5px;
    }
    .sermon-text .sermon-text-title > a {
        font-size:20px!important;
    }
    .sermon-text .sermon-text-speaker > a {
         font-size:18px!important;
    }
     .slider .move-btn {
        padding: 42px 2px;
        background: rgba(0, 0, 0, 0.5);
    }
    .sermon-text {
        padding-top:3%;
    }
}
@media (max-width:560px) {
     .sermon-label .div-height-100 {
        padding-top:1%;
        padding-left:5%;
        padding-right:5%;
    }
}
@media(max-width:320px) {
    .sermon-text .sermon-text-title > a {
        font-size:20px;
    }
    .sermon-label .div-height-100 {
         padding-top:3%;
    }
}
