@charset "UTF-8";
/*페이드인*/
body {
    font-family: 'NanumBarunGothic', 'serif';
}

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 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: #5E6472;
}

    footer .logo-info {
        float: left;
    }

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

        footer .church-info .content {
            color: white;
            font-size: 15px;
            margin-bottom:0px; text-align:center;
        }

        footer .church-info .copyright {
            color: white;
            font-size: 14px;
            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: 100px;
    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 .container {
            padding-top: 12px;
        }

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

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

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

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

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

.layout .navbar-header {
    z-index: 99;
    position: absolute;
    /*left:10%;*/
}

.layout .navbar {
    margin: 0;
    margin-top: 27px;
}

    .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 {
                right: 0px;
                position: absolute;
            }

        .layout .navbar ul li a {
            padding: 10px 15px;
            color: #54585B;
            font-size: 20px;
            margin: 0 0px;
            font-weight: 700;
        }

            .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{
		opacity:0;
		width:300px;
		margin:0 auto;
		position:fixed;
		top:110px;
		left:50%;
		margin-left:-150px;
		z-index:999;
		transition:0.3s all;
	}
    /*
	 .Search-Box .input-group {
          border: 1px solid #8ca1fa; }
          .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: #9d76a6;
            color: #fff;
            border: 0; }
        */
	
.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 { }
.layout-sub { margin-top:25px; margin-bottom:50px;  }

#subtop { position:relative; }

#live { position: absolute; top: 0px; right: 70px; width: 551px; background: #e7effa; height: 100px;  padding-top:20px; padding-left:50px; }
#live  img { width:60px; float:left; position:relative; margin-right:10px;  top:4px; }
#live p { font-size:16px; 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; }


#logo { max-height:60px; }
.navbar-brand { padding-left:0px; }

#sub-container { min-height:450px; }

@media(max-width:1900px) {
    .site-map .navbar-nav > li{
			padding:20px!important;
	}
    .layout .navbar .right-box {
        right: 3%;
    }
    .layout .navbar ul{margin-left:-350px;}
}
@media(max-width:1700px){
	.site-wrap{
		padding: 0 40px!important;
	}
    .layout .navbar ul{margin-left:-250px;}
	
}
@media(max-width:1575px) {
    footer .church-info{padding:0px 90px; word-break:keep-all;}
    
}

@media (max-width: 1499px) {
	.site-map{
		display:none!important;
	}
	.sitemapimg{
		display:none;
	}
    .layout .navbar ul{margin-left:-200px;}
}
@media(max-width:1300px) {

    .layout .navbar ul {
        margin-left: -150px;
    }
}
@media(max-width:1199px){
 .layout .navbar ul {
          margin-left: -150px;
    }	
    
    .layout .navbar .right-box{
    	right:30px;
    }
    .layout .navbar-header{
    	left:30px;
    }
}

@media(max-width:991px) {
	  .login-md{
    	padding-top:12px!important;
    }
    .nav > li { display:inline-block; }

    .layout .head-top .top-bak {
        height: 100px;
    }

    .layout > .head-top {
        height: 100px;
    }

    .mm-opened > .mm-panel {
        background: #5b97f1 !important;
    }
    .mm-opened {
        background-image: linear-gradient(45deg, rgba(122, 189, 255, 1), rgba(151, 121, 255, 1))!important;
    }
    .mm-title {
        color:white!important;
    }
    .mm-opened > .mm-panel .mm-opened > .mm-panel {
        padding-left: 25px;
        left: 12px;
        margin-left: -10px;
        background: #6fb5e9 !important;
    }
    .layout .area.first {
        padding-top: 100px;
    }
    .navbar-brand {
        height: 100px!important;
        padding: 15px 15px!important;
    }
    footer .container { width:100%; }
    footer .church-info {
        bottom: 30px;
    }

    .top-bak .container { width:100%; }
}

@media(max-width:767px)
{
    #logo { height:35px; }
    #navbar { margin-top:0px; float:right; margin-left:0px; width:50%;  min-height:inherit !important; }
    .layout .navbar-header  { position:relative; left:0px; float:left; padding-left:15px; }
    .layout .navbar ul { margin-left:0px; margin:0px; margin-top:5px;  }
    .layout .navbar ul li a { font-size:16px; padding:0px 10px; margin:0px; }
    .layout .navbar ul li hr { margin:5px auto 0px !important; }
    
    footer { padding:15px 0px; }
    footer .church-info {
        padding:0px!important;
        word-break:keep-all;
        font-size:13px;
    }
    footer .church-info .content  { font-size:13px; }
    .logo-info {
        text-align: center;
        width: 100%;
    }
    .layout > .head-top .top-bak { padding-top:10px; padding-bottom:10px; }
    .layout > .head-top,
    .layout .head-top .top-bak { height:inherit; }
    .navbar-brand { padding:0px !important; height:inherit !important; }
}