@charset "utf-8";

* {margin: 0; padding: 0;}   
html {scroll-behavior: smooth;}
ul,li{list-style: none;}


body{ font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}; 

{font-size: 26px; word-break: keep-all; word-wrap: break-word; line-height: 1.4; height: 100%;}

input:focus {outline: none;}

address{font-style: normal;}
small{font-size: inherit;}

a{color: inherit; text-decoration: none;}
img{vertical-align: top;}

h1,h2,h3,h4{font-size: inherit; font-weight: inherit;}

.blind {position: absolute; width: 1px; height: 1px; margin: -100px; overflow: hidden;}
.center {margin: 0 auto;}
