/* Header */
.header { width:100%;position:relative; z-index:2; display:inline-block;}
.header .container {width:100%; margin:0 auto;border:1px solid blue;display:inline-block;}
.header .logo {position:absolute; margin:0px;float:left;text-align:left;width:167px;height:104px;}

/* topmenu */
.topmenu {
	height:30px;
	position:relative;
	top:43px;
	border:0px solid yellow;
	width:994px;
	display:inline-block;
	float:right;
	text-align:right;
	
	}
.tmenu_left {
	padding-left:10px;
}

.topmenu .dropdown {
position:absolute;
	float:left;
	font-family:'맑은 고딕', dotum, gulim, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #000;
	line-height:1.1em;
	margin:0 0px 0 0;
	padding:0;
	width:1002px;
	margin-left:20px;
	text-align:right;

	border:0px solid red;}

.tmenu_left .dropdown {
text-align:right;
	float:right}
	
.topmenu .dropdown li {
	display:block;
	float:left;
	margin:0;
	border:0px solid red;
	position:relative;
	list-style:none;
	margin:0 0px 0 50px}

.topmenu .dropdown li a {
	display:block;
	color:#999999;
	height:58px;
	text-decoration:none;}


.topmenu .dropdown li a span {
	display:block}

.topmenu .dropdown li a:hover,
.topmenu .dropdown .current-menu-item a,
.topmenu .dropdown .current-menu-item li a:hover,
.topmenu .dropdown .current-menu-item .current_page_item a,
.topmenu .dropdown .current-on a,
.topmenu .dropdown .current-on a:hover,
.topmenu .dropdown li li.current-on a,
.topmenu .dropdown li .current-on .current-menu-item a,
.topmenu .dropdown .menu-item-home.current-menu-item a, 
.topmenu .dropdown .menu-item-home a:hover{
	color:#ffffff;}

.topmenu .dropdown .current-menu-item ul li a,
.topmenu .dropdown .current-on ul li a,
.topmenu .dropdown .current-on .current-menu-item li a,
.topmenu .dropdown .menu-item-home ul li a,
.topmenu .dropdown .current-on .current-on li a {
	color:#cccccc}
	
.topmenu .dropdown li ul li a:hover,
.topmenu .dropdown .current-on ul li a:hover,
.topmenu .dropdown .current-on .current-menu-item a,
.topmenu .dropdown .current-on li .current-menu-item a,
.topmenu .dropdown li .current-menu-item a,
.topmenu .dropdown li.parent li a:hover,
.topmenu .dropdown .current-on .current-on a{
	color:#ffffff}

.topmenu .dropdown li ul {
	display:none;
	position: absolute;
	top: 45px;
	left:-65px;
	width: 216px;
	padding:0;
	margin:0;
	font-size:13px;
	text-transform:none;
	text-align:left;
	color:#3e3e3e;
	letter-spacing:-1px;
	
	text-shadow:none}

.topmenu .dropdown li ul li ul {
	display:none;
	position: absolute;
	margin:0;
	top:0px;
	width: 215px;
	left:185px !important;	
	z-index:999999;

	
	}
	
.topmenu .dropdown li ul li {
	display:block;
	background:url('../GNB/img/dropdown_1_bg.png') 0 0 repeat-y;
	width: 216px;
	margin:0;
	height:auto;
	clear:both;
	position:relative;
	line-height:1.3em;
	}

.topmenu .dropdown li ul li ul li {
	width: 225px;
	border:0px solid red;
	margin-left:-11px;
	border:0px solid red;
	top:0px;
	}


.topmenu .dropdown li ul li ul li {
	background:url('../GNB/img/dropdown_1_bg2.png') 0 0 repeat-y;}

.topmenu .dropdown li ul li.first {
	background:url('../GNB/img/dropdown_1_first.png') 0 top no-repeat;
	padding-top:25px}

.topmenu .dropdown li ul li ul li.first {
	background:url('../GNB/img/dropdown_1_first2.png') 0 top no-repeat;
	padding-top:9px}
	
.topmenu .dropdown li ul li.last {
	background:url('../GNB/img/dropdown_1_last.png') 0 bottom no-repeat;
	padding:0 0 27px 0;}

.topmenu .dropdown li ul li.only {
	background:url('../GNB/img/dropdown_1_only.png') 0 top no-repeat;
	padding-top:10px}

.topmenu .dropdown li ul li ul li.last {
	background:url('../GNB/img/dropdown_1_last2.png') 0 bottom no-repeat;
	padding:0 0 27px 0;
	}

.topmenu .dropdown li ul li a{
	display:block;
	color:#cccccc;
	height: auto;
	padding:5px 3px 5px 20px;
	background:url('') center bottom no-repeat;}

.topmenu .dropdown li ul li ul li a {
	background:url('') center bottom no-repeat;
	color:#cccccc;
	padding:5px 3px 5px 20px !important;}

.topmenu .dropdown li ul li.last a,
.topmenu .dropdown li ul li ul li.last a {
	background:none}

.topmenu .dropdown li a span {
	display:block;}

.topmenu .dropdown li a:hover span {
	cursor:pointer}

.topmenu .dropdown li ul li.parent span {
	background:url('../GNB/img/dropdown_1_arrow.png') 116px 5px no-repeat;
	border:0px solid red;
	padding-right:10px}

.topmenu .dropdown li ul li.parent a:hover span {
	background:url('../GNB/img/dropdown_1_arrow.png') 116px 5px no-repeat;}

.topmenu .dropdown li ul li.parent ul li span{
	background:none;
	padding:0px 0px 0px 10px;
	border:0px solid red;
	color:#555555;
	margin:0px 0px -6px 0px;

	}



.topmenu .dropdown li ul li.parent ul a:hover span {
	background:none;
	padding:0px 0px 0px 10px;
	border:0px solid red;
	color:#000000;
	margin:0px 0px -6px 0px;

	}

.topmenu .dropdown li:hover ul li ul {
	display:none;}	

.topmenu .dropdown li:hover ul,
.topmenu .dropdown li:hover ul li:hover ul{
	display:block}

