/* CSS Document */
body
{
	margin: 0px;
	font-size: large;
	font-family: 'Nanum Gothic';
	color:#666666;
	text-align: center;
	width: 100%;
}

table
{
	font-size: large;
	color:#666666;
}

figure{
	margin:0;
}

#scenter{
	width:100%;
	text-align:center;
	margin:auto;
}

a:link {color:#666666; text-decoration: none;}
a:active {color:#666666; text-decoration:none;}
a:visited {color:#666666; text-decoration: none; } 

.font11 { font-size:11px; }

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/css/nanum-gothic-v13-korean_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('NanumGothic'),
       url('/css/nanum-gothic-v13-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/nanum-gothic-v13-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/nanum-gothic-v13-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/nanum-gothic-v13-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/nanum-gothic-v13-korean_latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
}
