/*######################## mainMenu ########################*/
.MCT {width:644px; text-align:center; margin:0 auto; margin-top:0px; padding: 0px 0 0 0; border:0px solid red;}

 .menuBox{display:block; text-align:center; margin:0 auto;}

	 .menuBox UL{margin:0px;padding:0px;list-style:none;}
	 .menuBox LI{margin:0px;padding:0px;list-style:none;float:left;}

	 .menuBox .MMbox{position:relative; border:0px solid red;}

	 .menuBox .MMbox .MM1,
	 .menuBox .MMbox .MM2,  
	 .menuBox .MMbox .MM3,   
	 .menuBox .MMbox .MM4,  
	 .menuBox .MMbox .MM5, 
	 .menuBox .MMbox .MM1_on,  
	 .menuBox .MMbox .MM2_on,  
	 .menuBox .MMbox .MM3_on, 
	 .menuBox .MMbox .MM4_on,
	 .menuBox .MMbox .MM5_on
	 {display:block;overflow:hidden; border:0px solid blue;} /* ¼öÁ¤ : ¸ÞÀÎ¸Þ´ºµé Å©±â(width, height) */

	 .menuBox .MMbox .SMbox{position:absolute;left:0px;top:60px;width:644px;height:31px;overflow:hidden; border:0px solid red;} /* ¼öÁ¤ : ¼­ºê¸Þ´º ¶óÀÎÀÇ À§Ä¡, Å©±â(top, width, height) */
	 .menuBox .MMbox .SMbox .SMFX{position:absolute;left:0px;top:96px; border:0px solid blue;;}

		 .menuBox .MMbox .SMbox A{display:block;height:31px;text-indent:-1000px;overflow:hidden;margin:0px 0px; border:0px solid green}/* ¼öÁ¤ : ¼­ºê¸Þ´ºµé °£°Ý(margin) */



		 .menuBox .MMbox .MM1{background:url(../img/menu1.png) no-repeat 0 0; display:block;width:157px;height:60px;} /* ¼öÁ¤ : ¸ÞÀÎ¸Þ´ºµé Å©±â(width, height) - ½º¸¶Æ®Æù¿¡¼­ ¾Èº¸ÀÌ´Â °Í ¹æÁö - °¢¸Þ´º¿¡ ¸ðµÎ ÁöÁ¤ */
		 .menuBox .MMbox .MM1:hover,
		 .menuBox .MMbox .MM1_on{background:url(../img/menu1_on.png) no-repeat 0 0; display:block;width:157px;height:60px;}

			 .menuBox .MMbox .SMbox .SM1_1{width:89px; background:url(../img/submenu1_1.png) no-repeat 0 0;}  /* ¼öÁ¤ : °¢ ¼­ºê¸Þ´ºÀÇ ³ÐÀÌ(width) */
			 .menuBox .MMbox .SMbox .SM1_1:hover,
			 .menuBox .MMbox .SMbox .SM1_1_on{width:89px; background:url(../img/submenu1_1_on.png) no-repeat 0 0;}

			 .menuBox .MMbox .SMbox .SM1_2{width:50px; background:url(../img/submenu1_2.png) no-repeat 0 0;}
			 .menuBox .MMbox .SMbox .SM1_2:hover,
			 .menuBox .MMbox .SMbox .SM1_2_on{width:50px; background:url(../img/submenu1_2_on.png) no-repeat 0 0;}

			 .menuBox .MMbox .SMbox .SM1_3{width:67px; background:url(../img/submenu1_3.png) no-repeat 0 0;}
			 .menuBox .MMbox .SMbox .SM1_3:hover,
			 .menuBox .MMbox .SMbox .SM1_3_on{width:67px; background:url(../img/submenu1_3_on.png) no-repeat 0 0;}

			 .menuBox .MMbox .SMbox .SM1_4{width:108px; background:url(../img/submenu1_4.png) no-repeat 0 0;}
			 .menuBox .MMbox .SMbox .SM1_4:hover,
			 .menuBox .MMbox .SMbox .SM1_4_on{width:108px; background:url(../img/submenu1_4_on.png) no-repeat 0 0;}
		
			 .menuBox .MMbox .SMbox .SM1_5{width:87px; background:url(../img/submenu1_5.png) no-repeat 0 0;}
			 .menuBox .MMbox .SMbox .SM1_5:hover,
			 .menuBox .MMbox .SMbox .SM1_5_on{width:87px; background:url(../img/submenu1_5_on.png) no-repeat 0 0;}



		 .menuBox .MMbox .MM2{background:url(../img/menu2.png) no-repeat 0 0; display:block;width:116px;height:60px;}
		 .menuBox .MMbox .MM2:hover,
		 .menuBox .MMbox .MM2_on{background:url(../img/menu2_on.png) no-repeat 0 0; display:block;width:116px;height:60px;}

			 .menuBox .MMbox .SMbox .SM2_1{width:119px; background:url(../img/submenu2_1.png) no-repeat 0 0;}  /* ¼öÁ¤ : °¢ ¼­ºê¸Þ´ºÀÇ ³ÐÀÌ(width) */
			 .menuBox .MMbox .SMbox .SM2_1:hover,
			 .menuBox .MMbox .SMbox .SM2_1_on{width:119px; background:url(../img/submenu2_1_on.png) no-repeat 0 0;}



		 .menuBox .MMbox .MM3{background:url(../img/menu3.png) no-repeat 0 0; display:block;width:150px;height:60px;}
		 .menuBox .MMbox .MM3:hover,
		 .menuBox .MMbox .MM3_on{background:url(../img/menu3_on.png) no-repeat 0 0; display:block;width:150px;height:60px;}

			 .menuBox .MMbox .SMbox .SM3_1{width:134px; background:url(../img/submenu3_1.png) no-repeat 0 0;}  /* ¼öÁ¤ : °¢ ¼­ºê¸Þ´ºÀÇ ³ÐÀÌ(width) */
			 .menuBox .MMbox .SMbox .SM3_1:hover,
			 .menuBox .MMbox .SMbox .SM3_1_on{width:134px; background:url(../img/submenu3_1_on.png) no-repeat 0 0;}



		 .menuBox .MMbox .MM4{background:url(../img/menu4.png) no-repeat 0 0; display:block;width:114px;height:60px;}
		 .menuBox .MMbox .MM4:hover,
		 .menuBox .MMbox .MM4_on{background:url(../img/menu4_on.png) no-repeat 0 0; display:block;width:114px;height:60px;}

			 .menuBox .MMbox .SMbox .SM4_1{width:119px; background:url(../img/submenu4_1.png) no-repeat 0 0;}  /* ¼öÁ¤ : °¢ ¼­ºê¸Þ´ºÀÇ ³ÐÀÌ(width) */
			 .menuBox .MMbox .SMbox .SM4_1:hover,
			 .menuBox .MMbox .SMbox .SM4_1_on{width:119px; background:url(../img/submenu4_1_on.png) no-repeat 0 0;}



		 .menuBox .MMbox .MM5{background:url(../img/menu5.png) no-repeat 0 0; display:block;width:107px;height:60px;} /* ¼öÁ¤ : ¸ÞÀÎ¸Þ´ºµé Å©±â(width, height) - ½º¸¶Æ®Æù¿¡¼­ ¾Èº¸ÀÌ´Â °Í ¹æÁö - °¢¸Þ´º¿¡ ¸ðµÎ ÁöÁ¤ */
		 .menuBox .MMbox .MM5:hover,
		 .menuBox .MMbox .MM5_on{background:url(../img/menu5_on.png) no-repeat 0 0; display:block;width:107px;height:60px;}

			 .menuBox .MMbox .SMbox .SM5_1{width:90px; background:url(../img/submenu5_1.png) no-repeat 0 0;}  /* ¼öÁ¤ : °¢ ¼­ºê¸Þ´ºÀÇ ³ÐÀÌ(width) */
			 .menuBox .MMbox .SMbox .SM5_1:hover,
			 .menuBox .MMbox .SMbox .SM5_1_on{width:90px; background:url(../img/submenu5_1_on.png) no-repeat 0 0;}

			 .menuBox .MMbox .SMbox .SM5_2{width:81px; background:url(../img/submenu5_2.png) no-repeat 0 0;}
			 .menuBox .MMbox .SMbox .SM5_2:hover,
			 .menuBox .MMbox .SMbox .SM5_2_on{width:81px; background:url(../img/submenu5_2_on.png) no-repeat 0 0;}

			 .menuBox .MMbox .SMbox .SM5_3{width:81px; background:url(../img/submenu5_3.png) no-repeat 0 0;}
			 .menuBox .MMbox .SMbox .SM5_3:hover,
			 .menuBox .MMbox .SMbox .SM5_3_on{width:81px; background:url(../img/submenu5_3_on.png) no-repeat 0 0;}

			 .menuBox .MMbox .SMbox .SM5_4{width:87px; background:url(../img/submenu5_4.png) no-repeat 0 0;}
			 .menuBox .MMbox .SMbox .SM5_4:hover,
			 .menuBox .MMbox .SMbox .SM5_4_on{width:87px; background:url(../img/submenu5_4_on.png) no-repeat 0 0;}