@charset "utf-8";

/* black → red */

.black1 a:link {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #000000;	text-decoration: none;}
.black1 a:visited {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #000000;	text-decoration: none;}
.black1 a:active {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #000000;	text-decoration: none;}
.black1 a:hover {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #d50e5f;	text-decoration: none;}


/* black → red underline */

.black2 a:link {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #000000;	text-decoration: none;}
.black2 a:visited {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #000000;	text-decoration: none;}
.black2 a:active {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #000000;	text-decoration: none;}
.black2 a:hover {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #d50e5f;	text-decoration: underline;}


/* red → red underline */

.red a:link {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #d50e5f;	text-decoration: none;}
.red a:visited {	font-family: "돋움", "돋움체";	font-size: 9pt;	color: #d50e5f;	text-decoration: none;}
.red a:active {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #d50e5f;	text-decoration: none;}
.red a:hover {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #d50e5f;	text-decoration: underline;}



/* white → yellow */
.menu a:link {		font-family: "돋움", "돋움체";	font-size: 11pt;	font-weight: bold;	letter-spacing:-1; color: #ffffff;	text-decoration: none;}
.menu a:visited {	font-family: "돋움", "돋움체";	font-size: 11pt;	font-weight: bold;	letter-spacing:-1; color: #ffffff;	text-decoration: none;}
.menu a:active {	font-family: "돋움", "돋움체";	font-size: 11pt;	font-weight: bold;	letter-spacing:-1; color: #ffffff;	text-decoration: none;}
.menu a:hover {		font-family: "돋움", "돋움체";	font-size: 11pt;	font-weight: bold;	letter-spacing:-1; color: #ffff00;	text-decoration: underline;}

/* gray → red */

.gray a:link {		font-family: "돋움", "돋움체";	font-size: 11pt;	letter-spacing:-2; color: #6d6d6d;	text-decoration: none;}
.gray a:visited {	font-family: "돋움", "돋움체";	font-size: 11pt;	letter-spacing:-2; color: #6d6d6d;	text-decoration: none;}
.gray a:active {	font-family: "돋움", "돋움체";	font-size: 11pt;	letter-spacing:-2; color: #6d6d6d;	text-decoration: none;}
.gray a:hover {		font-family: "돋움", "돋움체";	font-size: 11pt;	letter-spacing:-2; color: #8942b9;	text-decoration: none;}

/* gray → red */

.gray2 a:link {		font-family: "돋움", "돋움체";	font-size: 9pt;	color: #6d6d6d;	text-decoration: none;}
.gray2 a:visited {	font-family: "돋움", "돋움체";	font-size: 9pt;	color: #6d6d6d;	text-decoration: none;}
.gray2 a:active {	font-family: "돋움", "돋움체";	font-size: 9pt;	color: #6d6d6d;	text-decoration: none;}
.gray2 a:hover {	font-family: "돋움", "돋움체";	font-size: 9pt;	color: #8942b9;	text-decoration: none;}


