@charset "UTF-8";

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0 none;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

input,
select,
textarea,
button {
    font-size: 100%;
    vertical-align: middle;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

body {
    -webkit-text-size-adjust: none;
    background-color: #000;
    color: #fff;
}

body,
input,
select,
textarea,
button {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'AppleSDGothicNeo', 'Noto Sans DemiLight', 'Malgun Gothic',
    '맑은 고딕', dotum, '돋움', sans-serif;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.42;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
}

tr {
    text-align: center;
}

th,
td {
    border-bottom: 1px solid #323232;
    height: 44px;
}

th {
    border-color: #fff;
}