@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, font,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub,
sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu,
nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul, ol, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr {
  text-decoration: none;
}

abbr[title], dfn[title] {
  border-bottom: none;
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: none;
  padding: 5px 0;
}

legend, caption, figcaption {
  display: none;
  clear: both;
}

input,
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"] {
  box-sizing: border-box;
  height: 30px;
  padding: 0;
  border: 1px solid #d5d5d5;
  text-indent: 10px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  width: 19px;
  height: 19px;
  padding: 0;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='radio'] {
  -webkit-appearance: radio;
  -webkit-border-radius: 50%;
}

input:placeholder {
  color: #aaa;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
}

input[readonly] {
  color: #767676;
  background: #f3f5f7;
}

input[readonly]:focus {
  outline: none;
}

button {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  margin: 0;
  padding: 5px;
  resize: none;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  background: none;
  -webkit-overflow-scrolling: touch;
}

select {
  height: 30px;
  margin: 0;
  padding-left: 10px;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  border: 1px solid #d4d4d7;
  background: #fff;
  -webkit-border-radius: 0;
}

select:disabled {
  color: #767676;
  background: #f3f5f7;
}

optgroup {
  font: inherit;
  color: inherit;
  margin: 0;
}

option {
  padding-left: 10px;
}

img {
  vertical-align: top;
}

a:link {
  text-decoration: none;
  color: #666;
}

a:visited, a:hover, a:active {
  color: #666;
  text-decoration: underline;
}

address, em {
  font-style: normal;
}

strong {
  font-family: 'ng-bold';
  font-weight: normal;
}

html {
  font-size: 0.813em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  font-family: 'ng', 'Dotum';
  color: #666;
}

*::selection {
  background-color: #0985c5;
  color: #fff;
}

*::-moz-selection {
  background-color: #0985c5;
  color: #fff;
}

*::-webkit-selection {
  background-color: #0985c5;
  color: #fff;
}

/* 나눔 기본 */
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: normal;
  src: url("/webfont/NanumGothic.eot");
  src: url("/webfont/NanumGothic.eot?#iefix") format("embedded-opentype"), url("/webfont/NanumGothic.woff2") format("woff2"), url("/webfont/NanumGothic.woff") format("woff"), url("/webfont/NanumGothic.ttf") format("truetype");
}

@font-face {
  font-family: 'ng-bold';
  font-style: normal;
  font-weight: normal;
  src: url("/webfont/NanumGothic-Bold.eot");
  src: url("/webfont/NanumGothic-Bold.eot?#iefix") format("embedded-opentype"), url("/webfont/NanumGothic-Bold.woff2") format("woff2"), url("/webfont/NanumGothic-Bold.woff") format("woff"), url("/webfont/NanumGothic-Bold.ttf") format("truetype");
}
