@import url(//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);

.form-group{
    margin-bottom: 2px !important;
}

.jsgrid {
    width : 100% !important;
    height: auto;
}

.jsgrid-grid-header {
    overflow: hidden;
}

.jsgrid-grid-body {
    overflow: hidden;
}

.th-w-5 {
    width : 5% !important;
}
.th-w-10 {
    width : 10% !important;
}
.th-w-15 {
    width : 15% !important;
}
.th-w-20 {
    width : 20% !important;
}
.th-w-25 {
    width : 25% !important;
}
.th-w-30 {
    width : 30% !important;
}
.td-w-35 {
    width : 35% !important;
}
.td-w-40 {
    width : 40% !important;
}
.td-w-45 {
    width : 45% !important;
}
.td-w-50 {
    width : 50% !important;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.backgrounddiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1070;
    background-color: #000;
    opacity: 0.7;
    display: none;
}