.map-copy-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: text-bottom;
    background: transparent url(/image/assets/map_copy_arrow_icon-3x-60e51832d057b3f89b7f1d058989a9bd.png) center no-repeat;
    background-size: contain;
    margin-right: 7px;
}

.map-label-cleanmap{
    display: inline-block;
    width: 22px;
    height: 23px;
    line-height: 20px;
    vertical-align: text-bottom;
    background: transparent url(/image/assets/label_clean_map-3x-57bd7b3e9beefc72e3a728de6f5b7ff2.png) center no-repeat;
    background-size: contain;
}
.map-label-rslam{
    display: inline-block;
    width: 22px;
    height: 23px;
    line-height: 20px;
    vertical-align: text-bottom;
    background: transparent url(/image/assets/label_r-slam-3x-944eb4d04394521648d6e3d846dbb79b.png) center no-repeat;
    background-size: contain;
}
.map-label-all{
    display: inline-block;
    width: 22px;
    height: 23px;
    line-height: 20px;
    vertical-align: text-bottom;
    background: transparent url(/image/assets/label_all-3x-7f116b7e23fa59ef435342b25068aa7b.png) center no-repeat;
}

.btn-map-version {
    display: inline-block; /* 2019-09-16 추가 */
    font-weight: 300;
    color: rgba(130, 145, 155, 1);
    border: 1px solid rgba(168, 184, 195, 1);
    border-radius: 3px;
    background-color: rgba(255,255,255,1);
    height: 22px;
    min-width: 50px;
    line-height: 15px;
    font-size: 15px; /* 2019-09-16 추가 */
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-top: 2px;
}
span.btn-map-version{ /* 2019-09-16 추가 */
    line-height: 19px;
}

.td-map-more {
    background: rgba(245, 247, 248, 1);
    padding: 16px 40px ;
}

.btn-map-more {
    display: inline-block;
    width: 4px;
    height: 19px;
    line-height: 22px;
    vertical-align: text-bottom;
    background: transparent url(/image/assets/btn_list_more-3x-d8c51e204056ddb890b88e8fba58292a.png) center no-repeat;
    background-size: contain;
}

.btn-map-more:hover {
    background: transparent url(/image/assets/btn_list_more_hover-3x-b9307027f84dd546cb87a2f37d537974.png) center no-repeat;
    background-size: contain;
}

.map-tools--moreview-wrap {
    display: none;
}

.map-tools-list .button.sending-map-user {
    width: 135px !important;
}

