* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    -webkit-text-size-adjust: none; /* Å©·Ò, »çÆÄ¸®, ¿ÀÆä¶ó ½Å¹öÀü */
    -ms-text-size-adjust: none; /* IE */
    -moz-text-size-adjust: none; /* ÆÄÀÌ¾îÆø½º */
    -o-text-size-adjust: none; /* ¿ÀÆä¶ó ±¸¹öÀü */
}

a {
    text-decoration: none;
    color: inherit;
}

input,
button,
textarea,
select {
    outline: none;
    font-family: inherit;
}

input,
select,
textarea {
    border: none;
    border-radius: 0;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

legend {
    position: absolute;
    left: -9999px;
}

img,
fieldset,
input {
    border: none;
    vertical-align: middle;
    border-radius: 0;
    background: 0 0;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::placeholder,
textarea::placeholder {
    color: #939393;
    font-weight: 300;
}

/* clearfix */
.clear::after {
    content: '';
    display: block;
    clear: both;
}
/* hide */
.hide {
    height: 0;
    font-size: 1px;
    overflow: hidden;
}

img[src$='.gif'],
img[src$='.png'],
img[src$='.jpg'] {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* number input arrow remove */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox  */
input[type='number'] {
    -moz-appearance: textfield;
}

/* summary arrow remove */
summary::-webkit-details-marker {
    display: none;
}
summary {
    list-style: none;
}
