﻿/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Nanum+Gothic&family=Noto+Sans+JP&display=swap');*/
/*@import url('https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css');*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

*, *:active, *:focus {
    outline: 0 !important;
    outline-style: none !important;
    outline-width: 0 !important;
    -moz-outline-width: 0 !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

html {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: #FFFFFF;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
    text-align: left;
    margin: 0;
    background: #f0f6fd !important;
}

p {
    font: 13px/1.7em "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.ui-widget {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 13px;
}

.ui-widget-content {
    background: #f0f6fd !important;
    overflow: hidden;
}

.default-back {
    background: #f0f6fd !important;
}

.white-back {
    background: #FFFFFF !important;
}

.v-h-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 12px;
}

tr.grid-last-row td {
    border-bottom: 1px solid #e2e5ed !important;
}

/************************************************************************************
    A 태그
************************************************************************************/

a.btn {
    color: #FFFFFF !important;
}

a {
    color: #0168fa;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0148ae;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover,
        a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

/************************************************************************************
    form-control
************************************************************************************/

input[type=text].aspNetDisabled {
    height: 30px;
    padding: 3px 5px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: 1px solid #c0ccda;
    background-color: #f8f9fc;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b2e4b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control::placeholder {
        color: #c0ccda;
    }

    form-control:disabled,
    .form-control[readonly] {
        background-color: #f8f9fc;
    }

.form-control-label {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-image: none;
}

/************************************************************************************
    Card (Bootstrap v4)
************************************************************************************/

.card {
    /*font-size: 12px;*/
    margin-bottom: 5px;
}

    .card.card-538fba {
    }

.card-header.card-header-538fba {
    background-color: #538fba;
    color: #ffffff;
}

.card-header.card-header-fff {
    background-color: #ffffff;
}

.card-header,
.card-footer {
    padding: 10px 15px;
    font-size: 13px;
    background-color: transparent;
    border-color: rgba(72, 94, 144, 0.16);
}

    .card-header .message {
        float: right;
        padding-top: 2px;
    }

.card-body {
    line-height: 0px;
    padding: 5px;
    font-size: 0px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

    .card-body.bg-default {
        background: #f8f9fc;
    }

        .card-body.bg-default .group-title {
            color: #3d5675;
            padding: 0px 10px 6px;
        }

        .card-body.bg-default .group-container li.list-group-item {
            padding: 5px 15px;
        }

            .card-body.bg-default .group-container li.list-group-item:last-child {
            }

.card-title {
    margin-bottom: 0px;
}

/************************************************************************************
    Button
************************************************************************************/
a.btn-icon {
    color: #428BCA !important;
}

    a.btn-icon:hover,
    a.btn-icon:active {
        color: #326c9f !important;
    }

input[type="button"],
input[type="submit"],
button[type="button"] {
    width: auto;
    font-size: 12px;
}

.btn-white {
    background-color: #fff;
    border-color: #c0ccda;
    color: rgba(27, 46, 75, 0.7);
}

.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
}

.btn.disabled, .btn:disabled {
    cursor: default;
}

.btn-outline-info, .btn-outline-primary {
    background: white;
}
/************************************************************************************
    Tabs
************************************************************************************/
.nav-tabs {
    border-color: rgba(72, 94, 144, 0.16);
}

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

        .nav-tabs .nav-item + .nav-item {
            margin-left: 5px;
        }

    .nav-tabs .nav-link {
        background-color: rgba(72, 94, 144, 0.16);
        border-color: rgba(72, 94, 144, 0.16);
        color: #596882;
        border-bottom-width: 0;
        position: relative;
        margin-bottom: -1px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        transition: background-color 0.2s;
    }

@media (prefers-reduced-motion: reduce) {
    .nav-tabs .nav-link {
        transition: none;
    }
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: rgba(81, 105, 161, 0.16);
    color: #1c273c;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    z-index: 5;
    color: #0168fa;
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    color: #b4bdce;
}

.nav-tabs.flex-column {
    border-bottom: 0;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    justify-content: flex-start;
}

    .nav-tabs.flex-column .nav-item + .nav-item {
        margin-left: 0;
        margin-top: 5px;
    }

    .nav-tabs.flex-column .nav-item .nav-link {
        border: 1px solid rgba(72, 94, 144, 0.16);
        border-right-width: 0;
        margin-bottom: 0;
        margin-right: -1px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

/************************************************************************************
    Search
************************************************************************************/
.collapse.search {
    position: relative;
}

    .collapse.search .card-body {
        padding-bottom: 0px;
    }

ul.search-container {
    list-style: none;
    padding: 0;
    padding-right: 5px;
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 20px
}

    ul.search-container > li {
        float: left;
        word-break: break-all;
        vertical-align: middle;
        height: 42px;
        border: 1px solid #e2e5ed;
        border-left: none;
        max-width: 500px;
        display: flex;
        align-items: center
    }

        ul.search-container > li:first-child {
            border-left: 1px solid #e2e5ed
        }

.search-title {
    background-color: #fafbfc;
    color: #333;
    text-shadow: 0 1px #fff;
    font-size: 12px;
    padding: 10px
}

.search-content {
    padding: 10px 5px;
    background-color: #FFFFFF;
}

    .search-content.minw150px {
        min-width: 150px;
    }

.search-btn-container {
    padding: 5px 0;
    border: none !important
}

/************************************************************************************
    Modal
************************************************************************************/
.modal-dialog {
    border-radius: .25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
}

.modal-content {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.modal-header {
    padding: 1rem;
}

    .modal-header .close {
        font-size: 1.5rem;
    }

.modal-footer {
    padding: 5px;
}

/************************************************************************************
    List
************************************************************************************/
.list-sub-total-bg {
    background-color: #ffffdc !important;
}

.list-total-bg {
    background-color: #ffff99 !important;
}

/************************************************************************************
    SpreadJS
************************************************************************************/

.gc-scroll-bar .gc-scrollbar-vertical {
    background-image: none !important;
    background-repeat: no-repeat;
}

.gc-scroll-bar .gc-scrollbar-horizontal {
    text-indent: 0;
    background-image: none !important;
    background-repeat: no-repeat;
}

/************************************************************************************
    Select
************************************************************************************/
option:checked {
    background-color: #DDDDDD !important;
}

.igte_EditWithButtons {
    font-size: 10px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
    color: #1b2e4b !important;
    border: 1px solid #c0ccda !important;
    height: 30px;
    width: 120px;
    outline: 0;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
}

.igte_EditInContainer {
    background-color: Transparent;
    font-size: 12px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
    border-width: 0px;
    outline: 0;
    color: #1b2e4b !important;
    padding: 0px 2px 0px 5px !important;
}

.igte_Button {
    background-color: #ffffff !important;
    background-repeat: repeat-x;
    background-image: none !important;
    border: none !important;
    line-height: normal;
    cursor: pointer;
    color: White;
    height: 14px;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
}

/************************************************************************************
    bootstrap tables.scss 대처 (datepicker 사용됨)
************************************************************************************/
.bootstrap-datetimepicker-widget .table td,
.bootstrap-datetimepicker-widget .table th,
.bootstrap-datetimepicker-widget .table thead th {
    border: none;
    font-size: 12px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

.bootstrap-datetimepicker-widget .table-sm td,
.bootstrap-datetimepicker-widget .table-sm th {
    padding: 2px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 999999;
}

.bootstrap-datetimepicker-widget table th {
    line-height: 12px !important;
}
.bootstrap-datetimepicker-widget table td span {
    line-height: 24px !important;
    height: 24px !important;
    font-size: 12px;
    color: #333;
}
.bootstrap-datetimepicker-widget table td {
    line-height: 24px !important;
    height: 24px !important;
}
/************************************************************************************
    Table
************************************************************************************/
.common-table .contentColumn {
    background: #FFFFFF;
}

div.tree .tree-container {
    background: #FFFFFF !important;
}

.igg_HeaderCaption {
    background-color: #fafbfc;
    line-height: initial;
}

.igg_Control {
    background: #e9ecef !important;
}

.igte_EditInContainer {
    background: #FFFFFF !important;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
}

/************************************************************************************
    Calendar
************************************************************************************/
.calendar-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

    .calendar-container td {
        padding: 0px !important;
    }

        .calendar-container td > div {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

        .calendar-container td.days {
            height: 80px;
        }

    .calendar-container .day-num {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 3px;
        width: 22px;
        text-align: center;
    }

    .calendar-container .day-content {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 80px;
    }

        .calendar-container .day-content > div {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0 2px;
        }

    .calendar-container .today .day-num {
        background-color: #0cb261 !important;
        color: white !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .calendar-container .sun {
        color: red !important;
        background-color: rgba(255, 0, 0, 0.10) !important;
    }

    .calendar-container .sat {
        color: blue !important;
        background-color: rgba(0, 0, 255, 0.10) !important;
    }

    .calendar-container .today {
        border: 2px solid #0cb261 !important;
    }

    .calendar-container .disabled {
        color: #7e7e7e !important;
    }

    .calendar-container .not-this-month {
        background-color: rgba(0, 0, 0, 0.10);
    }