/* list tools float div */
.map-tools--moreview-wrap{
    position: absolute;
    width: 150px;
    height: auto;
    padding: 12px 10px;
    text-align: center;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.map-tools--moreview-wrap li{
    float: none;
    clear: both;
    color: #82919b;
    margin-bottom: 5px;
}
.map-tools--moreview-wrap li:first-child{
    margin-top: 5px;
}
.map-tools--moreview-wrap li:last-child{
    margin-bottom: 8px;
}
.map-tools--moreview-wrap li .button{
    color: #82919b;
    font-weight: 400;
}
.map-tools--moreview-wrap .button:hover{
    color: #182d40;
}

.scheduled-deploy-header {
    margin-bottom: 60px;
}

.scheduled-deploy-header span {
    color: rgba(130, 145, 155, 1);
    font-size: 15px;

}

.scheduled-deploy-form{
    margin-bottom: 20px;
}
.scheduled-deploy-form label{
    margin-bottom: 10px;
    color: #82919b;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
 }
.scheduled-deploy-form input{
    /*position: relative;*/
    height: 36px;
    cursor: pointer;
}
.scheduled-deploy-form .date-form{
    display: inline-block;
    width: 140px;
    margin-right: 10px;
}
.scheduled-deploy-form .hour-form{
    display: inline-block;
    width: 60px;
    margin-right: 5px;
}
.scheduled-deploy-form .min-form{
    display: inline-block;
    width: 60px;
    margin-left: 5px;
}
.scheduled-deploy-form .scheduled-icon{
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 5px;
    vertical-align: bottom;
    margin-left: 20px;
    background: #35414c url(/image/assets/btn_time_chalender-3x-a442ae981988f46cb50fe3bcfa7357f5.png) center no-repeat;
    background-size:19px 19px;
    cursor: pointer;
}
.scheduled-deploy-form .scheduled-icon:hover{ /* 2019-09-11 hover add */
    background-color: #182D40;
}
.date-inline-box {
    position: absolute;
    /*height: 375px;*/
    /*width: 640px;*/
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px rgb(0,0,0,0.25);
    /*top: 600px;*/
    /*left: 510px;*/
    z-index: 400;
    border-radius: 10px;
}
.date-inline-box::before{
    content: '';
    position: absolute;
    top: -8px;
    left: 156px;
    width: 5px;
    height: 1px;
    box-shadow: 1px -2px 10px 0px rgb(0,0,0,0.25);
}
.date-inline-box::after{
    content: '';
    position: absolute;
    top: -10px;
    left: 150px;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.map-history-header {
    margin-top: 9px;
    margin-bottom: 9px;
}
.map-history-header span{
    font-size: 13px;
    font-weight: 400;
    color: rgba(130, 145, 155, 1);
}

.map-history-header span.orange{
    font-size: 13px;
    font-weight: 400;
    color: rgba(240, 83, 41, 1);
}

.label-map-status{
    padding: 0 10px; /* 2019-09-25 수정 */
    min-width: 66px; /* 2019-09-25 수정 */
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;    
    border-radius: 13px;
}

.label-map-status.gray{
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(130, 145, 155, 1);
    color: rgba(130, 145, 155, 1);

}

.label-map-status.black{
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(24, 45, 64, 1);
    color: rgba(24, 45, 64, 1);
}

.label-map-status.orange{
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 160, 34, 1);
    color: rgba(255, 160, 34, 1);
}


.label-map-status.gray-fill{
    background-color: rgba(168, 184, 195, 1);
    border: 1px solid rgba(168, 184, 195, 1);
    color: rgba(255, 255, 255, 1);
    /* width: 92px; */ /* 2019-10-21 삭제 */
}

div.map-history-form-bottom{
    margin-bottom: 25px;
}

.map-history-title {
    padding-top: 15px;
    margin-bottom: 10px;
    color: rgba(53, 65, 76, 1);
    font-weight: 500;
}

div.map-history-form-checkboxes {
    margin-top: 18px;
    margin-bottom: 28px;
}
div.map-history-form-checkboxes label{
    margin-right: 15px; /* 2019-10-15 수정 */
}

#map-history-popup span.orange{
    color: rgba(240, 83, 41, 1);
    padding-left: 5px;
}

#history-list-popup div.map-list-wrapper {
    padding: 52px 40px 52px 60px;
}

#history-list-popup div.map-list-wrapper > .map-list-item{
    margin-bottom: 13px;
}

#history-list-popup button.collapse-btn{
    width: 12px;
    height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: transparent url(/image/assets/btn_dropdown_w_10-3x-68d5cb457d1af62cdbacd9e101c3b2c4.png) center no-repeat;
    background-size: contain;

}

#history-list-popup button.collapse-btn[collapse='on']{
    width: 12px;
    height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: transparent url(/image/assets/btn_dropdown_w_9-3x-420596b348968107520c871dd080c015.png) center no-repeat;
    background-size: contain;

}

#history-list-popup div.map-list-wrapper .map-list-item {
    width: 607px;
}

#history-list-popup div.map-list-wrapper .map-list-item .list-title{
    display: inline-block;
    position: relative; /* 2019-09-11 추가 */
    font-weight: 500;
    color: rgba(53, 65, 76, 1);
    padding-right: 10px;
    /* border-right: solid 1px rgba(215, 220, 222, 1); */ /* 2019-09-11 삭제 */
    vertical-align: top;
    /* width: 45px; */ /* 2019-09-11 삭제 */
}
/* 2019-09-11 추가 */
#history-list-popup div.map-list-wrapper .map-list-item .list-title::after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    height: 15px;
    width: 1px;
    background-color: #d7dcde;
}

#history-list-popup div.map-list-wrapper .map-list-item .list-text {
    margin-left: 10px;
    display: inline-block;
    color: rgba(130, 145, 155, 1);
    width: 490px;

}

#history-list-popup table.history-list > tbody > tr > td.description{
    background:rgba(245, 247, 248, 1);
}

