
.location-driver{
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.location-driver .devide-box {
    height:100%;
}

.location-driver .devide-box{
    display: flex;
    margin-top:5px;
    /*height: 315px;*/
}

.location-driver .devide-box .left-box{
    flex:0.35;
    padding-right:20px;
    margin-top:20px;
}

.location-driver .devide-box .right-box{
    flex:1;
}

.location-driver .table-container .table-box{
    height: calc(100vh - 380px);
}

.location-driver .table-container .bord-btn-list{
    justify-content: center;
}

.location-driver .info-box{
    width:100%;
    height:220px;
    margin-top:20px;
}

.location-driver .info-box .img-box{
    width:100%;
    height:200px;
    overflow:hidden;
    margin-bottom:10px;
}

.location-driver .info-box .row{
    display:flex;
}

.location-driver .info-box .row .item{
    display:flex;
    height:35px;
    flex:1;
}
.location-driver .info-box .row .item .tit{
    width:100px;
    height:100%;
    background-color:#001E5E;
    color:#fff;
    padding:9px;
    text-align: center;
    border-bottom:1px solid #fff;
    font-size:13px;
}

.location-driver .info-box .row .item .tit span{
    color:#fff;
    
}

.location-driver .info-box .row .item .input-box{
    height:100%;
    padding:8px;
    flex:1;
    border-bottom:1px solid #EAEAEA;
}

.location-driver .info-box .row .item .input-box.center{
    text-align: center;
}

.location-driver .info-box .row .item .input-box.font-size-up{
    padding-top:6px;
}

.location-driver .info-box .row .item .input-box span{
    font-size:13px;
}

.location-driver .info-box .row .item .input-box.font-size-up span{
    font-size:17px;
}

.table-container table tbody tr td input[type='checkbox'].orange:checked{
    background-color: #EDA900;
    border-color: #EDA900;
}

.location-driver .kakao-map{
    width:100%;
    height:calc(100vh - 65px);
}
.location-driver .map-overlay .tit-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #001E5E;
    color:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size:13px;
    padding-top:4px;
}
.location-driver .map-overlay.lcl .tit-box{
    background-color: #EDA900;
    color:#000;
}
.location-driver .map-overlay{
    position: absolute;
    display:flex;
    left: -125px;
    bottom: -15px;
    width:250px;
    height:140px;
    flex-direction: column;
    align-items: center;
}
.location-driver .map-overlay.driver{
    height: 100px;
    cursor: pointer;
    margin-bottom: 50px;
}
.location-driver .map-overlay .info{
    width:250px;
    height:60px;
    display:flex;
    background-color:#fff;
    box-shadow: 0px 0px 5px 0px gray;
    padding: 5px;
    border-radius: 5px;
    z-index:1;
}
.location-driver .map-overlay .info.driver{
    border:1px solid #001E5E;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    padding: 5px 5px 3px 5px;
}

.location-driver .map-overlay.lcl .info.driver{
    border:1px solid #EDA900;
}

.location-driver .map-overlay.on .info{
    box-shadow: 0px 0px 5px 0px red;
}

.location-driver .map-overlay .info .img-box{
    width: 75px;
    height: 40px;
    /*margin-right: 10px;*/
    /* background: url(/images/pro_img.png) no-repeat center;
    background-size: 30px 30px;
    background-color:#D9D9D9;
    border-radius:5px;*/
}

