@charset "utf-8";


#loading {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

    #loading .turn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        #loading .turn img {
            animation: loading 0.6s linear infinite;
        }

        #loading .turn p {
            margin-top: 24px;
            font-size: 18px;
            font-weight: 400;
            color: rgba(255, 255, 255, .7);
        }

@keyframes loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#box-loading {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: linear-gradient(225deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%), linear-gradient(205deg, rgb(232 247 255 / 30%) 20%, rgb(34 72 90 / 60%) 40%);
}

    #box-loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/*220103 chart, graph 추가 */

.graph_area,
.chart_area {
    font-size: 14px;
    font-weight: 400;
    color: #a6b1ba;
}


body.sidebar-collapse .sidebar {
    left: -250px;
}

body.sidebar-collapse #contents.page .inner {
    width: 100%;
}

.container-fluid {
    padding: 30px;
    background: #032231;
}

.row.pd10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.pd10 .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 211210 그리드 관련 css 추가 */

    .row.pd10 .col-xs-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

/* 211210 그리드 관련 css 추가 */

.col-xs-6.pd10 {
    padding-left: 10px;
    padding-right: 10px;
}

/* 211228 css 추가 */

.row.pd35 {
    margin-left: -35px;
    margin-right: -35px;
}

.col-xs-6.pd35 {
    padding-left: 35px;
    padding-right: 35px;
}

/* 211230 css 추가 */

