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, 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, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ol, ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

em, i {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    background: transparent;
    font-family: inherit;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
    font-family: inherit;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
    backface-visibility: hidden; 
    image-rendering: -webkit-optimize-contrast; /* 크롬에서 이미지 선명하게 표현하기 */
}

caption, legend  {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;
    clip: rect(0 0 0 0);
}

input, select, textarea {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input::-ms-clear,
input::-ms-reveal{
	display:none;width:0;height:0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
	display:none;
}

textarea {
    height: auto !important;
    resize: none;
}