#history-list-popup span.date{
    width: 80px;
}
#history-list-popup span.time{
    width: 60px;
    padding-left: 10px;
}
#history-list-popup span.timezone{
    width: 40px;
    padding-left: 10px;
}

#history-list-popup .history-list-box-header{
    padding-left: 50px;
    padding-right: 50px;
}

#history-list-popup .history-list-box-header .history-list{
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 0px;
}
#history-list-popup .history-list-box-body{
    /* padding-left: 50px; */
    padding-right: 50px;
    margin-left: 50px; /* 2019-09-10 수정 */
    overflow-y: auto;
    height: 465px; /* 2019-09-11 수정 : 500 -> 465 */
}
/* 2019-09-10 수정 */
#history-list-popup .history-list-box-body .history-list{
    width: 750px;
}
/* 2019-09-18 추가 */
#history-list-popup .history-list-box-body .history-list td{
    font-size: 14px;
}
#history-list-popup .history-list-box-body .history-list td span{
    color: #82919b;

}
#history-list-popup .history-list-box-body .history-list td.select,
#history-list-popup .history-list-box-body .history-list td.select span:not(.btn-map-version){
    color:#182d40;
}
#history-list-popup .history-list-box-body .history-list td span{
    margin-right: 5px;
}
/* end 2019-09-18 추가 */
/* 2019-09-11 추가 */
#history-list-popup{
    margin-top: 20px;
}
#history-list-popup + .ui-widget-content ,
.platform-dialog-buttonpane{ /* 2020-01-17 class 추가 */
    border: 0;
}

#history-list-popup .map-history-description > td{
    background:rgba(245, 247, 248, 0.5); /* 2019-09-11 수정 rgba(245, 247, 248, 1) -> rgba(245, 247, 248, 0.5) */
}
.table2.history-list > tbody > tr.map-history-description{  /* 2019-09-11 add */
    display: none;
}
.table2.history-list > tbody > tr.not(.map-history-description) { /* 2019-09-11 add */
    height:40px;
}

.table2.history-list > tbody > tr > td{
    height:40px;
    /* padding-top: 10px;
    padding-bottom: 10px; */ /* 2019-09-11 삭제 */
    padding: 0;
    vertical-align: inherit;
}

.table2.history-list > thead > tr > th {
    height:40px;
    /* padding-top: 10px;
    padding-bottom: 10px; */ /* 2019-09-11 삭제 */
    padding: 0; /* 2019-09-11 add */
    padding-left: 10px; /* 2019-09-11 add */
    vertical-align: inherit; /* 2019-09-11 add */
    font-weight: 400;
    color:  rgba(53, 65, 76, 1);
    border-top: 1px solid #d7dcde; /* 2019-09-11 add */
    border-bottom: 0 !important; /* 2019-09-11 add */
    background-color: #f5f7f8; /* 2019-09-11 add */
}

.map-tools-list button {
    background: #FFFFFF;
}


#map-info-name{
    width: 250px;
    display: inline-block;
    height: 26px;
    line-height: 18px; /* 2019-09-09 글자 잘림 수정 */
}


/*.bootstrap-datetimepicker-widget { z-index: 1600 !important; !* has to be larger than 1050 *! }*/
/**/
/*.datepicker {*/
    /*z-index: 1600 !important; !* has to be larger than 1050 *!*/
/*}*/


/* 2019-09-19 지도 생성 디자인 변경작업 */
.editor-dialog--wrap{
    /* width: 786px;
    margin-left: 50px; 
    padding-right: 18px;
    padding-top: 20px; */
    overflow-y: scroll;
    height: 476px;
}
.editor-dialog--wrap .popup-sub-title{
    display: inline-block;
    padding-top: 6px;
}
.editor-dialog--wrap .editor-dialog--box{
    /* width: 750px; */
    width: 440px;
    padding: 15px 0;
    /* border-top: 1px solid #d7dcde; */
    border-bottom: 1px solid #d7dcde;
}

.editor-dialog--wrap .editor-dialog--box.type2{
    width: 440px;
    padding: 15px 0;
    border: 0;
}

