﻿/* style s */

#loginForm {
    max-width: 420px !important;
    margin: 267px auto 167px auto !important;
    border: 1px solid #ddd !important;
}


.layout-main .slider-area {
    padding:0px!important;
}
#main1-bg {
    height: 350px;
    width: 120%;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {display: none;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {display: none;}
#gnb > li:hover > ul {
    display: block;
}

.document-widget.gallery .document a { display: block; width: 100%; position: relative; height: 280px; overflow: hidden; background-color: #000;}

.swiper-slide img {
    width: 100%;
}

.document-widget.gallery .document a .content {position: absolute; bottom: 0px; width: 100%; padding: 20px 30px;    background-color: rgba(0, 0, 0, 0); transition: .2s all; opacity: 0;}
.document-widget.gallery .document:hover a .content, .document-widget.gallery .document:focus a .content { background-color: rgba(0, 0, 0, .5); transition: .2s all; opacity: 1;}
.document-widget.gallery .document a div .title {font-size: 20px; color: #fff;}
.middle-layout-c .flex { justify-content: center; display: inline-flex; width: 100%; align-items: flex-end;}

.middle-layout-c .flex h6 {
        font-size: 18px;
        font-weight: bold;
        margin: 20px 0;
        color: #000;
        word-break: keep-all;
    }

.middle-layout-c .flex h4 {
    margin: 0;
    font-size: 24px;
    color: #318428;
    font-weight: bold;
    border-bottom: 2px solid #318428;
    display: inline-block;
}

    .middle-layout-c .flex .col-sm-2 {
        text-align: center;
        padding: 0;
        margin: 120px 0px;
    }

    #main1-bg .main1-2 {
        position: relative;
        height: 100%;
        overflow: hidden;
        display: block;
        float: left;
    }
        #main1-bg .main1-2 .main1-1-rightbox {
            position: absolute;
            top: 52%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }
            #main1-bg .main1-2 .main1-1-rightbox .sermon-time-title {
                font-size: 40px;
                text-align: center;
                line-height: 1;
                font-weight: 500;
            }
                #main1-bg .main1-2 .main1-1-rightbox .sermon-time-title > span {
                    font-weight: 700;
                    font-family: Noto Sans KR, sans-serif;
                }

            #main1-bg .main1-2 .main1-1-rightbox h6 {
                text-align: center;
                font-size: 18px;
                margin-top: 25px;
                letter-spacing: 0;
                line-height: 1.5;
                word-break: keep-all;
            }


            #sitemap-wrap {
                background: #ececec;
                padding-top: 10px;
            }

#sitemap-wrap .container{
    padding:0px;
}



#sitemap > a{
    text-decoration:none;
}

#sitemap > li{
    float: left;
    padding: 0px 10px;
    padding-right:67px;
}

#sitemap > li > a{
    text-decoration: none;
    color: #97b7c4;
    font-size: 18px;
    font-weight: 600;
}

#sitemap > li > ul{
    margin-top: 10px;
}

#sitemap > li > ul > li{
    padding: 2px 0px;
}

#sitemap > li > ul > li > a{    
    color: #777;
    font-size: 15px;
    text-decoration:none!important;
}

#sitemap > li > ul > li > a:hover{
    color: #739AB9;
    transition: all ease 0.3s;
}


.swiper-pagination-bullet-active {
    background: white !important;
    border-color: white !important;
    width: 30px;
    border-radius: 15px;
    transition: all 0.3s;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.5) !important;
}


#notice-footer {
    margin-top: 30px;
    padding-top: 10px;
    background-image: url(../Images/main/notice_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#notice-footer .notice-con{
    padding-bottom: 50px;
    padding-top: 50px;
}

#notice {
    float: left;
    margin-top: 65px;
    padding-bottom: 115px;
    margin-bottom: 0px;
}
.noticeone{
    color:#fff;
    font-size:20px;
    font-weight:600;
}

.noticeone hr{
    margin-top:10px;
    margin-bottom:10px;
}

.noticeone > ul > li > a {
    text-decoration:none;
}

.noticeone > ul > li > a > span{
    font-size:16px;
    color:#fff;
    font-weight:400;
}

.noticeone > ul > li > a > span .nregdate{
    color:#e5e8f7;
}

.noticeone .firsthr{
    border-top:1px solid #e5e8f7;
}

.noticeonea{
    color: #fff;
    position: absolute;
    right: 0px;
    top: -2px;
    font-size:26px;
}

.noticeonea:hover{
    color:#fff;
    text-decoration:none;
}

.noticeonea:focus{
    color:#fff;
    text-decoration:none;
}

.noticeonea:active{
    color:#fff;
    text-decoration:none;
}


.noticeone2 .document-widget.gallery .document a.title{
    color:#fff;
    font-weight:400;
    font-size:20px;
}

.noticeone2 .document-widget.gallery .document:hover a.title{
    text-decoration:none;
}

#r3{padding:0px;}

#r4{padding:0px;}

@media (min-width: 1500px) and (max-width: 1880px) {
    .document-widget.gallery .document a {
        width: 100% !important;
        /*height: 220px;*/
    }
}


    @media (min-width: 1200px) and (max-width: 1499px) {
        .document-widget.gallery .document a {
            width: 100% !important;
            /*  height: 175px;*/
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        .document-widget.gallery .document a {
            width: 100% !important;
         /*     height: 145px;*/
        }
    }
@media (min-width: 768px) and (max-width: 991px) {
        .document-widget.gallery .document a {
            width: 100% !important;
          /*  height: 220px;*/
        }
    }
@media(max-width:1500px) {
    #main1-bg {
        width: 110%;
    }
}

@media(max-width:1300px) {
    #main1-bg {
        width: 102%;
    }
}


@media(max-width:1199px){
    #sitemap > li{
        padding-right:60px;
    }
}

@media(max-width:991px){
    .middle-layout-c .flex .col-sm-2 {width: 49%;}
    #main1-bg {
        width: 100%;
    }

    #sitemap > li {
        padding-right: 0px;
        padding: 0px 0px;
    }

    #sitemap {
        text-align:center;
    }
    .middle-layout-c .flex h4 {font-size: 20px; }
    .middle-layout-c .flex .col-sm-2 {margin: 10px 0;}
    .middle-layout-c .flex h6 {margin: 5px 0; font-size: 15px; }

    .middle-layout-c .flex {
        flex-wrap: wrap;
        gap: 1%;
        width: auto;
    }
}

@media(max-width:767px){
    .document-widget.gallery .document a .content {padding: 10px 20px;}
    .document-widget.gallery .document a div .title {font-size: 16px;}
    #main1-bg .main1-2 .main1-1-rightbox .sermon-time-title {font-size: 25px;}
    #main1-bg .main1-2 .main1-1-rightbox h6 {font-size: 15px;}
    .middle-layout-c .flex h4 {font-size: 18px;}
    .swiper-button-next img, .swiper-button-prev img { width: 15px !important; }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next img {width: 15px !important;}
    #sitemap-wrap {
        display: none;
    }
    .document-widget.gallery .document a {
        width: 100% !important;
         height: 201px !important;
    }

}
/* style e */
