html,body {
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button
	{
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,img {
	border: 0 none
}

dl,ul,ol,menu,li {
	list-style: none
}

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}

body,th,td,input,select,button {
	font-size: 12px;
	font-family: dotum, sans-serif, Arial;
	color: #3B3B3B;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

/* label,span {
	display: inline-block;
} */

/* common */
i {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
/*
 * Nanum Gothic(나눔고딕) (Korean) http://www.google.com/fonts/earlyaccess
 * 나눔고딕 서체 사용
 * 성능테스트나 속도 문제 있을경우 주석처리
 */
@font-face {
  font-family: 'nanumgothic';
  font-style: normal;
  font-weight: 400;
  src: url(./etc/font/nanum/NanumGothic-Regular.eot);
  src: url(./etc/font/nanum/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(./etc/font/nanum/NanumGothic-Regular.woff2) format('woff2'),
       url(./etc/font/nanum/NanumGothic-Regular.woff) format('woff'),
       url(./etc/font/nanum/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'nanumgothic';
  font-style: normal;
  font-weight: 700;
  src: url(./etc/font/nanum/NanumGothic-Bold.eot);
  src: url(./etc/font/nanum/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(./etc/font/nanum/NanumGothic-Bold.woff2) format('woff2'),
       url(./etc/font/nanum/NanumGothic-Bold.woff) format('woff'),
       url(./etc/font/nanum/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'nanumgothic';
  font-style: normal;
  font-weight: 800;
  src: url(./etc/font/nanum/NanumGothic-ExtraBold.eot);
  src: url(./etc/font/nanum/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(./etc/font/nanum/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(./etc/font/nanum/NanumGothic-ExtraBold.woff) format('woff'),
       url(./etc/font/nanum/NanumGothic-ExtraBold.ttf) format('truetype');
}
