@charset "utf-8";

@font-face {
  font-family: "nuri";
  src: url("/fonts/NuriL.eot");
  src:
    url("/fonts/NuriL.eot?#iefix") format("embedded-opentype"),
    url("/fonts/NuriL.woff") format("woff"),
    url("/fonts/NuriL.ttf") format("truetype");
  src:
    local(※),
    url("/fonts/NuriL.woff") format("woff");
}
@font-face {
  font-family: "nuri_bold";
  src: url("/fonts/NURIB.eot");
  src:
    url("/fonts/NURIB.eot?#iefix") format("embedded-opentype"),
    url("/fonts/NURIB.woff") format("woff"),
    url("/fonts/NURIB.ttf") format("truetype");
  src:
    local(※),
    url("/fonts/NURIB.woff") format("woff");
}
@font-face {
  font-family: "NanumGothic";
  src: url("/fonts/NanumGothic.eot");
  src:
    url("/fonts/NanumGothic.eot?#iefix") format("embedded-opentype"),
    url("/fonts/NanumGothic.woff") format("woff"),
    url("/fonts/NanumGothic.ttf") format("truetype");
  src:
    local(※),
    url("/fonts/NanumGothic.woff") format("woff");
}
@font-face {
  font-family: "Nanum_bold";
  src: url("/fonts/NanumGothicBold.eot");
  src:
    url("/fonts/NanumGothicBold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/NanumGothicBold.woff") format("woff"),
    url("/fonts/NanumGothicBold.ttf") format("truetype");
  src:
    local(※),
    url("/fonts/NanumGothicBold.woff") format("woff");
}

@font-face {
  font-family: "Nanumex";
  src: url("/fonts/NanumGothicExtraBold.eot");
  src:
    url("/fonts/NanumGothicExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/NanumGothicExtraBold.woff") format("woff"),
    url("/fonts/NanumGothicExtraBold.ttf") format("truetype");
  src:
    local(※),
    url("/fonts/NanumGothicExtraBold.woff") format("woff");
}
/* 2015-07-13 likeweb.co.kr WebPublisher */

/*기본태그 정의*/

body,
input,
textarea,
select,
table,
button {
  font:
    12px NanumGothic,
    NanumGothic,
    nuri_bold,
    "나눔고딕",
    Nanum Gothic,
    sans-serif;
  color: #666;
}

/* 마진과 패딩의 초기화 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
blockquote,
th,
td,
p {
  margin: 0;
  padding: 0;
}

/* 헤더 폰트 사이즈 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

/* 리스트의 스타일 제거 */
ol,
ul {
  list-style: none;
}

/* 테이블 스타일 초기화 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
th {
  word-wrap: break-word;
}
td {
  word-wrap: break-word;
}

/* 이미지 및 필드셋에서 보더 표시 초기화 */
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}

/* 캡션 텍스트 정렬 초기화 */
caption {
  text-align: left;
}

/* 폼태그의 초기화 */
select {
  font-size: 12px;
  vertical-align: top;
  color: #909090;
}
input {
  font-size: 12px;
  vertical-align: middle;
  color: #909090;
}
textarea {
  font-size: 0.75em;
  line-height: 140%;
  color: #909090;
}
input.radio {
  vertical-align: middle;
}
iframe {
  border: 0;
}
a {
  outline: none;
  color: #666;
}
a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* hidden 처리 */
caption {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.hide,
hr {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
i,
var {
  font-style: normal;
}