.editor-dialog--wrap .editor-dialog--box.set .validation-input-wrap{
    /* width: 110px; */
    width: 100px;
}
.editor-dialog--wrap .editor-dialog--box.set-dot .validation-input-wrap{
    /* width: 110px; */
    width: 100px;
}
.editor-dialog--wrap .editor-dialog--box input{
    width: 100%;
}
.editor-dialog--wrap .editor-dialog--box .left{
    width: 342px;
}
.editor-dialog--wrap .editor-dialog--box .popup-sub-title{
    font-size: 14px;
    font-weight: 500;
    color: #182d40;
}
.editor-dialog--wrap .editor-dialog--box.set .popup-sub-title:not(.sub-low){
    /* width: 95px; */
    width: 120px;
}
.editor-dialog--wrap .editor-dialog--box.set-dot .popup-sub-title:not(.sub-low){
    /* width: 95px; */
    width: 120px;
}
.editor-dialog--wrap .editor-dialog--box .popup-sub-title.left-width{
    /* width: 142px !important; */
    width: 120px !important;
}

.editor-dialog--wrap .editor-dialog--box .popup-sub-title.type1 {
    /* width: 142px !important; */
    width: 70px !important;
}

.editor-dialog--wrap .editor-dialog--box .popup-sub-title.type2 {
    /* width: 142px !important; */
    width: 90px !important;
}

.editor-dialog--wrap .editor-dialog--box.set .popup-sub-title.sub-low {
    /* margin-right: 7px; */
    font-size: 14px;
    color: #82919b;
    width: 30px;
}
.editor-dialog--wrap .editor-dialog--box.set-dot .popup-sub-title.sub-low-georeferencing {
    /* margin-right: 7px; */
    font-size: 14px;
    color: #82919b;
    width: 40px;
}
.editor-dialog--wrap .editor-dialog--box.set .popup-sub-title.sub-low-georeferencing {
    /* margin-right: 7px; */
    font-size: 14px;
    color: #82919b;
    width: 40px;
}
.editor-dialog--wrap .editor-dialog--box .sub-low{
    font-size: 14px;
    font-weight: 500;
}

.editor-dialog--wrap .editor-dialog--box-langbox,
.editor-dialog--wrap .editor-dialog--box-langbox .lang-drop-box,
.editor-dialog--wrap .editor-dialog--box-langbox .lang-selected-box{
   /*  width: 282px; */
   width: 202px;
}
.editor-dialog--wrap .editor-dialog--box-langbox{
    height: 240px;
    vertical-align: top;
}
.editor-dialog--wrap .editor-dialog--box-langbox .lang-drop-box{
    height: 164px;
    padding: 10px 0;
    background-color: white;
    border: 1px solid #d7dcde;
    border-radius: 3px;
}
.editor-dialog--wrap .editor-dialog--box-langbox .lang-drop-box ul{
    /* width: 280px; */
    width: 200px;
    height: 144px;
}
.editor-dialog--wrap .editor-dialog--box-langbox .lang-selected-box{
    height: 210px;
    max-height: initial;
    padding: 10px 0;
    background-color: white;
    border: 1px solid #d7dcde;
    border-radius: 3px;
}
.editor-dialog--wrap .editor-dialog--box-langbox .lang-selected-box ul{
    /* width: 280px; */
    width: 200px;
    height: 190px;
    max-height: initial;
}
.editor-dialog--wrap .editor-dialog--box-langbox:first-child{
    margin-right: 36px;
}
.editor-dialog--wrap .editor-dialog--box-langbox.leftbox{
    position: relative;
}
.editor-dialog--wrap .editor-dialog--box-langbox.leftbox::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% + 10px);
    right: -26px;
    width: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #D7DCDE;
}
.editor-dialog--wrap .editor-dialog--box-langbox .lang-selected-box li,
.editor-dialog--wrap .editor-dialog--box-langbox .lang-drop-box li{    
    float: none;
    width: 100%;
}
.editor-dialog--wrap .editor-dialog--box-langbox .lang-drop-box li{
    padding-left: 10px;
}
/* hover */
.editor-dialog--wrap .lang-selected-box li:not(.selected):hover{
    background-color: #f5f7f8;
}
/* radio */
.editor-dialog--wrap .lang-selected-box li .platform-radio{
    color: #35414c;
    font-size: 14px;
}
.editor-dialog--wrap .lang-selected-box li.selected .platform-radio{
    color: #ffffff;
}
.editor-dialog--wrap .lang-selected-box li .platform-radio >span{
    margin-right: 10px;
}
/* checkbox */
.editor-dialog--wrap .lang-drop-box input.checkbox-label[type="checkbox"] + label {
    height: auto;
    line-height: 100%;
}
.editor-dialog--wrap .lang-drop-box input.checkbox-label[type="checkbox"] + label span {
    margin-right: 10px;
    background-color: #ffffff;
}
.editor-dialog--wrap .lang-drop-box .selected input.checkbox-label[type="checkbox"] + label {    
    color: #ffffff;
}

