/*페이드인*/
body {
    font-family: 'NanumBarunGothic', 'serif';
   /* min-width:1024px;*/
}

.container-fluid { max-width:1548px; margin:auto; padding-left:0px; padding-right:0px; }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.header-wrapper { height:152px; position:relative; z-index:1;
}
.fix-active {
    width: 50% !important;
    border-color: #ca4859 !important;
}

.line-active {
    width: 50% !important;
    transition: all ease 0.3s;
    border-top: 4px solid #315474;
}

.site-map {
    background: white;
    display: none;
    transition: 0.3s all;
    padding-top: 100px;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 998;
}

    .site-map .depth3 {
        padding-left: 30px;
    }

    .site-map .depth3 > a {
        color: #8D8D8D !important;
    }
    .site-map .navbar-nav {
        width:100%;
    }
    .site-map .navbar-nav > li {
        width: 20%;
        border-top: 1px solid #F2F2F2;
        padding: 40px;
        text-align: left !important;
        height: 800px;
        border-right: 1px solid #F2F2F2;
    }

        .site-map .navbar-nav > li:first-child {
            border-left: 1px solid #F2F2F2;
        }

        .site-map .navbar-nav > li > a {
            padding: 10px 0px;
            color: black;
            font-size: 18px;
        }

        .site-map .navbar-nav > li ul li a {
            font-size: 16px;
            color: black;
            line-height: 2.2;
        }

    .site-map hr {
        margin: 5px 0px 20px 0px;
        /*border: 2px solid #75C3FF;*/
        border: 2px solid #1c9f53;
        width: 65px;
    }

    .site-map .nav > li > a:focus, .nav > li > a:hover {
        background-color: white;
    }

footer {
    display:inline-block;
    width:100%;
    position:relative;
    padding: 25px 0px;
    background: #7e8597;
}

    footer .logo-info {
        float: left;
    }

    footer .church-info {
        float: left;
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }

        footer .church-info span {
            margin:0px 5px;
        }

        footer .church-info p { margin-bottom:0px; }
        footer .church-info .content {
            color: white;
            font-size: 15px;
            font-family:'noto sans korean';
            font-weight:700;
            margin-bottom:3px; 
        }
        footer .church-info p:nth-child(2) { color:#fff; margin-bottom:5px;  }
        footer .church-info p:nth-child(3) {
            font-size: 15px;
            font-family: 'noto sans korean';
            font-weight: 900;
            margin-bottom:5px;
        }
        footer .church-info .copyright {
            color: white;
            font-size: 12px;
            text-decoration: none;
        }

        footer .church-info .title {
            margin-top: 20px;
        }

/*css animate*/
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.layout .head-top .down .container ul li a {
    border-bottom: 2px solid rgba(255, 165, 0,0);
}
    .layout .head-top .down .container ul li a:hover {
        text-decoration: none;
        /*border-bottom: 2px solid rgba(28, 159, 83,1);*/
        border-bottom: 2px solid #fff;
    }


.layout > .head-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.7s all;
    box-shadow: -9px -5px 10px 0px #000;
    height: 100px;
}

.layout .head-top .top-bak {
    transition: all ease 0.8s;
    height: 92px;
    box-shadow: -9px -5px 10px 0px #000;
}

.layout .head-top .down {
    height: 0;
    overflow: hidden;
    /*background: rgba(255, 255, 255, 1);*/
    background: rgba(0, 66, 141, 0.7);
    text-align: center;
    width: 100%;
    z-index: -1;
    position: absolute;
    /*border-bottom: 1px solid #6b6b6b;*/
}

        .layout .head-top .down > div {
            padding-top: 12px;
        }

            .layout .head-top .down .title {
                color: #000;
                font-size: 22px;
                margin-bottom: 25px;
            }

            .layout .head-top .down ul li {
                display: inline-block;
                vertical-align: top;
				/*line-height:2.5;*/
            }

                .layout .head-top .down ul li a {
                    color: #fff;
                    display: inline-block;
                    margin: 5px 25px;
                    font-size: 18px;
                }
                .layout .head-top .down ul li a span
                {
                	font-size:14px; 
                }

                .layout .head-top .down ul li ul {
                    display: none;
                }

                    .layout .head-top .down ul li ul li {
                        display: block;
                    }

.layout .navbar-header {
    z-index: 99;
    margin-left:140px;
    padding-top:19px; 
    /*
    position: absolute;
    left:10%;
        */
}

