#dd
{   margin: 0;
    padding: 0}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
	font-family: 'Nanum Gothic', nanum_gothic, ³ª´®°íµñ, arial;
    font: bold 12px 'Nanum Gothic';
}

#dd li a.menu
{   display: block;
	border-radius: 3px; /* ³×¸é ¸ðµÎ µÕ±Û°Ô */
    padding: 7px 5px 2px 5px; /* text-valignÀº ¾ø°í À§¿¡¼­ ºÎÅÍÀÇ °Å¸®¸¦ Á¶ÀýÇØ ÁÝ´Ï´Ù. */
    background: #EEEEEE; /*¸Þ´º ¹ÙÅÁ»ö*/
	border-bottom: 2px solid #AABCCF;	 /* ¹Ù´Ú ¼± ±½±â¿Í »ö»ó */
    margin: 0 3px 0 0; /*¸Þ´º »çÀÌ °£°Ý */
    text-align: center;
    width: 105px; /* ¹Ýµå½Ã ´ÜÀ§¸¦ Ç¥½ÃÇØ¾ß ÇÑ´Ù. */
    height: 20px;
    color: #8C8D8E; /*¸Þ´º ±ÛÀÚ»ö*/
	font-size:12px;
	font-family: 'Nanum Gothic', nanum_gothic, ³ª´®°íµñ, arial;
    text-decoration: none}

#dd li a.menu:hover /*¸Þ´º ¸¶¿ì½º ¿À¹ö½Ã */
{   background: #45689F;
    color: #fff; /*¸Þ´º ±ÛÀÚ»ö*/
	/*border-bottom: 2px solid #FF4128; */
}

.submenu2 /* ÇÏÀ§ ¸Þ´º ½ºÅ¸ÀÏ ÀüÃ¼ ¹Ú½º ¼³Á¤ */
{   background: white;
	border-radius: 2px; 			/* ³×¸é ¸ðµÎ µÕ±Û°Ô */

    border-top: 1px solid #AABCCF;	/* ¼­ºê ¸Þ´ºÀÇ ¹Ú½º  À§ ºÎºÐ Å×µÎ¸® */
	border-bottom: 1px solid #AABCCF;	/* ¹Ù´Ú ¼± ±½±â¿Í »ö»ó */	
	margin-top: -1px;       		/* ¸ÞÀÎ ¸Þ´º¿Í ¼­ºê ¸Þ´º ¹Ú½º À§ÀÇ °£°Ý */
    visibility: hidden;
    position: absolute;				/* htmlÀÇ flow¿¡ ¿µÇâÀ» ¹ÌÄ¡Áö ¾Ê°Ô absolute ¼³Á¤ */

	width: 115px;           		/* ±âº» ³ÐÀÌ¸¦ 115px·Î ¼³Á¤ */
	/* width: 125px;  				/* ÀÚµ¿À¸·Î ÇÏ·Á¸é, ¼³Á¤¾ÈÇÏ¸é µÈ´Ù. ´ÜÀ§´Â ¹Ýµå½Ã Ç¥½ÃÇØ¾ß ÇÑ´Ù. */
    /* height: 20px;				/* ¼­ºê ¸Þ´º ¹Ú½º ³ôÀÌÀÌ¹Ç·Î ÀÚµ¿À¸·Î µÇµµ·Ï ¼³Á¤ÇÏ¸é ¾ÈµÈ´Ù. */

	overflow: hidden;       		/* ½Ç ³»¿ëÀÌ ³ôÀÌº¸´Ù Ä¿Áö¸é ÇØ´ç ³»¿ë °¨Ãã */
    transition: height .2s; 		/* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±âº») */
    -webkit-transition: height .2s; /* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±¸¹öÀü Å©·Ò/»çÆÄ¶ó¤Ó) */
    -moz-transition: height .2s; 	/* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±¸¹öÀü ÆÄÆø) */
    -o-transition: height .2s;		/* height¸¦ º¯È­ ½ÃÄ×À» ¶§ 0.2ÃÊ°£ º¯È­ µÇµµ·Ï ¼³Á¤(±¸¹öÀü ¿ÀÆä¶ó) */
    z-index: 3;

	/*
	box-shadow: 0 5px 7px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.2);
	*/
	}

.submenu2 a {
	display: block;
    background: #F2F2F2; /*¸Þ´º ¹ÙÅÁ»ö*/	

	margin-top: -1px;       /* À§ Ä­ÀÇ ÇÏ´Ü Å×µÎ¸®¿Í ¾Æ·¡Ä­ÀÇ »ó´Ü Å×µÎ¸®°¡ °ãÃÄÁöµµ·Ï ¼³Á¤ */
	padding: 5px 15px 5px 15px;
	height: 17px; 			/* ¸¶¿ì½º ¿À¹ö ¸Þ´º ¹Ú½º Å©±â´Â ¼³Á¤ÇØµµ µÈ´Ù. */

	border: thin solid #AABCCF;	 		/* Å×µÎ¸® ¼± ±½±â¿Í »ö»ó */
	border-bottom: 1px solid #AABCCF;	/* ¹Ù´Ú ¼± ±½±â¿Í »ö»ó */		

	font-size: 12px; 		/* font-size:10pt;¿Í µ¿ÀÏÇÏ´Ù. */
	font-weight: bold;      /* ÆùÆ®¸¦ ±½°Ô ¼³Á¤ */
	color: #8C8D8E; 		/*¸Þ´º ±ÛÀÚ»ö #13000A */
	text-decoration: none;
	text-align: center;
	font-family: 'Nanum Gothic', ³ª´®°íµñ, nanum_gothic, arial;
}

.submenu2 a:visited {
	color: #8C8D8E; 		/*¸Þ´º ±ÛÀÚ»ö #13000A */
}

.submenu2 a:link {
	color: #8C8D8E; 		/*¸Þ´º ±ÛÀÚ»ö #13000A */
}

.submenu2 a:hover {
	background: #45689F;  	/* #DDDDDD #FF0000 »¡°£»ö ¹è°æ */
    color: #FFF;
}

.longLink {     					/* Á» ´õ ±ä ¸Þ´º ½ºÅ¸ÀÏ ¼³Á¤ */
	width: 180px;   		/* ³ÐÀÌ´Â 190px·Î ¼³Á¤ */
}

.submenu3 {
	background: #EAEBD8;
	border: 1px solid #13000A;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 108px;  /* ¹Ýµå½Ã ´ÜÀ§¸¦ Ç¥½ÃÇØ¾ß ÇÑ´Ù. */
	height: 20px;
}

.submenu3 a {
	display: block;
	font: 11px arial;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	color: #13000A
}

.submenu3 a:hover {
	background: #FF0000;
    color: #FFF;
}