@font-face {
  font-family:"Nanum Gothic";
  font-style:normal;
  font-weight:400;
  src: url("./css/NanumGothic-Regular.eot");
  src: url("./css/NanumGothic-Regular.eot?#iefix") format('embedded-opentype'),
       url("./css/NanumGothic-Regular.woff2") format('woff2'),
       url("./css/NanumGothic-Regular.woff") format('woff'),
       url("./css/NanumGothic-Regular.ttf") format('truetype');
}
@font-face {
  font-family:"Nanum Gothic";
  font-style:normal;
  font-weight:700;
  src: url("./css/NanumGothic-Bold.eot");
  src: url("./css/NanumGothic-Bold.eot?#iefix") format('embedded-opentype'),
       url("./css/NanumGothic-Bold.woff2") format('woff2'),
       url("./css/NanumGothic-Bold.woff") format('woff'),
       url("./css/NanumGothic-Bold.ttf") format('truetype');
}
@font-face {
  font-family:"Nanum Gothic";
  font-style:normal;
  font-weight:800;
  src: url("./css/NanumGothic-ExtraBold.eot");
  src: url("./css/NanumGothic-ExtraBold.eot?#iefix") format('embedded-opentype'),
       url("./css/NanumGothic-ExtraBold.woff2") format('woff2'),
       url("./css/NanumGothic-ExtraBold.woff") format('woff'),
       url("./css/NanumGothic-ExtraBold.ttf") format('truetype');
}

/* Common Style Definition */
body {font:normal 12px/1.0em Nanum Gothic,"나눔고딕"; color:#666; background:#fff;}
input,select,textarea {font-size:12px;font-family:gulim;}
select {font-size:12px;font-family:dotum;}
label {cursor:pointer;}
a {text-decoration:none;color:#000;}
a:hover {color:#666;}
.wrap {width:960px;margin:auto;}
#header {}
#content {padding:20px 0 0 0;min-height:500px;}
#footer {}
