﻿/* style s */
html, body, .bodyWrapper {
    /*min-width: 1170px;*/
}

.container {
    /*width: 1280px !important;*/
}

.navbar-collapse {
    padding: 0px !important;
}

.top-layer {
    width: 100%;
    padding: 0px 0 0px 0;
    margin-top: 0;
    top: 0;
    z-index: 11;
}

.slider .move-btn { background:none!important; }

    .top-layer .top-layerf {
        background-color: #2d3238;
    }

    .top-layer #top-wrapper {
        text-align: right;
        padding: 10px 55px 10px 10px;
    }

        .top-layer #top-wrapper > a {
            color: #c6c6c7;
            padding-right: 5px;
        }

            .top-layer #top-wrapper > a img {
                padding-bottom: 3px;
                padding-right: 5px;
            }

        .top-layer #top-wrapper > span {
            color: #c6c6c7;
        }

    .top-layer .top-hrapper #top-hwrapper {
        width: 1280px !important;
        text-align: right;
        padding: 10px 77px 10px 10px;
    }

        .top-layer .top-hrapper #top-hwrapper .firstspanjam {
            padding-right: 50px;
        }

        .top-layer .top-hrapper #top-hwrapper img {
            padding-bottom: 3px;
            padding-right: 10px;
        }


.layout-header {
    border-top: 1px solid #cccccc;
    position: relative;
}

    .layout-header .container {
        padding-right: 0px !important;
    }

.header-logo {
    display: inline-block;
    padding-right: 44px;
}

#header .header-gnb {
    display: inline-block;
    vertical-align: top;
}

    #header .header-gnb .gnb {
        display: block;
    }

        #header .header-gnb .gnb > a {
            text-decoration: none;
        }

        #header .header-gnb .gnb .jebaldaera {
            display: inline-block;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            float: right;
        }

            #header .header-gnb .gnb .jebaldaera > a > img {
                color: #555;
                font-family: 'Nanum Square', sans-serif;
                display: inline-block;
                font-weight: 600;
                margin: 11px 15px 9px 15px;
                padding: 11px 5px 11px 5px;
                font-size: 19px;
                background: none;
                border-bottom: 3px solid transparent;
            }

        #header .header-gnb .gnb .all-menu {
            display: inline-block;
            border-right: 1px solid #cccccc;
            float: right;
        }

            #header .header-gnb .gnb .all-menu > a > img {
                color: #555;
                width: 35px;
                height: 46px;
                font-family: 'Nanum Square', sans-serif;
                display: inline-block;
                font-weight: 600;
                margin: 11px 15px 9px 15px;
                padding: 11px 5px 11px 5px;
                font-size: 19px;
                background: none;
                border-bottom: 3px solid transparent;
            }

        #header .header-gnb .gnb > ul > li {
            text-align: center;
            float: left;
            border-left: 1px solid #cccccc;
        }

            #header .header-gnb .gnb > ul > li:first-child {
                display: none;
            }

            #header .header-gnb .gnb > ul > li:last-child {
                margin-right: 0;
            }

            #header .header-gnb .gnb > ul > li > a {
                color: #555;
                font-family: 'Nanum Square', sans-serif;
                display: inline-block;
                font-weight: 600;
                margin: 9px 25px;
                padding: 13px 0 12px 0;
                font-size: 14px;
                background: none;
                border-bottom: 3px solid transparent;
                width: 78px;
            }

            #header .header-gnb .gnb > ul > li:hover > a {
                color: #337ab7;
                border-bottom-color: #337ab7;
            }

            #header .header-gnb .gnb > ul > li.active > a {
                font-weight: bold;
                border-bottom-color: #337ab7;
            }

            #header .header-gnb .gnb > ul > li.open > a,
            #header .header-gnb .gnb > ul > li.open > a:hover,
            #header .header-gnb .gnb > ul > li.open > a:focus,
            #header .header-gnb .gnb > ul > li > a:hover,
            #header .header-gnb .gnb > ul > li > a:focus {
                background-color: none;
            }

            #header .header-gnb .gnb > ul > li > ul {
                padding: 0;
                box-shadow: none;
                border-radius: 0;
            }

                #header .header-gnb .gnb > ul > li > ul > li > a {
                    border-bottom: 1px solid #fff;
                    padding: 12px 20px;
                    text-align: left;
                    border: 1px solid transparent;
                    border-bottom: 1px solid #ccc;
                }

                    #header .header-gnb .gnb > ul > li > ul > li > a:hover {
                        border: 1px solid #337ab7;
                    }

                #header .header-gnb .gnb > ul > li > ul > li:last-child > a:hover {
                    border-radius: 0;
                }

                #header .header-gnb .gnb > ul > li > ul > li > a:hover,
                #header .header-gnb .gnb > ul > li > ul > li.active > a {
                    color: #266db5;
                    background-color: #fff;
                    font-weight: 600;
                }

