@charset "utf-8";

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,
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;
  box-sizing: border-box; /*vertical-align:baseline;*/
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 15px;
  line-height: 1;
  font-family: "LG Smart", "돋움", Dotum, Arial, Verdana, sans-serif;
  color: #282828;
  font-weight: 400;
}

body,
html {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
ol,
ul,
li,
dl,
dt,
dd {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
hr {
  display: none;
}
span {
  margin: 0;
  padding: 0;
  outline: 0;
}
fieldset,
img,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
hr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
img {
  width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover {
  text-decoration: none;
}
/* input, select, label{vertical-align:middle} */
b,
strong {
  font-weight: 400;
}

#skipNavigation {
  display: none;
}
.iw_component {
  background: #fff;
}
