.navbar-nav.me-auto ul {
   { width: 240px; display: none; position: absolute; top: 100%; left: 0; background: #1b2b55; border: 1px solid #546196; z-index: 500;}
}

/*--- POP UP ------------------------------------------------------------------------*/
.dim          { position: absolute; top:0; left: 0; right: 0; bottom: 0;  background:rgba(0,0,0,0.5); display:none; overflow: auto; z-index: 100; }

.modal-footer .btn.round {
   border-bottom-left-radius: 0.5rem;
}

.bi {
   pointer-events: none;
}

/*-그리드 안의 콤보박스 크기 조정-*/
.rootianGrid .rootianCombo .comboArea {
    padding: 0.13rem;
}

.rootianGrid .rootianCombo .comboArea .comboArrow {
    top : 4px;
}


/*- Sweet Alert custom-*/

.swal2-popup {background-color: #393939;}
.swal2-title {color: white; }
.swal2-content {color: white; }


/*- 로딩 보여주기 -*/
body > .loadingArea {
   display: none;
   text-align: center;
   background: rgb(0, 0, 0, 0.2);
   position:absolute;
   z-index:1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;   
   padding-top: 22%;
}

body > .loadingArea.show {
   display: block;
}

body > .loadingArea.show .spinner {
   vertical-align: middle;
   position: absolute;
   top: calc(50% - 45px);
   color: #EBF6FE;
}