
.maincontainer {
	width:1060px;
	margin:20px auto 0 auto;
	min-height:400px;
}

.sub-maincontainer {
	width:1000px;
	margin:0 auto;
	padding-bottom:100px;
}

.sect-title {
	margin-top:45px;
	margin-bottom:60px;
	font-size:26px;
	text-align:center;
}
.sect-title .ubar {
	height:3px;
	background-color:#a3ba00;
	margin:10px auto;
}

/* 찾아오시는길 */
.direction-addr {
	font-size:20px;
	color:#606060;
	text-align:center;
	line-height:200%;
}
.direction-addr label {
	color:#333;
	font-weight:bold;
	margin:0 20px;
}

/* 창업절차페이지 하단 문의 버튼 */
.btnbox-counsel {
	text-align:center;
	margin-top:100px;
}
.btnbox-counsel a {
	display:inline-block;
	width:290px;
	padding:13px 0;
	text-align:center;
	background-color:#d7df21;
	color:#fff;
	font-size:28px;
	font-weight:bold;
}


.stitle {
	text-align:center;
	font-size:25px;
	color:#70706e;
	font-weight:bold;
	margin-bottom:30px;
}
.stitle div {
	margin:10px auto;
	width:50px;
	border-bottom:1px #c0c1a1 solid;
}



.map-label {
	border:1px #fff solid;
	background-color:#f80;
	color:#fff;
	border-radius:4px;
	box-shadow:2px 2px 4px #555;
	padding:3px 5px;
	font-size:12px;
	margin-bottom:95px;
}



/* 돈오네 메뉴 */

.menu-mainimg {
	
}
.menuimgwrap {
	position: relative;
	height: 431px;
	width: 999px;
	margin: 0 auto;
}
.menuimg {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.menuimg img {
	width: 100%;
}
.menuimg.on {
	display: block;
}

.menu-thumbs {
	margin: 50px auto 0 auto;
	width: 999px;
}
.menu-thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-thumbs ul li {
	display: block;
	margin: 0 10px 30px 10px;
	width: 300px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 5px transparent solid;
	cursor: pointer;
	float: left;
}
.menu-thumbs ul li:hover,
.menu-thumbs ul li.on {
	border: 5px #84e100 solid;
	
}



.menu1-btmbnn {
	margin-top: 80px;
	text-align: center;
}