.layout .navbar {
    margin: 0;
    margin-top: 35px;
    display:inline-block;
}

    .layout .navbar .right-box {
        display: inline-block;
        margin-top: 10px;
        position:absolute;
        right:12%;
    }

        .layout .navbar .right-box a {
            text-decoration: none;
            margin-left: 15px;
            margin-right: 15px;
        }
            .layout .navbar .right-box a span {
                color: #483D3B;
                font-size: 16px;
                vertical-align: middle;
            }
            .layout .navbar ul {
                margin-left:80px;
                /*
                left: 555px;
                position: absolute;
                    */
            }

            .layout .navbar ul li {  }
                .layout .navbar ul li a {
                    padding: 0px 30px;
                    color: #54585B;
                    font-size: 18px;
                    margin: 0px;
                    border-right: 2px solid #ddd;
                }
            .layout .navbar ul li:last-child a { border-right:0px; }

            .layout .navbar ul li a:hover, .layout .navbar ul li a:active, .layout .navbar ul li a:focus {
                background: none;
            }

        .layout .navbar ul li:first-child {
            display: none;
        }

        .layout .navbar ul ul {
            display: none;
        }
		


#gnb-wrap {
    position: fixed;
    right: 10px;
    top: 25px;
    z-index: 999;
    float: right;
}

    #gnb-wrap .toggle {
        padding-top: 0px;
    }
.header-mobile-gnb > .hidden-md {
    float: left !important;
    padding-right: 15px !important;
    padding-top: 8px;
}
    .layout .head-top .top-bak > .hidden-md a {
        text-decoration:none!important;
    }
.Search-Box {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 7px;
}
    
	 .Search-Box .input-group { border: 1px solid #ddd; }
          .input-group input {
            border-color: transparent;
            border-radius: 0;
            padding-right: 0;
            padding-left: 7px;
            font-size: 12px; }
          .input-group .input-group-addon {
            border-radius: 0;
            background: #5e7799;
            color: #fff;
            border: 0; }
    #live-box { display:inline-block; }

.menu-container {
    /*width: 1140px;*/
    display: inline-block;
}
.go_top {z-index:999;position: fixed;bottom: 70px;right: 20px;width: 50px;height: 50px;background: url(../images/footer_btn_top.png) no-repeat center;background-size: 50px auto;border: 0;background-color: #3f3e3a;}

	

	 footer { float: left; 
    height:130px; }
.layout-sub { margin-top:25px; margin-bottom:50px;  }

#subtop { position:relative; }

#live { position: absolute; top: 0px; right: 70px; /*width:388px;*/ height: 100px;  padding-top:20px; padding-left:15px; }
#live  img { width: 140px; float:left; position:relative; margin-right:10px;  top:4px; }
#live p { font-size:15px; padding-top:9px; color:#666; line-height:140%; color:#1862a7; font-weight:600;  padding-left:10px; }

.message_box {
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0px;
}

    .message_box p {
        text-align: center;
        color: #fff;
        font-size: 38px;
        line-height: 130%;
        font-family: 'noto sans korean';
        font-weight: 700;
        text-shadow: 2px 2px 6px #333;
        margin-bottom:15px;
    }
    .message_box .d1 { font-size:22px; font-weight:400; color:#efefef; }


@media(max-width:1900px)
{
    
    .layout .navbar { margin-left:15px; }
    footer .church-info { padding-left:0px; width:100%; text-align:center; }
}

@media(max-width:1580px)
{
		#live { padding-top:10px; /*width:405px;*/ }
    .Search-Box { /*display:block; float:right; */ }
    #live-box { /*width:100%;*/ padding-top:5px;  }
    /*#live img { width:45px; }*/
    #live p { font-size:14px; padding-top:15px; }
    #live-box br { display:none; }
}

@media(max-width:1600px)
{
    .layout .navbar-header { margin-left:60px; }
    #live { right:36px; }
}

@media(max-width:1450px)
{
    #live-box p { display:none; }
    #live-box { width:auto; /*float:left;*/ padding-top:0px; }
    #live img { /* width:50px;*/ margin-top:-5px; }
    #live { /*width:310px;*/ padding-top:20px;  }
    .layout .navbar ul li a { /*margin:0 10px; */ }
    .layout .navbar ul { margin-left:0px; }
    .layout .navbar ul li a { font-size:18px; padding:0px 25px; }
    .layout .navbar-header { padding-top:25px; }
    .navbar-header img { width:200px; }
}

@media(max-width:1300px)
{
    /*.layout .navbar-header { padding-top:29px; } */
    /*.layout .navbar { margin-top:20px; } */
    /*.layout .navbar ul li a { margin:0 10px;  padding:10px; font-size:18px; }*/
    .navbar-header img { width:200px; }
    #live { width:inherit; right:15px; }
    #live img { width:100px; }
    .Search-Box { width:145px; }
    .layout .navbar ul li a { font-size:16px; padding:0px 30px; }
}

@media(max-width:1150px)
{
    #live img { width:145px; }
    .Search-Box { display:none; }
    /*#live { width:265px; }*/
    .layout .navbar { margin-left:30px; }
    /*.layout .navbar ul li a { margin:0px 6px; }*/    
    .layout .navbar-header { margin-left:15px; }
}


    @media (max-width: 768px) {
    .layout .navbar {
       display: none;
    }