.col-xs-3.pd10 {
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-9.pd10 {
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-4.pd10 {
    padding-left: 10px;
    padding-right: 10px;
}


.box-title.right {
    float: right;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/*-------------------------------------------------------------------
	sidebar
-------------------------------------------------------------------*/


.sidebar-menu {
    overflow: unset;
    white-space: unset;
}

    /* 220105 margin 수정 */

    /* 220120 css 수정 */

    .sidebar-menu .treeview i:before {
        font-size: 25px;
        vertical-align: middle;
        margin-left: 0;
        margin-right: 12px;
        color: rgba(255, 255, 255, 0.7);
    }


    .sidebar-menu li.menu-open > a.depth1 {
        color: #1bacf0;
    }

    .sidebar-menu > li.menu-open > a::before {
        position: absolute;
        content: '';
        left: -16px;
        border-left: 3px solid #1bacf0;
        height: 100%;
    }
    /* 220120 css 수정 */

    .sidebar-menu .treeview.menu-open a i:before {
        color: #1bacf0;
    }

/* 220111 css 수정 */

.treeview > ul.treeview-menu {
    background-color: #1c4052;
    margin: 0 -16px;
}

.treeview-menu li.active {
    color: #fff;
    font-weight: 700;
}

/* 220117 css 수정  */

.treeview .pull-right-container:last-of-type {
    margin-top: -1px;
    transition: 0.5s;
    transform: rotate(90deg);
}

/* 220111 css 추가  */

.treeview.menu-open .pull-right-container:last-of-type {
    transform: rotate(0deg);
}

/* 220111 css 수정 */

.treeview-menu > li > a {
    padding: 8px 5px 8px 52px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treeview-menu > li:first-of-type {
    padding-top: 7px;
}

.treeview-menu > li:last-of-type {
    padding-bottom: 7px;
}

.treeview-menu > li > a:first-of-type {
    padding: 15px 5px 8px 52px;
}

/* 220128 css 수정 */

.treeview-menu > li > a:last-of-type {
    padding: 8px 5px 8px 52px;
}

/* 220105 color 수정 */

.sidebar-menu > li > a {
    padding: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #fff
}

/* 220111 css 수정 */

.sidebar-menu > li + li {
    margin-top: 10px;
}


.sidebar-menu > li > a > span {
    display: inline-block;
    vertical-align: middle;
}

    .sidebar-menu > li > a > span > span {
        display: inline-block;
        font-size: 14px;
    }

/* 220117 css 수정 */

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    margin-top: 0;
    width: 12px;
    height: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}


/* 211223 보더값 변경 */

/* 220128 css 변경 */
.sidebar {
    position: fixed;
    left: 30px;
    top: 110px;
    bottom: 30px;
    width: 250px;
    background: rgb(16,48,64);
    background: -moz-linear-gradient(60deg, rgba(16,48,64,1) 0%, rgba(11,55,77,1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(16,48,64,1) 0%, rgba(11,55,77,1) 100%);
    background: linear-gradient(60deg, rgba(16,48,64,1) 0%, rgba(11,55,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103040",endColorstr="#0b374d",GradientType=1);
    border-radius: 12px;
    /*border: 1px solid #0e3142;*/
    border: 1px solid rgba(44, 86, 106, 0.6);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none /* Firefox */
}

    /* 220128 css 추가 */

    .sidebar::-webkit-scrollbar {
        display: none;
    }

/* 220128 css 변경 */

.sidebar_body {
    padding: 12px 16px 27px;
}

    .sidebar_body .input-group {
        background: #07374d;
        border-radius: 6px;
    }

        .sidebar_body .input-group .form-control {
            height: 42px;
            background: #07374d;
            border: none;
            border-radius: 6px;
            color: #fff;
        }

        .sidebar_body .input-group .btn {
            padding: 6px 10px;
        }

        .sidebar_body .input-group i {
            font-size: 18px;
            color: #1bacf0;
        }

            .sidebar_body .input-group i::before {
                margin-left: 0;
                margin-right: 0;
            }

header {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}

/* 211223 border 값 변경 */

.header_left {
    width: 100%;
    padding: 0px 20px;
    background: rgb(0,117,172);
    background: -moz-linear-gradient(-60deg, rgba(0,117,172,1) 0%, rgba(0,104,153,1) 100%);
    background: -webkit-linear-gradient(-60deg, rgba(0,117,172,1) 0%, rgba(0,104,153,1) 100%);
    background: linear-gradient(-60deg, rgba(0,117,172,1) 0%, rgba(0,104,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0075ac",endColorstr="#006899",GradientType=1);
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    /*border: 1px solid #1d3948;*/
    border: 1px solid rgba(44, 86, 106, 0.6);
    border-radius: 12px;
    font-size: 0;
    height: 100%;
    box-sizing: border-box;
    transition: 0.5s;
}

.header_left_area {
    position: relative;
    display: flex;
    align-items:center;
    justify-content:space-between;
    height: 60px;
    width: 100%;
}

    .header_left_area .logo_area {
        width: 122px;
        margin-left:20px;
    }

.header_left .sidebar-toggle {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
}

    .header_left .sidebar-toggle .trigger {
        position: absolute;
        height: 2px;
        background-color: #fff;
        width: 100%;
        text-indent: -9999px;
    }

        .header_left .sidebar-toggle .trigger:first-child {
            top: 0;
        }

        .header_left .sidebar-toggle .trigger:nth-child(2) {
            top: 50%;
            margin-top: -1px;
        }

        .header_left .sidebar-toggle .trigger:last-child {
            bottom: 0;
        }


/*.header_left .sidebar-toggle-area,
.header_left .date_area,
.header_left .status_area,
.header_left .ttl_area {
    display: table-cell;
    font-size: 0;
}*/

.header_left .sidebar-toggle-area {
    display: flex;
    align-items: center;
}

.header_left .date_area {
    text-align: right;
    vertical-align: middle;
}

    .header_left .date_area p {
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

        .header_left .date_area p + p {
            padding-left: 32px;
        }

        .header_left .date_area p span {
            display: inline-block;
            padding-right: 8px;
            color: #0088c7;
        }

.header_left .status_area {
    text-align: right;
    vertical-align: middle;
}

    .header_left .status_area button {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

        .header_left .status_area button img {
            padding-left: 12px;
            vertical-align: -8px;
        }

.header_left_area .ttl_area {
    text-align: center;
    vertical-align: middle;
}

    .header_left_area .ttl_area .remote_ttl {
        font-size: 36px;
        font-weight:500;
        color: #fff;
    }

        .header_left_area .ttl_area .remote_ttl i {
            vertical-align: middle;
        }

            .header_left_area .ttl_area .remote_ttl i::before {
                font-size: 48px;
                margin: 0 15px 0 0;
            }

    .header_left_area .ttl_area .ttl_img_area {
        display: inline-block;
        vertical-align: text-top;
        width: 87px;
        height: 25px;
        margin-right: 3px;
    }

/* 211214 header_right 관련 css select 에서 dropdown 으로 변경으로 인한 css 수정*/



/* 211223 padding 삭제 */

.header_left_area .dropdown.user.user-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

    /* 211223 toggle css 추가  */

    .header_left_area .dropdown.user.user-menu .dropdown-toggle {
        display: block;
        width: 100%;
        padding-right: 25px;
    }

    .header_left_area .dropdown.user.user-menu a:hover,
    .header_left_area .dropdown.user.user-menu a:focus,
    .header_left_area .dropdown.user.user-menu a:hover .hidden-xs b,
    .header_left_area .dropdown.user.user-menu a:focus .hidden-xs b {
        color: #fff;
        border-color: #fff transparent transparent transparent;
    }

    .header_left_area .dropdown.user.user-menu .hidden-xs {
        position: relative;
    }


        .header_left_area .dropdown.user.user-menu .hidden-xs b {
            border-color: #fff transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            right: -15px;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

    .header_left_area .dropdown.user.user-menu .dropdown-menu {
        min-width: 100%;
        padding: 15px;
        margin: 11px 0 0;
        border-radius: 6px;
    }

        .header_left_area .dropdown.user.user-menu .dropdown-menu .user_body {
            display: flex;
            justify-content: space-between;
        }

            .header_left_area .dropdown.user.user-menu .dropdown-menu .user_body .edit {
                height: 30px;
                background-color: #0b7fc0;
                color: #fff;
                font-size: 15px;
                font-weight: 400;
                border-radius: 4px;
                border-color: #0b7fc0;
                padding: 6.5px 15px;
                line-height: 1;
            }

            .header_left_area .dropdown.user.user-menu .dropdown-menu .user_body .logout {
                width: 100%;
                text-align: center;
                height: 30px;
                background-color: #fff;
                color: #0b7fc0;
                border-radius: 4px;
                font-size: 15px;
                font-weight: 400;
                border: 1px solid #0b7fc0;
                padding: 6.5px 26px;
                line-height: 1;
            }

                .header_left_area .dropdown.user.user-menu .dropdown-menu .user_body .edit a:hover,
                .header_left_area .dropdown.user.user-menu .dropdown-menu .user_body .logout a:hover {
                    border-color: unset;
                    color: unset;
                }


/*-------------------------------------------------------------------
	page common
-------------------------------------------------------------------*/


.container-fluid.full_screen #contents.page .inner {
    /*width: 100%;*/
}

.container-fluid.full_screen #contents.page {
    min-height: calc(100vh - 80px);
}

.container-fluid.full_screen #contents.remote.page {
    min-height: calc(100vh - 100px);
}

.container-fluid.full_screen #contents.page .header_right {
    display: none !important;
}

body.sidebar-collapse .container-fluid #contents.page .header_right {
    display: none;
    transition: 0.5s;
}


body.sidebar-collapse .container-fluid #contents.page .header_left {
    width: 100%;
    transition: 0.5s;
}

#contents.page {
    position: relative;
    background: #032231;
    min-height: calc(100vh - 60px);
}

    #contents.page .inner {
        width: calc(100% - 270px);
        margin-left: auto;
        transition: 0.5s;
    }

    /* 220209 css 수정 */

    #contents.page .cnt_wrap {
        margin-top: 0;
    }

        /* 220209 css 수정 */

        #contents.page .cnt_wrap .box-box-wrap {
            margin-top: 20px;
        }

            #contents.page .cnt_wrap .box-box-wrap .box:last-of-type {
                margin-bottom: 0;
            }


        #contents.page .cnt_wrap .table_body {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        /* 211223 box-solid 배경 및 보더 값 변경 */

        /* 211227 box-solid 배경 및 박스 shadow 수정 */

        #contents.page .cnt_wrap .box.box-solid {
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f2e40+0,032333+100 */
            background: rgb(15, 46, 64);
            /* Old browsers */
            background: -moz-linear-gradient(-40deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(-40deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%);
            /* Chrome10-25,Safari5.1-6 */
            /*background: linear-gradient(-40deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%);*/
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2e40', endColorstr='#032333', GradientType=1);
            /* IE6-9 fallback on horizontal gradient */
            border: double 1px transparent;
            border-radius: 14px;
            background-image: linear-gradient( 225deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%), linear-gradient( 205deg, rgb(232 247 255 / 30%) 20%,rgb(34 72 90 / 60%) 40%);
            background-origin: border-box;
            background-clip: content-box, border-box;
            box-shadow: 0px 1px 30px 0px rgb(7 29 39 / 70%);
            overflow: hidden;
        }

            /* 220209 css 추가 */

            #contents.page .cnt_wrap .box.box-solid.ovnone {
                overflow: unset;
            }

            #contents.page .cnt_wrap .box.box-solid.table dl dd {
                width: calc(100% - 216px);
                text-align: right;
            }

        /* 211229 z-index 수정 */

        #contents.page .cnt_wrap .box-header {
            z-index: 1;
            padding: 10.5px 20px;
            font-size: 25px;
            font-weight: 700;
            color: #56c9ff;
            border-radius: 14px 14px 0 0;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184e70+0,7db9e8+100,13425f+100&0.4+0,0.12+20,0+100 */
            background: -moz-linear-gradient(top, rgba(24, 78, 112, 0.4) 0%, rgba(23, 76, 109, 0.12) 20%, rgba(19, 66, 95, 0) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(24, 78, 112, 0.4) 0%, rgba(23, 76, 109, 0.12) 20%, rgba(19, 66, 95, 0) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to top, rgba(24, 78, 112, 0.4) 0%, rgba(23, 76, 109, 0.12) 20%, rgba(19, 66, 95, 0) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66184e70', endColorstr='#0013425f', GradientType=0);
            /* IE6-9 */
        }
            /* 220203 css 수정 */

            #contents.page .cnt_wrap .box-header .box-title {
                font-size: 25px;
            }

            #contents.page .cnt_wrap .box-header .box-title .crm_id {
                font-size: 18px;
                font-weight: 400;
                color: #7d8a92;
            }

            #contents.page .cnt_wrap .box-header .box-title .id_num {
                font-size: 18px;
                font-weight: 400;
                color: #fff;
            }


        #contents.page .cnt_wrap .body_wrap {
            padding: 0 20px;
            border-radius: 0 0 14px 14px;
        }

        #contents.page .cnt_wrap .box-body {
            position: relative;
            padding: 12px 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            font-size: 0;
        }

            #contents.page .cnt_wrap .box-body + .box-body {
                border-top: 1px solid rgba(255, 255, 255, .1);
            }

            #contents.page .cnt_wrap .box-body dl {
                font-size: 0;
            }

                #contents.page .cnt_wrap .box-body dl dt {
                    display: inline-block;
                    word-break: break-all;
                    vertical-align: -4px;
                    min-width: 195px;
                    font-size: 18px;
                    font-weight: 400;
                    color: rgba(255, 255, 255, .6);
                }

                #contents.page .cnt_wrap .box-body dl dd {
                    display: inline-block;
                    word-break: break-all;
                    vertical-align: middle;
                    font-size: 22px;
                    font-weight: 500;
                    color: #fff;
                }

                    /* 211209 none 클래스 추가 */

                    #contents.page .cnt_wrap .box-body dl dd.none {
                        text-align: center !important;
                    }

            #contents.page .cnt_wrap .box-body.grid {
                padding: 18px 0;
            }

            #contents.page .cnt_wrap .box-body .grid-body {
                display: inline-block;
                vertical-align: top;
                width: 50%;
            }

                #contents.page .cnt_wrap .box-body .grid-body.inline dt,
                #contents.page .cnt_wrap .box-body .grid-body.inline dd {
                    display: inline-block;
                    margin-bottom: 0;
                }

                #contents.page .cnt_wrap .box-body .grid-body:first-of-type {
                    padding-right: 10px;
                }

                #contents.page .cnt_wrap .box-body .grid-body + .grid-body {
                    padding-left: 10px;
                }

            #contents.page .cnt_wrap .box-body.grid .grid-body:first-of-type,
            #contents.page .cnt_wrap .box-body.img .grid-body:first-of-type {
                padding-right: 18px;
            }

            #contents.page .cnt_wrap .box-body.grid .grid-body + .grid-body,
            #contents.page .cnt_wrap .box-body.img .grid-body + .grid-body {
                padding-left: 18px;
            }



            #contents.page .cnt_wrap .box-body.grid::before {
                position: absolute;
                content: '';
                width: 1px;
                height: 70%;
                top: 50%;
                left: 50%;
                transform: translateY(-50%);
                background: #13384d;
            }

            #contents.page .cnt_wrap .box-body .grid-body dt {
                display: block;
                margin-bottom: 9px;
            }

            #contents.page .cnt_wrap .box-body dd span {
                font-size: 16px;
                font-weight: 400;
            }

    /* 220111 css 추가 */

    #contents.page .flst_logo_area {
        display: inline-block;
        margin-right: 10px;
    }

        #contents.page .flst_logo_area img {
            width: 80px;
            vertical-align: -11px;
        }

