@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin:0; padding:0; border:0;
		font-family: 'Nanum Gothic'; 
		font-size:100%;
		font-weight:normal;

}

a {text-decoration:none; color:#555555;}
html { overflow-y:scroll; }
body, html {width:100%; height:100%; }
ul, li { list-style:none; }

body {
	background-color:#ececec;

}

#wrapper { width:100%; }


/***************** Top *****************/


#wrapper > #top_wrapper {
	background-color:#ededed;	
}



#wrapper > #top_wrapper > .top_container {
	width:970px;
	height: 105px;
	margin:0 auto;
	background-color:#ededed;	
	padding-top:40px;

}

#wrapper > #top_wrapper > .top_container > .top_logo {
	display:inline;
	float:left;
	margin-left:4em;
	text-align:center;
	width:auto;
	height:auto;
}

#wrapper > #top_wrapper > .top_container > .top_logo a {
	font-size:1.8em;
}

#wrapper > #top_wrapper > .top_container > .top_menu {
	display:inline;
	float:right;

	width:auto;
	height:auto;
}

#wrapper > #top_wrapper > .top_container > .top_menu a {
	font-size:1.2em;
	display:block;
	float:left;
	width:120px;
	text-align:center;

}

#wrapper > #top_wrapper > .top_container > .top_menu a:hover {
	color:#999999;
}

#wrapper > #top_wrapper > #top_clear {
	min-width:970px;
	clear:both;
	height:15px;
	background-color:#7db7da;
}


/***************** Main *****************/


#wrapper > #main_wrapper {

	background:url(images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/bg.jpg',
    sizingMethod='scale');


}

#wrapper > #main_wrapper > .main_container {
	width:970px;	
	height:546px;
	margin:0 auto;
	
}


/***************** Sub *****************/


#wrapper > #sub_wrapper {
	background-color:#ffffff;
}

#wrapper > #sub_wrapper > .sub_container {
	width:970px;	
	height:auto;
	overflow:auto;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	background-color:#ffffff;

}


#wrapper > #sub_wrapper > .sub_container img {
	margin-bottom:10px;
}


#wrapper > #sub_wrapper > .sub_container input {
	clear:both; 
	display:block; 
	background:#ededed; 
	width:500px; 
	height:30px;  
	margin:0 auto; 
	margin-top:30px;
	color:#888888;
	font-size:0.8em;
}

#wrapper > #sub_wrapper > .sub_container textarea {
	display:block; 
	clear:both; 
	background:#ededed; 
	width:500px; 
	height:200px; 
	margin:0 auto; 
	margin-top:30px;
}

#wrapper > #sub_wrapper > .sub_container > .sub_both {
	width:970px; 
	height:auto; 
	margin:0 auto;
}

#wrapper > #sub_wrapper > .sub_container > .sub_both > .sub01 {
	float:left; 
	width:470px; 
	height:546px; 
	margin-left:10px; 
}

#wrapper > #sub_wrapper > .sub_container > .sub_both > .sub01 h1 {
	font-size:1.5em;
	color:#537da9;
	font-weight:bold;
	margin:0.5em;
}

#wrapper > #sub_wrapper > .sub_container > .sub_both > .sub01 p {
	text-align:left;
	line-height:2em;

}

#wrapper > #sub_wrapper > .sub_container > .sub_both > .sub02 {
	float:left; 
	width:470px; 
	height:546px; 
	margin-left:10px; 
}

/***************** Footer *****************/



#wrapper > #footer_wrapper > .footer_container {
	width:970px;
	height:100px;
	margin:0 auto;
	padding-top:30px;
}

#wrapper > #footer_wrapper > .footer_container > .footer_logo {
	display:inline;
	float:left;
	margin-left:4em;
	width:auto;
	height:auto;
	text-align:center;
}

#wrapper > #footer_wrapper > .footer_container > .footer_logo a {
	font-size:1.8em;
	color:#888888;
}

#wrapper > #footer_wrapper > .footer_container > .footer_contents {
	display:inline;
	float:right;

}

#wrapper > #footer_wrapper > .footer_container > .footer_contents p {
	width:auto;
	height:auto;
	font-size:0.8em;
	line-height:auto;
	color:#888888;
	text-align:right;
}