@charset "UTF-8";
/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); */
/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 160%;
}
body {
  font-size: 14px;
  color: #666;
}
/* * {font-family: Pretendard,'Noto Sans KR', sans-serif;} */
address {
  font-style: normal;
}
a {
  display: block;
}
html,
body {
  height: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */

input,
select {
  vertical-align: initial;
}

img {
  border: none;
  vertical-align: top;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
a:link,
a:visited {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}

.site-wrap {
  height: 100%;
}

/*hidden*/
.hidden {
  position: absolute;
  left: -9999px;
  font-size: 1px;
  width: 1px;
  height: 1px;
  line-height: 0;
}

/*스킵메뉴*/
#skip_menu {
  width: 300px;
  position: absolute;
  z-index: 9999;
}
#skip_menu a {
  position: absolute;
  top: -100px;
}
#skip_menu a:hover,
#skip_menu a:active,
#skip_menu a:focus {
  position: absolute;
  top: 0;
  width: 300px;
  height: 20px;
  display: block;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
