/* CONTENTS */
#content_wrap {
	width:100%;
	overflow:hidden;
}

/* INDEX */
#index_wrap {
	position:relative;
	width:1000px;
	min-height:500px;
	margin:0 auto;
	padding:200px 0 0 0;
	background:#fff;
	overflow:hidden;
}
#index_wrap .index_lt {
	position:relative;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden;
}
#index_wrap .people_slide {
	position:relative;
	width:550px;
	height:auto;
	*zoom:0
}
#index_wrap .people_visual {
	width:550px;
	height:538px;
}
#index_wrap .people_name {
	position:absolute;
	right:0;
	bottom:30px;
	width:160px;
	font-family:'NanumGothic', sans-serif;
	font-size:13px;
	color:#fff;
	padding:6px 0 8px 0;
	background:#000;
}
#index_wrap .btn_admin {
	position:absolute;
	left:0;
	bottom:30px;
	width:60px;
	font-family:'NanumGothic', sans-serif;
	font-size:13px;
	color:#fff;
	padding:6px 0 8px 0;
	background:#ac0000;
	cursor:pointer;
	text-decoration:none;
	display:block;
	z-index:999;
}
#index_wrap .lt_arrow {
	position:absolute;
	width:28px;
	height:53px;
	top:50%;
	left:0;
	margin-top:-26px;
	background:url('../image/content/arrow.png') 0 0 no-repeat;
	display:block;
	cursor:pointer;
	z-index:20;
}
#index_wrap .rt_arrow {
	position:absolute;
	width:28px;
	height:53px;
	top:50%;
	right:0;
	margin-top:-26px;
	background:url('../image/content/arrow.png') 100% 0 no-repeat;
	display:block;
	cursor:pointer;
	z-index:20;
}
#index_wrap .lt_arrow:hover {
	background-position:0 100%;
}
#index_wrap .rt_arrow:hover {
	background-position:100% 100%;
}
#index_wrap .index_rt {
	position:relative;
	position:absolute;
	width:350px;
	right:0;
	bottom:0;
	overflow:hidden;
}
#index_wrap .slogan {
	font-family:'FuturaM', sans-serif;
	font-size:47px;
	color:#999;
	line-height:1em;
	margin-bottom:150px;
}
#index_wrap .slogan span {
	font-family:'FuturaL', sans-serif;
}
#index_wrap .index_news_title {
	font-family:'MetaplusBook', sans-serif;
	font-size:16px;
	color:#333;
	line-height:30px;
	border-bottom:1px solid #ddd;
	text-align:left;
}
#index_wrap .index_news_inner {
	height:100px;
	line-height:1.75em;
	margin:5px 0 30px 0;
	overflow:hidden;
}

/* ABOUT */
#about_wrap {
	background:#bdf1e5;
}
#about_wrap .about_inner {
	width:1000px;
	min-height:800px;
	margin:0 auto;
	padding:0 0 50px 0;
	overflow:hidden;
}
#about_wrap .about_inner h1 {
	font-family:'NanumGothic', sans-serif;
	font-size:30px;
	color:#999;
	margin:170px 0 0 0;
	text-align:left;
}
#about_wrap .about_inner h1 span {
	color:#333;
}
#about_wrap .about_inner ul {
	clear:both;
	margin:50px 0 0 0;
	padding:0;
	text-align:left;
	overflow:hidden;
	list-style:none;
}
#about_wrap .about_inner li {
	float:left;
	width:100px;
	margin:0 1px 0 0;
	padding:0;
	border-bottom: none;
	*display:inline;
	display:inline-block;
	zoom:1;
}
#about_wrap .about_inner li a {
	font-family:'NanumGothic', sans-serif;
	font-size:14px;
	color:#fff;
	background:#70d5c1;
	line-height:30px;
	outline:none;
	text-align:center;
	text-decoration:none;
	display:block;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#about_wrap .about_inner li a:hover,
