/*설명테이블 */
.sort-body {
    padding-top: 24px;
    padding-bottom: 24px;
}


.sort h2 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin: 24px 0 8px;
}

.sort table {
    width: 100%;
}

    .sort table thead tr th {
        background: #e6e6e6;
        padding: 8px 16px;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        border: 1px solid #e6e6e6;
        color: #333;
    }

    .sort table tbody tr td {
        border: 1px solid #eee;
        padding: 8px 16px;
        font-size: 14px;
    }

        .sort table tbody tr td a {
            color: #0086c9;
        }

        .sort table tbody tr td dl {
            margin-top: 4px;
        }

            .sort table tbody tr td dl dt {
                font-weight: 500;
            }

            .sort table tbody tr td dl dd {
                position: relative;
                padding-left: 10px;
            }

                .sort table tbody tr td dl dd:before {
                    content: '';
                    width: 2px;
                    height: 2px;
                    border-radius: 100%;
                    background: #666;
                    position: absolute;
                    left: 0;
                    top: 10px;
                }

.nav-menu {
    background: rgba(0,0,0,.1);
    list-style: none;
    display: none;
}

.nav-click.on {
    background: rgba(0,0,0,.2);
}

.nav-menu {
    padding-left: 0;
    background: rgba(0,0,0,.2);
}

    .nav-menu a {
        display: block;
        background: rgba(0,0,0,.2);
        padding-top: .4em;
        padding-bottom: .4em;
        padding-left: 4em;
    }

        .nav-menu a:hover {
            background: rgba(0,0,0,.35);
            color: #fff;
        }

    .nav-menu li.active a {
        background: rgba(0,0,0,.35);
        color: #fff;
    }

    .nav-menu.on {
        display: block;
    }

.ico-datepicker {
    background: url(../images/ico-calendar@3x.png) 15px 50% no-repeat;
    background-size: 20px auto;
    padding-left: 2.5rem;
    font-size: .8rem;
}

.search-input .form-control {
    border-right: 1px solid transparent;
}

.ico {
    border: none;
    outline: none;
}

.bizContent td a {
    display: block;
}

    .bizContent td a i {
        color: #50649c;
    }

.table tr, .table td {
    //데브 그리드에서 무조건 센터로 되기 때문에 주석 처리 //text-align: center;
    /*vertical-align: middle;*/
}

.table thead {
    background: #eff2f9;
}

