﻿
html, body {
    height: 100% !important;
    width: 100%;
    font-size: 13px;
    font-family: Helvetica, '맑은 고딕', 'malgun gothic', 'Apple SD Gothic Neo', 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic', 'Droid sans', sans-serif;
    background: #f7f7f7;
    transform: none !important;
    perspective: none !important;
    text-rendering: optimizeLegibility;
    color: #222;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none;
    color: #000;
}

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border: 3px solid #fff;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0px;
    background: #efefef;
}

::-webkit-scrollbar-track {
    width:50px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    display: inline-flex;
    margin-right: -3px;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
}


/* input 기본 스타일 초기화 */

input {
    outline: none;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
}

    input::-ms-expand {
        display: none;
    }

    input::-ms-clear {
        display: none;
    }

    input::-ms-check {
        border-color: none;
        color: transparent;
        background: transparent;
        border: none;
    }

.btn.disabled {
    pointer-events: none;
}




.hidden {
    display:none;
}


/* layout */


.wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
    max-height:100%;
    display:flex;
    flex-direction:column;
}

    .content {
        position:relative;
    }


    .form-group {
        width: 100%;
        display: flex;
    }

    .detail-wrap .form-group {
        width: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
    }


        .detail-wrap .form-group > label {
            color: #888;
            justify-content: center;
        }

    .detail-wrap .venue-map-wrap {
        width: 100%;
        height: 350px;
        border: 1px solid #eee;
    }

    .detail-wrap .venue-addr-wrap {
        flex: auto;
    }

    .detail-wrap .col-sm-10 {
        flex-shrink: 1;
    }

    .detail-wrap .venue-addr-wrap p {
        flex-shrink: 0;
        background: #fff;
        width: 100px !important;
        margin-right: auto;
        align-items: center;
        display: flex;
        margin-bottom: 0px;
    }

    /* menu */

    .wrapper > .nav-header {
        /*background: #214497;
        min-height: 50px;
        max-height: 50px;
        position: absolute;
        width: 100%;
        z-index: 99;*/
        height:0px;
        position :relative;
        width:100%;
        padding:0px;
    }

        .wrapper > .nav-header:after {
            display: block;
            content: "";
            clear: both;
        }

.expand-button {
    background: #21323C;
    color: #fff;
    margin-left: auto;
    border: none;
    height: 40px;
    padding: 0px;
    width:40px;
}

    .expand-button > i {
        font-size: 24px;
        display: inline-block;
    }

.tab-btn {
    display: none;
    background: #21323C;
    color: #fff;
    margin-left: auto;
    border: none;
    height: 40px;
    padding: 0px;
    width: 40px;
}

    .tab-btn i {
        font-size: 24px;
        display: inline-block;
    }

.tab_m {
    left: 0px !important;
}



/* mobile-menu */

.m-menu {
    width: 100%;
    position: fixed;
    z-index: 90000;
    /*box-shadow: 0 5px 10px rgba(0,0,0,.2),0 4px 4px rgba(0,0,0,.22) !important;*/
    transition: all .3s;
    color: #fff;
    background: #21323c;
    display:none;
}


