@charset "UTF-8";
/* * {font-size:9pt; margin:0px; padding:0px; font-family:'Nanum Gothic', sans-serif !important; font-weight:400;} */
.ui-dialog-titlebar button.ui-dialog-titlebar-close:focus{outline: none;}
.stop-scrolling{height: 100%;overflow: hidden;}
.no-wrap{white-space: nowrap;}
.cls-div-scrollbar{overflow-y: auto; overflow-x: auto; white-space: nowrap;}
.txt-del{text-decoration:line-through;color:#c62828;}
.word-wrap{word-break: break-all;}
.fixed{table-layout: fixed;}
.hand-cursor {cursor: pointer; cursor: hand;}
#load-block
{
	display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: #ede9df;
    opacity:.75;
}
#load-wait {
	display: none;
    width: 150px;
    height:150px;
    position:fixed;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin:auto;
    z-index: 9999;
}