.divide {
    margin: 0em auto 1em auto;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

.list-header {
    position: relative;
    width: 100%;
    padding-top: 5px;
    /*padding-bottom: 10px;*/
}

.dash-header {
    position: relative;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 24px;
    margin-left: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

    .dash-header .dash-wrap {
        width: auto;
        display: inline-flex;
        align-items: center;
    }

    .dash-header .dash-card {
        width: 374px;
        height: 120px;
        box-sizing: border-box;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        margin-right: 24px;
    }

    .dash-header .dash-card-title {
        width: 100%;
        padding-left: 10px;
        font-size: 18px;
        color: #111f48;
        position: relative;
    }

        .dash-header .dash-card-title::after {
            content: '';
            width: 2px;
            height: 14px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #50649c;
        }

    .dash-header .dash-card-count {
        font-weight: 700;
        font-size: 36px;
        color: #4e79f6;
    }

        .dash-header .dash-card-count span {
            font-size: 26px;
            color: #4e79f6;
        }

    .dash-header .dash-card-ico i {
        font-size: 4em;
    }


.title {
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    color: #111f48;
    position: relative;
}

    .title::after {
        content: '';
        width: 4px;
        height: 4px;
        position: absolute;
        left: 0;
        top: 44%;
        transform: translateY(-50%);
        background: #50649c;
    }

.money-content {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d6e5f4;
}

.dash-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .dash-between h6 {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 0;
    }

.dash-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .dash-start h6 {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 0;
        color: #111f48;
    }

        .dash-start h6.div {
            color: #50649c;
            width: 30%;
            min-width: 60px;
        }

.confirm-box-wrap {
    display: flex;
    flex-wrap: wrap;
}

    .confirm-box-wrap .confirm-box {
        display: flex;
        flex-direction: column;
        width: 66px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .confirm-box-wrap .confirm-boxnone {
        display: flex;
        flex-direction: column;
        width: 66px;
        box-sizing: border-box;
        /*cursor: pointer;*/
    }

    .confirm-box-wrap .confirm-box:first-child, .confirm-box-wrap .confirm-box + .confirm-box {
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .confirm-box-wrap .confirm-box .confirm-box-head {
        width: 100%;
        height: 20px;
        border: 1px solid #d6e5f4;
        background: #eff2f9;
        text-align: center;
        font-size: 12px;
        border-radius: 3px 3px 0 0;
        box-sizing: border-box;
    }

    .confirm-box-wrap .confirm-box .confirm-box-body0 {
        width: 100%;
        height: 60px;
        margin-top: -1px;
        text-align: center;
        border: 1px solid #d6e5f4;
        background: #fff;
        border-radius: 0 0 3px 3px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .confirm-box-wrap .confirm-box .confirm-box-body {
        width: 100%;
        height: 30px;
        margin-top: -1px;
        text-align: center;
        border: 1px solid #d6e5f4;
        background: #fff;
        border-radius: 0 0 3px 3px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.pdf-frame {
    border: none;
    width: 100%;
    height: 100%;
}

.btn-search {
    padding: .25rem 1rem;
    font-size: 1rem;
}

.btn-list {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

    .btn-list:first-child, .btn-list + .btn-list {
        margin-right: 6px;
        /*margin-bottom: 6px;*/
    }

.btn-normal {
    color: #50649c;
    background: #eff2f9;
}
/* mhkim  2022.9*/
.btn-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    width: 170px;
    min-width: 50px;
    min-height: 30px;
    font-size: 12px;
    margin-bottom: 3px;
    margin-right: 3px
}

/*.btn-tab + .btn-tab {
    margin-top: 6px !important;
}*/

.blue {
    color: #104aea
}

.red {
    color: #fd3995
}

.dark {
    color: #111f48
}

.orange {
    color: #ea4a24
}

.line-18 {
    line-height: 1.8
}

.view-box .card-body {
    overflow-y: auto;
    max-height: 400px;
}

.document-box, .accident-box, .race-box {
    height: calc(100% - 24px);
}

.file-wrap {
    overflow-y: auto;
    max-height: 293px;
    display: flex;
    flex-direction: column;
}

    .file-wrap .file-box + .file-box {
        margin-top: .6em;
    }

.chat-wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .chat-wrap .chat-box-wrap {
        position: relative;
        overflow-y: auto;
        max-height: 400px;
    }

        .chat-wrap .chat-box-wrap .chat-box-block {
            display: block;
            position: relative;
            font-size: 12px
        }

            .chat-wrap .chat-box-wrap .chat-box-block.right {
                display: flex;
                justify-content: flex-end;
            }

            .chat-wrap .chat-box-wrap .chat-box-block .chat-box-left {
                background: #f5f8fd;
                border-radius: 7px;
                box-sizing: border-box;
                padding: 0.2em 0.7em 0.2em 0.7em;
                display: inline-block;
                max-width: 80%;
                margin-bottom: .2em;
            }

                .chat-wrap .chat-box-wrap .chat-box-block .chat-box-left .chat-user {
                    color: #adb5bd;
                    display: block;
                    padding-bottom: .3em;
                }

            .chat-wrap .chat-box-wrap .chat-box-block .chat-box-right {
                background: rgb(240 255 195);
                border-radius: 7px;
                box-sizing: border-box;
                padding: 0.2em 0.7em 0.2em 0.7em;
                display: inline-block;
                max-width: 80%;
                margin-bottom: .2em;
            }

                .chat-wrap .chat-box-wrap .chat-box-block .chat-box-right .chat-user {
                    color: #adb5bd;
                    display: block;
                    padding-bottom: .3em;
                }

    .chat-wrap .chat-input {
        position: relative;
        width: 100%;
        height: 60px;
    }

        .chat-wrap .chat-input .btn-chat {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 80px;
            height: calc(100% - 20px);
            text-align: center;
            color: #fff;
            background: #adb5bd;
            border: 1px solid #909aa3;
        }

            .chat-wrap .chat-input .btn-chat.active {
                background-color: #7496f8;
                border-color: #5075e0;
            }

        .chat-wrap .chat-input .chat-textarea {
            width: 100%;
            height: 100%;
            background: #f5f8fd;
            border: 1px solid #eff2f9;
            border-radius: 3px;
            padding: .375rem 5.75rem 0.375rem .75rem;
            font-weight: 400;
            line-height: 1.5;
            box-sizing: border-box;
        }

.select-location {
    border: none;
    border-bottom: 2px solid #111f48;
    min-width: 150px;
    font-weight: 700;
    color: #111f48;
    box-sizing: border-box;
    padding: 1em .6em;
    background: #fff;
}

    .select-location option {
        color: #111f48;
    }

@media (max-width:1200px) {
    .border-left {
        border-left: none !important;
    }
}

@media (max-width:992px) {
    .document-box .form-group {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .document-box .form-group label {
            min-width: 70px;
        }

    .document-box .custom-control {
        margin-left: 70px;
    }
}
