@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	font-family: "맑은고딕","Malgun Gothic",serif;
	background-image: url(../images/background_image.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header_wrap {
	margin:0;
	padding:0;
	height:10px;
	background-color:#100964;
}

#navigator {
	width:100%;
	height:120px;
	margin:0 auto;
	padding:0;
	background-image: url(../images/menu_box.png);
	background-repeat: repeat-x;
}

#navigator .sub {
	width:1000px;
	height:120px;
	margin:0 auto;
}

#navigator .sub .logo {
	width:300px;
	height:120px;
	float:left;
}

#navigator .sub .logo img {
	padding:35px 22.5px 35px 22.5px;
}

#navigator .sub .menu {
	width:700px;
	height:120px;
	float:left;
}

#navigator .sub .menu .login {
	font-size:11px;
	height:20px;
	padding:0 0 0 640px;
}

#navigator .sub .menu .sub_menu {
	height:100px;
	padding:0 0 0 150px;
}

#navigator .sub .menu .sub_menu img {
	padding:60px 20px 5px 20px;
}

#content {
	margin:0 auto;
	width:1000px;
	height:120px;
	left:0;
	right:0; 
	bottom:110px;
}

#content_sub {
	margin:0 0 0 730px;
	padding:10px;
	width:250px;
	height:100px;
	background-color:#000000;
}

#content_sub .lay_1 {
	float:left;
}

#content_sub .lay_2 {
	float:left;
	width:110px;
	padding:0 0 0 15px;
	font-size:15px;
	word-break:keep-all;
	color:white;
}

#footer_wrap {
	margin:0 auto;
	width:100%;
	height:120px;
	position:fixed; 
	left:0; 
	right:0; 
	bottom:0;
	background-image: url(../images/footer_box.png);
	background-repeat: repeat-x;
}

#footer_wrap .sub {
	width:1000px;
	height:120px;
	margin:0 auto;
}

#footer_wrap .sub .sub_title {
	width:300px; 
	height:120px;
	float:left;
}

#footer_wrap .sub .sub_title img {
	padding:50px 70px 50px 70px;
}

#footer_wrap .sub .sub_content {
	height:120px;
	float:left;
}

#footer_wrap .sub .sub_content img {
	padding:32.5px 0 32.5px 100px;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:white;
}

a:hover{
	text-decoration:none;
	color:white;
}