/* CSS Document */
@import url("layout.css");
@import url("contents.css");
@import url("board.css");
@import url("tablestyle.css");

@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 400;
src: url(/m/font/NanumGothic-Regular.eot);
src: url(/m/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		 url(/m/font/NanumGothic-Regular.woff2) format('woff2'),
		 url(/m/font/NanumGothic-Regular.woff) format('woff'),
		 url(/m/font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 700;
src: url(/m/font/NanumGothic-Bold.eot);
src: url(/m/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		 url(/m/font/NanumGothic-Bold.woff2) format('woff2'),
		 url(/m/font/NanumGothic-Bold.woff) format('woff'),
		 url(/m/font/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 800;
src: url(/m/font/NanumGothic-ExtraBold.eot);
src: url(/m/font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
		 url(/m/font/NanumGothic-ExtraBold.woff2) format('woff2'),
		 url(/m/font/NanumGothic-ExtraBold.woff) format('woff'),
		 url(/m/font/NanumGothic-ExtraBold.ttf) format('truetype');
}
body{
	margin:0;
	padding:0;
	font-family: 'Nanum Gothic', sans-serif!important;
	font-weight:400;
	font-size:12px;
	letter-spacing:1px;
	color:#797979;
	line-height:1.6;
	
	}
div,ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h6,form {margin:0;padding:0 }
ul,ol,dl {list-style:none}
img {border:0; vertical-align:top;}
ul {list-style:none; padding:0; margin:0;}
/* ¼û±è¼Ó¼º_´ëÃ¼ÅØ½ºÆ® */
#accessibility, hr, legend,.alternate{position:absolute; width:0; height:0;	font-size:0; line-height:0;	overflow:hidden; visibility:hidden;}
a {text-decoration:none; color:#61859a;}
a:hover {text-decoration:none;}