/*/ 211213 추가 */

/*-------------------------------------------------------------------
	input
-------------------------------------------------------------------*/

.input_area {
    position: relative;
    font-size: 0;
}

    .input_area.inline .input_box {
        display: inline-block;
    }

    .input_area.check.type_box .input_box label, .input_area.radio .input_box label {
        position: relative;
        padding-left: 26px;
    }

    .input_area.radio .input_box + .input_box {
        margin-left: 30px;
    }

.check input, .radio input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.input_area input {
    background: none;
}

.input_box span {
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}


.input_box input[type="radio"] + span:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border: 1px solid #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.input_box input[type="radio"]:checked + span:before {
    background: #0087c7;
    border-width: 2px;
}

/* 211217 search css 추가 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #123a52 inset !important;
    -webkit-text-fill-color: #fff !important;
}



/*-------------------------------------------------------------------
	datepicker
-------------------------------------------------------------------*/

.datepicker.dropdown-menu {
    padding: 23px 15px;
    min-width: 320px;
    min-height: 320px;
    background-color: #0f2e40;
    border-color: #45606f;
    border-radius: 10px;
}

    /*211227 datepicker months, years css 추가  */

    .datepicker.dropdown-menu .datepicker-days .table-condensed .datepicker-switch,
    .datepicker.dropdown-menu .datepicker-months .table-condensed .datepicker-switch,
    .datepicker.dropdown-menu .datepicker-years .table-condensed .datepicker-switch {
        padding-bottom: 16px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        color: #1ba8eb;
    }

    /*211227 datepicker years css 추가  */

    .datepicker.dropdown-menu .datepicker-years .table-condensed .datepicker-switch {
        pointer-events: none;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed thead tr:nth-of-type(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /*211227 datepicker months, years css 추가  */

    .datepicker.dropdown-menu .datepicker-days .table-condensed .dow,
    .datepicker.dropdown-menu .datepicker-months .table-condensed .month,
    .datepicker.dropdown-menu .datepicker-years .table-condensed .year {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

        .datepicker.dropdown-menu .datepicker-days .table-condensed .dow:first-of-type {
            color: #ff7676;
        }

        .datepicker.dropdown-menu .datepicker-days .table-condensed .dow:last-of-type {
            color: #1e83bb;
        }

    .datepicker.dropdown-menu .datepicker-days .table-condensed .day {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed .old.day,
    .datepicker.dropdown-menu .datepicker-days .table-condensed .new.day {
        color: #9da9b3;
    }

    /*211227 datepicker months, years css 추가  */

    .datepicker.dropdown-menu .datepicker-days .table-condensed > tbody > tr > td,
    .datepicker.dropdown-menu .datepicker-days .table-condensed > tbody > tr > th,
    .datepicker.dropdown-menu .datepicker-days .table-condensed > tfoot > tr > td,
    .datepicker.dropdown-menu .datepicker-days .table-condensed > tfoot > tr > th,
    .datepicker.dropdown-menu .datepicker-days .table-condensed > thead > tr > td,
    .datepicker.dropdown-menu .datepicker-days .table-condensed > thead > tr > th,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > tbody > tr > td,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > tbody > tr > th,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > tfoot > tr > td,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > tfoot > tr > th,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > thead > tr > td,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > thead > tr > th,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > tbody > tr > td,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > tbody > tr > th,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > tfoot > tr > td,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > tfoot > tr > th,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > thead > tr > td,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > thead > tr > th {
        cursor: pointer;
        text-align: center;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed > thead > tr > th {
        padding-top: 0;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed .day {
        padding: 10px 5px;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed .dow {
        padding: 10px 5px 5px;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed tbody tr:last-of-type .day {
        padding-bottom: 0;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed .day.active {
        position: relative;
    }

    .datepicker.dropdown-menu .datepicker-days .table-condensed .day {
        position: relative;
    }

        .datepicker.dropdown-menu .datepicker-days .table-condensed .day:hover::before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: -1;
            margin: 0 auto;
            background: #032333;
            transform: translate(-50%, -50%);
            content: '';
            width: 30px;
            height: 30px;
            padding: 0 !important;
            border-radius: 50%;
        }


        .datepicker.dropdown-menu .datepicker-days .table-condensed .day.active::before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: -1;
            margin: 0 auto;
            background: #0b7fc0;
            transform: translate(-50%, -50%);
            content: '';
            width: 30px;
            height: 30px;
            padding: 0 !important;
            border-radius: 50%;
        }

    /*211227 datepicker arrow 수정 */

    .datepicker.dropdown-menu .datepicker-days .table-condensed > thead > tr > th.prev,
    .datepicker.dropdown-menu .datepicker-days .table-condensed > thead > tr > th.next,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > thead > tr > th.prev,
    .datepicker.dropdown-menu .datepicker-months .table-condensed > thead > tr > th.next,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > thead > tr > th.prev,
    .datepicker.dropdown-menu .datepicker-years .table-condensed > thead > tr > th.next {
        position: relative;
        font-size: 0;
    }

        .datepicker.dropdown-menu .datepicker-days .table-condensed > thead > tr > th.prev::before,
        .datepicker.dropdown-menu .datepicker-months .table-condensed > thead > tr > th.prev::before,
        .datepicker.dropdown-menu .datepicker-years .table-condensed > thead > tr > th.prev::before {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            content: '';
            width: 8px;
            height: 8px;
            border-top: 1px solid #9da9b3;
            border-right: 1px solid #9da9b3;
            transform: rotate(225deg);
            margin: 5px 0 0;
        }

        .datepicker.dropdown-menu .datepicker-days .table-condensed > thead > tr > th.next::after,
        .datepicker.dropdown-menu .datepicker-months .table-condensed > thead > tr > th.next::after,
        .datepicker.dropdown-menu .datepicker-years .table-condensed > thead > tr > th.next::after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            content: '';
            width: 8px;
            height: 8px;
            border-top: 1px solid #9da9b3;
            border-right: 1px solid #9da9b3;
            transform: rotate(45deg);
            margin: 5px 0 0;
        }

/*-------------------------------------------------------------------
	select2
-------------------------------------------------------------------*/


.select2-dropdown {
    background-color: #031f2d !important;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    background: rgb(15, 46, 64);
    border: 1px solid #0d2d3c;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 1px 30px 0px rgb(7 29 39 / 70%);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
    color: #fff;
}

    .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #fff;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: transparent;
}