@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

button{
    color: #111111;
    cursor: pointer;
}
a{
    text-decoration: none;
    color: #111111;
}

img {
    width: 100%;
    height: 100%
    object-fit: cover;
}

p,span,strong {
    line-height: normal;
}

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, select, option, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
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 {
    font-family: 'Noto Sans KR';
    margin:0;
    padding:0;
    border:0;
    outline:0;
    border-radius: 0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    color: #111111;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,ol{
    list-style: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */

input, select {
    vertical-align:middle;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
 }

button{margin: 0;padding: 0;}
textarea{outline: none;}


*{
    box-sizing: border-box;
}

html {
-webkit-text-size-adjust: none; 
-moz-text-size-adjust: none; 
-ms-text-size-adjust: none; 
-o-text-size-adjust: none; 
}