﻿@charset "utf-8";

@import "reset.css";
@import "layout.css";
@import "main.css";
@import "sub.css";
@import "board.css";
@import "admin.css";

@font-face {
	font-family: Nanum Gothic;
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
}

@font-face {
	font-family: Nanum Gothic;
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
}

@font-face {
	font-family: Nanum Gothic;
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
}

body, table, div, p {font-family:'나눔고딕',NanumGothic,'맑은 고딕', '돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;}


/* COMMON */

body {width: 100%; height: 100%; font-size:10pt; font-family: "굴림", "돋움", "NGothic"; color: #666; }
a { color: #666; text-decoration: none; }
a:hover {text-decoration: none; }
table, img, img, li{border-collapse:collapse;}

h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,em{font-style:normal; font-weight:normal;}



