/*font-face {
    font-family: 'NanumSquareNeoLight';
    font-family: 'NanumSquareNeo';
    font-family: 'NanumSquareNeoBold';
    font-family: 'NanumSquareNeoExtraBold';
    font-family: 'NanumSquareNeoHeavy';
}*/

font-face {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #f0f2f5;
    overscroll-behavior-y: contain;
    box-sizing: border-box;
    font-family: "NanumSquareNeoBold" /* 'NanumSquareNeoBold', 'Black Han Sans', sans-serif;*/
}

html {
    position: relative;
    min-height: 100%;
}


*, *::before, *::after {
    box-sizing: inherit;
}



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;
    border: 1px solid dotted;
}

/*Help Document*/
.fa-circle-question:hover {
    color: deepskyblue;
    cursor: pointer;
}



textarea:focus {
    outline: none;
}

button {
}

.btn {
}

    .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 .custom-modal-content {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 400px;
    }




.dropdown-menu {
    font-size: .78125rem;
}

.form-select-sm {
    font-size: .78125rem;
}
