
body {
    -webkit-text-size-adjust: none;
}
*{
    margin:0;
    padding:0;

}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
blockquote,
button,
mark,
textarea,
select,
em,
strong,
p,
header,
section,
article,
footer,
hgroup,
aside,
nav,
figure,
address,
a {
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    font-family: 'Noto Sans KR','Montserrat',sans-serif;
    font-weight:400;
    font-style: normal;
    color: #2a2a2a;
    letter-spacing: 0;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
}
/*
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans KR','Montserrat',sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    background:transparent;
}
*/

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

colgroup {
    display: table-column-group;
}

caption,
legend {
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

td,
th {
    color: #2a2a2a;
    word-break: break-all;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

mark,
var {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: normal;
    background: none;
}

/*
img {
    width: 100%;
    vertical-align: top;
    border: none;
}*/

hr {
    display: none;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.5;
}

/*
select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none
}
*/

button>span {
    position: relative;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}