﻿body { font-family:'Nanum Barun Gothic';
	/*font-family:'HelveticaRoundedLTStd-Bd';*/ }

body{overflow-x:hidden;}
.pull-right {
    
}

.pull-right > a{color:#929292; text-decoration:none;}

.pull-right > a:hover, a:active{color:#0a77ca;}

.all-menu > img{padding-bottom:3px;}

.bodyWrapper .top-layer {
    margin-top: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    z-index: 55;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#0d0300;
}

.bodyWrapper .layout-header{ padding-bottom:20px; z-index:3; background-color:rgba(6, 3, 0, 0.43); }

    .bodyWrapper .layout-header .header-logo{/*display:inline-block; float:left;*/padding-top:16px;}

    .bodyWrapper .layout-header .header-gnb{display:inline-block; float:right;}

    .bodyWrapper .layout-header .header-gnb {
    position: absolute;
    display: none;
    top: 25px;
    z-index: 3;
    margin-left: 20%;
}

    .bodyWrapper .layout-header .header-gnb img{
    position: absolute;
    right: -156px;
    top: 4px;
    cursor:pointer;
}

    .bodyWrapper .layout-header .header-gnb > ul > li {
        float: left;
        position: relative;
    }



        .bodyWrapper .layout-header .header-gnb > ul > li > a {
            font-size: 20px;
            color: #fff;
            padding: 17px 15px;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(7) > a .gnbspan{
            display:none;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li.active > a,
        .bodyWrapper .layout-header .header-gnb > ul > li:hover > a {
            color: #00a2e5;
            text-decoration: none;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li > ul {
            display: none;
            position: absolute;
            top: 42px;
            left: -3px;
            padding: 8px 0;
        }


            .bodyWrapper .layout-header .header-gnb > ul > li > ul > li:hover > a {
                color:#00a2e5;
                text-decoration: none;
            }

        .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(1) > a {
            display: none;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(2) > ul {
            min-width: 1000px;
	    margin-right:150px;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(3) > ul {
            min-width: 760px;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(4) > ul {
            margin-left: 0px;
            min-width: 1060px;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(5) > ul {
            margin-left: -90px;
            min-width: 990px;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(6) > ul {
            margin-left: -33vw;
            min-width: 600px;
        }
	

       .bodyWrapper .layout-header .header-gnb > ul > li:nth-child(7) > ul {
            /*margin-left: -124px;*/
            margin-left: -300px;
            min-width: 800px;
	    
        }

        .bodyWrapper .layout-header .header-gnb > ul > li:hover > ul {
            display: block;
        }

        .bodyWrapper .layout-header .header-gnb > ul > li > ul > li {
            float: left;
        }

            .bodyWrapper .layout-header .header-gnb > ul > li > ul > li > a {
                color: #fff;
                padding: 0 15px;
                font-size: 16px;
                text-decoration: none;
            }

        .bodyWrapper .layout-header .header-gnb > ul > li.active > ul > li.active > a {
            text-decoration: underline;
        }

.bodyWrapper .layout-header .header-mobile-gnb {
    display: none;
    position: absolute;
    right: 12px;
    color: #333;
    background: #fff;
    padding: 7px 11px 6px 11px;
    font-size: 1.6em;
    border-radius: 2px;
    cursor: pointer;
}

.layout-footer{
    background-color: #0e1f2f;
    padding: 2.5% 0;
}

.layout-footer #footer img{padding: 0% 0% 0% 8%;}

.layout-footer #footer .container .row .footerlabel{padding: 1% 5% ;text-align:left; font-size:14px;}

.layout-footer #footer .footerlabel > p{color:#fff; line-height: 1.5;}


.gnb-all {
    display: none;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .gnb-all .all-wrapper {
        width: 990px;
        margin: 0px auto;
    }

        .gnb-all .all-wrapper .all-top {
            color: white;
            font-size: 24px;
            font-weight: 600;
        }

        .gnb-all .all-wrapper .junce {
            text-align: center;
            margin: 48px 0 27px 0;
        }

        .gnb-all .all-wrapper .all-close {
            color: #fff;
            position: fixed;
            right: 14px;
            top: -9px;
            cursor: pointer;
            font-weight: 600;
            font-size: 5em;
        }

        .gnb-all .all-wrapper > ul > li {
            display: inline-block;
            vertical-align: top;
            margin-right: 105px;
        }

            .gnb-all .all-wrapper > ul > li > a {
                margin-bottom: 12px;
                font-size: 16px;
                font-weight: 600;
            }

            .gnb-all .all-wrapper > ul > li:first-child {
                display: none;
            }

            .gnb-all .all-wrapper > ul > li > ul > li > a {
                color: #fff;
                display: block;
                margin-bottom: 9px;
                height: 21px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .gnb-all .all-wrapper > ul > li > ul > li > ul > li > a {
                color: #fff;
                display: block;
                margin-bottom: 9px;
                height: 19px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-left: 1px;
            }

        .gnb-all .all-wrapper a {
            display: block;
            color: #fff;
        }

#topbar_m {
    background: #00223e;
    color: #182D1C;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 9999;
    top: 0px;
    border-bottom: 2px solid #313131;
}

.widget-login a{
    text-decoration:none!important;
}


#mainmenu_m{display:none;}

#mainmenu_m { position: relative; z-index: 999; width: 100%; border:none; background:#313131; min-height:0px; border-top:1px solid #fff; }

#mainmenu_m .navbar-nav>li>a{color:#fff;}

.m_list_depth1 { background: #313131!important;color: #fff !important;border-radius: 0px !important;border: 0px !important;}
.m_list_depth2 {position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #888888!important;
    border: 1px solid #888888;
    color: #fff !important;
    padding: 10px 20px !important;
}
/*.m_list_depth2 { background:#9e9b95 !important; color:#fff !important; padding: 10px 20px !important; border:0px !important; border-radius:0px !important; }*/
.m_list_depth3 { color:#f5f5f5!important; padding: 5px 25px !important; }

.m_list_depth1:first-child{display:none;}


.mobile-gnb-btn{
    background: #313131;
    position: absolute;
    right: 14px;
    top: 3px;
    width: 40px;
    border-radius: 2px;
    cursor: pointer;
    padding: 7px 0;
}

.mobile-gnb-btn > span{
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px 8px 5px 8px;
}

.bodyWrapper .gnb-line {
    position: absolute;
    top: 105px;
    left: 0;
    height: 35px;
    width: 108%;
    min-width: 1170px;
    /*background: rgba(6, 3, 0, 0.3);*/
    opacity:0.8;
    z-index: 2;
    display: inline-block !important;
    /*border-top:1px solid rgba(255, 255, 255, 0.5411764705882353);
    border-bottom:1px solid rgba(255, 255, 255, 0.5411764705882353);*/
}

    .bodyWrapper  .gnb-line > img {
        position: absolute;
        top: 6px;
        right: 330px;
        cursor: pointer;
        display: none;
    }

.gnbspan{padding-left:30px;}

#layout-sfooter{
    background-color: #c1a87d;
    height:90px;
}

#layout-sfooter .sfooter{
    text-align:center;
    padding:15px; 
    height:100%; 
    border-right: 2px solid #cebb96;
}

#layout-sfooter .sfooter > a:last-child{
    border-right: 0px;
}

#layout-sfooter .sfooter .sfooterspan{
    font-size: 18px;
    color: #e9e0db;
    padding-left:10px;
}

a.list-group-item.m_list_depth3 {
    background: #3e505e;
}


@media(max-width:1500px){
    #quick01{
        display:none;
    }
}

@media(min-width:1500px) {
    #quick01 {
        display: block;
        width: 130px;
        height: 567px;
        position: absolute;
        top: 0px;
        right: -145px;
        z-index: 100;
        list-style: none;
    }

        #quick01 li:first-child {
        }

        #quick01 li a {
            width: 130px;
            height: 81px;
            display: block;
            margin: 0;
            padding: 0;
            background: #fff;
        }
}



@media(min-width:1460px){
    .container{
        width:1460px; 
    } 
}

@media(max-width:1460px) {
    .header_logo {
        max-width: 18vw;
    }

    .bodyWrapper .layout-sub .subbodywrapper .body-sub .content {
        width: calc( 100% - 340px) !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
}

/*@media(min-width:1200px){
    .container{
        width:1100px;
        padding:0px;
    }
}*/


@media(max-width:1199px){
        #header .header-gnb .gnb > ul > li > a{
                margin: 7px 20px;
                font-size:14px;
        }

        .layout-main .slider-area{
        }

        .middle-layout-s .msecondimg img{
                padding-right: 10px!important;
                padding-left: 10px!important;
        }

        .middle-layout-t .mtbox{
            width:323px!important;
            margin-right:0px!important;
        }

        .middle-layout-t .mtbox > ul > li > a > span{

            font-size:11px!important;
        }

        .bodyWrapper .layout-sub .body-lnb{
            width:200px!important;
        }

        .bodyWrapper .layout-sub .subbodywrapper .body-sub .content{
            width:770px!important;
            padding-right:0px!important;
            margin-right:0px!important;
        }

        .bodyWrapper .layout-sub .body-lnb .lnb-title{
            padding-bottom:65px!important;
        }
}

@media(max-width:1024px){
    .bodyWrapper .layout-header .header-gnb > ul > li > a{
        padding:35px 0px;
    }

    .gnbspan{
          padding-left: 15px;
          padding-right: 15px;
    }

    .bodyWrapper .layout-header .header-gnb img{
        right:-50px;
    }

    .middle-layout-a{
        background-repeat:no-repeat;
    }

    .middle-layout-c .document-widget.gallery .document{
        width:20%!important;
    }

    .middle-layout-c .document-widget.gallery .document:last-child{
        width:20%!important;
    }
}


@media(max-width:991px){
    body {overflow-x:hidden; }

    #header .header-gnb{display:none;}

    

    .bodyWrapper .layout-header{
        display:none;
    }

    .layout-main .slider-area{
        height:inherit!important;
        margin-bottom:0px!important;
    }

    .body-lnb{display:none;}

    .loginnbsp{display:none;}

    .bodyWrapper .gnb-line{display:none!important;}

    .layout-main .slider-area{margin-top:0px!important;}

    #layout-sfooter .sfooter{padding-bottom:34px;}

    .middle-layout-e .ebook .espan{width:90%!important;}

     .middle-layout-c .document-widget.gallery .document{
        width:100%!important;
    }

    .middle-layout-c .document-widget.gallery .document:last-child{
        width:100%!important;
    }
    .logo_m {
        content: url("/UserData/shacts30/Layouts/shacts30_Layout/Images/main/1.logo.png");
        width: 180px !important;
    }

    .bodyWrapper .layout-sub .subbodywrapper .body-sub .content > .contentTitle { 
        text-align: center;
    }


}

@media(max-width:768px)
{
    #topbar_m { position:relative!important;}
    .layout-footer #footer .church-info { width:100%; }
    .layout-baro #baro .church-info { width:100% ;}

    .middle-layout-c .document-widget.gallery .document{
        width:25%!important;
    }

    .middle-layout-c .document-widget.gallery .document:last-child{
        width:25%!important;
    }

    #footer img {
        max-width: 261px;
    }

    .layout-footer #footer .container .row .footerlabel {
        padding: 5%; 
    }
}

@media(max-width:767px){
    .layout-footer {
        /*padding-left:15px;*/
        padding: 7.5% 0;
    }

    #layout-sfooter{
        height:100%!important;
    }

    #layout-sfooter .sfooter{
        background-color:#ab7f66;
    }

    .middle-layout-c .document-widget.gallery .document{
        width:100%!important;
    }

    .middle-layout-c .document-widget.gallery .document:last-child{
        width:100%!important;
    }
     
}
