/* RESET style */

html,
body,
div,
p,
span,
strong,
b,
em,
iframe,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
fieldset,
form,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
ul,
ol,
li,
a,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0 none;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 12px;
    line-height: 1;
    color: #333;
    overflow-x: hidden !important
}

ul,
ol,
li {
    list-style: none;
}

em,
address {
    font-style: normal;
}

img {
    border: 0 none;
    font-size: 0;
    line-height: 0;
}

sup {
    position: relative;
    top: 2px;
    font-size: 11px;
    line-height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

th,
td {
    vertical-align: middle;
    /* white-space: nowrap */
}

a {
    color: inherit;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    font-size: inherit;
}

a:hover,
a:focus,
a:active {
    text-decoration: unset;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}
*,
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*,
*:before,
*:after {
    font-family:'SUIT', 'NotoSansKR', Arial, sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="file"],
button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    padding:0
}

span {
    font-size: inherit;
    color: inherit;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}