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 {
  width: 100%;
  overflow:hidden auto;
  word-break: keep-all;
}
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;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}
button,
select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  outline: none;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.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;
}