@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

/*³×ºñ°ÔÀÌ¼Ç »ö»ó
.navi_bg{ 
	margin-top:0px;
	width:675px;
	z-index:999999;
}*/
/*³×ºñ°ÔÀÌ¼Ç ÀüÃ¼ ¿µ¿ª Á¦¾î*/

.nav {
	z-index:999999;
	height:20px;
	list-style: none;
	width:540px;
	margin-left:50px;
	font-size: 18px;
	color:#323232;
}

.nav li {font-size:16px; font-weight:500}


/*ÁÖ¸Þ´º ¿µ¿ª Á¦¾î*/

.topnav{
	margin-top:40px;
	text-align:center;
	height:48px;
	cursor:pointer;
	font-weight:600;
}

/*ÁÖ¸Þ´º ¸¶¿ì½º ¿À¹ö½Ã*/

.topnav:hover{
	color:#169ef4;
}

/*ÁÖ¸Þ´º,¼­ºê¸Þ´º ÇÑ¹­À½ Á¦¾î*/

.navi_set{
	float: left;
	position: relative;
	background-repeat:no-repeat;
	background-position:100% 50%;
}

/*¼­ºê¸Þ´º ÀüÃ¼¿µ¿ª Á¦¾î*/

.subnav{z-index:999999;
	width:135px;
	position: absolute;
	left:0px; top: 76px;
	background: #343434;
	 opacity: 0.9;
	display: none;

}


/*¼­ºê¸Þ´º ÇÑÄ­ Á¦¾î*/

.subnav li{
color:#fff;
	font-size:10pt;
	font-weight:bold;
	padding:10px;
	text-align:center;
	cursor:pointer;
}


/*¼­ºê¸Þ´º ¸¶¿ì½º ¿À¹ö½Ã*/

.subnav li:hover{
	font-weight:bold;
	color:#b5a599;
	
}

/*.line{margin:0 55px;}*/

