@charset "utf-8";
/* ¾ð¾î */
#language {position:relative; width:100%; background-color:#f6f6f6; border-bottom:1px solid #dddddd;}
	#language .lang_list {width:1150px; height:47px; margin:0 auto;}
	#language ul {display:inline-block; float:right; margin-top:17px;}
	#language li {font-size:13px; float:left; padding:0 12px; border-right:2px solid #dddddd;}
	#language li:last-child {border-right:none;}
	#language a {color:#3e3e3e;}
#menu {
	position: fixed;
	width:100%;
	min-width:1200px;
	height:137px;
	top:0;
	z-index:99999;
	background:#fff;
	/*border-bottom:1px solid #EBEAEA; */
	}

.menuContainer {
	position:absolute;
	width:1200px;
	left:50%;
	margin-left:-600px;
	}

.fixed {
	position: fixed;
	width:100%;
	height: 89px;
	}

/* ·Î°í */
h1 {
	position:absolute;
	top:45px;
	left:0;
	width:97px;
	height:109px;
	}

/* ¸Þ´º */
#gnb {
	position:absolute;
	width:1200px;
	z-index:9;
	} 

#gnb li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-99999px;
	}

.gnbhover {
	display:none;
	position:fixed;
	top:0;
	width:130px;
	height:10px;
	border-top:10px solid #008991;
	}

/* #gnb li */
.sub1, .sub2, .sub3, .sub4, .sub5, .sub6{
	position:relative;
	float:left;
	height:50px;
	width:130px;
	}

.sub1 {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:0px 0px;
	}
	
.sub1:hover, .sub1hover {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:-250px 0px;
	}

.sub2 {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:0px -50px;
	}
	
.sub2:hover, .sub2hover {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:-250px -50px;
	}

.sub3 {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:0px -100px;
	}
	
.sub3:hover, .sub3hover {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:-250px -100px;
	}

.sub4 {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:0px -150px;
	}
	
.sub4:hover, .sub4hover {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:-250px -150px;
	}
.sub5 {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:0px -200px;
	}
	
.sub5:hover, .sub5hover {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:-250px -200px;
	}
.sub6 {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:0px -250px;
	}
	
.sub6:hover, .sub6hover {
	background:url('../images/main/gnb.png') no-repeat;
	background-position:-250px -250px;
	}
