@charset "utf-8";
/****************************
* ui.css
* [Last Change Date] : 2022.12.28
* [worker] : yoon
* [Description] : 공통 레이아웃 Style
****************************/
html {font-size: 1px;font-family: 'Noto Sans KR', sans-serif;}
html.full-screen{width: 100%;height: 100%;}
html.full-screen body{width: 100%;height: 100%;overflow: hidden;}


/*font color variable*/
.p-color{color:var(--point-color);}