@charset "euc-kr";

@import url(common.css);

@font-face {    
 font-family: 'NanumBarunGothic';    
 src: url('../../../fonts/NanumBarunGothic.eot'); /* IE9 Compat Modes */    
 src: url('../../../fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */        
 url('../../../fonts/NanumBarunGothic.woff') format('woff'), /* Modern Browsers */        
 url('../../../fonts/NanumBarunGothic.ttf')  format('truetype'), /* Safari, Android, iOS */        
 url('../../../fonts/NanumBarunGothic.svg#svgMothnnaFont') format('svg'); /* Legacy iOS */
}

*{margin:0;padding:0}
body,p,table,th,td,form,fieldset,legend,input,textarea,button,select,object{
	margin:0;padding:0
	}

html, body { width:100%; height:100%; }
body { background-color:#fff;}
body, button, table, td { font-size:12px; line-height:1.5em; font-family:'NanumBarunGothic'; color:#444;}

img, fieldset, iframe {border:0 none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
ul, li, ol { list-style-type: none;}
legend,  caption { display: none; }
hr { border-collapse:collapse; display:none; }
strong{font-weight:bold;}

a {
	color: #2E3444;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #ddd;
}