.editor-dialog--wrap .validation-input-wrap .input-wrap--search{
    padding-left: 30px;
    background: url('/image/assets/btn_search-3x-151c5283e790272449fa70471a0c2fda.png') no-repeat 10px center;
    background-size: 13px 12px;
}


#vps-data-popup{
    margin-top: 20px;
}

#vps-data-popup .history-list-box-header{
    padding-left: 50px;
    padding-right: 50px;
}

#vps-data-popup .history-list-box-header .history-list{
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 0px;
}
#vps-data-popup .history-list-box-body{
    padding-right: 50px;
    margin-left: 50px;
    overflow-y: auto;
    height: 465px;
}
#vps-data-popup .history-list-box-body .history-list{
    width: 750px;
}
#vps-data-popup .history-list-box-body .history-list td{
    font-size: 14px;
    text-align: center;
}
#vps-data-popup .history-list-box-body .history-list td span{
    color: #82919b;

}

#vps-data-popup button.collapse-btn{
    width: 12px;
    height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: transparent url(/image/assets/btn_dropdown_w_10-3x-68d5cb457d1af62cdbacd9e101c3b2c4.png) center no-repeat;
    background-size: contain;

}
#vps-data-popup button.collapse-btn[collapse="on"]{ /* 2020-01-17 추가 */
    transform: rotate(180deg);
}
#vps-data-popup .platform--radiotype2 {
    width: initial;
}
#vps-data-popup .platform--radiotype2 .btn-radio-small {
    width: 54px;
    height: 25px;
    padding-top: 0px;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}

#vps-data-popup .platform--radiotype2 .btn-radio-small.disabled {
    /* color : #d7dcde; */
    border: #d7dcde solid 1px;
    cursor: not-allowed;
    box-shadow: none;
}

#vps-data-popup .platform--radiotype2 .btn-radio-small.disabled.half-btn-left {
    background-color: rgba(245, 247, 248,0.9);  /* 2020-01-17 수정 */
    border-right:1px solid #fff !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#vps-data-popup .platform--radiotype2 .btn-radio-small.disabled.half-btn-right {
    position: relative;
    background-color : #ffffff;
    border-left: 0;/* 2020-01-17 수정 */
    border-top-left-radius: 0;/* 2020-01-17 수정 */
    border-bottom-left-radius: 0;/* 2020-01-17 수정 */
}

#vps-data-popup .platform--radiotype2 .btn-radio-small.disabled.half-btn-right::after{/* 2020-01-17 수정 */
    content: '';
    position: absolute;
    top: -1px;
    left: -2px;
    width: 1px; /* 4px ->1px 수정 20210506 */
    height: 25px;
    border-top: 1px solid #d7dcde;
    border-bottom: 1px solid #d7dcde;
}

#vps-data-popup .platform--radiotype2 > *:not(.on){ /* 2020-01-17 수정 */
    background-color: rgba(245, 247, 248,0.9);
}
#vps-data-popup .map-history-description > td{
    background:rgba(245, 247, 248, 0.5);
    text-align: left;
}


#vps-data-popup div.map-list-wrapper {
    text-align: left; /* 2020-01-17 수정 */
    padding: 24px 0px 0px 80px; /* 2020-01-17 수정 */
}


#vps-data-popup div.map-list-wrapper .map-list-item {
    /* width: 677px; */ /* 2020-01-17 수정 */
}

#vps-data-popup div.map-list-wrapper > .map-list-item{
    margin-bottom: 10px;
}

#vps-data-popup div.map-list-wrapper .map-list-item .list-title{
    display: inline-block;
    position: relative;
    /* font-weight: 500; */ /* 2020-01-17 수정 */
    color: rgba(53, 65, 76, 1);
    padding-right: 10px;
    vertical-align: top;
    width: 120px;
    text-align: left;
}
#vps-data-popup div.map-list-wrapper .map-list-item .list-title::after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    height: 15px;
    width: 1px;
    background-color: #d7dcde;
}

