@charset "utf-8";
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 400;
  src: url(../../font_hi/NanumGothic-Regular.eot);
  src: local(※),
	   url(../../font_hi/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(../../font_hi/NanumGothic-Regular.woff2) format('woff2'),
       url(../../font_hi/NanumGothic-Regular.woff) format('woff'),
       url(../../font_hi/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 700;
  src: url(../../font_hi/NanumGothic-Bold.eot);
  src: local(※),
	   url(../../font_hi/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(../../font_hi/NanumGothic-Bold.woff2) format('woff2'),
       url(../../font_hi/NanumGothic-Bold.woff) format('woff'),
       url(../../font_hi/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 800;
  src: url(../../font_hi/NanumGothic-ExtraBold.eot);
  src: local(※),
	   url(../../font_hi/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(../../font_hi/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(../../font_hi/NanumGothic-ExtraBold.woff) format('woff'),
       url(../../font_hi/NanumGothic-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: 'ns';
  font-style: normal;
  font-weight: 400;
  src: url(../../font_hi/NanumSquareR.eot);
  src: local(※),
	   url(../../font_hi/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(../../font_hi/NanumSquareR.woff2) format('woff2'),
       url(../../font_hi/NanumSquareR.woff) format('woff'),
       url(../../font_hi/NanumSquareR.ttf) format('truetype');
}

/* CSS reset Start*/
BODY {
	font-size:13px;
	color:#666666;
	font-family:'ns', "ng", Dotum, "돋움", Verdana, Arial, sans-serif, 'Nanum Myeongjo', serif;
}
header,nav,article,section,aside,footer,hgroup {
	display:block;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html {
	margin:0;
	padding:0;
	overflow-y: scroll; 	
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
	width:100%;
}
table caption {
	visibility:hidden; 
	overflow:hidden; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	font:0/0 Arial;
}
caption{
	text-align:left;
}
fieldset,img { 
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
	*zoom:1;
}
ol,ul:after{
	content:" ";
	display:block;
	clear:both;
}
a {
color:#444444
text-decoration:none;
}
a:link {
	color:#444444;
	text-decoration:none;
}
a:visited {
	color:#444444;
	text-decoration:none;
}
a:active {
	color:#444444;
	text-decoration:none;
}
a:hover {
	color:#444444;
	text-decoration:none;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* CSS reset End*/

.skipToContent {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:block;
	width:0px;
	height:0px;
	text-indent:-9999px;
}

/*LOW VER. IE SUPPORT HTML5*/
article, aside, hgroup, header, footer, figure, figcaption, nav, section,time, mark, canvas, video, audio, details, summary {display:block;}