@charset "UTF-8";
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
     * @Document     : reset
     * @comment      : reset 기본
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}

*, *::before, *::after {
  -webkit-moz-box-sizing: border-box;
  -ms-moz-box-sizing: border-box;
  -o-moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  font-size: 100%;
  word-break: break-all;
  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[title], dfn[title] {
  text-decoration: none;
  border-bottom: medium none;
  cursor: default;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

legend, caption {
  display: none;
  clear: both;
}

label {
  cursor: pointer;
}

button {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
}

input {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="text"] {
  font-family: "ng";
  font-size: 1.08333rem;
  line-height: 1.33333rem;
  color: #333;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"] {
  background: #fff;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
  padding: 0;
}

textarea {
  margin: 0;
  resize: none;
  font: inherit;
  color: inherit;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  background: url(none);
  -webkit-border-radius: 1px;
  -webkit-appearance: none;
}

select {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 0;
  border: 1px solid #d0d0d0;
}

optgroup {
  font: inherit;
  color: inherit;
  margin: 0;
}

img {
  vertical-align: top;
}

a:link {
  text-decoration: none;
  color: #333;
}
a:visited, a:hover, a:active {
  color: #333;
  text-decoration: none;
}

address, em {
  font-style: normal;
}

/* 20170713 호환성 개선 수정 */
/* *::-moz-selection {
  background-color: #fb7647;
  color: #fff;
}

*::selection {
  background-color: #fb7647;
  color: #fff;
}

*::-moz-selection {
  background-color: #fb7647;
  color: #fff;
}

*::-webkit-selection {
  background-color: #fb7647;
  color: #fff;
} */
/* //20170713 호환성 개선 수정 */

/* blind */
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* skipnavi */
#skipnavi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  z-index: 99999;
}
#skipnavi a {
  position: absolute;
  left: -99999px;
}

#skipnavi a:focus, #skipnavi a:active {
  position: relative;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

/* html 설정 */
html {
  font-family: "ng";
  font-size: 0.75em;
  color: #333;
}

/* 나눔 기본 */
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: normal;
  src: url("/portal/common/webfont/NanumGothic.eot");
  src: url("/portal/common/webfont/NanumGothic.eot?#iefix") format("embedded-opentype"), url("/portal/common/webfont/NanumGothic.woff") format("woff"), url("/portal/common/webfont/NanumGothic.ttf") format("truetype");
}
/* 나눔 Regular */
@font-face {
  font-family: 'ng-reg';
  font-style: normal;
  font-weight: normal;
  src: url("/portal/common/webfont/NanumGothic-Regular.eot");
  src: url("/portal/common/webfont/NanumGothic-Regular.eot?#iefix") format("embedded-opentype"), url("/portal/common/webfont/NanumGothic-Regular.woff2") format("woff2"), url("/portal/common/webfont/NanumGothic-Regular.woff") format("woff"), url("/portal/common/webfont/NanumGothic-Regular.ttf") format("truetype");
}
/* 나눔 Bold */
@font-face {
  font-family: 'ng-bold';
  font-style: normal;
  font-weight: normal;
  src: url("/portal/common/webfont/NanumGothic-Bold.eot");
  src: url("/portal/common/webfont/NanumGothic-Bold.eot?#iefix") format("embedded-opentype"), url("/portal/common/webfont/NanumGothic-Bold.woff2") format("woff2"), url("/portal/common/webfont/NanumGothic-Bold.woff") format("woff"), url("/portal/common/webfont/NanumGothic-Bold.ttf") format("truetype");
}