.wrapper > .content > .menu {
    width: 250px;
    position: fixed;
    min-height: 600px;
    display: block;
    left: 0;
    top: 0px;
    padding-top: 0px;
    z-index: 89900;
    color: #fff;
    background: #21323c;
    height: 100%;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
    transition: all 0.3s ease-out;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.menu.contractOn {
    width: 55px !important;
}



    .menu .expand, .menu .menuTitle {
        display:inline-flex;
        overflow: hidden;
        opacity: 1;
    }

    .menu.fix .expand, .menu.fix .menuTitle {
        display: inline-flex;
        overflow: hidden !important;
        opacity: 1 !important;
    }

    .menu.contractOn .expand, .menu.contractOn .menuTitle {
        display:none;
        overflow: hidden;
        opacity:0;
    }




    .menu .wrap {
        display:flex;
        flex-direction:column;
        height:100%;
        overflow-x:hidden;
        background: #21323c;
    }

        .menu .wrap .scrollArea {
            height: calc(100% - 100px);
            overflow-y: auto;
            width: 255px;
            background: #21323C;
        }



/* logo */

.logo-wrap {
    padding: 10px;
    display: flex;
    flex-direction: row;
    height: 60px;
}


.logo {
    width: 40px;
    display: block;
    overflow: hidden;
}

    .logo > img {
        width: 100%;
    }




/* account */

.account-wrap {
    color: #fff;
    margin-left: 10px;
    width: calc(100% - 80px);
    transition: all 0.5s;
}

.form-inline > .account-icon {
    cursor: pointer;
}

    .form-inline > .account-icon > .fa-user-circle {
        font-size: 25px;
        color: #fff;
        margin-top: 3px;
    }

.form-inline > .account-info {
    margin-right: 12px;
}

    .form-inline > .account-info > .account-role {
        font-size: 12px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .form-inline > .account-info > .account-organization {
        display: flex;
        flex-direction: row;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .form-inline > .account-info > .account-organization > .account-organization-orgname {
            max-width: 100px;
            font-size: 11px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .form-inline > .account-info > .account-organization > .account-organization-name > strong {
            font-size: 11px;
            margin-left: 5px;
        }




    .menu .gnb {
        width:250px;
        font-size: 13px;
        background: #21323c;
    }

        .menu .gnb > li {
            cursor: pointer;
        }

            .menu .gnb > li > a {
                display: block;
                padding: 15px 18px;
                box-sizing: border-box;
                border-left: 3px solid #21323C;
                color: #fff;
                background: #21323c;
            }


                .menu .gnb > li .gnb-icon {
                    margin-right: 10px;
                }

                .menu .gnb > li > a:hover {
                    color: #fff;
                    border-color: #0069D9;
                }

                .menu .gnb > li > a.on {
                    border-color: #0069D9;
                }


                .menu.contractOn .gnb > li > a.on {
                    border-color: #0069D9;
                }

                .menu .gnb > li > .gnb-sub {
                    display: none;
                    margin-top: 0px;
                    background: #121d23;
                    color:#fff;
                }

                .menu.contractOn .gnb > li > .gnb-sub {
                    display: none !important;
                }

                    .menu .gnb > li > a > i {
                        font-size: 13px;
                        color: #f7f7f7;
                        margin-right: 10px;
                        width: 18px;
                        text-align: center;
                    }

                    .menu .gnb > li > a > i.drop-icon {
                        font-size:8px;
                        margin-right:0px;
                    }

                    .menu .gnb > li > .gnb-sub > li > a {
                        display: block;
                        padding: 8px 13px 8px 52px;
                        color: #eee;
                    }


                        .menu .gnb > li > .gnb-sub > li > a.on {
                            color: #fff;
                            font-weight:bold;
                        }



                    .menu .gnb > li > .gnb-sub > li > a:hover {
                        color: #0e0e0e;
                        background: #f1f1f1;
                    }

    .gnb .drop-icon {
        float: right;
        margin-top: 3px;
    }

    .gnb .up {
        transform: rotate(180deg);
    }




    .account-btnWrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px;
        margin-top: auto;
        background: #21323c;
        border-top:1px solid #444;
        overflow:hidden;
        width:100%;
    }

        .account-btnWrap .btn {
            color: #f3f3f3;
            font-size: 13px;
            display:flex;
            flex-direction:row;
        }

            .account-btnWrap .btn span {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .account-btnWrap .btn i {
                font-size: 13px;
            }

            .account-btnWrap .btn:first-child i {
                margin-right: 10px;
            }



    /* section */



    .section {
        margin: 0px 0 0 250px;
        transition: all 0.3s;
        height:100%;
    }

    .menu.contractOn + .section {
        margin-left: 55px !important;
    }


        .section > .content-wrap {
            padding: 15px 20px 0;
            height: calc(100% - 30px);
        }

        .title-wrap:after {
            clear: both;
            display: block;
            content: "";
        }

        .title-wrap > .title {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 7px;
            display: inline-block;
            float: left;
        }

        .section .content-wrap .search-form > .title-wrap > .search {
            display: inline-block;
            float: right;
        }



            .section .content-wrap .search-form > .title-wrap > .search:after {
                clear: both;
                display: block;
                content: "";
            }

            .section .content-wrap .search-form > .title-wrap > .search > .search-input {
                width: auto;
                display: inline-block;
                height: 33px;
            }

            .section .content-wrap .search-form > .title-wrap > .search > button {
                font-size: 13px;
                line-height: 15px;
                margin-bottom: 3px;
            }



    /* footer */




    .footer {
        padding: 0px 0 0 250px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.4s;
        display:flex;
        flex-direction:row;
        margin-top:auto;
    }

        .footer > p {
            margin:10px auto;
            color:#888;
            align-self:center;
            text-align:center;
        }



/* content*/


.content {
    position: relative;
    height:100%;
}

.content-wrap {
    position:relative;
}


/* box-wrap */
.content-wrap > .box-wrap {
    margin: 10px 0;
}
.box-wrap {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    position:relative;
}

    .box-wrap:after {
        display: block;
        content: "";
        clear: both;
    }





    /* box-wrap-head */


    .box-wrap-head {
    }

        .box-wrap-head:after {
            display: block;
            content: "";
            clear: both;
        }

        .box-wrap .title {
            font-weight: bold;
            font-size: 15px;
            margin-bottom: 3px;
            padding-left: 5px;
            float: left;
        }


    .box-wrap .box-wrap-head .title {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 3px;
        padding-left: 5px;
        float: left;
    }


    .box-wrap .paging {
        float: right;
        margin-top: -3px
    }

        .box-wrap .paging > span {
            margin-right: 5px;
        }

        .box-wrap .paging > select {
            padding: 2px 3px;
            height: 30px;
            font-size: 13px;
            width: auto;
            display: inline-block;
        }





    .box-wrap .form-error {
        float: right;
        margin-right: 20px;
        color: red;
        font-size: 13px;
    }



    .box-wrap .search-control {
        display: inline-block;
        float: right;
        border: 1px solid #ccc;
        padding: 3px 7px;
        background: #f1f1f1;
        cursor: pointer;
        font-size: 13px;
        margin-top: -3px;
    }

        .box-wrap .search-control > .up:after {
            content: "▲";
        }

        .box-wrap .search-control > .down:after {
            content: "▼";
        }

        .box-wrap > .title {
            font-size:16px;
            font-weight:bold;
        }



    /* search-form */


    .box-wrap .search-form {
        margin-top: 10px;
        display: block;
    }

        .box-wrap .search-form > .search-btn-wrap {
            text-align: center;
            border-top: 1px solid #e1e1e1;
            padding-top: 10px;
        }

    .box-wrap > .search-form > .search-btn-wrap > button {
        line-height: 15px;
        width: 100px;
        font-weight: bold;
    }


    .section .content-wrap .search-form .detail-search-wrap {
        display: none;
        width: 100%;
    }

        .section .content-wrap .search-form .detail-search-wrap.on {
            display: block;
        }

        .section .content-wrap .search-form .detail-search-wrap .search-wrap {
            background: #fff;
            border-radius: 3px;
            margin-top: 5px;
            padding: 13px 13px 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }


            .section .content-wrap .search-form .detail-search-wrap .search-wrap .col-sm-8 {
                position: relative;
            }

                .section .content-wrap .search-form .detail-search-wrap .search-wrap .col-sm-8 i {
                    position: absolute;
                    top: 1px;
                    right: 20px;
                }

                    .section .content-wrap .search-form .detail-search-wrap .search-wrap .col-sm-8 i.datepicker-close {
                        display: none;
                    }




    /* detail-wrap */

    .box-wrap .detail-wrap {
        padding-top: 10px;
        margin-top: 30px;
    }


        .box-wrap .detail-wrap .col-sm-12 {
            margin-bottom: 1rem;
            display: flex;
            flex-direction: column;
        }

        .box-wrap .detail-wrap .form-group .col-sm-10 {
            flex-direction: column;
            flex-wrap: nowrap;
            align-self: center;
        }

        .box-wrap .detail-wrap img {
            max-width: 500px;
            height: auto !important;
        }

        .box-wrap .detail-wrap .form-group .col-sm-10 .danger {
            flex-direction: column;
            align-self: initial;
            width: 80%;
            margin-right: auto;
        }

    .box-wrap > .detail-btn-wrap , .box-wrap .detail-btn-wrap {
        border-top: 1px solid #eee;
        padding: 10px 20px 5px;
        text-align: right;
    }

        .box-wrap .detail-btn-wrap > button {
            width: 100px;
            line-height: 18px;
            font-weight: bold;
            font-size:13px;
        }


    /* box-btn-wrap */


    .box-btn-wrap {
        text-align: right;
    }

        .box-btn-wrap button {
            font-size: 13px;
            font-weight: bold;
            min-width: 100px;
            margin-right: 10px;
        }

        .box-btn-wrap i {
            font-size: 10px;
        }



    /* table-wrap */


    .box-wrap .table-wrap {
        margin-top: 10px;
        padding-top: 3px;
        overflow: auto;
        width: 100%;
    }

        .box-wrap .table-wrap > table {
            table-layout: fixed;
        }

    .box-wrap .detail-list-btn-wrap {
        float: right;
        display: inline-block;
        margin-bottom:5px;
    }


        .box-wrap .detail-list-btn-wrap > button {
            font-size: 12px;
            width: 80px;
        }

    .box-wrap .table-wrap > table > tbody > tr.parent:hover, .box-wrap .table-wrap > table > tbody > .detail-tb:hover, .box-wrap .table-wrap > table > tbody > tr.popparent:hover {
        cursor: pointer;
        background: #eaeaea;
        color: #212529;
    }

    .blank:hover{
        cursor: pointer;
        background: #eaeaea;
        color: #212529;
    }

    .box-wrap .table-wrap > table > tbody > .detail-tb .detail-tb-list {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    /* 230927 김지윤 table 추가 클래스 설정 */
    .box-wrap .table-wrap > table.table.table-sm.table-checkbox > thead th {
        padding: 7px;
    }
    .box-wrap .table-wrap > table.table.table-sm.table-checkbox td {
        padding: 4px 5px;
    }

    .box-wrap .table-wrap > table th {
        text-align: center;
        vertical-align: middle;
        padding: 7px;
    }

    .box-wrap .table-wrap > table > thead th {
        padding: 10px 7px;
    }

        .box-wrap .table-wrap > table > thead th.sorting {
            cursor: pointer;
            position: relative;
        }

            .box-wrap .table-wrap > table > thead th.sorting:before {
                background-image:url(Icons/caret-up-fill.svg);
                background-repeat:no-repeat;
                background-size:8px 8px;
                content:".";
                width:10px;
                height:10px;
                text-indent:-9999px;
                display: inline-block;
                font-size: 0.2em;
                position: absolute;
                top: 12px;
                right: 10px;
                opacity:0.3;
            }

            .box-wrap .table-wrap > table > thead th.sorting:after {
                background-image: url(Icons/caret-down-fill.svg);
                background-repeat: no-repeat;
                background-size: 8px 8px;
                text-indent: -9999px;
                width: 10px;
                height: 10px;
                content: ".";
                display: inline-block;
                font-size: 0.2em;
                position: absolute;
                top: 18px;
                right: 10px;
                opacity: 0.3;
            }

            .box-wrap .table-wrap > table > thead th.sorting.asc:before, .box-wrap .table-wrap > table > thead th.sorting.desc:after {
                opacity: 0.6;
            }

    .box-wrap .table-wrap > table td {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 7px 8px;
        text-align: center;
        vertical-align: middle;
    }

    .box-wrap .table-wrap > table > tbody > .child {
        display: none;
    }

        .box-wrap .table-wrap > table > tbody > .child > td {
            padding: 0;
        }

            .box-wrap .table-wrap > table > tbody > .child > td > .child-wrap {
                border: 1px solid rgb(238, 238, 238);
                padding: 3px 15px;
                margin: -1px 0px;
                max-height: 300px;
                overflow: auto;
                display: none;
            }

                .box-wrap .table-wrap > table > tbody > .child > td > .child-wrap > .child-content {
                    border-top: 1px solid #eaeaea;
                    padding-top: 7px
                }

                    .box-wrap .table-wrap > table > tbody > .child > td > .child-wrap > .child-content:first-child {
                        border-top: 0;
                    }

                    .box-wrap .table-wrap > table > tbody > .child > td > .child-wrap > .child-content > .child-title {
                        margin-bottom: 7px;
                        font-size: 13px;
                        font-weight: bold;
                    }

                    .box-wrap .table-wrap > table > tbody > .child > td > .child-wrap > .child-content > table {
                        table-layout: fixed;
                    }

                        .box-wrap .table-wrap > table > tbody > .child > td > .child-wrap > .child-content > table > thead {
                            background: #f7f7f7;
                            color: #214497;
                        }

                            .box-wrap .table-wrap > table > tbody > .child > td > .child-wrap > .child-content > table > thead th {
                                border-bottom-width: 1px;
                            }



    /* list-wrap */


    .list-wrap, .list-page-wrap {
        display: none;
    }

    .box-wrap .list-page-wrap {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        padding: 7px;
        color: #898989
    }

        .box-wrap .list-page-wrap > .fas.fa-angle-double-right {
            transform: rotate(90deg);
        }

        .box-wrap .list-page-wrap:hover {
            cursor: pointer;
            background: #f7f7f7;
        }


    .box-wrap .list-wrap > .list-group > .list-group-item > .w-100 > .mb-1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 17px;
        font-weight: bold;
    }

    .box-wrap .list-wrap > .list-group > .list-group-item > .w-100 > small {
        min-width: 20%;
        text-align: right;
    }

    .box-wrap .list-wrap > .list-group > .list-group-item > .mb-1 {
    }

    .box-wrap .list-wrap > .list-group > .list-group-item > small {
        float: right;
    }


    /* page-wrap */


    .box-wrap .page-wrap {
        margin-top: 10px;
    }

        .box-wrap .page-wrap .page-control.disabled {
            cursor: not-allowed;
        }

            .box-wrap .page-wrap .page-control.disabled > .page-link {
                color: #ccc;
                cursor: not-allowed;
            }

        .box-wrap .page-wrap .page-control .page-link, .box-wrap .page-wrap .page-item .page-link {
            color: #214497;
            cursor: pointer;
        }

        .box-wrap .page-wrap .page-item.active .page-link {
            background-color: #214497;
            border-color: #214497;
            color: #fff;
        }






    /* Loading*/

    .loading-wrap {
        z-index: 99999;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        display: none;
    }

            .loading-wrap .loading-bg {
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0.2;
                position: absolute;
            }

            .loading-wrap img {
                display: table;
                margin: 0 auto;
                top: 50%;
                position: relative;
                margin-top: -35px;
            }



    /* Progress */

    .progress-wrap {
       z-index: 90000;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background:rgba(0,0,0,0.2);
        display:none;
    }


        .progress {
            width: 400px;
            height: 25px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

            .progress .progress-bar {
            }

            .progress .progress-txt {
                color: #fff;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
            }



    /* form */


    .form-control:focus {
        box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
    }

    .form-control[readonly] {
        background-color: #fff;
        cursor: default;
    }

    textarea.form-control {
        height: 120px;
    }

    .textbox-wrap .form-control {
        height: 350px;
    }

    .form-check, .form-check > .form-check-input, .form-check > .form-check-label {
        cursor: pointer;
    }

        .form-check > .form-check-input:focus {
            outline: none;
        }

        .form-check > .form-check-input[type=checkbox] {
            -webkit-appearance: none;
            width: 15px;
            height: 15px;
            background: url('/Content/Img/chk_off.png');
            background-repeat: no-repeat;
            background-size: cover;
            transition: all 0.2s;
        }

            .form-check > .form-check-input[type=checkbox]:disabled {
                background: url('/Content/Img/chk_off_disabled.png');
                background-repeat: no-repeat;
                background-size: cover;
            }

    .form-check-div {
        flex-direction: unset;
    }

    .form-check > .form-check-input[type=checkbox]:checked {
        background-image: url('/Content/Img/chk_on.png');
    }

    .form-check > .form-check-input[type=checkbox]:disabled:checked {
        background-image: url('/Content/Img/chk_on_disabled.png');
    }

    .form-check > .form-check-input[type=radio] {
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        background-image: url('/Content/Img/radio_off.png');
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.2s;
    }

        .form-check > .form-check-input[type=radio]:checked {
            background-image: url('/Content/Img/radio_on.png');
        }




        /* datepicker */



        .hasDatepicker {
            cursor: default;
            padding-right: 35px;
        }

        .datepicker-calendar, .datepicker-close, .combobox-close {
            position: absolute;
            margin-left: calc(100% - 40px);
            margin-top: 10px;
        }

        i.datepicker-close, i.combobox-close {
            cursor: pointer;
            display: none;
        }

        .form-combobox-input {
            padding-right: 30px;
        }


        .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
            background: #fff;
            border: 0;
        }

        .ui-widget-header .ui-icon {
            background: url('Img/ui-icons_444444_256x240.png');
        }

        .ui-datepicker-prev .ui-icon-circle-triangle-w {
            background-position: -80px -192px;
        }

        .ui-datepicker-next .ui-icon-circle-triangle-e {
            background-position: -48px -192px;
        }


        .ui-state-default {
            background: #fff !important;
            border: 0 !important;
            text-align: center !important;
            font-size: 12px !important;
        }

        .ui-state-highlight {
            background: #f1f1f1 !important;
        }

        .ui-state-hover {
            background: #f1f1f1 !important;
        }

        .ui-state-active {
            background: #214497 !important;
            color: #fff !important;
        }

        .ui-datepicker-prev-hover, .ui-datepicker-next-hover {
            background: none !important;
            top: 2px !important;
            cursor: pointer;
        }

        .ui-datepicker-prev-hover {
            left: 2px !important;
        }

        .ui-datepicker-next-hover {
            right: 2px !important;
        }



    /* element */


    .display-default {
        display: unset;
    }

    .img-area {
        display: unset;
        vertical-align: middle;
    }

    .img-upload-wrap {
    }

        .img-upload-wrap > .display-default {
            flex-shrink: 1;
            align-self: center;
        }

    .img-sample-area {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        margin: 1rem;
        display: unset
    }

        .img-sample-area img {
            height: auto;
        }

.img-sample-multiple-area {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

    .img-sample-multiple-area img {
        height: auto;
    }

    .ti-img {
        cursor: pointer;
    }

        .ti-img[src*=noimage] {
        }


    .danger {
        color: red;
        font-size: 13px;
    }


.checkbox {
    cursor: pointer;
    margin-top: 5px;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: url('/Content/Img/chk_off.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s;
}

    .checkbox:focus {
        outline: none;
    }

    .checkbox:checked {
        background-image: url('/Content/Img/chk_on.png');
    }

    .checkbox:disabled:checked {
        background-image: url('/Content/Img/chk_on_disabled.png');
    }

    .checkbox:disabled {
        cursor: default;
        background: url('/Content/Img/chk_off_disabled.png');
        background-repeat: no-repeat;
        background-size: cover;
    }






.switch-field {
    display: flex;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

        .switch-field input:checked {
            background-color: #214497;
            border: none;
            transition: all 0.2s;
            background-size: 9px;
        }

    .switch-field label {
        color: #000;
        line-height: 1;
        text-align: center;
        padding: 8px 13px;
        margin-right: -1px;
        border: 1px solid #cacaca;
        transition: all 0.1s ease-in-out;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
    }

    .switch-field input:checked + label {
        background-color: #214497;
        color: #fff;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

.form-combobox, .form-multibox, .form-file, .support-form-file, .product-file, .product-file-multiple {
    display: none;
}

/*20230424 김지윤 아티스트 업로드 수정*/
.product-file-artist-crop {
    display: none;
}
.product-file-label-artist-crop,
.product-file-label-artist-crop:hover {
    width: 150px;
    margin: 0;
    background-color: #007bff;
    border: 1px solid #007bff;
}


.form-file-label {
    width: 150px;
    margin: 0;   
}

.product-file-label, .product-file-multiple-label {
    width: 150px;
    margin: 0;
}

.form-file-name {
}

.product-file-name {
    text-align: right;
}

.form-combobox-list {
    position: absolute;
    margin-top: 31px;
    border: 1px solid #ccc;
    width: 95%;
    z-index: 89900;
    background: #fff;
    max-height: 250px;
    overflow: auto;
}

.form-multibox-list {
    position: absolute;
    margin-top: 6px;
    border: 1px solid #ccc;
    width: 95%;
    z-index: 89900;
    background: #fff;
    margin-left: -5px;
    max-height: 250px;
    overflow: auto;
}

    .form-combobox-list .form-combobox-item, .form-multibox-list .form-multibox-item {
        padding: 4px 10px;
    }

        .form-combobox-list .form-combobox-item.on, .form-multibox-list .form-multibox-item.on,
        .form-combobox-list .form-combobox-item:hover, .form-multibox-list .form-multibox-item:hover {
            background: #f1f1f1;
            cursor: pointer;
        }

.form-multibox-wrap {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height: 35px;
    padding: 2px 3px;
    cursor: text;
}

    .form-multibox-wrap.disabled {
        background-color: #e9ecef;
        cursor: default;
    }

    .form-multibox-wrap.form-multibox-focus {
        box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
    }

        .form-multibox-wrap.form-multibox-focus.danger {
            border-color: red;
            box-shadow: 0 0 0 0.1rem rgba(240, 52, 52, .5);
        }

.form-multibox-input {
    border: 0;
    min-width: 30px;
    width: 30px;
}

    .form-multibox-input:focus {
        outline: 0;
    }

.form-multibox-select .form-multibox-select-item {
    border: 1px solid #eee;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-flex;
    margin: 3px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}

    .form-multibox-select .form-multibox-select-item.on, .form-multibox-select .form-multibox-select-item:hover {
        cursor: pointer;
        border: 1px solid #ccc;
    }

    .form-multibox-select .form-multibox-select-item span {
        align-self: center;
    }

    .form-multibox-select .form-multibox-select-item .multibox-close {
        position: static !important;
        font-size: 12px;
        color: #888;
        align-self: center;
    }

.multibox-close {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.file-delete, .product-delete {
    position: relative;
    top: 3px;
    margin-left: 2px;
    cursor: pointer;
}



/* Popup */

.popup-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.3);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    z-index: 90000;
    left:0;
    top:0;
}

.popup-content-wrap {
    position: relative;
    z-index: 90000;
    width: auto;
    margin: 10px;
    display: table;
    background: #fff;
    margin: 10% auto;
    width: 80%;
    border-radius: 5px;
    /* 230307 김지윤 artist list 추가 */
    min-width: 1105px;
}

    .popup-content-wrap .title {
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
    }

    .popup-content-wrap .popup-header {
        padding: 15px;
        border-bottom: 1px solid #eaeaea;
    }


        .popup-content-wrap .popup-header .form-close {
            cursor: pointer;
        }

    .popup-content-wrap .popup-content {
        height: calc(100% - 115px);
    }

        .popup-content-wrap .popup-content .popup-ctn-section {
            max-height: 100%;
        }

    .popup-content-wrap .detail-wrap {
        padding: 15px 0;
    }

        .popup-content-wrap .detail-wrap .form-group {
            margin-bottom: 1rem;
        }

            .popup-content-wrap .detail-wrap .form-group .form-multibox-list {
                position: absolute;
                z-index: 90000 !important;
            }


    .popup-content-wrap .form-close {
        float: right;
        font-size: 20px;
        position: relative;
        bottom: 5px;
        cursor: pointer;
    }

    .popup-content-wrap .form-error {
        color: red;
        font-size: 13px;
        float: right;
        margin-right: 9px;
        position: relative;
        bottom: 3px;
    }

    .popup-content-wrap .popup-btn-wrap {
        text-align: right;
        border-top: 1px solid #eee;
        padding: 15px;
    }

        .popup-content-wrap .popup-btn-wrap > button {
            min-width: 100px;
            line-height: 18px;
            font-weight: bold;
        }


/* tablet ~ laptop */

@media (min-width: 1025px) and (max-width: 1366px) {



    .menu.contractOn {
        width: 55px !important;
    }




    .search-wrap > .col-sm-4 {
        max-width: 50% !important;
    }

    .img-upload-wrap {
        flex-direction: column !important;
    }

        .img-upload-wrap div {
            align-self: initial !important;
        }


    .ti-img[src*=noimage] {
        width: 100px;
    }
}



/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {

    .wrapper {
        overflow-x: auto;
    }

    .navbar-expand-lg {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }



    .m-menu {
        display:block;
    }

        .m-menu .logo-wrap {
            padding: 5px 10px;
            height: auto;

        }

            .m-menu .logo-wrap .logo {
                width: 35px;
                align-self: center;
            }

    .wrapper > .content > .menu {
        left: -300px;
        background: #fff;
    }


        .menu .logo-wrap {
            background: #21323C;
            height:50px;
        }

        .tab_m {
            left: 0px !important;
        }


        .form-inline {
            margin-left: auto;
        }




    .section {
        padding-top: 50px;
        margin-left: 0px !important;
    }

    .menu.contractOn + .section {
        margin-left:0px !important;
    }


    .section > .content-wrap {
        padding: 10px 20px;
    }

    .footer {
        padding-left: 0px !important;
    }


    .search-wrap > .col-sm-4 {
        max-width: 50% !important;
        flex: 50%;
    }

    .img-upload-wrap {
        flex-direction: column !important;
    }

        .img-upload-wrap div {
            align-self: initial !important;
        }

    .img-sample-area {
    }

    .box-wrap .detail-wrap img {
        max-width: 500px;
    }

    .ti-img[src*=noimage] {
        width: 100px !important;
    }


}



/* mobile~tablet */
@media (min-width: 321px) and (max-width: 767px) {


    .menu.contractOn + .section {
        margin-left:0px !important;
    }


    .section > .content-wrap {
        padding: 10px 20px;
    }

    .wrapper {
        overflow-x: auto;
    }

    .navbar-expand-lg {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }

    .wrapper > .navbar > .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .form-inline {
        margin-left: auto;
    }

    .m-menu {
        display: block;
    }

        .m-menu .logo-wrap {
            padding: 5px 10px;
            height: auto;
        }

            .m-menu .logo-wrap .logo {
                width:35px;
                align-self:center;
            }


    .wrapper > .content > .menu {
        left: -300px;
    }

    .wrapper > .content > .menu.contractOn {
        width:250px !important;
    }

        .menu .logo-wrap {
            background: #21323C;
            height:50px;
        }

        .form-inline > .account-info {
            display: none;
        }

        .tab_m {
            left: 0px !important;
        }

        .form-inline > .account-btn-wrap > .account-info, .list-wrap, .list-page-wrap {
            display: block;
        }


        .menu.contractOn .expand, .menu.contractOn .menuTitle {
            display:inline-flex;
            opacity:1;
        }



    .section {
        padding-top:50px;
        margin-left: 0px !important;
    }


    .footer {
        padding-left: 0px !important;
    }

        .footer > p {
            width: 80%;
            padding: 0;
            white-space: nowrap;
            text-align:center;
        }


    .far.fa-calendar-alt {
        margin-left: 89%;
    }

    .search-wrap > .col-sm-4 {
        max-width: 100%;
    }

    .box-wrap .paging {
        margin-top: 0;
    }

        .table-wrap, .box-wrap .paging > .page-count, .box-wrap .paging > select, .page-wrap {
            display: none;
        }

    .detail-search-wrap {
        display: none;
    }

        .detail-search-wrap .ui-datepicker {
            display: none !important;
        }




    .section .content-wrap .search-form > .title-wrap > .search > .search-input {
        width: 130px;
    }

    .form-group {
        flex-direction: column !important;
    }

        .form-group > label {

            max-width: 100%;
            
        }

    .box-wrap .detail-wrap {
        margin-top:10px;
    }


    .box-wrap .detail-wrap .col-sm-10 {
        flex-wrap: wrap;
        flex-direction: initial;
        max-width: 100%;
    }

    .box-wrap .detail-wrap .col-sm-12 {
        padding-left:5px;
        padding-right:5px;
    }

    .mail-view-btn {
        display: none;
    }

    .box-wrap .detail-wrap img {
        max-width: 100%;
    }

    .ti-img[src*=noimage] {
        width: 100px !important;
    }

    .box-wrap .list-wrap {
        margin-top: 0px;
        padding-top: 6px;
        width: 100%;
    }


    .list-wrap .list-group {
        width: 100%;
        margin-top: 10px;
    }


}


/* mobile */
@media all and (max-width: 320px) {

    .wrapper {

    }


    .section {
        padding-top: 50px;
        margin-left: 0px !important;
    }



    .menu.contractOn + .section {
        margin-left: 0px !important;
    }


    .m-menu {
        display: block;
    }

        .m-menu .logo-wrap {
            padding: 5px 10px;
            height: auto;
        }

            .m-menu .logo-wrap .logo {
                width: 35px;
                align-self: center;
            }


    .wrapper > .content > .menu {
        left: -300px;
    }

        .wrapper > .content > .menu.contractOn {
            width: 250px !important;
        }

    .menu .logo-wrap {
        background: #21323C;
        height: 50px;
    }




    .tab-btn {
        display: none;
    }

        .form-inline {
            margin-left: auto;
        }

            .form-inline > .account-info {
                display: none;
            }

        .tab_m {
            left: 0px !important;
        }

    .footer {
        padding-left: 0px !important;
    }

        .footer > p {
            width: 100%;
            padding: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 12px;
            align-self: center;
        }


    .search-wrap > .col-sm-4 {
        max-width: 100%;
    }

    .form-inline > .account-btn-wrap > .account-info, .list-wrap, .list-page-wrap {
        display: block;
    }

    .table-wrap, .paging, .page-wrap {
        display: none;
    }

    .detail-search-wrap {
        display: none;
    }

        .detail-search-wrap .ui-datepicker {
            display: none !important;
        }

    .section .content-wrap .search-form > .title-wrap > .search > .search-input {
        width: 130px;
    }

    .form-group {
        flex-direction: column !important;
    }

    .box-wrap .detail-wrap {
        margin-top:10px;
    }

    .box-wrap .detail-wrap .col-sm-10 {
        flex-wrap: wrap;
        flex-direction: initial
    }

    .box-wrap .detail-wrap .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .box-wrap .detail-wrap img {
        max-width: 100%;
    }

    .ti-img[src*=noimage] {
        width: 100px;
        align-self: center;
    }

    .box-wrap .list-wrap {
        margin-top: 1rem;
    }

        .box-wrap .list-wrap .list-group-item small {
            white-space: normal !important;
            word-break: break-word;
        }

}
