@charset "euc_kr";
@charset "euc_kr";
@import url(normalize.css);



/* À¥ÆùÆ® */
@font-face {
    font-family:'Nanum';
    font-weight:400;
    src: url('font/NanumGothic.eot');
    src: url('font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('font/NanumGothic.woff') format('woff'),
		 url('font/NanumGothic.ttf') format('truetype');
}
@font-face {
    font-family:'NanumBold';
    font-weight:600;
    src: url('font/NanumGothicBold.eot');
    src: url('font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
         url('font/NanumGothicBold.woff') format('woff'),
		 url('font/NanumGothicBold.ttf') format('truetype');
}
@font-face {
    font-family:'NanumEX';
    font-weight:900;
    src: url('font/NanumGothicExtraBold.eot');
    src: url('font/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
         url('font/NanumGothicExtraBold.woff') format('woff'),
		 url('font/NanumGothicExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'webcafeIcon';
    font-weight:400;
    src: url('font/webcafeIcon.eot');
    src: url('font/webcafeIcon.eot?#iefix') format('embedded-opentype'),
         url('font/webcafeIcon.woff') format('woff'),
         url('font/webcafeIcon.ttf') format('truetype'),
         url('font/webcafeIcon.svg#webcaferegular') format('svg');
}

/* ¸µÅ© ½ºÅ¸ÀÏ */
/* a:link{
	color:#555555;
	text-decoration:none;
}
a:visited{
	color:#555555;
	text-decoration:none;
}
a:hover, a:focus{
	color:#555555;
	text-decoration:none;
}
*/
/* ±âº» ½ºÅ¸ÀÏ */


/*
A:link {color:#666666; text-decoration:none; font-size:9pt;}
A:visited {color:#666666; text-decoration:none; font-size:9pt;}
A:active {color:#4169e1; text-decoration:none; font-size:9pt;}
A:hover {color:#3333FF; text-decoration:underline; font-size:9pt;}






 
*/


A:link {color:#000000; text-decoration:none; font-size:9pt;}
A:visited {color:#000000; text-decoration:none; font-size:9pt;}
A:active {color:#000000; text-decoration:none; font-size:9pt;}
A:hover {color:#000000; text-decoration:none; font-size:9pt;}



td {color:#000000;
	font-size:9pt;
    line-height:1.8;   
	font-family:'nanum';	
} 
body{
	color:#000000;
	background-color:#fff;
	font-size:0.8em;
    line-height:1.8;   
	font-family:'nanum';	
}