@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); 


/* CSS Document */
* {margin: 0; padding: 0; box-sizing:border-box;}
html {
    overflow: auto;
    -webkit-tap-highlight-color:transparent;
}

body, input, textarea, select, button, table, header{
    font-family:'Noto Sans KR', sans-serif;
    margin: 0px;
}

body {font-family:'Noto Sans KR', sans-serif; line-height:1; overflow-x:hidden;}

.blind, legend, caption {
    display: none !important;
}

ul, ol, li, dl {
    list-style: none;
}

b,
strong {
  font-weight: bolder;
}

textarea {
  overflow: auto;
}

a {text-decoration:none; color:inherit;}
a.block {display:block; width:100%; height:100%;}
img {border:none;}
