/*font-family: 'NanumSquareLight';
font-family: 'NanumSquare';
font-family: 'NanumSquareBold';
font-family: 'NanumSquareExtraBold';
font-family: 'NanumSquareAcb';
font-family: 'NanumSquareAceb';
font-family: 'NanumSquareAcl';
font-family: 'NanumSquareAcr';*/



html, body {
    overscroll-behavior-y: contain;
    box-sizing: border-box;
    font-family: 'Black Han Sans', sans-serif;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    height: 27px;
    line-height: 34px;
}

.content-wrapper.iframe-mode .tab-loading {
    height: 100% !important;
}

.container,
.container-fluid {
    background-color: #FFFFFF;
    padding-top: .25rem;
}

/*Help Document*/
.fa-circle-question:hover {
    color: deepskyblue;
    cursor: pointer;
}



textarea:focus {
    outline: none;
}

button {
}

.btn:focus {
    outline: none;
    box-shadow: none;
}


/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/


input[type='text']:focus,
input[type='date']:focus {
    box-shadow: none !important;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}

.fa-compress {
    color: red;
}

/*Å×¸¶*/
label {
    color: var(--app-theme);
}

/*ºÎÆ®½ºÆ®·¦ ¸ð´Þ °øÅë*/
.modal-content {
    border: 1px solid red;
}

    .modal-content .modal-header,
    .modal-content .modal-body,
    .modal-content .footer {
        padding: .725rem;
    }

        .modal-content .modal-header button {
            border: none;
        }

            .modal-content .modal-header button:hover {
                color: brown;
            }


.table {
    margin-bottom: 0rem;
}

    .table > :not(:first-child) {
        /*border-top: 3px double var(--bs-gray-700);*/
    }

    .table th {
        vertical-align: middle;
        text-align: center;
    }


/**µ¿Àû Áú¹® Ã¢*/
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1100;
}

.custom-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 300px;
}