@import url(main.css);
@import url(sub.css);

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

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

html, body, div, span, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, address, big, cite, code, del, dfn, em, font, img, ins,q, s, samp, small, strike, 
strong, sub, sup, tt, var, b,u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none 0; }
html, body { width:100%; }
body { background-color:#ECEDEE;}
body, input, button, textarea,table, td { font-size:12px; line-height:1.5em; font-family:"NanumGothic", 'Lato', sans-serif, Verdana, "돋움", Dotum, Helvetica, AppleGothic; color:#444;}
h1, h2, h3, h4, h5, h6 {font-size:12px; text-align:left;}
img, fieldset, iframe {border:0 none;}
table, div {border-collapse: collapse;}
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
ul, li, ol { list-style-type: none;}

/*
아래 스타일 적용하면 그누보드 게시판 버튼이 안보이기 때문에 주석처리 합니다.
ul{font-size:0px;}
*/

legend,  caption { display: none; }
hr { border-collapse:collapse; display:none; }
strong{font-weight:bold;}

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

a:hover, a:focus {
	color: #0479B5;
}

