<style type="text/css">
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
body { margin:0; padding:0; }

div.headerWrap {
	position:relative;
	top:-55px;
	left:30px;
	width:740px;
	height:41px;
	margin:0 auto;
	
	z-index:10;
}
div.headerWrap>div {
	width: 740px;
	height: 41px;
	position: absolute;
	top: 0;
	left: 20px;
	margin: 0 auto;
	
	
	
}

.nawoo {
	position: absolute;
	width: 660px;
	height: 50px;
	z-index: 13;
	top: 15px;
	right: 141px;
}
.nawoo>ul {
	width:740px;
	height:45px;
	position:absolute;
	top:20px;
	margin-left:1px;
}
.nawoo>ul>li {
	position:relative;
	width:140px;
	height:45px;
	float:left;
	text-align:center;
	box-sizing:border-box;
	list-style:none;
}
.nawoo>ul>li:nth-child(4) {
		width:140px;
}
.nawoo>ul>li:nth-child(5) {
		width:110px;
}
.nawoo>ul>li>a {
	display:block;
	width:120px;
	height:45px;
	font:600 15px/3.6 'Noto Sans KR',sans-serif !important;
	color:#fff !important;
	transition:.4s;
	text-decoration:none;
	text-shadow:0 0 3px black;
}
.nawoo>ul>li:nth-child(4)>a{
		width:110px;
}
.nawoo>ul>li:nth-child(5)>a{
		width:110px;
}
.nawoo>ul>li:hover>a {
	
	color:yellow !important;
}
.nawoo>ul>li>div {
	position:absolute;
	width:135px;
	left:1px;
	top:58px;
	transition:.3s;
	height:0;
	opacity:0;
	visibility:hidden;
	
}
.nawoo>ul>li:nth-child(4)>div {
		width:110px;
}
.nawoo>ul>li:nth-child(5)>div {
		width:110px;
}

.nawoo>ul>li:hover div {
	opacity:1;
	top:15px;
	transform:translateY(10px);
	visibility:visible;
	height:auto;
}
.nawoo>ul>li>div>ul {
	width:135px;
	position:absolute;
	top:20px;
	left:0;
	
	list-style:none;
	
}

.nawoo>ul>li>div>ul:first-child {
	width:135px;
	position:absolute;
	top:20px;
	left:-10px;
	
	list-style:none;
	
}

.nawoo>ul>li>div>ul:nth-child(4)>div {
	
	position:absolute;
	top:20px;
	left:65px;
	
	list-style:none;
	
}
.nawoo>ul>li:nth-child(2)>div>ul {
		width:110px;
		position:absolute;
		top:20px;
		left:-14px;
		
}
.nawoo>ul>li:nth-child(3)>div>ul {
		width:110px;
		position:absolute;
		top:20px;
		left:-12px;
		
}
.nawoo>ul>li:nth-child(4)>div>ul {
		width:110px;
		position:absolute;
		top:20px;
		left:-2px;
		
}
.nawoo>ul>li:nth-child(5)>div>ul{
		width:110px;
		position:absolute;
		top:20px;
		left:-4px;
}
.nawoo>ul>li>div>ul>li {
	width:140px;
	margin-left:-38px;
	background:rgba(51,51,51,1);
}
.nawoo>ul>li:nth-child(4)>div>ul>li {
		width:110px;
}
.nawoo>ul>li:nth-child(5)>div>ul>li {
		width:110px;
}

.nawoo>ul>li>div>ul>li>a {
	display:block;
	width:140px;
	height:37px;
	border-top:1px solid #111;
	color:#fff !important;
	font:500 13px/3 'Noto Sans KR',sans-serif;
	transition:.2s;
	text-decoration:none;
}
.nawoo>ul>li:nth-child(4)>div>ul>li>a {
		width:110px;
}
.nawoo>ul>li:nth-child(5)>div>ul>li>a {
		width:110px;
}

.nawoo>ul>li>div>ul>li>a:hover {
	background:#000;
	color:#fff;
}

.nawoomenu { marign:0; padding:0; }
.nawoomenu li { list-style:none; font:700 14px/2 'Noto Sans KR', sans-serif; }
.nawoomenu li a { display:block; width:100%; color:#333; text-decoration:none; padding-left:20px; transition:all .3s;}
.nawoomenu li a:hover { color:red; background:#4b5b7f; color:#fff; padding-left:27px;}

.ta1 tr td { font:500 14px 'Noto Sans KR';}
</style>
