a,
body {
    color: #2a2a2e
}

body,
html,
p,
ul {
    padding: 0;
    margin: 0
}

html,
input,
textarea {
    box-sizing: border-box
}

body,
html,
p,
ul {
    margin: 0
}

html {
    width: 100%;
    height: 100%
}

body {
    background: #fff;
    font-size: 16px;
    font-family: 나눔고딕, apple sd gothic neo, NanumGothicR, NG, 돋움, Dotum, 굴림, Gulim, Helvetica, sans-serif !important;
}

*,
:after,
:before {
    box-sizing: inherit;
    font-family: inherit
}

a {
    cursor: pointer;
    text-decoration: none
}

ul {
    list-style: none;
    padding-left: 10px;
}

li {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: .2rem 0
}

input,
textarea {
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 8px
}

input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0;
    border: 1px solid #575db4
}

input::placeholder,
textarea::placeholder {
    color: #bbb
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input:invalid {
    box-shadow: none
}

table {
    border-collapse: collapse;
    word-break: break-word;
    font-size: 14px;

}

th {
    /* padding: 8px; */
    text-align: left;
    padding-left: 8px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    background: #f4f4f4;
}

td {
    text-align: left;
    padding: 8px;
    white-space: nowrap;
    border: 1px solid #ddd;
    word-break: break-word;

}