html, body {
   width: 100vw;
   height: 100vh;
   /*min-width: 100vw;*/
   /*min-height: 100vh;*/
    font-family: "NotoSansCJK", "NotoSansCJKLight" !important;
   /* font-family: "Noto Sans", "Noto Sans KR" !important; */
   margin: 0;
   line-height: 1.5;
   /*min-height: 100vh;*/
   height: 100%;
   /*design 적용*/
   background-color: #1d1e25;
}

::-webkit-scrollbar {
   width: 15px;
   height: 15px;
}

::-webkit-scrollbar-thumb {
   background-color: #6b6b6b;
   border-radius: 10px;
   background-clip: content-box;
   border: 3px solid rgba(255, 255, 255, 0);
}
/* #21415 [HPACS] Worklist에서 하단 스크롤에 깨진 이미지가 노출됨. */
::-webkit-scrollbar-corner {
   background: rgba(0, 0, 0, 0);
}
