﻿@import url(http://fonts.googleapis.com/earlyaccess/Malgun Gothic.css);
* {font-family:'Malgun Gothic', sans-serif;}

@font-face {

    font-family:'Malgun Gothic';
    src: url('images/Malgun Gothic.eot');
    src: url('images/Malgun Gothic.eot?#iefix') format('embedded-opentype'),
         url('images/Malgun Gothic.woff') format('woff'),
         url('images/Malgun Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


	/* 윈도우 */
	@media	(max-width:769px){
	.pc		{display:none;}
	}

	/* 아이패드 이하 */
	@media	(min-width:769px){
	.mobile		{display:none;}
	
.
	}


#header_wrap { width:100%;   min-width:1200px; height:80px;  margin:0 auto; }
#top_wrap {
	width:100%;
	min-width:1200px;
	margin-top:-75px;

	}
#top_menu {
	width:1200px;
	margin:0 auto;

	
	}
#top_menu ul {
	float:right;

	}
#top_menu ul li {
	float:left;
	font-size:13px;
	height:10px;
	line-height:40px;
	font-weight:600;
	}
#top_menu ul li.first{
		background:url(../images/menu_bar.gif) right center no-repeat;
}

#top_menu ul li a {
	color:#000;
	display:block;
	padding:0 10px;

	}
#top_menu ul li.last a {
	background:#448926;
	color:#fff;
	}
	
#header { width:1200px; height:0px; margin:0 auto; margin-top:80px; z-index:999; }
#header h1 {float:left; margin-top:12px; margin-bottom:15px; z-index:999;}

.nav_wrap { width: 1200px; float:left;}
/* @group core nav menu */
#nav { margin: 10px; padding: 0; list-style: none; height: 80px; padding-left:255px; margin-top:-88px; }

#nav li p{height:49px; line-height:30px; margin-top:28px; font-size:19px; letter-spacing:0.3pt; line-height:20px; font-weight :800; color:#000; margin-left:13px; font-family: notokr-light;}
#nav li p a:hover { color:#fff;}


#nav li p span{font-size:13px;}
#nav li { float: left; display: block;  position: relative; z-index: 9999999999999; }

#nav li a { display: block; padding: 0 30px; line-height: 47px; text-decoration: none; zoom: 1; text-align:center; line-height:18px; font-family: 'MalgunGothic'  , sans-serif !important; }
#nav li a:hover, #nav li a.hov {  font-weight :600; color:#888; }

.menu_p{ height:72px;  line-height:30px; margin-top:15px;}
.menu_p span { font-size:13px;}

/* @group subnav */
#nav ul { position: absolute; left:-3px; display: none; margin: 0;  z-index:99999999999999; top:77px;  padding: 0; list-style: none; }	
#nav ul.menu1 li { width:166px; float: left; z-index:99999999999999;  }
#nav ul li:hover { background:#fff; }

#nav ul.menu1 a { width:166px; display: block;  line-height:25px; padding: 7px 0px ; z-index:99999999999999;  font-family: 'MalgunGothic'  , sans-serif !important;  font-size:14px; color:#6e6e6e; border-bottom:1px #dddddd solid;border-left:1px #dddddd solid;border-right:1px #dddddd solid; background:#fff;  }
.mbd a{  border-top:1px #dddddd solid;}

#nav ul.menu1 a:hover { font-weight:500;	text-decoration:none;  color:#000;  padding:7px 0px; }

