@charset "utf-8";
@import url("common.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
button {border:0 none;padding:0;margin:0;background:transparent;*overflow:visible;cursor:pointer;}
*/
a:link {
  text-decoration: none;
  color: #666;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #666;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
}

ol, ul, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

input {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

input[type="checkbox"] {
  margin-top: -3px;
}
input[type="radio"] {
  margin-top: -2px;
}
input[type="submit"] {
  border: 0;
  font-family: 'ng';
}
input[type="text"] {
  border: 1px solid #e0e0e0;
  padding: 4px 0;
}
input[type="password"] {
  border: 1px solid #e0e0e0;
  padding: 4px 0;
}

textarea.input_text {
  border: 1px solid #bbbbbb;
  color: #777777;
  height: 160px;
  padding: 5px;
  width: 99%;
}

select {
  padding: 5px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa #ddd #ddd #aaa;
  color: #555;
  font-family: Dotum, Arial;
  vertical-align: middle;
}
select option {
  padding: 0 5px;
}

.radio {
  margin-top: -4px;
}

textarea {
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0px;
  padding: 5px;
  color: #777;
  font-family: Dotum, Arial;
  font-size: 1em;
}

legend, caption {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

hr, .hidden {
  position: absolute;
  top: 0;
  left: -5000px;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}

body {
  font-family: 'ng','맑은 고딕','Malgun Gothic',sans-serif;
  font-size: 0.750em;
  font-weight: normal;
  color: #666;
  background-color: #545454;
}

@font-face {
  font-family: 'ng';
  src: url("/pub/website/webfont/NanumGothic.eot");
  src: local(※), url("/pub/website/webfont//NanumGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
