@charset "euc-kr";
/* CSS Document */

body{}


#wrap{width:100%; min-width:980px; margin:0 auto;}


/*================================
	°øÅë : header
================================*/

#header{
	position:relative;
	width:100%;
}
#header .top{background:#3b55b4;}
#header .headerTop{
	margin:0 auto;
	width:1200px;
	height:35px; 
}
#header .headerTop h1{position:absolute; left:0px; top:25px;  width:170px; height:43px;}
#header .headerTop .util{float:right;margin-right:20px;}
#header .headerTop .util ul{margin-top:7px;}
#header .headerTop .util ul li:first-child{margin-left:0;}
#header .headerTop .util ul li{margin-left:10px;}
#header .headerTop .util img {float:right;}




.top_bg{
	width:100%;
	background:url("../images/menu_bg.jpg")repeat-x left top;
}

#top_navi_wrap{
	overflow:hidden;
	margin:0 auto;
	width:1200px;

}
.top_navi_con{
	padding-top:54px;
	padding-left:102px;
	width:735px;
	height:101px; 
	background:#fff;
}

/* ¸Þ´º½ÃÀÛ */
#gnb{padding:0px; overflow:hidden;}
.gnb_li{
	float:left;
	margin-left:42px;
	padding-top:8px;
	border-top:2px solid #fff;
}
.gnb_li:first-child{margin-left:0;}
.gnb_li > a{
	font-size:20px;
	font-weight:600;
	color:#666666;
}
.gnb_li:hover{border-top:2px solid #748eec;}
.gnb_li > a:hover{color:#3b55b4;}

.gnb_li1{width:76px;}
.gnb_li2{width:113px;}
.gnb_li3{width:94px;}
.gnb_li4{width:76px;}
.gnb_li5{width:76px;}

.sgnb{
	overflow:hidden;
	position:relative;
	display:none;
	top:38px;
	padding:0 0 0 10px;
	width:100%;
}
.sgnb1{
	left:0px;
	width:330px;
	height:150px;
}
.sgnb2{
	left:-5px;
	width:200px;
	height:150px;
}
.sgnb3{
	left:-243px;
	width:600px;
	height:150px;
}
.sgnb4{
	left:-11px;
	width:304px;
	height:150px;
}
.sgnb5{
	left:-193px;
	width:300px;
	height:150px;
}



.sgnb_li{float:left; margin:7px 10px 0 10px;}
.sgnb_li > a:hover{
	padding-top:5px;
	color:#fff;
	border-top:2px solid #fff;
}
.sgnb_li > a{
	font-size:16px;
	font-weight:600;
	color: #fff !important;
}



a.on:link, a.on:visited, a.on:active { text-decoration:none; color:#00f6ff;}
a.on:hover { text-decoration:none;color:#00f6ff;}


/*================================
	°øÅë : contents
================================*/


/* text color ¼³Á¤ */
.red {color:#cc0000;}
.brown {color:#c64831;}
.black {color:#333333;}
.choco {color:#D2691E;}
.tan {color:#D2B48C;}
.lime {color:#a4c400;}
.green {color:#60a917;}
.teal {color:#00aba9;}
.cyan {color:#1ba1e2;}
.magenta {color:#d80073;}
.amber {color:#f0a30a;}
.olive {color:#6d8764;}
.gray {color:#666666;}


/* text size ¼³Á¤ */
.size00 {font-size:0.85em;}
.size0 {font-size:0.9em;}
.size1 {font-size:1.2em;}
.size2 {font-size:1.4em; line-height:130%;}
.size3 {font-size:1.7em; line-height:140%;}
.size4 {font-size:1.9em; line-height:140%;}

.b {font-weight:bold;}
.n {font-weight:normal;}
.narrow {letter-spacing:-1px;}



/*================================
	°øÅë : footer
================================*/
#footer{
	width:100%;
	height:125px;
	background: #666666;
}
#footer .foot{
	margin:0 auto;
	width:1200px;
	min-width:1200px;
}
#footer .foot .footmenu {clear:both; padding:0; }
#footer .foot .footmenu li{float:left; width:210px; background:url(../images/bg_bar.gif) no-repeat right top; text-align:center;}
#footer .foot .footmenu li.end{background:none;}
#footer .foot .footmenu a{padding:10px; display:block;}
#footer .address{clear:both; margin:0 auto;width:801px;}
#footer .logo{
	float:left;
	margin-top:32px;
}
#footer .add{
	float:right;
	margin-top:40px;
	line-height:20px;
	font-size:12px;
	text-align:right;
	color:#fff;
}
#footer .add img {vertical-align:middle; margin:-2px 0 0 5px;}
#footer .add span{
	padding:0 5px;
	font-size:10px;
	color:#fff;
}
#footer .partner{float:left; width:100px; margin-top:25px;}
