@charset "euc-kr";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span,iframe,
h1, h2, h3, p,
a, address,
img, strong,
ol, ul, li,
form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	line-height:1.3;
	vertical-align: baseline;
}

@font-face{
  font-family: 'ng';
  font-style: normal;
  font-weight: 800;
  src: url(NanumGothic-Bold.eot);
  src: url(NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(NanumGothic-Bold.woff2) format('woff2'),
       url(NanumGothic-Bold.woff) format('woff'),
       url(/NanumGothic-Bold.ttf) format('truetype');
}
body {
	font-family:'나눔고딕', 'NanumGothic', ng, "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;/*★*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
a{
	color:#555;/*★*/
    font-size: 13px;/*★*/
	text-decoration:none;/*★*/
    line-height:15px;/*★*/
}
a:hover{color:#161616;}/*내가 임의로 택함*//*★*/
.clearfix{/*★*/
	display:block;
    clear:both;
    font-size:0;
    height:0;
}
.hide{/*★*/
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	position:absolute;
	left:-9999px;
}