.location-driver .map-overlay .info .img-box i.icon{
    display:block;
    width:100%;
    height:100%;
}
.location-driver .map-overlay.fcl .info .img-box i.icon{
    width: 75px;
    height: 40px;
    margin-top: 2px;
    margin-left:5px;
    /*background: url(/images/icon_fcl_truck.png) no-repeat center;*/
    background: url(/images/image_fcl_car.png) no-repeat center;
    background-size: 100% 100%;
}
.location-driver .map-overlay.lcl .info .img-box i.icon{
    width: 70px;
    height: 45px;
    margin-top: -4px;
    margin-left: 8px;
    /*background: url(/images/icon_lcl_truck.png) no-repeat center;*/
    background: url(/images/image_lcl_car.png) no-repeat center;
    background-size: 100% 100%;
}
.location-driver .map-overlay .info .img-box.none{
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-driver .map-overlay .info .img-box.none img{
    width:40px;
    height:40px;
}

.location-driver .map-overlay img{
    width: 50px;
    height: 50px;
    border-radius:5px;
}

.location-driver .map-overlay .info .txt-list{
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-left:5px;
    flex:1;
    margin-top: 2px;
}

.location-driver .map-overlay .info .txt-list .txt-box{
    height:21px;
}
    
.location-driver .map-overlay .info .txt-list .txt-box span{
    font-size:12px;
    
}

.location-driver .map-overlay .info .txt-list .txt-box span.dot::before{
    content: "•";       /* 점 문자 */
    margin-right: 6px;  /* 점과 텍스트 사이 간격 */
    color: #001E5E;        /* 점 색상 (원하는 색으로 조절) */
    font-size: 1em;     /* 필요 시 크기 조절 */
}

.location-driver .map-overlay .info a.del{
    position: absolute;
    right: 5px;
    width:15px;
    height:15px;
    top:5px;
    background: url(/images/close@3x.png) no-repeat center;
    background-size: 100% 100%;
    cursor:pointer;
}

.location-driver .map-overlay .info a.del.white{
    filter: brightness(0) invert(1);
}

.location-driver .map-overlay .triangle{
    margin-top:-10px;
    width:30px;
    height:30px;
    background: url(/images/triangle_w.png) no-repeat center;
    background-size: 100% 100%;
}

.location-driver .map-overlay.on .triangle{
    background: url(/images/triangle_red.png) no-repeat center;
    background-size: 100% 100%;
}

.table-container table tbody tr td{
    cursor:pointer;
}
.table-container table tbody tr td fieldset{
    display: flex;
    justify-content: center;
}

/*
    2025-02-27 테이블 라인색상 시작
*/

.table-container table tbody tr td .color-box{
    width:100%;
    height:100%;
    border-radius:10px;
}

/*
    2025-02-27 테이블 라인색상 끝
*/



/*
    2025-02-21 배차 컨트롤 UI 시작
*/

.location-driver .info-box .row .item .info-txt{
    flex:1;
    display:flex;
    border-top:1px solid #EAEAEA;
    border-right:1px solid #EAEAEA;
}

.location-driver .info-box .row .item .info-txt .tit.bgsky{
    background-color:#DCEAF7;
    color:#000;
}

.location-driver .info-box .row .item .info-txt span + span{
    margin-left:10px;
}

.location-driver .info-box .row .item .input-box.flex-end{
    display: flex;
    justify-content: end;
    flex:0.5;
}

.location-driver .info-box .row .item .input-box.flex-end button{
    margin-top:-5px;
}

.location-driver .info-box .row .item .input-box.flex-end button + button{
    margin-left:5px;
}

.location-driver .info-box .row .item .input-box.flex-end span{
    flex:1;
    width:100%;
    text-align:center;
    font-size:15px;
    font-weight:bold;
}

.location-driver .info-box .row .item .input-box .btn{
    background:url("/images/right-arrow-w.png") no-repeat center;
    background-size:70% 70%;
    background-color:#001E5E;
    border-color:#001E5E;
}
.location-driver .info-box .row .item .input-box .btn.left-arrow{
    transform : rotate(180deg)
}
.location-driver .info-box .row .item .input-box .btn:hover{
    background-color:rgba(0,30,94,0.8);
}
.location-driver .info-box .row .item .input-box .btn:active{
    background-color:rgba(0,30,94,0.6);
}
/*
    2025-02-21 배차 컨트롤 UI 끝
*/


/*
    2025-02-25 정렬 버튼 추가 시작
*/

.location-driver .devide-box .left-box .btn-list{
    display:flex;
    margin-bottom:10px;
}
.location-driver .devide-box .left-box .btn-list .tit-box{
    display:flex;
    width:auto;
    justify-content: center;
    align-items: center;
    margin-right:15px;
}
.location-driver .devide-box .left-box .btn-list .tit-box i.icon-sort{
    display:block;
    width:28px;
    height:28px;
    background:url("/images/icon_sorting_order.png") no-repeat center;
    background-size:100% 100%;
    margin-right:5px;
}
.location-driver .devide-box .left-box .btn-list button{
    width:95px;
    height:38px;
    padding:10px 0;
    font-size:13px;
    background-color:#fff;
    border-color:#001E5E;
    color:#001E5E;
}
.location-driver .devide-box .left-box .btn-list button:hover{
    background-color:rgba(220,234,247,0.8);
}
.location-driver .devide-box .left-box .btn-list button.on,
.location-driver .devide-box .left-box .btn-list button:active{
    background-color:#001E5E;
    color:#fff;
}
.location-driver .devide-box .left-box .btn-list button + button{
    margin-left:10px;
}

/*
    2025-02-25 정렬 버튼 추가 끝
*/

/*
    2025-02-25 맵 사이즈 조절 추가 시작
*/
.location-driver .devide-box.map-on .left-box{
    width:20%;
}
.location-driver .devide-box.map-on .blank-box{
    width:10%;
}
.location-driver .devide-box.map-on .right-box{
    width:70%;
}
.location-driver .devide-box .left-box{
    width:35%;
    flex:none;
}
.location-driver .devide-box .right-box{
    position: relative;
    width:65%;
    flex:none;
}
.location-driver .table-container .table-box.map-on{
    height: calc(100vh - 330px);
}
.location-driver .devide-box .kakao-map{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    transition: left 0.2s ease-in-out; /* 애니메이션 적용 */
}
.location-driver .devide-box .kakao-map.on{
    position: absolute;
    top: 0;
    right:0;
    left: -15%;
    width: calc(100% + 15%);
}

.location-driver .kakao-map .zoom-box{
    height:100%;
    border-left:1px solid #001E5E;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.location-driver .kakao-map .zoom-box a.btn{
    width:25px;
    height:80px;
    padding:0px;
    background-color: #001E5E;
    border-radius: 0;
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.location-driver .kakao-map .zoom-box a.btn i.icon{
    width:20px;
    height:20px;
    background: url(/images/triangle_w.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 0;
    margin-left:1px;
    transform: rotate(90deg);
}
.location-driver .kakao-map .zoom-box a.btn.on i.icon{
    transform: rotate(270deg);
}
/*
    2025-02-25 맵 사이즈 조절 추가 끝
*/

/*
    2025-03-04 기타 추가
*/

.table-container table tbody tr.on td:not(:.color){
    background-color: rgba(187, 219, 249, 0.5);
}

.table-container table tbody tr.on td.color{
    background-color: #fff;
}


.location-driver .map-overlay .info.dep-arrive{
    height:73px;
}
.location-driver .map-overlay .info.dep-arrive .tag{
    position:absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    /*width:70px;*/
    width:100%;
    height:23px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    left:0px;
    top:0;
    font-size:13px;
    font-weight:bold;
    padding-top:4px;
}
.location-driver .map-overlay .info.dep-arrive .tag.arrive{
    background:#C90000;
    color:#fff;
}
.location-driver .map-overlay .info.dep-arrive .tag.dep{
    background:#000CB7;
    color:#fff;
}
.location-driver .map-overlay .info.dep-arrive .txt-list{
    margin-top:20px;
}

.location-driver .table-container .table-box table tr td span.fcl{
    width:50px;
    height:25px;
    background-color:#DCEAF7;
    border-radius:5px;
    font-size:14px;
    font-weight:bold;
    display:flex;
    justify-content: center;
    align-items: center;
}
.location-driver .table-container .table-box table tr td span.lcl{
    width:50px;
    height:25px;
    background-color:#FBE4DA;
    border-radius:5px;
    font-size:14px;
    font-weight:bold;
    display:flex;
    justify-content: center;
    align-items: center;
}



.location-driver .info-box .row .item .input-box span.green,
.location-driver .info-box .row .item .info span.green{
    background-color: rgba(53, 206, 160, 0.2);
    color: #35CEA0;
    border: 0px;
    padding: 8px 11px 5px 11px;
    border-radius: 5px;
    font-weight: bold;
}
.location-driver .info-box .row .item .input-box span.blue,
.location-driver .info-box .row .item .info span.blue{
    background-color: rgba(202, 238, 251, 0.5);
    color: #375286;
    border: 0px;
    padding: 8px 11px 5px 11px;
    border-radius: 5px;
    font-weight: bold;
}
.location-driver .info-box .row .item .input-box span.yellow,
.location-driver .info-box .row .item .info span.yellow{
    background-color: rgba(239, 220, 11, 0.1);
    color: rgb(239, 220, 11);
    border: 0px;
    padding: 8px 11px 5px 11px;
    border-radius: 5px;
    font-weight: bold;
}
.location-driver .info-box .row .item .input-box span.orange
.location-driver .info-box .row .item .info span.orange{
    background-color: rgba(233, 102, 13, 0.1);
    color: #e9660d;
    border: 0px;
    padding: 8px 11px 5px 11px;
    border-radius: 5px;
    font-weight: bold;
}