/*ALL CSS-----------------------------------------------------*/

.j_text_center{
    white-space: normal;
    text-align: center;
}
.j_sub_section{
	padding: 150px 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.j_sub_section *{
	font-family : 'Montserrat', 'Noto Sans KR', sans-serif !important;
	letter-spacing : 0;
}




@media screen and (max-width: 1280px){
    
    .j_sub_section{
        padding: 90px 0;
    }
    
}

@media screen and (max-width: 760px){
    
    .j_sub_section{
        padding: 60px 0;
    }
    
}









/* sub top CSS-----------------------------------------------------*/

.j_sub_top{
    width: 100%;
    height: 500px;
}
.j_sub_top *{
    text-align: left;
}
.j_sub_top .j_sub_top_bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.j_sub_top .j_sub_top_bg .j_sub_top_bg_img{
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
    width: 100%;
    height: 100%;
/*    transform: translate(-50%, -50%);*/
    background-image: url(../img/sub_bg/j_sub_top_bg.jpg);
    transition: all 5s;
    animation-duration: 5s;
    animation-name: sub_top_bg;
    
}

@keyframes sub_top_bg {
    0% {
        transform: scale(1.1);
    }
    
    
    100% {
       transform: scale(1);
    }
}



.j_sub_top .j_section_con{
    padding: 0;
    height: 100%;
}
.j_sub_top .j_section_con .j_title_con{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.j_sub_top .j_category{
    padding-left: 40px;
}
.j_sub_top .j_category::before{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.j_sub_top .j_sub_top_title{
    margin-top: 20px;
    font-size: 2.75rem;
    line-height: 4rem;
}


.j_sub_page_nav_con{
    position: absolute;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: -40px;
    z-index: 99;
}
.j_sub_page_nav_con::before{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #113385;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.j_sub_page_nav{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.j_sub_page_nav ul{
/*    width: 50%;*/
}
.j_sub_page_nav ul li{
    
}
.j_sub_page_nav ul li a{
    line-height: 80px;
    transition: all 0.2s;
    color: #fff;
    font-weight: 400;
    opacity: 0.5;
    transition: all 0.2s;
}
.j_sub_page_nav ul li:not(:last-child) a{
    margin-right: 60px;
}
.j_sub_page_nav ul li a:hover{
    opacity: 0.8;
}
.j_sub_page_nav ul li a.active{
    opacity: 1;
}


/*

.j_sub_page_nav{
    position: absolute;
    bottom: -30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    
}
.j_sub_page_nav ul li a{
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #e8e8e8;
    transition: all 0.2s;
}
.j_sub_page_nav ul li:not(:last-child) a{
    border-right: 1px solid rgba(255,255,255,0.3);
}

.j_sub_page_nav ul li a:hover{
    background-color: #000;
    color: #fff;
}
.j_sub_page_nav ul li a.active{
    background-color: #113385;
    color: #fff;
    font-weight: 500;
}
*/

.j_title_margin{
	margin-bottom : 90px;
}
.j_sub_page_title .j_section_title{
	margin-bottom : 15px;
}
.j_sub_page_title .j_main_title{
	letter-spacing : 2px;
	color: #898989 !important;
}
				

@media screen and (max-width: 1280px){
    .j_sub_top{
        height: 400px;
    }
    .j_sub_top .j_category{
        padding-left: 30px;
    }
    .j_sub_top .j_category::before{
        width:20px;
    }
    .j_sub_top .j_sub_top_title{
        margin-top: 15px;
        font-size: 2.25rem;
        line-height: 3.5rem;
    }
    .j_sub_page_nav_con{
        height: 60px;
        bottom: -30px;
    }
    .j_sub_page_nav ul li a{
        line-height: 60px;
    }

	.j_title_margin{
		margin-bottom : 60px;
	}

}

@media screen and (max-width: 760px){
    .j_sub_top{
        height: 340px;
    }
    .j_sub_top .j_category{
        font-size: 1.125rem;
        padding-left: 20px;
    }
    .j_sub_top .j_category::before{
        width: 13px;
    }
    .j_sub_top .j_sub_top_title{
        margin-top: 5px;
        font-size: 2rem;
        line-height: 3rem;
    }
    .j_sub_page_nav_con::before{
        width: 100%;
    }
    .j_sub_page_nav_con{
        height: 40px;
        bottom: -20px;
    }
    .j_sub_page_nav ul li a{
        line-height: 40px;
    }
    .j_sub_page_nav ul li:not(:last-child) a{
        margin-right: 30px;
    }


	.j_title_margin{
		margin-bottom : 30px;
	}
    
    
}



/*page1 CSS-----------------------------------------------------*/

#daumRoughmapContainer1604361695698{
	width : 100%!important;
}
.wrap_controllers {
	display: none!important;
}


@media screen and (max-width: 1280px){
    #daumRoughmapContainer1604361695698{
		height : 500px!important;
	}
    
    
}

@media screen and (max-width: 760px){
    #daumRoughmapContainer1604361695698{
		height : 400px!important;
	}
    
}







