/*
#all_gnb:before { border-bottom:1px solid #e5e5e5; }
*/

#sub_container {
	overflow:hidden;
	position:relative;
	margin-top:100px;
}

#sub_container .subimg {
	width:100%;
	height:385px;
	background-size:cover;
	z-index:-1;
	opacity:0;
}

#sub_container .subimg_view {
	opacity:1;
	transition:opacity 1.5s ease 0;
}

#subimg0 { background:url(../images/subimg4.jpg) center no-repeat; }
#subimg1 { background:url(../images/subimg1.jpg) center no-repeat; }
#subimg2 { background:url(../images/subimg2.jpg) center no-repeat; }
#subimg31 { background:url(../images/subimg3_1.jpg) center no-repeat; }
#subimg32 { background:url(../images/subimg3_2.jpg) center no-repeat; }
#subimg33 { background:url(../images/subimg3_3.jpg) center no-repeat; }
#subimg34 { background:url(../images/subimg3_4.jpg) center no-repeat; }
#subimg4 { background:url(../images/subimg4.jpg) center no-repeat; }


#gnb_title { text-align:center; margin-top:70px; }
#gnb_title:before {
	display:inline-block;
	content:'';
	width:10px;
	height:10px;
	background:#e60012;
	border-radius:50%;
	margin-bottom:10px;
}

#gnb_title p {
	color:#333;
	font-size:48px;
	text-align:center;
	font-weight:800;
}



/***** 서브메뉴 *****/

#sub_menu { text-align:center; margin:-5px 0; }

#sub_menu li {
	position:relative;
	display:inline-block;
	padding:0 40px;
	text-align:center;
	margin:5px 0;
}

#sub_menu li i {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:100%;
	background:url('../images/submenu_line.gif') center no-repeat;
}
#sub_menu li:first-child p { background:none !important; }

#sub_menu li a {
	color:#666;
	display:inline-block;
	width:100%;
	font-size:20px;
	font-weight:700;
}

#sub_menu .one_sub { font-size:28px; font-weight:700; color:#e60012; }
.submenu_on:before {}
.submenu_on a { color:#e60012 !important; }






#mid_wrap { margin-top:90px; }

#page_title { text-align:center; padding-bottom:90px; }
#page_title p {  display:inline-block; position:relative; color:#333; font-size:44px; font-weight:600; }

#page_title p:after { display:block; content:''; position:absolute; width:21px; left:50%; bottom:-40px; margin-left:-11px; height:20px; background:url('../images/stitle_line.gif') center top no-repeat; }


#tail_area { margin-top:110px; }
#tail_btn {	border-top:1px solid #ddd; }