@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{color:#0f1111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#eaeded;height:100%;font-family:Noto Sans KR,Arial,sans-serif;font-size:14px;line-height:1.4}a{color:#007185;text-decoration:none}a:hover{color:#c7511f;text-decoration:underline}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{outline:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f7f8f8}::-webkit-scrollbar-thumb{background:#d5d9d9;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#565959}
