@charset "utf-8";

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, button, input, textarea, select, option{
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    box-sizing:border-box;
    font-family:Pretendard,'맑은 고딕','Malgun Gothic',arial, apple Gothic, sans-serif;
    font-style:normal;
    font-feature-settings:'case' on;
    word-break:break-all;
}

/* HTML5 display-role reset for older browsers */
header, article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section, textarea{display:block}
body{position:relative}

ol, ul{list-style:none}
/* ol:after, ul:after{content:'';display:block;clear:both} */
a, a:hover, a:active{text-decoration:none;cursor:pointer}
caption{overflow:hidden;width:0;height:0;font-size:0;text-indent:-9999em}
.blind, legend{overflow:hidden;position:absolute;top:-9999em;left:-9999em;width:0;height:0;font-size:0;text-indent:-9999em}

body{-webkit-text-size-adjust:100%}
em{font-style:normal}
button{padding:0;background:none;border:0;cursor:pointer}
table{table-layout:fixed;width:100%;border-collapse:collapse;border-spacing:0;word-break:break-all}
textarea{resize:none}
input, select{
    -webkit-border-radius:0; /* 모서리 스타일 제거 */
    -webkit-appearance:none; /* 그림자 제거 */
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
input:focus{outline:none}

img{vertical-align:top;image-rendering: auto;}