/* Pretendard */ 
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); 
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@700&family=Montserrat:wght@700&display=swap');

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: 300;
    font-size: 16px; 
    -webkit-text-size-adjust:none;
    word-break: keep-all;  
    min-width: 320px;
}

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 {
    vertical-align:middle;font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; color: inherit;background: transparent; padding: 0 10px ; font-size: 16px;
}

button{cursor: pointer; border: 0;  vertical-align:middle;  }

*, ::after, ::before{box-sizing: border-box}
 

