@charset "utf-8";

/*Reset CSS*/
/*Basic Tags*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    border: 0;
    outline: 0;
    vertical-align: top;
}

html {
    height: 100%;
    overflow-x: hidden;
    text-align: left;
    line-height: 1em;
}

body {
    text-align: left;
    color: #151515;
    font-size: 13px;
    font-family: "NotoSans", "Noto Sans KR", NanumGothic, "나눔고딕", Malgun Gothic, "돋움", Dotum, helvetica, arial, sans-serif;
    line-height: normal;
    letter-spacing: -0.32px;
}
/* 말줄임(ie)에서 안먹힘 */
body {
    word-break: break-all;
    word-wrap: break-word;
}

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,
font,
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,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    margin: 0;
    padding: 0;
}

html,
button,
input,
select,
textarea {
    color: inherit;
}

article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section,
time,
mark,
canvas,
video,
audio,
details,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

a {
    color: inherit;
    text-decoration: none;
}
a,
button {
    cursor: pointer;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

legend,
caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

input,
textarea {
    outline: none;
}

/* 삭제버튼 */
input[type="text"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="text"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

textarea {
    resize: vertical;
    -webkit-border-radius: 1px;
    -webkit-appearance: none;
}

select,
button {
    cursor: pointer;
    background: transparent;
}

table {
    border-collapse: collapse;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}
th {
    font-weight: normal;
}

input,
textarea,
select,
button,
table {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* 화살표제거 */
select::-ms-expand {
    display: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

i,
em,
address {
    font-style: normal;
}

img {
    display: inline-block;
    border: none;
    vertical-align: top;
}

/* Fire Fox button style bug */
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
