@charset "utf-8";
@import url("./font.css");
@import url("./xeicon.min.css");

/* reset 시작 */

* {
    font-family: inherit;
}

body,
h1,
h2,
input,
ul,
p {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

a,
i {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    font-style: normal;
}

input,
button,
select {
    padding: 0;
    border: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

button {
    background: none;
    cursor: pointer;
}

input:focus {
    outline: 0;
}

h1,
h2 {
    font-weight: 700;
}

table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
}

/* reset 끝 */
