
/********** font **********/
@font-face	{
	font-family:"Nanum";
	src:url('fonts/NanumGothic.eot');
	src:url('fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('fonts/NanumGothic.woff') format('woff'),
	url('fonts/NanumGothic.ttf') format('truetype');
	src:local(※), url('fonts/NanumGothic.woff') format('woff');
}
@font-face	{
	font-family:"NanumBold";
	src:url('fonts/NanumGothicBold.eot');
	src:url('fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/NanumGothicBold.woff') format('woff'),
	url('fonts/NanumGothicBold.ttf') format('truetype');
	src:local(※), url('fonts/NanumGothicBold.woff') format('woff');
}
@font-face {font-family:nanumEB; src:url(fonts/NanumGothicExtraBold.eot);}

@font-face	{
	font-family:"NanumBarun";
	src:url('fonts/NanumBarunGothic.eot');
	src:url('fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
	url('fonts/NanumBarunGothic.woff') format('woff'),
	url('fonts/NanumBarunGothic.ttf') format('truetype');
	src:local(※), url('fonts/NanumBarunGothic.woff') format('woff');
}
@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Myeongjo Bold';
  font-style: normal;
  font-weight: 600;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'square-b';
src: url('fonts/nanumsquareb.eot');
src: url('fonts/nanumsquareb.eot?#iefix') format('embedded-opentype'),
	 url('fonts/nanumsquareb.woff2') format('woff2'),
	 url('fonts/nanumsquareb.woff') format('woff'),
	 url('fonts/nanumsquareb.ttf') format('truetype'),
	 url('fonts/nanumsquareb.svg#nanumsquarebregular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'square';
src: url('fonts/nanumsquarer.eot');
src: url('fonts/nanumsquarer.eot?#iefix') format('embedded-opentype'),
	 url('fonts/nanumsquarer.woff2') format('woff2'),
	 url('fonts/nanumsquarer.woff') format('woff'),
	 url('fonts/nanumsquarer.ttf') format('truetype'),
	 url('fonts/nanumsquarer.svg#nanumsquarerregular') format('svg');
font-weight: normal;
font-style: normal;

}


/********** reset **********/
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,button,select	{margin:0; padding:0; word-break:break-all}
img		{margin:0; border:0}
ul,li	{list-style:none}
td		{word-break:break-all}
body	{font-family:'Nanum',dotum,verdana}
h1	{font:normal 35px/2 'nanumBold'}


/********** common link **********/
a:link,a:visited	{text-decoration:none}
a:hover,a:active	{text-decoration:underline}
