
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body { 
    line-height:1;
    font-family: 'Pretendard', sans-serif;
    color: #555; 
    font-weight: 400;
    font-size: 18px; 
    -webkit-text-size-adjust:none;
    word-break: keep-all; 
	word-wrap:break-word;
    min-width: 320px;
    overflow-x: hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a, a:link, a:visited, a:active, a:hover {
    text-decoration: none; 
    vertical-align:baseline;
    color: inherit; 
}

 
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
 
input, select, button, textarea {
    font-family: 'Pretendard', sans-serif; font-size: 16px; color: inherit; background: transparent; padding: 0 10px ;   font-weight: 500;
}

input:focus,input:focus, select:focus, button:focus, textarea:focus{ box-shadow: 0 0 0 0.2rem rgba(1, 1, 1, 0.1);}
button{cursor: pointer; border: 0; vertical-align: middle; }

input::placeholder{color: #aaa; font-weight: 300;}

*, ::after, ::before{box-sizing: border-box}
 
::-webkit-scrollbar {  width: 5px;   }  
::-webkit-scrollbar-track {  background-color: #333;   }  
::-webkit-scrollbar-thumb {  background-color: #999;border-radius: 5px; }  
