#sub_container {
	height:350px;
	overflow:hidden;
	position:relative;
	margin-top:100px;
}

#sub_container .subimg {
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover;
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	z-index:-1;
}

#sub_container .subimg_view {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-transition:transform 6s ease-out;
	transition:transform 6s ease-out;
}

#subimg1 { background:url(../images/subimg1.jpg) center no-repeat; }
#subimg2 { background:url(../images/subimg2.jpg) center no-repeat; }
#subimg3 { background:url(../images/subimg3.jpg) center no-repeat; }
#subimg4 { background:url(../images/subimg4.jpg) center no-repeat; }
#subimg5 { background:url(../images/subimg5.jpg) center no-repeat; }
#subimg6 { background:url(../images/subimg6.jpg) center no-repeat; }

#gnb_title p { color:#fff; text-align:center; }
#gnb_title p:nth-child(1) { font-family:Nanum Gothic; font-size:68px; font-weight:700; }
#gnb_title p:nth-child(2) { color:#fff; font-size:17px; font-weight:400; }


/***** 서브메뉴 탭 *****/

#sub_menu {
	background-color:#539442;
	text-align:center;
	margin-top:100px;
}

#sub_menu li {
	position:relative;
	display:inline-block;
	height:70px;
	line-height:70px;
	text-align:center;
}

#sub_menu li p {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:100%;
	background:url('../images/submenu_line.gif') center no-repeat;
	opacity:.25;
}
#sub_menu li:first-child p { background:none !important; }

#sub_menu li a {
	color:#fff;
	display:block;
	width:100%;
	font-size:16.5px;
	padding:0 50px;
	font-weight:400;
}
.submenu_on { background-color:#fff !important; }
.submenu_on a { color:#333 !important; }




/***** 서브메뉴 슬라이딩 *****/

#cate_bar_menu { display:none; }
.cate_bar { position:absolute; width:100%; height:auto; }
#cate_bg { position:absolute; width:100%; background:#539442; height:54px; }
#cate_list { position:relative;	height:54px; z-index:100; }
#cate_bar_area { display:none; height:54px; }
.sub_cate { cursor:pointer; }
.sub_cate > a {
	display:block; width:100%; height:100%;
	font-size:15px;
	font-weight:400;
	color:#fff;
	text-indent:20px;
	line-height:54px;
	background:url(../images/icon_arrow.gif) right center no-repeat;

}
.ssmenu {
	width:100%;
	background:#f5f5f5;
	display:none;
	transition:none !important;
}
.ssmenu li { height:46px; line-height:46px; }
.ssmenu li a {
	display:block;
	height:46px;
	line-height:46px;
	color:#555;
	width:100%;
	font-size:14px;
	border-top:1px solid #ddd;
	text-indent:20px;
}
.ssmenu li:first-child a { border-top:0; }
.ssmenu li:last-child a { border-bottom:1px solid #ddd; }
.ssmenu li:hover a { color:#111 !important; background:#fff; }



#mid_wrap { margin-top:80px; }
