<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

.nav { height:100px; list-style: none; width:100%; margin:auto; margin-top:68px; position:absolute; left:50%; margin-left:-170px; z-index:999; }
.navi_set{ float: left; padding:10px 10px 0px 10px; position: relative; margin-top:-30px; } /* 1차 메뉴 영역 */
	.navi_set ul { float:left; text-align:center; }

		.topnav{ text-align:center;width:100%; height:50px;cursor:pointer; } /* 네비 전체 마우스 오버 영역 */

			/*마우스오버시*/
			.subnav { position: absolute; top:49px; margin-top:0px; float:left; height:30px; display: none; left:50%; width:4000px; margin-left:-2000px; z-index:999; }
				.topnav ul li{	text-align:left; cursor:pointer; }
			
							.subnav01 { margin-left:-80px; background:url(/new/image/top_nav_bg.jpg); background-position:153px; z-index:999; padding-bottom:0px; }
							.subnav02 { margin-left:-70px; background:url(/new/image/top_nav_bg.jpg); background-position:28px; padding-bottom:0px;}
							.subnav03 { margin-left:-70px; background:url(/new/image/top_nav_bg.jpg); background-position:-87px; padding-bottom:0px; }
							.subnav04 { margin-left:-70px; background:url(/new/image/top_nav_bg.jpg); background-position:-202px; padding-bottom:0px;}
							.subnav05 { margin-left:-420px; background:url(/new/image/top_nav_bg.jpg); background-position:33px; padding-bottom:0px; }
</pre></body></html>