@charset "utf-8";
/* --- 초기화 --- */
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
  font-family: "WebNanumGothic";
  src: url("font/NanumGothic.eot"); /* IE 4-8 */
  src: url("font/NanumGothic.eot?") format("eot"),
    /* IE 9 */ url("font/NanumGothic.woff") format("woff"); /* IE 9, Firefox 3.6+, Chrome 6+ */
  font-weight: normal;
}
@font-face {
  font-family: "WebNanumGothic";
  src: url("font/NanumGothicBold.eot");
  src: url("font/NanumGothicBold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "WebNanumMyeongjo";
  src: url("font/NanumMyeongjo.eot");
  src: url("font/NanumMyeongjo.woff") format("woff");
  font-weight: normal;
}

body {
  background-color: #fff;
}
ol,
ul,
li {
  list-style: none;
}
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
fieldset,
form,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
pre {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
a,
address {
  color: #333;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
  font-family: "NotoKr", Dotum, 돋움, Arial, Apple-Gothic, sans-serif;
  font-style: normal;
}
fieldset,
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
legend,
caption {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
ul,
ol {
  list-style: none;
}
form {
  display: inline;
}
