
#sub_container {
	height:340px;
	overflow:hidden;
	position:relative;
	margin-top:100px;
}

#sub_container .subimg {
	position:absolute;
	width:100%;
	height:340px;
	background-size:cover;
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	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; }
#subimg21 { background:url(../images/subimg2_1.jpg) center no-repeat; }
#subimg22 { background:url(../images/subimg2_2.jpg) center no-repeat; }
#subimg23 { background:url(../images/subimg2_3.jpg) center no-repeat; }
#subimg24 { background:url(../images/subimg2_4.jpg) center no-repeat; }
#subimg3 { background:url(../images/subimg3.jpg) center no-repeat; }
#subimg4 { background:url(../images/subimg4.jpg) center no-repeat; }



#gnb_title {
	position:absolute;
	width:100%;
	left:0;
	bottom:80px;
}
#gnb_title p {
	color:#fff;
	text-align:center;
	font-family:Barlow;
	font-size:70px;
	font-weight:700;
}



/***** 서브메뉴 *****/

#sub_menu_wrap { text-align:center; border-bottom:1px solid #ddd; height:80px; }
#sub_menu { display:inline-block; }
#sub_menu:after { clear:both; visibility:hidden; display:block; content:''; }

#sub_menu li {
	position:relative;
	float:left;
	width:200px;
	height:80px;
	line-height:80px;
	text-align:center;
}

#sub_menu li a {
	color:#777;
	display:inline-block;
	width:100%;
	font-size:18px;
	font-weight:400;
}
.submenu_on { border-bottom:2px solid #222; }
.submenu_on a { color:#222 !important; font-weight:400; }

#page_title { text-align:center; margin-bottom:90px; }
#page_title p { display:inline-block; position:relative; color:#333; font-size:44px; font-weight:600; }
#page_title div { color:#333; background:#f3f3f3; padding:24px; }





#tail_area { margin-top:80px; }
#tail_btn {	border-top:1px solid #ddd; }