﻿/***IMPORT***/
@import url(Detail.css); /*Detail(Element)*/
/***IMPORT***/

/**** LINK ****/

a {
	text-decoration:none;
	color:#777777;
	font-family:dotum, sans-serif;
	cursor:pointer;
}
a:link {
	text-decoration:none;
	color:#777777;
	font-family:dotum, sans-serif;
}
a:visited {
	text-decoration:none;
	color:#777777;
}
a:active {
	text-decoration:none;
	color:#777777;
	font-family:dotum, sans-serif;
	font-weight:normal;
}
.violet a:hover {
	text-decoration:none;
	color:#8853b6;
}
.green a:hover {
	text-decoration:none;
	color:#7f9c38;
}


/**** LINK ****/

/**** LayOut ****/

#mainImgArea {  width:898px; height:500px; background:url(/images/main/mainBG.jpg) no-repeat top left; }
#mainContents { clear:both; width:870px; height:218px; background:url(/images/main/mainBoard.jpg) no-repeat; padding:29px 0 0 28px;  }
#mainFooter { width:898px; padding:9px 0 7px 93px; color:#6f6f6f; background:url(/images/maintest05.jpg) no-repeat top left; }

/**** LayOut ****/

.mainRight
{
    float:left;
    width:202px;
    margin:14px 0 0 0;
}   
.mainTV
{
    width:184px;
    height:165px;
    margin:0 0 8px 0;
    padding:9px;
    background:url(/images/main/mainTVbg.gif) no-repeat top left;
}   
		