#vps-data-popup div.map-list-wrapper .map-list-item .list-text {
    margin-left: 10px;
    display: inline-block;
    color: rgba(130, 145, 155, 1);
    width: 450px;
    text-align: left;

}

#vps-data-popup .history-list-box-body .history-list td.select {
    /* color:#182d40;  */ /* 2020-01-17 수정 */
    background-color: rgba(245, 247, 248, 0.5) ;
}
#vps-data-popup .history-list-box-body .history-list td.failed{ /* 2020-01-17 추가 */
    color:#f05329;
}
#vps-data-popup .history-list-box-body .history-list td.success-on{ /* 2020-01-17 추가 */
    color:#182d40;
}
#vps-data-popup .history-list-box-body .history-list td.success{ /* 2020-01-17 추가 */
    color:#82919b;
}
#vps-data-popup .history-list-box-body .history-list td.ing{ /* 2020-01-17 추가 */
    color:#d7dcde;
}
#vps-data-popup .history-list-box-body .history-list td.wait{ /* 2020-07-31 추가 */
    color:#d7dcde;
}
#vps-data-popup .history-list-box-body .history-list td.uploaded{ /* 2020-07-31 추가 */
    color:#d7dcde;
}
#vps-data-popup .history-list-box-body .history-list td.weight500{ /* 2020-01-17 추가 */
    font-weight: 500;
}
#vps-data-popup div.map-list-wrapper .map-list-item.tools {
    text-align: right;
    margin-right: 10px;

}

#vps-data-popup .vps-data-summary{
    font-size: 15px;
    margin-bottom: 15px;
}

#vps-data-popup .vps-data-summary div.tools{
    text-align: right;
}

#vps-data-popup .vps-data-summary .orange{
    color: #f05329;
}

#vps-data-popup .vps-data-summary .gray{
    color: #82919b;
}

/* 2020.11.19 added by yhj*/
.sending-map-user-popup  {
    height: 268px;
    width: 498px;
}
.sending-map-user-popup .popup-sub-title {
    font-size: 15px;
    font-weight: 500;
    color: rgba(53, 65, 76, 1);
}
.sending-map-user-popup .sending-popup-box-body{
    height: 106px;
}

.mapUseTypeBox {
    width: 80px;
    display:inline-block;
}

.mapUseType { 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 1px 8px 3px 8px;
    font-size: 13px;
    font-weight: 500px;
    border-radius: 12px;
}
.mapUseType.useType1 {
    background-color:rgba(130, 145, 155, 0.1);
    color: rgba(130, 145, 155, 1);
}

.mapUseType.useType2 {
    background-color:rgba(67, 165, 178, 0.1);
    color: rgba(67, 165, 178, 1);
}

.mapUseType.useType3 {
    background-color:rgba(255, 160, 34, 0.1);
    color: rgba(255, 160, 34, 1);
}

.add-map-unit{
    font-size: 14px;
}


/* [S] 맵 지정관리 popup */
#map-assign-popup .close {
    background-image: url(/image/assets/btn_close-3x-8f93e58d86644a5da4726dcd82b8b4cb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 24px;
    height: 24px;

}
#map-assign-popup .select2-selection__choice{
   /*  margin-top: 0px!important; */
    padding-right: 15px!important;
    padding-left: 12px!important;
    background-color: transparent!important;
    /* border:none!important; */
    border: 1px solid #FC3C22 !important;
    border-radius: 12px!important;
    /* background-color: rgba(0, 139, 139, 0.09) !important; */
    height: 24px;
    color: #FC3C22 !important;
    font-size: 13px !important;
}

#map-assign-popup .select2-selection__choice__remove{
    border: none!important;
    border-radius: 12px!important;
    padding: 0 2px!important;
    background-color:#F5F7F8;
    float:right;
    margin-left:5px;
}

#map-assign-popup .select2-selection__choice__remove:hover{
    background-color: transparent!important;
    color: #ef5454 !important;
}

#map-assign-popup .select2-selection.select2-selection--multiple, .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/* [E] 맵 지정관리 popup */