/*===============텍스트=================*/
.new_01 {
	color:#b6b800;
	font-size: 11px;
	font-family: 돋움;
}
.new_02 {
	color:#7b7d00;
	font-size: 12px;
	font-family: 돋움;
	line-height: 140%;
}

.new_02_bold {
	color:#7b7d00;
	font-size: 12px;
	font-family: 돋움;
	line-height: 140%;
    font-weight:bold;
}
.new_03 {
	color:#000000;
	font-size: 15px;
	font-family: 돋움;
	line-height: 130%;
	font-weight:bold;
}
.new_04 {
	color:#7b7d00;
	font-size: 11px;
	font-family: 돋움;
}


/*===============롤오버 텍스트=================*/

.new_01 a:link    {color: #b6b800; text-decoration:none;}
.new_01 a:visited {color: #b6b800; text-decoration:none;}
.new_01 a:hover   {color: #7b7d00; text-decoration:none;}
.new_01 a:active  {color: #b6b800; text-decoration:none;}

.new_02 a:link    {color: #7b7d00; text-decoration:none;}
.new_02 a:visited {color: #7b7d00; text-decoration:none;}
.new_02 a:hover   {color: #404100; text-decoration:none;}
.new_02 a:active  {color: #7b7d00; text-decoration:none;}


.new_03 a:link    {color: #000000; text-decoration:none;}
.new_03 a:visited {color: #000000; text-decoration:none;}
.new_03 a:hover   {color: #000000; text-decoration:underline;}
.new_03 a:active  {color: #000000; text-decoration:underline;}