.layout-baro #baro {
    color: #fff;
    margin-top: 30px;
    border-top: 2px solid #b1b1b1;
}

    .layout-baro #baro .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .layout-baro #baro .logo-part {
        float: left;
        width: 190px;
        padding-top: 15px;
        padding-left:7px;
    }

    .layout-baro #baro .church-info {
        float: left;
        width: 760px;
        padding-top: 20px;
    }

        .layout-baro #baro .church-info dl {
            margin: 15px 0 4px 27px;
            color: #cacaca;
        }

            .layout-baro #baro .church-info dl dt {
                font-weight: normal;
                float: left;
                width: 70px;
            }

            .layout-baro #baro .church-info dl dd {
                margin-left: 80px;
            }

            .layout-baro #baro .church-info dl > * {
                padding: 2px;
            }

        .layout-baro #baro .church-info .copyright {
            color: #cacaca;
            padding-left: 27px;
        }

            .layout-baro #baro .church-info .copyright a {
                color: #cacaca;
                padding: 5px 20px;
            }

                .layout-baro #baro .church-info .copyright a:hover {
                    text-decoration: underline;
                }

    .layout-baro #baro .topjam {
        float: right;
        cursor: pointer;
    }

.layout-footer #footer {
    background: #313131;
    color: #fff;
    padding: 42px 0 70px 0;
}

    .layout-footer #footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .layout-footer #footer .logo-part {
        float: left;
        width: 190px;
    }

    .layout-footer #footer .church-info {
        float: left;
        width: 760px;
    }

        .layout-footer #footer .church-info dl {
            margin: 15px 0 4px 27px;
            color: #cacaca;
        }

            .layout-footer #footer .church-info dl dt {
                font-weight: normal;
                float: left;
                width: 70px;
            }

            .layout-footer #footer .church-info dl dd {
                margin-left: 80px;
            }

            .layout-footer #footer .church-info dl > * {
                padding: 2px;
            }

        .layout-footer #footer .church-info .copyright {
            color: #cacaca;
            padding-left: 27px;
        }

            .layout-footer #footer .church-info .copyright a {
                color: #cacaca;
            }

                .layout-footer #footer .church-info .copyright a:hover {
                    text-decoration: underline;
                }


.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: 1385px;
        margin: -35px 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: #fff;
    color: #182D1C;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
    border-bottom: 2px solid #0d5599; 
}

.widget-login a{
    text-decoration:none!important;
}

    #mainmenu_m {
        background: #0d5599 !important;
        width: 200px !important;
        opacity: 0.96;
    }


    .mobile-gnb-btn > ul > li:first-child{
        display:none;
    }

    .mobile-gnb-btn > ul {
        /*text-align:center;*/
    }

        .mobile-gnb-btn > ul > li {
            border-bottom: 1px solid #d6d6d6;
            display: inline-block;
            width: 100%;
        }

            .mobile-gnb-btn > ul > li:last-child {
                border-bottom: 0;
            }

            .mobile-gnb-btn > ul > li.on > a {
                display: block;
            }

            .mobile-gnb-btn > ul > li.on > ul {
                display: block;
                background: #2f70ad;
            }

                .mobile-gnb-btn > ul > li.on > ul > li {
                    padding: 0 4px;
                }

            .mobile-gnb-btn > ul > li > a {
                color: #fff;
                cursor: pointer;
                font-size: 14px;
                text-decoration: none;
                display: block;
                padding: 14px;
            }

            .mobile-gnb-btn > ul > li > ul {
                display: none;
            }

                .mobile-gnb-btn > ul > li > ul > li > a {
                    color: white;
                    text-decoration: none;
                    padding: 10px;
                    display: block;
                    cursor: pointer;
                }

                    .mobile-gnb-btn > ul > li > ul > li > a:before {
                        content: ' - ';
                    }


                    .mobile-gnb-btn > ul > li > ul > li > ul > li > a:before{
                        content: '  ';
                    }

                        .mobile-gnb-btn > ul > li > ul > li > ul > li {
                        color:white;
                        padding-left: 31px;
                        padding-bottom:10px;
                    }

                    .mobile-gnb-btn > ul > li > ul > li > ul > li > a{
                        color:white;
                        padding-left: 31px;
                    }

                    .mobile-gnb-btn .navbar-toggle{
                        padding:0px;
                        margin:0px;
                        top:8px;
                    }


@media(max-width:1200px) {
    .layout-header .container {
        width: 1200px !important;
    }

    .top-layer .top-hrapper #top-hwrapper{
        width: 1200px !important;
        
    }

    #header .header-gnb{
        padding-right:51px;
        float:right;
    }

    #header .header-gnb .nav{
    }

    .centerbodyjam .layout-main .sermonjong .sermonjongwrapper{
    }

    .slider-area{
    }
}



@media(max-width:991px) {

    .layout-header{
        display:none;
    }

    .top-hrapper{
        display:none;
    }

    .top-layer{
        display:none;
    }

    .sub-top{
        display:none;
    }

    .sub-lnb{
        display:none;
    }

    .layout-sub .content-wrapper .sub-content{
        width:100%!important;
        float:none;
    }

    .centerbodyjam .layout-main .sermonjong .sermonjongwrapper{
    }

    .slider-area{
    }
}

@media(max-width:768px)
{
	.layout-baro #baro .church-info .copyright { display:inline-block; }
	.layout-baro #baro .church-info .copyright { padding:0; }
	.layout-baro #baro .logo-part { display:inline-block; width: auto; }
	.layout-baro #baro .logo-part { padding:15px 0 ; float:none; }
	.layout-footer #footer .logo-part { float:none; margin:0 auto 15px;}
    #topbar_m { position:sticky; }
    .layout-footer #footer .church-info { width:100%; }
    .layout-footer #footer { text-align:center; }
    .layout-baro #baro .church-info { float:none; display:inline-block; width: auto; }
    .layout-baro #baro .church-info .copyright a {
    color: #cacaca;
    padding: 5px 15px;
}
}




/* style e */