#about_wrap .about_inner li a.active {
	background:#333;
}
#about_wrap .about_inner .panel {
	font-family:'NanumGothic', sans-serif;
	font-size:13px;
	line-height:3em;
	margin:30px 0;
	text-align:justify;
}
#about_wrap .about_inner h2 {
	font-family:'NanumGothic', sans-serif;
	font-size:18px;
	letter-spacing:10px;
}
#about_wrap .about_inner h2 span {
	font-family:'NanumGothic', sans-serif;
	font-size:14px;
	letter-spacing:normal;
	padding-right:10px;
}
#about_wrap .about_inner h3 {
	font-family:'NanumGothic', sans-serif;
	font-size:15px;
	color:#555;
	font-weight:normal;
}
#about_wrap .about_inner dl {
	clear:both;
	margin:15px 0 0 0;
	padding:0;
	overflow:hidden;
}
#about_wrap .about_inner dt {
	float:left;
	width:120px;
	font-family:'NanumGothicBold', sans-serif;
	font-size:13px;
	color:#555;
	line-height:1.5em;
	margin:0 auto;
	padding:0;
}
#about_wrap .about_inner dd {
	float:left;
	font-family:'NanumGothic', sans-serif;
	font-size:13px;
	color:#555;
	line-height:1.5em;
	margin:0 auto;
	padding:0;
}

/* FOREST PEOPLE */
#people_wrap {
	background:url('../image/content/people_bg.jpg');
}
#people_wrap .people_inner {
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#people_wrap .people_inner h1 {
	font-family:'NanumGothic', sans-serif;
	font-size:30px;
	color:#999;
	margin:170px 0 0 0;
	text-align:left;
}
#people_wrap .people_inner h1 span {
	color:#333;
}
#people_wrap .people_content {
	margin:50px 0 80px 0;
	overflow:hidden;
}

/* AUDITION */
#audition_wrap {
	min-height:800px;
	background:#eef7d3;
}
#audition_wrap .audition_inner {
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#audition_wrap .audition_inner h1 {
	font-family:'NanumGothic', sans-serif;
	font-size:30px;
	color:#999;
	margin:170px 0 0 0;
	text-align:left;
}
#audition_wrap .audition_inner h1 span {
	color:#333;
}
#audition_wrap .audition_text {
	float:left;
	width:420px;
	height:110px;
	margin:100px 0 0 0;
	background:url('../image/content/audition_text.png') 0 0 no-repeat;
	overflow:hidden;
}
#audition_wrap .audition_detail {
	float:right;
	width:500px;
	margin:100px 0 0 0;
	text-align:left;
	overflow:hidden;
}
#audition_wrap .audition_detail h2 {
	font-family:'NanumGothic', sans-serif;
	font-size:16px;
	color:#fff;
	line-height:30px;
	background:#333;
	text-align:center;
}
#audition_wrap .audition_detail p {
	font-family:'NanumGothic', sans-serif;
	font-size:13px;
	color:#333;
	line-height:25px;
	margin:20px 0 30px 0;
	text-align:left;
}
#audition_wrap .audition_detail span {
	width:60px;
	font-family:'NanumGothic', sans-serif;
	font-size:13px;
	color:#fff;
	line-height:25px;
	margin:0 10px 0 0;
	padding:0 10px 0 10px;
	background:#a8ca41;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
}

/* CONTACT */
#contact_wrap {
	min-height:800px;
	background:#e1d5e9;
}
#contact_wrap .contact_inner {
	width:1000px;
	margin:0 auto;
	padding:0 0 100px 0;
	overflow:hidden;
}
#contact_wrap .contact_inner h1 {
	font-family:'NanumGothic', sans-serif;
	font-size:30px;
	color:#999;
	margin:170px 0 0 0;
	text-align:left;
}
#contact_wrap .contact_inner h1 span {
	color:#333;
}
#GoogleMap {
	clear:both;
	width:1000px;
	height:450px;
	margin:50px 0 0 0;
}
#contact_wrap .basic_info {
	font-family:'NanumGothic', sans-serif;
	font-size:12px;
	color:#555;
	margin:0 0 70px 0;
	text-align:center;
}
#contact_wrap h2 {
	font-family:'MetaplusBook', sans-serif;
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:20px 0 10px 0;
	overflow:hidden;
}
#contact_wrap .add {
	background:url('../image/content/add_ico.png') 0 50% no-repeat;
	padding:5px 0 5px 25px;
}
#contact_wrap .tel {
	background:url('../image/content/tel_ico.png') 0 50% no-repeat;
	margin-left:20px;
	padding:5px 0 5px 25px;
}
#contact_wrap .fax {
	background:url('../image/content/fax_ico.png') 0 50% no-repeat;
	margin-left:20px;
	padding:5px 0 5px 25px;
}
#contact_wrap .email {
	background:url('../image/content/email_ico.png') 0 50% no-repeat;
	margin-left:20px;
	padding:5px 0 5px 25px;
}
#contact_wrap .email a {
	font-family:'NanumGothic', sans-serif;
	font-size:12px;
	color:#555;
	text-align:center;
	text-decoration:none;
}