@charset "utf-8";
/* Dabeeo KSH 180813 */

/* 지도관리 */

:root {
  --color-editor-main-01: #f05329;
  --color-editor-main-02: #35414c;
  --color-editor-sub-01: #82919b;
  --color-editor-sub-02: #f5f7f8;
  --color-editor-sub-03: #d7dcde;
  --color-editor-sub-04: #35414c;
  --color-prop-sub-title: #eceff0;
  --color-prop-slt-btn-light-gray: #a8b8c3;
  --color-prop-bg-1: #2c3741;
  --color-prop-bg-2: #424f5c;
  --color-prop-bg-3: #42505d;
  --color-prop-bg-4:#F5F7F8;
}

html,
body {
  width: 100%;
  height: 100%;
}

#wrap {
  height: inherit;
  /* overflow-y: hidden; */
}

#editor-container a,
#editor-container li,
#editor-container div,
#editor-container span,
#editor-container label,
#editor-container input {
  user-select: none;
  /* CSS3 (little to no support) */
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: none;
  /* Gecko (Firefox) */
  -webkit-user-select: none;
  /* Webkit (Safari, Chrome) */
}

#poiPopupEditWrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

#poiPopupSaveWrap {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.dabeeo-indoor-map-container {
  width: calc(100% - 64px) !important;
  height: calc(100% - 164px) !important;
  position: absolute;
  top: 116px !important;
  left: auto !important;
  overflow: hidden;
}

.dabeeo-indoor-map-container.dabeeo-indoor-map-controllayer {
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
}

.dabeeo-indoor-map-container.dabeeo-indoor-map-interactionlayer {
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
}

.dabeeo-indoor-map-container.dabeeo-indoor-map-floor-layer-container {
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
}

.dabeeo-indoor-map-container.dabeeo-indoor-map-floor-layer-container .dabeeo-indoor-map-htmllayer {
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
}

/* select2  */
.select2-container {
  vertical-align: top;
}

.da-select.middle .select2-container {
  vertical-align: middle;
}

/* 2019-10-04 */
/* .select2-container .select2-selection--single{height:28px}  */
/* 2019-12-27 select container 수정 */
.select2-selection.select2-selection--multiple,
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-editor-sub-01);
  font-weight: normal;
}

/* 2019-12-27 select container 수정 line-height:36px; */
.select2-container--default .select2-selection--single {
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 2px;
  background-color: var(--color-white);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-editor-sub-01);
  font-weight: 300;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 33px;
  height: 100%;
}

/* .select2-container--default .select2-selection--single .select2-selection__arrow b{top:9.96px} */
.layer-search-box .select2-container--default .select2-selection--single,
#sel-floor-list .select2-container .select2-selection--single {
  height: 36px;
}

/*2021.03.23 added by yhj */
.layer-search-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  font-size: 13px !important;
  padding-left: 10px !important;
  padding-right: unset !important;
}

.layer-search-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: calc(50% - 3.5px);
}

/* 2019-12-31 select container 수정 */
#sel-floor-list .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}

/* 2019-12-31 select container 수정 */
#sel-floor-list .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 9.96px;
}

/* 2019-12-31 select container 수정 */
/* image */
.img-100 {
  width: 100%;
  height: 100%;
}

/* color */
.color-edit-main-1 {
  color: var(--color-editor-main-01);
}

.color-edit-main-2 {
  color: var(--color-editor-main-02);
}

.color-edit-sub-1 {
  color: var(--color-editor-sub-01);
}

.color-edit-sub-2 {
  color: var(--color-editor-sub-02);
}

.color-edit-sub-3 {
  color: var(--color-editor-sub-03);
}

.color-edit-sub-4 {
  color: var(--color-editor-sub-04);
}

.color-prop-back-1 {
  color: var(--color-prop-bg-1);
}

.color-prop-back-2 {
  color: var(--color-prop-bg-2);
}

/* layout */
#editor-container {
  min-width: 1300px;
  width: 100%;
  min-height: 500px;
  height: -moz-calc(100% - 68px);
  height: -webkit-calc(100% - 68px);
  height: calc(100% - 68px);
  background: var(--color-editor-background);
  text-align: left;
  font-size: 0;
}

/* grid */
.grid-container {
  display: grid;
  height: 100%;
  grid-template-columns: 64px repeat(auto-fit, minmax(1236px, 100%));
  grid-template-rows: 48px minmax(512px, 100%) 48px;
}

.grid-container > div {
  font-size: 0px;
}

.zero-point {
  background: var(--color-editor-sub-03);
}

.menu-bar {
  text-align: center;
  background: var(--color-editor-sub-02);
  min-width: 1236px;
}

.menu-bar > div {
  height: 48px;
}

.tool-bar {
  background: var(--color-editor-main-02);
}

.editor-canvas {
  background-color: var(--color-editor-background);
}

.title-bar {
  position: relative;
  background: var(--color-editor-sub-01);
}

/* 2019-09-25 position: relative; 추가 */
.title-bar .map-name {
  background: var(--color-editor-sub-01);
  color: var(--color-white);
  font-size: 14px !important;
  font-weight: 500;
  padding: 14px 0 0 30px;
  display: inline-block;
}

/* 2020.06.23 줌레벨 정책 및 디자인 변경으로 css 수정 */
.title-bar .zoom-box {
  position: relative;
  display: inline-block;
  float: right;
  width: 112px;
  /* background-color: #424f5c; */
  background-color: #35414c;
}

/* 2019-10-11 추가 position: relative; */

.title-bar .grid-box {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #424f5c;
  padding-right: 9px;
  padding-left: 3px;
}

.title-bar .snap-box {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #424f5c;
  padding-right: 3px;
  padding-left: 3px;
}

.title-bar .poi-visible-box {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #424f5c;
  padding-right: 3px;
  padding-left: 9px;
}

.title-bar .rslam-split-box {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #424f5c;
  padding-right: 3px;
  padding-left: 9px;
}

/* Color picker */
.vc-sketch {
  padding: 0 !important;
  background: inherit !important;
  border-radius: 0;
  box-shadow: unset;
}

.vc-sketch-active-color {
  border-radius: 0px !important;
}

.vc-sketch-field .vc-input__label {
  color: var(--color-editor-sub-01) !important;
}

.vc-sketch-presets {
  border-top: 1px solid var(--color-prop-bg-3) !important;
}

.color-picker-wrapper {
  padding: 20px;
  width: 240px;
  height: 324px;
  visibility: visible;
  position: absolute;
  background: var(--color-editor-main-02) !important;
  border-radius: 2px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important;
  overflow: visible;
  z-index: 1000;
}

/* Assets */
.disabled .assets-editor,
.disabled .assets-editor.on {
  cursor: not-allowed;
}

.assets-editor {
  cursor: pointer;
}

.asset-tool-select {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_select-3x-ca0c5251fc42ef03d8ef48c3e7a8cb88.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-select.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_select_on-3x-23e4ab96d2f4772a0688da677f13fc47.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-section {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_floor-3x-539eec7bdc1e86037cfb9b48fabc9f0f.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-section.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_floor_on-3x-c1d9163d0eb015f9e9797df7c742716b.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-object {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_objects-3x-bc8018e9736868af3f5d0c0a820acc1d.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-object.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_objects_on-3x-000b5742fe88e9c403f67a6895f49638.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-zone {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_zone_new-3x-b4115fb9fdb64fc52e062d5ce37976ef.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-zone.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_zone_new_on-3x-5fcfae5091404578dd653b4c30827af1.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-node {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_node-3x-ddb42d5bc8caf6afdd4d4c5b211b6949.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-node.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_node_on-3x-327ce64349a906a95c7d4850fb5b8473.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-poi {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_poi-3x-09f9742248b7ba45e7e8b1b7d54bf64b.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-poi.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_poi_on-3x-afd05142d59f99e637ba9af5d17506bc.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-viewpoint {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_hand-3x-c5e37a7a61465cc8b5f69ea45cf7dce5.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-viewpoint.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_hand_on-3x-a094d774949c3860992c488dff4f9389.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-poi-title {
  width: 37px;
  height: 37px;
  background: url(/image/assets/tool_poi-3x-09f9742248b7ba45e7e8b1b7d54bf64b.png) no-repeat;
  background-size: 37px 37px;
}

.asset-tool-style {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_style-3x-49819b16cd4cc4393a57234a0abc95f2.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-style.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_style_on-3x-cfffd4f475cd95a3ce874bbe4cef5b8c.png) no-repeat;
  background-size: 64px 64px;
}

.asset-tool-setting {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_setting-3x-e10558450714023b2388a92e06994130.png) no-repeat;
  background-size: 64px 64px;
  margin: -16px 0px;
}

.asset-tool-setting.on {
  width: 64px;
  height: 64px;
  background: url(/image/assets/tool_setting_on-3x-cf9e8c178f85284026afb68a644c1038.png) no-repeat;
  background-size: 64px 64px;
  margin: -16px 0px;
}

.asset-btn-zero-point {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_zeropoint-3x-2e783bf7de22186006b7eb1486460662.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-zero-point.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_zeropoint_on-3x-92b9afb44041b1673902bb184caa8d31.png) no-repeat;
  background-size: 64px 48px;
}

.asset-zero-point-pivot {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_zeropoint_on-3x-92b9afb44041b1673902bb184caa8d31.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-zero-point-arrow-up {
  width: 22px;
  height: 18px;
  background: url(/image/assets/zp_arrow_u-3x-207e3320b8bf37f6fc724ae0daf30fbd.png) no-repeat;
  background-size: 22px 18px;
}

.asset-btn-zero-point-arrow-up.on {
  width: 22px;
  height: 18px;
  background: url(/image/assets/zp_arrow_u_on-3x-73eff2c2ad41158fc3ddda8450b87d4e.png) no-repeat;
  background-size: 22px 18px;
}

.asset-btn-zero-point-arrow-down {
  width: 22px;
  height: 18px;
  background: url(/image/assets/zp_arrow_d-3x-36029c6b6d39b93209228c0ad2dc6951.png) no-repeat;
  background-size: 22px 18px;
}

.asset-btn-zero-point-arrow-down.on {
  width: 22px;
  height: 18px;
  background: url(/image/assets/zp_arrow_d_on-3x-3016206b7d5a923b9e48068fa22082c6.png) no-repeat;
  background-size: 22px 18px;
}

.asset-btn-zero-point-arrow-right {
  width: 18px;
  height: 22px;
  background: url(/image/assets/zp_arrow_r-3x-f65e9a35e37738d989f6d9afa33461f0.png) no-repeat;
  background-size: 18px 22px;
}

.asset-btn-zero-point-arrow-right.on {
  width: 18px;
  height: 22px;
  background: url(/image/assets/zp_arrow_r_on-3x-d3fb58621ef551503ea6f32ceef87cc7.png) no-repeat;
  background-size: 18px 22px;
}

.asset-btn-zero-point-arrow-left {
  width: 18px;
  height: 22px;
  background: url(/image/assets/zp_arrow_l-3x-b5ce4b3d1bb6461dc9f5cd81e334352b.png) no-repeat;
  background-size: 18px 22px;
}

.asset-btn-zero-point-arrow-left.on {
  width: 18px;
  height: 22px;
  background: url(/image/assets/zp_arrow_l_on-3x-32474713aaa5f1340f2e3c9261370d6d.png) no-repeat;
  background-size: 18px 22px;
}

.asset-btn-cluster {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_clustering-3x-14d57f7839c201481f916e11dd26ee8b.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-cluster.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_clustering_on-3x-aa461656bce6efc95c99007403e6e047.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-restore-prev {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_undo-3x-233b2b7590d5161bac2cd4ca59c61b66.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-restore-prev:active {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_undo_on-3x-594e1b365fd5be15a5a5eb109f10a062.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-restore-prev.off {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_undo_dis-3x-391f4f62e7580a7955394dd1d27ad259.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-restore-next {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_redo-3x-6d480fd092240a0db1868c8c71e9a3ad.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-restore-next:active {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_redo_on-3x-0d2f8ad3b7ce0f7bb97d50e86fef0bb4.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-restore-next.off {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_redo_dis-3x-d494e0a13d067f125ac2460de63a9818.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-code {
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_code-3x-012c796a97484ae0d0996bcc04067ad6.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-code.on {
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_code_on-3x-03dd46db0a271fa543b047380e4a6efc.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-drawingimg {
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_drawing_image-3x-06f3a4c701b86ac7ef4695e01bbfef47.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-drawingimg.on {
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_drawing_image_on-3x-c17e56c5efa13d51cea4b1bab475991d.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-ground {
  position: absolute;
  top: 68px;
  left: 306px;
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_sheet-3x-dfbcbd2249d6c3a347eb51b568683221.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

/*.asset-btn-ground.on{width:64px;height:48px;background:url(../image/assets/btn_sheet_on-3x.png) no-repeat;background-size:64px 48px}*/

.asset-btn-dxf {
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_file-3x-a0e1c0564b91fc456cfb9fd5267c39c4.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-dxf.on {
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_file_on-3x-eaf5aca98b5d35555236034382019538.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

/* 2022.01.04 added by yhj image to data btn asset */
.asset-btn-imageToData {
  /* normal */
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_image_to_data-3x-ddcafe5d896a5956cb28c0a8412346af.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-imageToData.on {
  /* active */
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_image_to_data_on-3x-fc42c2bb70ad0c5efcd992b39946f989.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-imageToData.disable {
  /* disable */
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_image_to_data_off-3x-99a5b194c98da6bb00d4c9c9fa7cd948.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-poi {
  /* normal */
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_poixl-3x-cf9e79a082d1b5911f0e105f47e7378c.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-poi.on {
  /* active */
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_poixl_on-3x-b69f862d87402d64521ac23c69b4593b.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-poi.disable {
  /* disable */
  height: 48px;
  width: 64px;
  background: url(/image/assets/btn_poixl_dis-3x-ae90331e104f2a102eb3deef0dac7ff6.png) no-repeat;
  background-size: 64px 48px;
  background-position: center;
}

.asset-btn-group {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_group-c2d7009b5164dcb42e4a40439861a611.png) no-repeat;
  background-size: 24px 25px;
  background-position: center;
}

.asset-btn-group.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_group_active-ad270c223feb55ce33dfdc39af846a6a.png) no-repeat;
  background-size: 24px 25px;
  background-position: center;
}


.asset-btn-layer {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_layers-3x-f09bfc2af3a833f57c1b793e544ecacb.png) no-repeat;
  background-size: 24px 25px;
  background-position: center;
}

.asset-btn-layer.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_layers_on-3x-e6d5cbfabfc38ee63c4fcca47c43c0af.png) no-repeat;
  background-size: 24px 25px;
  background-position: center;
}

.asset-btn-layer-hidden.on {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_hidden-3x-0f15e4795a9113f57dcfd32e74ef1a68.png) no-repeat;
  background-size: 24px 24px;
  border: none;
}

.asset-btn-layer-hidden {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_unhidden-3x-4062fac06eda2846e6a7d662a894afe8.png) no-repeat;
  background-size: 24px 24px;
  border: none;
}

.asset-btn-layer-hidden:disabled {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_unhidden_off-3x-add958d80fd3f5a74da44513bf047360.png) no-repeat;
  background-size: 24px 24px;
}

.asset-btn-layer-lock {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_unlock-3x-75a5c3db01552c44b620a9f9902bf9b5.png) no-repeat;
  background-size: 24px 24px;
  border: none;
}

.asset-btn-layer-lock.on {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_lock-3x-7e7e7ef5e11a3be43dd5e43410b66dfb.png) no-repeat;
  background-size: 24px 24px;
}

.asset-btn-layer-lock:disabled {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_lock_off-3x-1bc5504da58af7ed76903efa0535890c.png) no-repeat;
  background-size: 24px 24px;
}

.asset-btn-save {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_save-3x-e08d671b85e4ed0cd049194d734c682d.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-save:active,
.asset-btn-save.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_save_on-3x-e173b9f56d53ad2c0f95ed2b5a36b47b.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-preview {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_Preview-3x-e6e69b90110d2ac2acdaff26761ec227.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-preview.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_Preview_on-3x-7ef21102b5b6f72aa7d37aee486c711c.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-redo {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_redo-3x-6d480fd092240a0db1868c8c71e9a3ad.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-redo.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_redo_on-3x-0d2f8ad3b7ce0f7bb97d50e86fef0bb4.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-undo {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_undo-3x-233b2b7590d5161bac2cd4ca59c61b66.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-undo.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_undo_on-3x-594e1b365fd5be15a5a5eb109f10a062.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-floor {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_stair-3x-8fdbc3297a05ea26c10b0afed1e8c392.png) no-repeat;
  background-size: 22px 23px;
  background-position: center;
}

.asset-btn-floor.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_floor_on-3x-2b129a9581c53d522a856148528a4103.png) no-repeat;
  background-size: 22px 23px;
  background-position: center;
}

.asset-add-1 {
  width: 10px;
  height: 10px;
  margin-right: 4px !important;
  background: url(/image/assets/btn_add_1-3x-85c9b1af73ae86d36946876f68ac687e.png) no-repeat;
  background-size: 10px 10px;
}

.btn-type2:hover .asset-add-1 {
  background: url(/image/assets/icon_add_on_1-3x-45c2b9cfeb945c1bef1932b215841d82.png) no-repeat;
  background-size: 10px 10px;
}

/* 2019-09-19 추가 */
.asset-toast {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_toast-3x-140c9e87d456fc788ec77a2671ce0a2f.png) no-repeat;
  background-size: 20px 20px;
}

.asset-stair-order {
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_stair_order-3x-d854e5dadd2d4a65233d7ccc427b8150.png) no-repeat;
  background-size: 20px 20px;
}

.asset-stair-delete {
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_stair_cancle-3x-b4dc0c41f588f6ab8c3076f16cf41e1f.png) no-repeat;
  background-size: 20px 20px;
}

.asset-properties-setting {
  width: 18px;
  height: 18px;
  background: url(/image/assets/btn_setting02-3x-ac32429efdff5b9c66dbf61168c0c3ab.png) no-repeat;
  background-size: 18px 18px;
}

.asset-properties-setting.on {
  width: 18px;
  height: 18px;
  background: url(/image/assets/btn_setting02_on-3x-d9aa5e882c3b7136ea5127f2932cd4de.png) no-repeat;
  background-size: 18px 18px;
}

.asset-angle {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_angle-3x-430366d3c83d9f9f2e3cffdbe57c657f.png) no-repeat;
  background-size: 20px 20px;
}

.asset-swipe {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_swipe-3x-d0bb9ad3b618b3ef92e1f7866ccebdd8.png) no-repeat;
  background-size: 20px 20px;
}

.asset-swipe.on {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_swipe_on-3x-6c906fc9519cf0cb7ed5ef3a740faea9.png) no-repeat;
  background-size: 20px 20px;
}

.asset-bold {
  width: 28px;
  height: 28px;
  background: url(/image/assets/btn_bold-3x-385b59556b17b44e9063049f5e875976.png) no-repeat;
  background-size: 28px 28px;
}

.asset-bold.on {
  width: 28px;
  height: 28px;
  background: url(/image/assets/btn_bold_on-3x-0b41cb76a844844183d43ca908b81ef6.png) no-repeat;
  background-size: 28px 28px;
}

.asset-text-size {
  width: 28px;
  height: 28px;
  background: url(/image/assets/icon_textsize-3x-b4f44e4cbdf421ae199dd6391e5af02c.png) no-repeat;
  background-size: 28px 28px;
}

.asset-align-left {
  width: 28px;
  height: 28px;
  background: url(/image/assets/left_alignment-3x-30f84ab6e1359e1b5b609a24ba9fc771.png) no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.asset-align-center {
  width: 28px;
  height: 28px;
  background: url(/image/assets/center_alignment-3x-9ca8d0e509318638a3b5d623b273d441.png) no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.asset-align-right {
  width: 28px;
  height: 28px;
  background: url(/image/assets/right_alignment-3x-2d09b2150b9c5a8c8d07edbb29d8d6c4.png) no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.asset-align-all {
  width: 78px;
  height: 28px;
  background: url(/image/assets/align_all_2-3x-e13fd1385ce261524f531be0b1e6a2d0.png) no-repeat;
  background-size: 78px 28px;
}

.asset-align-left.on {
  /*     width: calc(100% - 14px);;
    height: 100%;
    background-color: #222a31 !important;
    background: url(../image/assets/align_left-3x.png) no-repeat;
    background-position: center;
    background-size: 11px 14px;
    cursor: default */
  background-color: #2c3741 !important;
}

.asset-align-center.on {
  /*     width: calc(100% - 14px);;
    height: 100%;
    background-color: #222a31 !important;
    background: url(../image/assets/align_center-3x.png) no-repeat;
    background-position: center;
    background-size: 11px 14px;
    cursor: default */
  background-color: #2c3741 !important;
}

.asset-align-right.on {
  /*     width: calc(100% - 14px);;
    height: 100%;
    background-color: #222a31 !important;
    background: url(../image/assets/align_right-3x.png) no-repeat;
    background-position: center;
    background-size: 11px 14px;
    cursor: default */
  background-color: #2c3741 !important;
}

.asset-align-all.on {
  width: 78px;
  height: 28px;
  background: url(/image/assets/align_all_on-3x-fd02eaa9f4b97d3fd46522a7a8b6a214.png) no-repeat;
  background-size: 78px 28px;
  cursor: default;
}

.asset-default-size {
  width: 16px;
  height: 16px;
  background: url(/image/assets/btn_d_size-0097974b2813565ff87aa094c0f92fa6.png) no-repeat;
  background-position: center;
  border: none;
}

.asset-default-size.on,
.poi-default-size:hover .asset-default-size,
.asset-default-size:hover {
  width: 16px;
  height: 16px;
  background: url(/image/assets/btn_d_size_on-acd4bab5fa10baabd850a8082bb98869.png) no-repeat;
  background-position: center;
  border: none;
}

/* 2021.09.09 added by yhj empty Pos poi Position Clear */
.asset-clear-pos-icon {
  width: 16px;
  height: 16px;
  background: url(/image/assets/asset-clear-pois-icon-5753c944be024e81614959ac61c05c6e.png) no-repeat;
  background-position: center;
  background-size: 16px;
  border: none;
}

/* 2019-11-18 .asset-default-size hover 추가 */
.asset-upload-file {
  width: 28px;
  height: 28px;
  background: url(/image/assets/btn_file_dg-3x-7987af8a145a42a9cbd04b21409d53a3.png) no-repeat;
  background-size: 28px 28px;
}

.asset-upload-file.on {
  width: 28px;
  height: 28px;
  background: url(/image/assets/btn_file_dg_on-3x-5a094e644257440fde9ff479ace7184e.png) no-repeat;
  background-size: 28px 28px;
}

.asset-input-cancel {
  width: 13px;
  height: 13px;
  background: url(/image/assets/text_cancel-1e51bd94d88ad39e7e2e0819da2d0e30.png) no-repeat;
  background-position: center;
  border: none;
}

.asset-size-link {
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_sizelink-ce4be07847f91294953cd1089c4b848e.png) no-repeat;
  background-position: center;
  border: none;
}

.asset-size-link.on {
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_sizelink_on-dc42942bfb7830acf7bcdf4c9bba76e9.png) no-repeat;
  background-position: center;
  border: none;
}

.asset-layer-section {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_floor-3x-cfea49b105cebe9af90a9368a452a629.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-object {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_objects_layers-3x-fd529ea8d695ed27c9b03ebaa591ccd0.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-zone {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_zone_layers-3x-0410df5f72b751c80443f307a7657856.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-node {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_node_layers-3x-cba200ff2d845443ef463540802255f2.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-node-depth {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_depth_layers-3x-eafa9fea47f2f43a6732c5dd4b2552d1.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-poi {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_poi_layers-3x-166234d53bc713cf57c81d75cb9fd655.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-lock {
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_unlock-3x-34c72ab368f7cdb13d99fed9f6c57987.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-lock.on {
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_lock-3x-e4e855d56186162f3cb620f29927261f.png) no-repeat;
  background-size: 20px 20px;
}

.asset-layer-group {
  width: 12px;
  height: 12px;
  background: url(/image/assets/btn_group_close-3x-5dbb50bb591091931b6426f54a4626d2.png) no-repeat;
  background-size: 12px 12px;
}

.asset-layer-group.on {
  width: 12px;
  height: 12px;
  background: url(/image/assets/btn_group_open-3x-37cc679684ff55065adf5577b6c1aec3.png) no-repeat;
  background-size: 12px 12px;
}

/* properties window 선택객체 없음 */
.asset-select-layer2 {
  width: 31px;
  height: 31px;
  background: url(/image/assets/img_select_layer-3x-6eaf555ca6dffc377277385282dd15c7.png) no-repeat;
  background-size: 31px 31px;
}

/* properties window 다중선택 */
.asset-select-layer {
  width: 31px;
  height: 31px;
  /* background:url(/image/assets/img_select_layer-3x-6eaf555ca6dffc377277385282dd15c7.png) no-repeat;background-size:31px 31px; */
  /* 2019-10-02 수정 */
  background: url(/image/assets/Multiple_selection_icon-3x-0dd959b9b68a4dda5eb68aa2acf0cb8d.png) no-repeat;
  background-size: 29px 34px;
  /* 2019-10-02 수정 */
}

.layer-popup-bottom .asset-layer-lock {
  width: 25px;
  height: 25px;
  background: url(/image/assets/btn_unlock-3x-34c72ab368f7cdb13d99fed9f6c57987.png) no-repeat;
  background-size: 25px 25px;
}

.layer-popup-bottom .asset-layer-lock.on {
  width: 25px;
  height: 25px;
  background: url(/image/assets/btn_lock-3x-e4e855d56186162f3cb620f29927261f.png) no-repeat;
  background-size: 25px 25px;
}

.asset-btn-edit {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  margin-right: 3px !important;
  background: url(/image/assets/icon_edit-3x-4b2eb59f2d64f98a098b7df00f416c4a.png) no-repeat center;
  background-size: 12px 12px;
}

.btn-type2:hover .asset-btn-edit {
  background: url(/image/assets/icon_edit_on-3x-3056be9dff8d61810c5781509d025fa3.png) no-repeat center;
  background-size: 12px 12px;
}

/* 2019-09-19 추가 */
.asset-btn-poi-delete {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/image/assets/btn_poi_cancle-3x-17c32e95a7e03734cae9d1476bd3767c.png) no-repeat center;
  background-size: 18px 18px;
}

.asset-btn-style-add {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(/image/assets/btn_add_02-3x-adafd01dee0febec61d1e90643a89e4f.png) no-repeat center;
  background-size: 12px 12px;
}

.asset-btn-wire {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_Wireframe-3x-cd9c66bb2cb88a91a372e7f18f7264ba.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-wire.on {
  width: 64px;
  height: 48px;
  background: url(/image/assets/btn_Wireframe_on-3x-e740af214239547067c61c5ed7c15b90.png) no-repeat;
  background-size: 64px 48px;
}

.asset-btn-layer-delete:disabled {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_delete_off-3x-6b7e03331b5c481c52831010d37f0df8.png) no-repeat;
  background-size: 24px 24px;
}
.asset-btn-layer-fold:hover,
.asset-btn-edge-delete:hover,
.file-upload-button:hover,
.asset-btn-style-delete:hover {
  background-color: #35414c;
  border-radius: 2px;
}

.asset-btn-style-delete:active,
.asset-btn-edge-delete:active .asset-btn-layer-delete.on {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_delete_1-3x-df7684825fdbc91e077563763e9b756d.png) no-repeat;
  background-size: 16px 16px;
  background-position: center;
  border: none;
}

.asset-btn-layer-delete,
.asset-btn-edge-delete,
.asset-btn-style-delete {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_layer_delete-3x-3576001b81892608b9a536f92c7f1ce7.png) no-repeat;
  background-size: 16px 16px;
  background-position: center;
  border: none;
}

/* 2020.06.23 줌정책 변경으로 인한 css 수정 */
.asset-btn-zoom-minus {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_scale_minus-3x-011a7e89c92f0f434314d1f861899a65.png) no-repeat;
  background-size: 36px 36px;
  background-position: center;
  border: 1px solid #424f5c;
  cursor: pointer;
}

.asset-btn-zoom-minus:active {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_scale_minus_on-3x-7e8ab96e422f833a025716a6639df431.png) no-repeat;
  background-size: 36px 36px;
  background-position: center;
  border: 1px solid #424f5c;
  cursor: pointer;
}

.asset-btn-zoom-plus {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_scale_plus-3x-3bfbcc5d8351f2261d76f2005c1e806e.png) no-repeat;
  background-size: 36px 36px;
  background-position: center;
  border: 1px solid #424f5c;
  cursor: pointer;
}

.asset-btn-zoom-plus:active {
  width: 24px;
  height: 24px;
  background: url(/image/assets/btn_scale_plus_on-3x-10fa2453dd77f64af6e45370eb8bce43.png) no-repeat;
  background-size: 36px 36px;
  background-position: center;
  border: 1px solid #424f5c;
  cursor: pointer;
}

/* 2020.06.23 줌정책 변경으로 인해 css 추가 */
.asset-btn-zoom-level {
  width: 11px;
  height: 7px;
  background: url(/image/assets/btn_dropdown_w-6-3x-2cf1d89478b39b955e6da36f6355ec3e.png) no-repeat;
  background-size: 11px 7px;
  cursor: pointer;
  align-content: center;
}

.asset-btn-zoom-level.on {
  width: 11px;
  height: 7px;
  background: url(/image/btn_floor_down_on-53b859e2a19bf2c796482c4239043edc.png) no-repeat;
  background-size: 11px 7px;
  cursor: pointer;
  align-content: center;
}

.asset-btn-grid {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_grid_off-3x-89978cfe79235c30cf5336ef278e1f0e.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

.asset-btn-grid.on {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_grid_on-3x-a2965c4c6590aaea0e1637c008b5babb.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

.asset-btn-snap {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_snapping_off-3x-1529eb4733587b5805aac741439741ee.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

.asset-btn-snap.on {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_snapping_on-3x-940c26147ec31337eecf832d9bb3d5ef.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

.asset-btn-poi-visible {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_POI_off-3x-f005a7b79a6ee1bb1395505e9ed0087a.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

.asset-btn-poi-visible.on {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_POI_on-3x-79151cf850c5b64873d603b8128f1694.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

.asset-btn-rslam-split {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_Slice_off-3x-453751043df7a65eacc726e1d16c6264.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

.asset-btn-rslam-split.on {
  width: 34px;
  height: 34px;
  background: url(/image/assets/btn_Slice_on-3x-aa355a767c4e60fde8c1da3b565ebc8a.png) no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}

/* 2020-01-06 추가 : 스포이드 버튼 */
.asset-btn-eyedropper {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/image/assets/btn_eyedropper-3x-ace5cb77655fed58fcc3f2664aebb170.png) no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
  border: 1px solid #82919b;
  border-radius: 3px;
}

.asset-btn-eyedropper.on {
  background-image: url(/image/assets/btn_eyedropper_on-3x-c73067f65c174f0c20d427cba6255307.png);
  border: 1px solid #f05329;
}

/* properties window */
.properties-window-wrapper input#toggle-properties-window {
  display: none;
}

.properties-window-wrapper input#toggle-properties-window ~ label.toggle-button {
  position: fixed;
  width: 28px;
  height: 110px;
  background-image: url(/image/assets/btn_slide_off-3x-42ce2bc2b194f66bd16e4921298e6b9d.png);
  background-size: 28px 110px;
  right: 0;
  top: 50%;
  border: 0;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  z-index: 100;
  -moz-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}

/*.properties-window-wrapper input#toggle-properties-window:checked ~ div{right:0;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s}*/
/*.properties-window-wrapper input#toggle-properties-window:checked ~ label.toggle-button{background-image:url(/image/assets/btn_slide_on-3x-acf26ee509ecada6c68a8ed6fb2fd3cf.png);background-size:28px 110px;right:350px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s}*/
.properties-window {
  position: fixed;
  top: 116px;
  right: -350px !important;
  width: 350px;
  height: -moz-calc(100% - 164px);
  height: -webkit-calc(100% - 164px);
  height: calc(100% - 164px);
  min-height: 474px;
  background: var(--color-prop-bg-1);
  z-index: 100;
  -moz-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}

.properties-window-wrapper.open .toggle-button {
  background-image: url(/image/assets/btn_slide_on-3x-acf26ee509ecada6c68a8ed6fb2fd3cf.png) !important;
  background-size: 28px 110px;
  right: 350px !important;
  -moz-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}

.properties-window-wrapper.open .properties-window {
  right: 0 !important;
  -moz-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}

.properties-title {
  display: block;
  width: 100%;
  height: 60px;
  color: var(--color-white);
  background-color: var(--color-editor-main-02);
  overflow: hidden;
  border-bottom: 1px solid #424f5c;
  padding: 0px 20px;
  /* 2019-10-02 수정 */
}

.properties-title .title.main-title {
  line-height: 60px !important;
  font-weight: normal !important;
  height: 24px;
}
/*2022.08.08 added by yhj */
.add-n-cut-warp {  
  height: 58px;
  width: 100%;
  display: block;  
  padding: 15px 0;
}

.prop-btns-container {
  display: flex;
  flex-direction: row;
  width: 240px;
  float: right !important;
}

.prop-btn {
  display: block;
  width: 28px;
  height: 28px; 
}

.prop-btn.off span{ 
  opacity: 0.35;
}

.prop-btn:not(.off):active {
  background-color: var(--color-sub-04);
}

.properties-title .title,
.properties-title .changetitle {
  /* 2020-01-06 class 추가 */
  display: inline-block;
  height: 27px;
  /* margin-top: 16px;
    line-height: 27px; */
  color: inherit;
  /* font-size: 14px; */
  /* 2019-10-01 추가 */
  font-size: 18px;
  color: #eceff0;
  /* font-weight: 500; */
  /* 2019-10-04 삭제 */
  /* color: #f5f7f8; */
}

.properties-title .lang-box {
  float: right;
  margin-top: 16px;
}

.properties-title .asset-properties-setting {
  display: inline-block;
  float: right;
  color: inherit;
  margin-right: 20px;
  margin-top: 21px;
}

.properties-detail {
  display: block;
  width: 100%;
  /* height:-moz-calc(100% - 108px); */
  /* height:-webkit-calc(100% - 108px); */
  /* 2019-10-02 수정 */
  height: calc(100% - 108px);
  min-height: 404px;
  overflow-y: overlay;
  overflow-x: hidden;
}

.properties-detail .code-setting-all {
  width: 100%;
  min-height: 252px;
  padding: 19px 20px 20px;
  background: var(--color-prop-bg-1);
}

/* properties-window dafult label style */
.properties-label {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

.properties-label span {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  color: var(--color-editor-sub-01) !important;
  font-weight: 500 !important;
}

/* properties-window ui select box style*/
.properties-selectBox-div {
  display: inline-block !important;
  width: 50px !important;
  height: 28px !important;
  /* padding: 8px 10px 7px !important; */
  border: none !important;
  border-radius: 3px !important;
  background: var(--color-prop-bg-2) !important;
  color: var(--color-white) !important;
  font-size: 11px !important;
  line-height: 16px !important;
  padding-left: 6px !important;
}

.properties-selectBox-input {
  display: inline-block !important;
  width: 50px !important;
  height: 28px !important;
  /* padding: 8px 10px 7px !important; */
  border: none !important;
  border-radius: 3px !important;
  background: var(--color-prop-bg-2) !important;
  color: var(--color-white) !important;
  font-size: 11px !important;
  line-height: 16px !important;
  padding-left: 12px !important;
}

.code-setting-all .btn-save-setting-all {
  width: 100%;
  height: 36px;
  line-height: 13px;
  border-radius: 3px;
  border: none;
  background: var(--color-editor-main-02);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

/* 2022-05-02 추가 */
.poi-marker-content {
  padding: 20px;
  height: 442px;
}

.properties-detail .code-group-1 {
  /* min-height:162px; */
  /* 2019-10-02 수정 */
  height: auto;
  /* border-top:1px solid var(--color-prop-bg-3); */
  /* 2019-10-02 수정 */
  /* border-bottom:1px solid var(--color-prop-bg-3); */
  /* 2019-10-02 수정 */
  /* background:var(--color-editor-main-02) !important; */
  /* 2019-10-02 수정 */
  color: var(--color-editor-sub-01);
}

.properties-detail .code-group-1 .group {
  height: 55px;
  width: 100%;
  margin: 16px 0 0;
}

/* 2019-10-02 추가 */
.properties-detail .code-group-1 .group.under-line {
  height: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-prop-bg-3);
}

.properties-detail .code-group-1 label {
  margin-bottom: 15px;
  /* 2019-10-02 추가 */
  /* font-size:13px; */
  /* 2019-10-02 수정 */
  font-size: 14px;
  line-height: 16px;
  /* color:inherit; */
  /* 2019-10-02 수정 */
  font-weight: 500;
  color: #f5f7f8;
  border-top: medium;
}

/* 2019-10-01 추가 */
.properties-detail .code-group-1 input[readonly="readonly"] {
  height: auto;
  padding: 0;
  color: #82919b;
  background-color: transparent;
}

.properties-detail .code-group-2 {
  /* height:106px; */
  height: 126px;
  /* 2019-10-01 수정 */
  padding-top: 15px;
  /* 2019-10-01 추가 */
  /* border-top:1px solid var(--color-prop-bg-3); */
  /* 2019-10-02 수정 */
  /* border-bottom:1px solid var(--color-prop-bg-3); */
  /* 2019-10-02 수정 */
  /* background:var(--color-editor-main-02) !important */
  /* 2019-10-02 수정 */
}

.properties-detail .edit-normal {
  display: block;
  width: 100%;
  height: 28px;
  /* margin-top:8px; */
  /* 2019-10-02 수정 */
  padding: 6px 10px 7px 10px;
  /* 2019-10-01 padding-top :7px 로 수정 */
  border: none;
  border-radius: 2px;
  background: var(--color-prop-bg-2);
  color: var(--color-white);
  font-size: 13px;
  /* line-height: 20px !important; */
}
.properties-detail .edit-normal textarea {
  line-height: 16px !important;
  padding: 6px 10px !important;
}

.properties-detail .edit-poi-temp {
  display: inline-block;
  height: 28px;
  /* margin-top:8px; */
  /* 2019-10-02 수정 */
  padding: 6px 10px 7px 10px;
  /* 2019-10-01 padding-top :7px 로 수정 */
  border: none;
  border-radius: 3px;
  background: var(--color-prop-bg-2);
  color: var(--color-white);
  font-size: 13px;
  line-height: 16px;
}

/* 2019-10-02 추가 */
.properties-detail .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 13px;
}

.properties-detail .edit-half {
  display: inline-block;
  width: 116px;
  height: 28px;
  padding: 6px 10px 7px 10px;
  border: none;
  border-radius: 2px;
  background: var(--color-prop-bg-2);
  color: var(--color-white);
  font-size: 13px;
  line-height: 16px;
}

.properties-detail .edit-normal:read-only {
  color: var(--color-editor-sub-01);
}

.edit-normal.c-normal.properties-node-connected {
  padding-right: 27px;
}

/* 2019-10-01 추가 */
.edit-normal.c-normal.connected-info-properties + .conn-remove-button,
.edit-normal.c-normal.properties-node-connected + .conn-remove-button,
#poi-disconnect-object {
  top: 7px;
}

/* 2019-10-01 추가 */
#properties-poi-meta textarea::placeholder,
#poi-connect-object::placeholder,
.connect-object-box input[type="text"]::placeholder,
.connected-info-wrapper .properties-link-box input[type="text"]::placeholder,
.properties-link-node input[type="text"]::placeholder,
.properties-link-object > .properties-node-connected::placeholder {
  font-size: 13px !important;
  font-weight: normal !important;
}

/* 2019-10-01 추가 */
.properties-link-info:not(:last-child),
.properties-link-object:not(:last-child) {
  margin-bottom: 10px;
}

.detail-sub {
  padding: 0 20px;
  background: var(--color-prop-bg-1);
}

.detail-sub .title {
  display: block;
  color: var(--color-prop-sub-title);
  line-height: 24px;
  font-weight: normal;
}

.detail-sub .under-line {
  border-bottom: 1px solid #424f5c;
}

.top-line,
.detail-sub .top-line {
  border-top: 1px solid var(--color-prop-bg-3);
}

/* 2019-10-02 추가 */
.detail-sub .sub-wrapper {
  display: inline-block;
  min-width: 134px;
  min-height: 28px;
  margin: 0;
}

.detail-sub .sub-wrapper-style {
  display: inline-block;
  min-width: 82px;
  min-height: 28px;
  margin: 0;
}

.detail-sub .sub-wrapper-style:last-child {
  display: inline-block;
  min-width: 82px;
  min-height: 28px;
  margin: 0;
  float: right;
}

.mixed,
.none-wrapper {
  /* height: calc(100% - 108px); */
  /* 2019-10-02 수정 */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  background: #2c3741;
  /* 2019-10-02 수정 */
}
.mixed-select span,
.none-wrapper span {
  margin: 0 auto;
  font-size: 13px;
  color: var(--color-editor-sub-01);
}

.detail-sub .sub-wrapper input[type="color"] {
  float: right;
  display: inline-block;
}

span.color {
  float: right;
  display: inline-block;
  width: 28px !important;
  height: 28px !important;
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 5px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.object-pattern {
  float: right;
  display: inline-block;
  width: 28px !important;
  height: 28px !important;
  border: 1px solid #d7dcde;
  border-radius: 5px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  background-color: #fff;
  background-size: 28px 28px;
}

.object-pattern.empty {
  background-image: url(/image/assets/btn_nopattern_line_active-3x-f6b859596f6c5768ac30ff17155346b3.png);

  background-color: #2c3741;
  border: 1px solid #d7dcde;
}

span.poi-color {
  float: unset !important;
  width: 28px !important;
  height: 16px !important;
  background: url(/image/assets/btn_ptcolor-a44b07f3b909958023f84c6b92db9ec7.png) no-repeat;
  background-position: center;
  border: none;
}

span.poi-color > span {
  /* 2019-10-02 추가 */
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 28px;
}

span.poi-color.disabled {
  cursor: not-allowed;
}

.properties-buttons {
  display: block;
  width: 100%;
  height: 48px;
}

.properties-buttons button {
  width: 100%;
  height: 48px;
  padding: 14px 0 15px;
  background: #586979;
  color: var(--color-white);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  outline: none;
  border: none;
}

.properties-buttons button:hover {
  cursor: pointer;
  background-color: #212d38;
}

/* 2019-09-19 추가 */
.properties-buttons button:nth-child(1) {
  border-right: 1px solid var(--color-editor-main-02);
}

.detail-sub .select2-container--default .select2-selection--single,
.select-custom-type2 .select2-container--default .select2-selection--single {
  border: none;
  background-color: var(--color-prop-bg-2);
}

/* 2019-10-01 */
.detail-sub .sub-title {
  font-size: 13px;
  color: var(--color-editor-sub-01);
  line-height: 28px;
  font-weight: 500;
}

.opacity-slider-wrapper {
  width: 220px;
  height: 28px;
  padding-top: 10px;
}

.opacity-wrapper {
  width: 65px;
  height: 28px;
}

.opacity-slider {
  -webkit-appearance: none;
  width: 220px;
  height: 5px;
  background: var(--color-prop-bg-2);
  outline: none;
}

.opacity-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f2f4f5;
  cursor: pointer;
}

.opacity-slider::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f2f4f5;
  cursor: pointer;
}

.appearance-group input[type="text"]:not(.file-upload-input) {
  float: right;
}

.properties-window .select2-container .select2-selection--single {
  height: 28px;
}

.properties-window .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}

.properties-window .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 8.96px;
}

/* 2019-10-01 class 추가 */
.code-poi--subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}

.code-properties--subtitle {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #f5f7f8;
}

/* 2019-10-04 picker class add */
.custom-picker-wrap {
  padding: 20px !important;
  width: 240px !important;
  border-radius: 3px !important;
  font-size: 15px;
  /* 2019-10-07 picker 버전 업데이트로 추가 */
  position: absolute !important;
  /* 2019-10-07 picker 버전 업데이트로 추가 */
}

.custom-picker-wrap--left {
  /* 2019-10-08 picker 버전 업데이트로 추가 */
  top: 33px !important;
  left: 53px !important;
}

.custom-picker-wrap--center {
  /* 2019-10-08 picker 버전 업데이트로 추가 */
  top: 33px !important;
  left: 55px !important;
}

.custom-picker-wrap--font-color {
  /* 2019-10-08 picker 버전 업데이트로 추가 */
  top: 32px !important;
  left: 0px !important;
}

.pcr-app .pcr-interaction .pcr-result {
  /* 2019-10-08 picker 버전 업데이트로 추가 */
  color: #ffffff;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all 0.2s;
  border-radius: 0.15em;
  border-color: #424f5c;
  background: #424f5c;
  cursor: text;
  font-size: 13px;
  width: 144px;
}

.pcr-app .pcr-interaction input:focus {
  /* 2019-10-08 picker 버전 업데이트로 추가 */
  box-shadow: none;
}

.custom-picker-layer {
  /* 2019-11-05 레이어 안쪽 사용 picker */
  padding: 20px !important;
  width: 240px !important;
  border-radius: 3px !important;
  font-size: 15px;
  /* 2019-10-07 picker 버전 업데이트로 추가 */
  background-color: #35414c;
}

#properties-poi-meta > textarea:not(:last-child) {
  margin-bottom: 10px;
}

.pattern-wrapper {
  display: none;
  position: absolute;
  width: 260px;
  height: 240px;
  background: #35414c;
  padding: 20px;
  /*border:1px solid #42505d;*/
  border-radius: 2px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 110;
  right: 0;
  top: 33px;
  overflow: scroll;
}

.pattern-box-wrapper {
  display: block;
  position: absolute;
  width: 250px;
  height: 290px;
  padding: 10px;
  background: #35414c;
  /*border:1px solid #42505d;*/
  border-radius: 2px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 110;
  right: 0;
  top: 33px;
}

.pattern-box-top {
  width: 100%;
  height: 30px;
  background-color: #35414c;
  border-radius: 3px 3px 0px 0px;
}

.pattern-box-top .pattern-title-box .title {
  color: var(--color-sub-03);
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.pattern-box-top .asset-pattern-toggle-btn {
  width: 34px;
  height: 18px;
  background: url(/image/assets/btn_off_s_1-3x-63d63f6e9d96af1ec21d7845d9b41bb4.png) no-repeat;
  background-color: transparent;
  background-size: 34px 18px;
}

.pattern-box-top .asset-pattern-toggle-btn.on {
  width: 34px;
  height: 18px;
  background: url(/image/assets/btn_on_s-3x-6af11ace9786276743c6cb5d49ba9d04.png) no-repeat;
  background-color: transparent;
  background-size: 34px 18px;
}

.pattern-list-box {
  width: 230px;
  height: 200px;
  background-color: #2c3741;
  border: 1px solid #424f5c;
  overflow-y: overlay;
  scrollbar-width: 4px;
  padding: 10px;
}

.pattern-list-box .asset-pattern-add-btn {
  width: 32px;
  height: 32px;
  background: url(/image/assets/btn_add_pattern-3x-980566c4a0945269d03c2437aa4e8603.png);
  background-size: 32px 32px;
}

.pattern-list-box .asset-pattern-add-btn:active {
  width: 32px;
  height: 32px;
  background: url(/image/assets/btn_add_pattern_over-3x-f881e10d581f1d75fca5258090a3c4c2.png);
  background-size: 32px 32px;
}

.asset-pattern-delete-btn {
  width: 18px !important;
  height: 18px !important;
  background: url(/image/assets/btn_poi_cancle_15-3x-52d2dc15f023e34f0d08903d43e5d657.png);
  background-size: 18px 18px;
  float: right;
  margin-top: -5px;
  margin-right: -5px;
}

.pattern-box-bottom {
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #35414c;
  border-radius: 0px 0px 3px 3px;
}

.pattern-box-bottom .scale,
.pattern-box-bottom .rotate {
  position: relative;
  display: inline-block;
}

.pattern {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #82919b;
  border-radius: 2px;
  background: #fff no-repeat;
  background-size: 32px 32px;
  vertical-align: top;
}

.pattern-active:hover,
.pattern-active.selected {
  cursor: pointer;
  border: 1.5px solid #f05329;
}

.pattern:nth-child(5n) {
  margin-right: 0;
}

.pattern.none-active {
  border: 1px #d7dcde solid;
}

.pattern.empty {
  background: #35414c url(/image/assets/Pattern_Box-3x-cc27e0db53ebeb9a9914ce6b9a243a9d.png);
  cursor: not-allowed;
  background-size: 25px 25px;
}

.pattern-none-active {
  background-image: url(/image/assets/btn_nopattern_line_active-3x-f6b859596f6c5768ac30ff17155346b3.png);
  background-color: #2c3741;
  border: 1px solid #d7dcde;
}

.pattern-custom-add {
  background-image: url(/image/assets/btn_nopattern_5-3x-980566c4a0945269d03c2437aa4e8603.png);
  background-color: transparent;
  border: 0px;
}

.pattern-custom-add:hover {
  background-image: url(/image/assets/btn_add_pattern_over-3x-f881e10d581f1d75fca5258090a3c4c2.png);
  background-color: transparent;
  border: 0px;
}

.pattern-custom-delete-btn {
  width: 18px;
  height: 18px;
  background-image: url(/image/assets/btn_poi_cancle-3x-17c32e95a7e03734cae9d1476bd3767c.png);
  background-size: 18px 18px;
  background-color: transparent;
  border: 0px;
}

.pattern-none {
  background-image: url(/image/assets/btn_nopattern_line-3x-ecb0ee95c4355e663496b174703e6e8d.png);
  background-color: transparent;
}

.poi-clear-position,
.poi-default-size {
  position: relative;
  top: 1px;
  font-size: 11px;
  vertical-align: middle;
}

/* 2019-10-01 수정 / 2019-11-18 추가 position:relative; top: 1px; */
.poi-clear-position.on,
.poi-default-size.on {
  text-decoration: underline;
  color: var(--color-editor-main-01);
  cursor: pointer;
}
#properties-poi-clear-position:hover .poi-clear-position,
#properties-poi-icon-original-size:hover .poi-default-size {
  color: #f05328;
}

/* 2019-11-18 .poi-default-size hover 추가 */
#properties-poi-clear-position:hover .asset-clear-pos-icon,
.poi-clear-position:hover .asset-clear-pos-icon {
  width: 16px;
  height: 16px;
  background: url(/image/assets/asset-clear-pois-icon-on-49a2f1201796606c1b565b54de0f1e16.png) no-repeat;
  background-position: center;
  border: none;
}

#properties-poi-icon-original-size:hover .asset-default-size,
.poi-default-size:hover .asset-default-size {
  width: 16px;
  height: 16px;
  background: url(/image/assets/btn_d_size_on-acd4bab5fa10baabd850a8082bb98869.png) no-repeat;
  background-position: center;
  border: none;
}

/* 2019-11-18 .poi-default-size hover 추가 */
.conn-remove-button {
  cursor: not-allowed;
  position: absolute;
  right: 8px;
  top: unset !important;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 28px;
  outline: none;
  background: url(/image/assets/text_cancel-1e51bd94d88ad39e7e2e0819da2d0e30.png) no-repeat;
  background-position: center;
  border: none;
}

/* 2019-10-01 class 추가 */
.properties-detail .detail-sub .title-select-box,
.select-custom-type2 .title-select-box {
  height: 28px;
}

.properties-detail .detail-sub .title-select-box span,
.select-custom-type2 .title-select-box span {
  padding: 5px 0;
}

.properties-detail .detail-sub .title-select-box button,
.meta-datas-box button,
.select-custom-type2 .title-select-box button {
  border: 1px solid var(--color-prop-slt-btn-light-gray);
  border-radius: 4px;
  font-size: 13px;
  font-weight: normal;
  background-color: var(--color-prop-bg-1);
  color: var(--color-prop-slt-btn-light-gray);
  padding: 4px 10px;
  cursor: pointer;
  line-height: 20px;
  height: 28px;
}

.properties-detail .detail-sub .title-select-box button:hover,
.select-custom-type2 .title-select-box button:hover {
  border: 1px solid #a8b8c3;
  border-radius: 4px;
  background-color: #212d38 !important;
  /* color: #ffffff; */
}

/* 2019-10-01 */
.select-custom-type2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  color: #f5f7f8;
  font-weight: normal;
}

/* properties - poi */
.poi-position-container {
  display: grid;
  height: 114px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.poi-position-container > div {
  width: 100%;
  height: 100%;
  font-size: 0px;
  background: var(--color-editor-main-02);
}

.poi-position-container .position {
  background: #424f5c;
  cursor: pointer;
}

.poi-position-container .center {
  background: #586979;
  cursor: pointer;
}

.html-input {
  width: 100%;
  padding-top: 20px;
}

.html-input textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 2px;
  background: var(--color-prop-bg-3);
  color: var(--color-white);
  font-size: 13px;
}

.poi-position-container .radio {
  margin: 0 auto;
}

.poi-position-container .radio label {
  width: inherit;
  height: inherit;
  padding-top: 13px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: var(--color-editor-sub-01);
  cursor: pointer;
}

.poi-position-container .radio label:hover {
  padding-top: 12px;
  border: 1px solid var(--color-editor-main-01);
}

.poi-position-container .radio input[type="radio"] {
  display: none;
}

.poi-position-container .radio input[type="radio"]:checked + label {
  background: var(--color-editor-main-01);
  color: var(--color-white);
  border-color: var(--color-editor-main-01);
}

.properties-window-wrapper input#toggle-poi-center {
  display: none;
}

.properties-window-wrapper input#toggle-poi-center ~ label.poi-toggle-button {
  width: inherit;
  height: inherit;
  padding-top: 10px;
  background: inherit;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
}

.properties-window-wrapper input#toggle-poi-center ~ label span {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_swipe-3x-d0bb9ad3b618b3ef92e1f7866ccebdd8.png) no-repeat;
  background-size: 20px 20px;
  vertical-align: text-bottom;
}

.properties-window-wrapper input#toggle-poi-center:checked ~ label.toggle-button {
}

.properties-window-wrapper input#toggle-poi-center:checked ~ label span {
  width: 20px;
  height: 20px;
  background: url(/image/assets/icon_swipe_on-3x-6c906fc9519cf0cb7ed5ef3a740faea9.png) no-repeat;
  background-size: 20px 20px;
}

.properties-window-wrapper input#toggle-poi-center:disabled ~ label.toggle-button {
  cursor: default;
}

.text-align-wrapper {
  display: inline-block;
  width: 33px;
}

.text-align-wrapper .assets {
  width: 34px;
  height: 28px;
}

.poi-thumbnail {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 5px;
  vertical-align: top;
  margin: 2px 0px;
}

/* 2019-10-01 class 추가 */
.code-poi--boxwrap::after {
  content: "";
  display: block;
  clear: both;
}

.code-poi--leftbox {
  width: 80px;
}

.poi-font-format,
.poi-title-block span,
.code-poi--leftbox span {
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #82919b;
}

/* 2020-01-06 class 추가 : imgtogeojson-palette */
.detail-sub[rel="imgtogeojson"] .object-type-group {
  padding-top: 15px;
  padding-bottom: 15px;
}

.detail-sub[rel="imgtogeojson"] .file-upload-wrapper {
  margin-bottom: 0;
}

.detail-sub[rel="imgtogeojson"] .file-upload-wrapper .file-upload-input {
  color: #f5f7f8;
  background-color: #424f5c;
}

.imgtogeojson-palette {
  display: flex;
}

.imgtogeojson-palette ul {
  position: relative;
  width: 100%;
}

.imgtogeojson-palette li {
  position: relative;
  width: 33.3%;
  margin-top: 15px;
}

.imgtogeojson-palette li:first-child,
.imgtogeojson-palette li:nth-child(2),
.imgtogeojson-palette li:nth-child(3) {
  margin-top: 0;
}

.imgtogeojson-palette li span {
  font-size: 13px;
  vertical-align: middle;
}

.imgtogeojson-palette li span:not(.box):not(.asset-btn-eyedropper) {
  display: inline-block;
  font-weight: 500;
  color: #82919b;
  margin-left: 6px;
}

.imgtogeojson-palette li span.on,
.imgtogeojson-palette .pick {
  cursor: pointer;
}

.imgtogeojson-palette .pick.on span:first-child,
.imgtogeojson-palette .pick:hover span:first-child {
  border-color: #f05329;
  background-image: url(/image/assets/btn_eyedropper_on-3x-c73067f65c174f0c20d427cba6255307.png);
}

.imgtogeojson-palette .pick.on span:last-child,
.imgtogeojson-palette .pick:hover span:last-child {
  color: #f05329;
}

.imgtogeojson-palette .color .box {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 1px solid #d7dcde;
  border-radius: 5px;
}

.imgtogeojson-palette .color .delete {
  /* content: ''; */
  display: none;
  position: absolute;
  top: -9px;
  left: 19px;
  height: 18px;
  width: 18px;
  border: 0;
  background-image: url(/image/assets/btn_poi_cancle-3x-17c32e95a7e03734cae9d1476bd3767c.png);
  background-size: 18px;
  background-color: transparent;
  cursor: pointer;
}

.imgtogeojson-palette.change .color .delete {
  display: block;
}

/* file upload */
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: inline-block;
  width: calc(100% - 35px);
  /* 2019-10-02 수정 */
}

.custom-file-upload label {
  display: block;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
  width: auto;
  overflow: hidden;
}

.file-upload-input {
  width: calc(100% - 32px);
  /* 2019-10-02 수정 */
  margin-right: 4px;
  /* 2019-10-02 수정 */
  /* min-width:220px; */
  /* 2019-10-01 수정 */
  height: 28px;
  color: #424f5c;
  /* 2019-10-02 수정 */
  font-size: 12px;
  padding: 8px 26px 8px 10px;
  border: 1px solid #424f5c;
  border-radius: 2px;
  border: 1px solid #424f5c;
  /* 2019-10-01 추가 */
  background-color: #2c3741;
  /* 2019-10-02 수정 */
  float: left;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  outline: none;
  background: url(/image/assets/btn_file_dg-93cee2f874c0e1063867be6018e806b3.png) no-repeat;
  background-position: center;
  border: none;
}

/* 2019-10-18 수정 right: 34px;->right: 38px; */
.file-remove-button {
  display: none;
  position: absolute;
  right: 38px;
  top: 7px;
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  outline: none;
  border: none;
  background: url(/image/assets/text_cancel-1e51bd94d88ad39e7e2e0819da2d0e30.png) no-repeat;
  background-position: center;
  border: none;
}

.disabled .file-upload-input,
.disabled .file-upload-button,
.disabled .file-remove-button {
  cursor: not-allowed;
}

/* checkbox*/
input[type="checkbox"] {
  display: none;
}

input.checkbox-editor[type="checkbox"] + label {
  color: var(--color-white);
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

input.checkbox-editor[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 7px 7px 0 0;
  background: url(/image/assets/radiobox_dark-3x-d34eb5cef5ac2b3ede9975f50657efa3.png) no-repeat;
  background-size: 15px 15px;
  border-radius: 3px;
}

input.checkbox-editor[type="checkbox"]:checked + label span {
  background: url(/image/assets/radiobox_dark_on-3x-454bc9b2aec500a1725c19caf0ebde39.png) no-repeat;
  background-size: 15px 15px;
}

input.check-layer-items[type="checkbox"] + label {
  color: var(--color-editor-sub-01);
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

input.check-layer-items[type="checkbox"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px 7px 0 0;
  background: none;
  background-size: 12px 12px;
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px;
}

input.check-layer-items[type="checkbox"].check + label span {
  /* input.check-layer-items[type="checkbox"]:checked+label span { */
  background: url(/image/assets/radiobox_layers_on-3x-9a1b9caae26aa8aa2961757bd37b6d17.png) no-repeat;
  background-size: 12px 12px;
  border: none;
}

input.check-layer-all[type="checkbox"] + label {
  color: var(--color-editor-sub-01);
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

input.check-layer-all[type="checkbox"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 7px 7px 0 0;
  background: none;
  background-size: 12px 12px;
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px;
}

input.check-layer-all[type="checkbox"]:checked + label span {
  background: url(/image/assets/radiobox_layers_on-3x-9a1b9caae26aa8aa2961757bd37b6d17.png) no-repeat;
  background-size: 12px 12px;
  border: none;
}

input.check-node-group[type="checkbox"] + label {
  color: var(--color-editor-sub-01);
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

input.check-node-group[type="checkbox"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px 10px 0 0;
  background: url(/image/assets/btn_group_close-3x-5dbb50bb591091931b6426f54a4626d2.png) no-repeat;
  background-size: 12px 12px;
}

input.check-node-group[type="checkbox"]:checked + label span {
  background: url(/image/assets/btn_group_open-3x-37cc679684ff55065adf5577b6c1aec3.png) no-repeat;
  background-size: 12px 12px;
}

input.check-display[type="checkbox"] + label {
  display: inline-block;
  width: 66px;
  height: 20px;
  padding: 5px 6px;
  font-size: 10px;
  color: var(--color-editor-sub-01);
  background: #e9edef;
  line-height: 1;
}

/* menu-bar */
.menu-bar .toolbar-item {
  position: relative;
  display: inline-block;
}
.layer-wrapper {
  display: inline-block;
  padding: 12px 19px 9px 20px;
  vertical-align: top;
  text-align: left;
}

.floor-wrapper {
  display: inline-block;
  width: 236px;
  /* padding: 12px 19px 9px 20px; */
  padding-left: 19px;
  border-left: 1px solid var(--color-editor-sub-03);
  vertical-align: top;
  text-align: left;
}

.floor-wrapper > div:nth-child(1) {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.sel-floor-list {
  width: 150px;
  height: 28px;
  text-align: left;
}

.wire-frame {
  vertical-align: top;
  display: inline-block;
  border-right: 1px solid var(--color-editor-sub-03);
  text-align: center;
  padding: 18px 0 17px;
  font-size: 13px;
  line-height: 9px;
  font-weight: 500;
  color: var(--color-editor-sub-01);
}

.dimensional-wrapper {
  display: inline-block;
  width: 124px;
  text-align: right;
  font-size: 0;
  vertical-align: top;
}

.dimensional-wrapper .dimensional {
  display: inline-block;
  width: 36px;
  height: 28px;
  padding: 8px 10px 7px;
  margin: 10px 0;
  border: 1px solid var(--color-editor-sub-01);
  border-radius: 3px;
  font-size: 13px;
  line-height: 9px;
  font-weight: 500;
  color: var(--color-editor-sub-01);
}

.dimensional-wrapper .selected {
  display: inline-block;
  border: 1px solid var(--color-editor-main-01);
  color: var(--color-editor-sub-04);
  cursor: auto;
  background-color: white;
}

.theme-wrapper {
  width: 160px;
  height: 48px;
  display: inline-block;
  margin-right: 1px;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  /*color: #3b3b3b;*/
  text-decoration: none;
  outline: none;
}

.dropdown a:hover {
  color: #3b3b3b;
}

.dropdown dt a:hover {
  color: #3b3b3b;
  /*border: 1px solid #d7dcde;*/
}

.dropdown dt .main {
  width: 21px;
  height: 22px;
  margin-top: 4px;
  visibility: hidden;
}

.dropdown dt .main.on {
  background: url("/image/assets/icon_main-3x-6293031183f85fa1a09b575e7ee1eeab.png") no-repeat;
  background-size: 21px 22px;
  width: 21px;
  height: 22px;
  margin-top: 4px;
  visibility: visible;
  margin-left: 5px;
}

.dropdown dt a .main + span {
  margin-left: -15px;
  width: 130px;
}

.dropdown dt a .main.on + span {
  margin-left: 0px;
  width: 95px;
}

.dropdown dt a {
  background: #fff;
  /* 2019-11-18 삭제 url('/image/assets/btn_listdown-3x-68d5cb457d1af62cdbacd9e101c3b2c4.png') no-repeat scroll right 16px center */
  background-size: 12px 7px;
  display: block;
  padding-right: 14px;
  /* 2019-11-18 수정 20px->14px*/
  border: 1px solid #d7dcde;
  width: 160px;
  height: 48px;
  border-top: none;
  /*font-size: 13px;*/
  /*font-weight: 500;*/
  /*color: #82919b;*/
}

.dropdown.hold dt a {
  border-top: none;
  border-bottom: none;
  background-color: #f5f7f8;
}

/* 2019-11-18 수정 dropdown 화살표 오픈시 회전 화살표 이미지 위치 변경 */
.dropdown dt a:not(.theme-rslam)::after {
  content: "";
  position: absolute;
  /* 2019-11-25 수정 */
  right: 14px;
  /* 2019-11-25 수정 */
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-top: 10px;
  background-image: url("/image/assets/btn_listdown-3x-68d5cb457d1af62cdbacd9e101c3b2c4.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px 7px;
  transform: rotate(180deg);
}

.dropdown.hold dt a:not(.theme-rslam)::after {
  transform: rotate(0deg);
  margin-top: 12px;
}

/* RSLAM THEME는 화살표가 필요가 없음 */
.dropdown dt a.theme-rslam::after {
  content: none;
}

.dropdown dt a span {
  cursor: pointer;
  display: inline-block;
  line-height: 29px;
  padding-left: 6px;
  font-weight: 500;
  color: #82919b;
  text-align: left;
  padding-right: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  width: 95px;
  font-size: 13px;
}

.dropdown dd ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d7dcde;
  color: #515151;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: -1px;
  width: 160px;
  min-width: 102px;
  list-style: none;
  text-align: left;
  border-top: none;
  z-index: 101;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a span {
  width: 100px;
  cursor: pointer;
  display: inline-block;
  line-height: 29px;
  padding-left: 5px;
  color: #82919b;
  text-align: left;
  /*padding-right: 14px;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  font-size: 13px;
}

.dropdown dd ul li:hover,
.dropdown2 li.selected:hover {
  background-color: #f05329;
  color: var(--color-white);
}

.dropdown dd ul li:hover a span {
  color: var(--color-white);
}

.dropdown dd ul li:hover .main.on {
  background: url("/image/assets/icon_main_on-3x-9340e60de348ef56880a6e80a31b12d9.png") no-repeat;
  background-size: 21px 22px;
}

.dropdown2 li {
  padding: 5px 23px 5px 14px;
  height: 40px;
}

.dropdown2 li.selected {
  padding: 5px 23px 5px 14px;
  height: 40px;
  background-color: #f5f7f8;
}

.dropdown2 li .main {
  width: 21px;
  height: 22px;
  margin-top: 4px;
  display: inline-block;
  visibility: hidden;
}

.dropdown2 li .main.on {
  background: url("/image/assets/icon_main-3x-6293031183f85fa1a09b575e7ee1eeab.png") no-repeat;
  background-size: 21px 22px;
  width: 21px;
  height: 22px;
  margin-top: 4px;
  display: inline-block;
  visibility: visible;
}

/* floor management popup*/
.popup-floor-management {
  position: relative;
  padding: 0 50px;
  text-align: left;
}

.div-floor-group {
  display: inline-block;
  margin-top: 25px;
  vertical-align: top;
}

.floor-list-wrapper {
  width: 242px;
  margin-right: 35px;
}

.floor-info-wrapper {
  width: 470px;
}

.div-sub-title {
  margin-bottom: 13px;
  height: 27px;
}

.div-floor-group .popup-sub-title {
  height: 22px;
  font-size: 15px !important;
  line-height: 22px;
}

.sub-title {
  color: var(--color-editor-sub-01);
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

.floor-list {
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px;
  width: 242px;
  max-height: 320px;
  overflow-y: auto;
}

.floor-list ul li {
  display: block;
  padding: 7px 15px 7px 12px;
  width: 100%;
  height: 36px;
  font-size: 15px;
  text-align: right;
}

.floor-list ul li.over {
  background: rgba(255, 0, 0, 0.1);
}

.floor-list ul li label {
  float: left;
}

.floor-list ul li .change-order {
  display: inline-block;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_stair_order-3x-d854e5dadd2d4a65233d7ccc427b8150.png) no-repeat;
  background-size: 20px 20px;
  cursor: -webkit-grab;
}

.floor-list ul li .delete-floor {
  display: inline-block;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_stair_cancle-3x-b4dc0c41f588f6ab8c3076f16cf41e1f.png) no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

.floor-list ul li:hover {
  background-color: var(--color-editor-sub-02);
}

.floor-list ul li.selected {
  background-color: var(--color-editor-main-02);
}

.floor-list ul li.selected label {
  color: var(--color-white);
}

.floor-list .list {
  display: block;
  padding: 7px 15px 7px 12px;
  width: 100%;
  height: 36px;
  font-size: 15px;
  text-align: right;
}

.floor-list .list label {
  float: left;
  margin-top: 3px;
}

.floor-list .list .change-order {
  display: none;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_stair_order-3x-d854e5dadd2d4a65233d7ccc427b8150.png) no-repeat;
  background-size: 20px 20px;
  cursor: -webkit-grab;
}

.floor-list .list .delete-floor {
  display: none;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_stair_cancle-3x-b4dc0c41f588f6ab8c3076f16cf41e1f.png) no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

.floor-list .list:hover {
  background-color: var(--color-editor-sub-02);
}

.floor-list .list:hover .change-order,
.floor-list .list:hover .delete-floor {
  display: inline-block;
}

.floor-list .list.selected {
  background-color: var(--color-editor-main-02);
}

.floor-list .list.selected .change-order,
.floor-list .list.selected .delete-floor {
  display: inline-block;
}

.floor-list .list.selected label {
  color: var(--color-white);
}

.btn-add-floor {
  width: 65px;
  height: 27px;
  padding: 3px 5px;
  color: var(--color-editor-main-01);
  font-weight: normal;
  font-size: 13px !important;
  line-height: 19px;
  text-align: left;
  letter-spacing: -0.5px;
  border-radius: 3px;
}

.btn-add-floor:hover {
  padding: 2px 4px;
}

.floor-normal {
  width: 470px;
  height: 36px;
}

.floor-short {
  width: 217px;
  height: 36px;
}

.floor-150 {
  width: 150px;
  height: 36px;
}

.popup-floor-management .select2-container .select2-selection--single {
  height: 36px;
}

.popup-floor-management .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.popup-floor-management .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 14.96px;
}

.upload-floor-management .asset-clip {
  margin: 4px 11px 0 0;
}

.upload-floor-management.upload-file label {
  margin: 0;
  padding: 0;
  line-height: 22px;
}

.upload-floor-management .upload-name {
  margin: 0 0 0 5px;
}

.upload-floor-management.upload-file .remove-file {
  margin: 0;
}

.div-floor-btn {
  margin-top: 50px;
  text-align: center;
}

.floor-popup-title {
  margin: 0;
  padding: 25px 0 0 64px;
  height: 60px;
  background: url(/image/assets/btn_stair-3x-8fdbc3297a05ea26c10b0afed1e8c392.png) no-repeat;
  background-size: 30px 30px;
  background-position-x: 18px;
  background-position-y: 18px;
}

/* layer, poi - override jquery dialog ui */
.ui-widget {
  font-size: 0;
}

.ui-widget .ui-widget {
  font-size: 0;
}

.ui-dialog {
  padding: 0;
}

.ui-widget.ui-widget-content {
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px !important;
  /**/
  height: 100%;
  overflow: hidden;
}

/* 2019-12-18 레이아웃 변경 */
.ui-dialog .ui-dialog-title {
  margin: 0;
  min-width: 200px;
  height: 60px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--color-editor-sub-01);
}

/* 2020.06.30 update by yhj*/
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  background: var(--color-white);
}

.ui-widget-header {
  border: 0;
  width: 100%;
  height: 60px;
  padding: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 19px;
  top: 22px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
  background: url(/image/assets/btn_close-3x-8f93e58d86644a5da4726dcd82b8b4cb.png) no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}

.ui-dialog .dialog-title {
  color: var(--color-editor-sub-01);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: top;
}

.check-all {
  color: var(--color-editor-sub-01);
  font-size: 13px;
  line-height: 23px;
}

.layer-popup-title {
  margin: 0;
  padding: 23px 0 0 70px;
  height: 60px;
  background: url(/image/assets/btn_layers-3x-f09bfc2af3a833f57c1b793e544ecacb.png) no-repeat;
  background-size: 24px 25px;
  background-position-x: 27.6px;
  background-position-y: 18px;
}

.layer-list-wrapper {
  height: calc(100% - 50px - 48px);
  overflow-y: auto;
}

.layer-popup-bottom {
  overflow: hidden;
  /*position:fixed;*/
  /*width:335px;*/
  height: 50px;
  border-top: 1px solid var(--color-editor-sub-01);
  padding: 10px 20px 15px;
  background-color: var(--color-white);
  max-width: 378px;
}

.main-dialog-title {
  margin: 0;
  padding: 20px 0 0 20px;
  color: var(--color-sub-04);
  font-size: 18px;
  line-height: 27px;
}

.editor-dialog .input-search {
  width: 100%;
  height: 36px;
  padding-left: 30px;
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px;
  background: url(/image/assets/btn_search-3x-151c5283e790272449fa70471a0c2fda.png) no-repeat;
  background-size: 12px 12px;
  background-position-x: 11px;
  background-position-y: 11px;
  font-size: 14px;
}

/* input-search type2 */
.editor-dialog .input-search-type2 {
  width: 364px;
  height: 36px;
  padding-left: 30px;
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px;
  background: url(/image/assets/btn_search-3x-151c5283e790272449fa70471a0c2fda.png) no-repeat;
  background-size: 12px 12px;
  background-position-x: 11px;
  background-position-y: 11px;
  font-size: 14px;
}

.editor-dialog .block select {
  font-size: 13px;
  height: 36px;
  line-height: 28px;
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px;
}

.editor-dialog.flex-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.editor-dialog.flex-box .flex-content {
  flex: 1;
  overflow: overlay;
  background-color: #fff;
  border-top: 1px solid #82919d;
}

.editor-dialog.flex-box .poi-tab {
  margin-left: 20px;
}

.editor-dialog.flex-box .poi-tab .poi-tab-list {
  font-size: 12px !important;
  display: flex;
  gap: 1px;
}

.editor-dialog.flex-box .poi-tab .poi-tab-list li {
  width: 100px;
  height: 32px;
  /* border: 1px solid #82919b; */
  background-color: #f2f4f5;
  border: none;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px 3px 0px 0px;
}

.editor-dialog.flex-box .poi-tab .poi-tab-list li.active {
  width: 100px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #82919b;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px 3px 0px 0px;
  position: relative;
}

.editor-dialog.flex-box .poi-tab .poi-tab-list li.active::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  z-index: 1;
}

.editor-dialog.flex-box .flex-content .poi-content {
  display: none;
  font-size: 16px;
}

.editor-dialog.flex-box .flex-content .poi-content.target {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  row-gap: 15px;
}

.editor-dialog.flex-box .poi-no-search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.poi-edit-container {
  height: 63px;
  border-top: 1px solid #82919d;
}

.btn-poi-manage {
  min-width: 70px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
}

.btn-poi-manage.manage-edit {
  border: 1px solid var(--color-btn-sub);
  cursor: pointer;
  display: none;
}

.btn-poi-manage.manage-edit:hover {
  border: 2px solid var(--color-btn-sub-hover);
}

.btn-poi-manage.manage-fileDownload {
  border: 1px solid var(--color-btn-sub);
  cursor: pointer;
  background-color: rgb(255, 255, 255, 1);
  font-weight: 400;
  color: rgba(240, 83, 41, 1);
  margin-bottom: 6px;
}

.btn-poi-manage.manage-fileDownload:hover {
  border: 0;
  background-color: var(--color-btn-sub-hover);
  color: rgba(255, 255, 255, 1);
}

.btn-poi-manage.manage-fileUpload {
  border: 1px solid var(--color-btn-main);
  cursor: pointer;
  font-weight: 400;
  color: var(--color-btn-main-text);
  background-color: var(--color-btn-main);
}

.btn-poi-manage.manage-fileUpload:hover {
  border: 0;
  background-color: var(--color-btn-main-hover);
  color: rgba(255, 255, 255, 1);
}

.btn-poi-manage.manage-cancel {
  border: 1px solid var(--color-btn-sub);
  cursor: pointer;
}

.btn-poi-manage.manage-cancel:hover {
  border: 2px solid var(--color-btn-sub-hover);
}

.btn-poi-manage.manage-save {
  border: 1px solid var(--color-main-02);
  background: var(--color-main-02);
  cursor: pointer;
}

.btn-poi-manage.manage-save:hover {
  border: 2px solid var(--color-btn-main-hover);
  background: var(--color-btn-main-hover);
}

.btn-poi-manage.manage-save .btn-txt-white {
  color: #ffffff;
}

.btn-poi-meta-add {
  border: 1px solid #586979;
  border-radius: 2px;
  background: var(--color-editor-main-02);
  height: 36px;
  width: 100%;
  cursor: pointer;
}

.btn-poi-meta-add:hover {
  border: none;
  background-color: #f05329;
}

/* 2019-09-19 수정 border:2px solid var(--color-btn-sub-hover); */
.btn-poi-meta-add .btn-txt-white {
  color: #ffffff;
}

.togglePoiDisplay span {
  font-size: inherit;
  line-height: inherit;
  color: var(--color-editor-main-01);
  cursor: pointer;
}

.low-classify {
  height: 14px;
  margin: 0 20px 10px;
  color: var(--color-editor-sub-04);
  font-size: 14px;
  line-height: 16px;
}

.detail-classify-wrapper {
  /*min-height:132px;*/
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 15px;
  width: 100%;
  padding: 16px 20px 10px 10px;
  font-size: 0;
}

.detail-classify {
  position: relative;
  width: 77px;
  height: 92px;
  /* margin: 0 0 10px 10px; */
  border-radius: 3px;
  background-color: var(--color-white);
  vertical-align: top;
  cursor: pointer;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

/*.detail-classify-wrapper .detail-classify:nth-child(4n+0){margin-right:0 !important;}*/
.detail-classify.selected {
  border: 1px solid var(--color-editor-main-01);
}

.detail-classify.filter .title {
  color: var(--color-editor-main-01);
}

.detail-classify .delete {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -6px;
  margin-right: -6px;
}

.detail-classify .icon {
  width: 77px;
  text-align: center;
  padding-top: 11px;
}

.detail-classify .icon img {
  max-width: 42px;
  max-height: 42px;
}

.detail-classify .title {
  color: inherit;
  width: 77px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
  padding: 5px;
}

.detail-classify .title label {
  color: inherit;
  padding: 0 5px;
  width: 77px;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.detail-classify .title input {
  margin-top: -4px;
  width: 67px;
  height: 24px;
  font-size: 12px;
  vertical-align: top;
  padding: 6px 5px;
  border-radius: 3px;
  border: 1px solid #d7dcde;
}

/* 2019-09-10 */
/* 2022-05-03 */
.poi-content .add-button {
  border: 1px solid #b3bbc1;
  font-size: 30px;
  background: #f2f4f5 url(/image/assets/btn_poi_add-3x-2ff49a447c6b72b35da0edb0b85be736.png) no-repeat 50% 50%;
  background-size: 20px 20px;
  cursor: pointer;
}

.no-result {
  position: absolute;
  height: 60px;
  width: calc(100% - 40px);
  margin: -9px 20px;
  padding: 12px 20px;
  background-color: #f5f7f8;
  border: 1px solid #d7dcde;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 2px 3px 0px #000;
  color: var(--color-editor-sub-01);
  font-size: 13px;
  line-height: 20px;
  z-index: 10;
}

.no-search-layer {
  margin: -20px 20px;
}

.tab-panel {
  min-height: 300px;
}

.dialog-shadow {
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
}

#select2-allVisableBtn-results {
  font-size: 10px;
}

.layer-dialog {
  z-index: 190 !important;
}

.toolbar-object {
  z-index: 190 !important;
}

/* tabs - override jquery tabs ui */
.ui-tabs {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
  /*height:100%;*/
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--color-editor-sub-01);
}

/* 2019-12-18 레이아웃 변경 */
#layer-popup .ui-tabs .ui-tabs-nav {
  height: 33px;
}

/* 2019-12-18 레이아웃 변경 */
.ui-tabs .ui-tabs-nav li {
  margin: 0 1px 0 0;
  width: 84px;
  height: 32px;
  color: var(--color-editor-sub-01);
  background-color: var(--color-editor-sub-03);
  border: none;
}

.ui-tabs .ui-tabs-nav li.rslam {
  width: 67px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border: 1px solid var(--color-editor-sub-01);
  border-bottom-width: 0;
  background-color: var(--color-white);
  box-shadow: 0px 1px #fff;
}

.ui-tabs .ui-tabs-panel {
  padding: 8px 0 0px;
  height: auto;
  overflow-y: auto;
}

/* 2019-12-18 레이아웃 변경 */
#layer-popup .ui-tabs .ui-tabs-panel {
  height: calc(100% - 32px);
}

/* 2019-12-18 레이아웃 변경 */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 9px 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-align: center;
  color: var(--color-editor-sub-01);
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: var(--color-editor-sub-04);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--color-editor-sub-01);
  border-bottom: 0;
  background: var(--color-white);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  color: var(--color-editor-main-02);
}

.ui-tabs .center-aligner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* toast message */
.toast-message {
  position: absolute;
  z-index: 100000;
  border-radius: 5px;
  background-color: var(--color-editor-sub-02);
  width: 278px;
  height: 44px;
  margin-top: 11px;
  margin-left: 13px;
  padding: 11px 20px;
}

.toast-message .message {
  margin-left: 7px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: var(--color-editor-main-01);
  vertical-align: top;
}

/* toolbar - object */
.img-box {
  position: absolute;
  top: 116px;
  left: 193px;
  /*height: 161px;*/
  width: 350px;
  background-color: var(--color-editor-main-02);
  border-radius: 3px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
  z-index: 150;
}

.img-box .main-title {
  font-size: 14px;
  color: var(--color-white);
  padding: 20px 0 10px;
}

.img-box .file-upload-input {
  width: auto;
  min-width: 249px;
  height: 28px;
  color: #586979 !important;
  font-size: 12px;
  padding: 8px 26px 8px 10px;
  border: none;
  border-radius: 2px;
  background-color: #424f5c;
  float: left;
}

.img-box .file-upload-input::placeholder {
  color: #586979 !important;
}

/*.img-box .tooltip-wrapper{*/
/*height: 44px;*/
/*width: 398px;*/
/*background-color: var(--color-main-background);*/
/*border-radius: 5px;*/
/*box-shadow: 0px 2px 3px 0px #000000;*/
/*color : var(--color-main-01);*/
/*}*/
/*.img-box .tooltip-wrapper span{*/
/*height: 44px;*/
/*width: 398px;*/
/*background-color: var(--color-main-background);*/
/*border-radius: 5px;*/
/*box-shadow: 0px 2px 3px 0px #000000;*/
/*color: var(--color-sub-01);*/
/*}*/
.drawingImg-slider-box {
  padding: 0 20px 0 20px;
}

.drawingImg-slider-box label {
  height: 19px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-editor-sub-01);
  line-height: 16px;
}

.drawingImg-slider-box input[type="number"],
.drawingImg-slider-box input[type="text"] {
  height: 28px;
  width: 65px;
  background-color: var(--color-prop-bg-2);
  border-radius: 3px;
  border: none;
  color: var(--color-btn-sub-bg);
}

.drawing-img-wrapper {
  position: relative;
  margin-bottom: 5px;
  width: auto;
}

.drawing-img-wrapper .file-upload-button {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.drawing-img-wrapper .file-upload-button .tooltip-wrapper {
  visibility: hidden;
  text-align: center;
  padding: 12px 0;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 50%;
  margin-left: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  height: 44px;
  width: 435px;
  background-color: var(--color-main-background);
  border-radius: 5px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  color: var(--color-main-01);
  font-size: 14px;
}

.tooltip-wrapper .tooltip-text {
  color: var(--color-sub-01);
  font-size: 14px;
}

.drawing-img-wrapper .file-upload-button:hover .tooltip-wrapper {
  visibility: visible;
  opacity: 1;
}

.section-object-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 64px;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-white);
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
  width: 168px;
}

.object-object-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 64px;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-white);
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
  width: 216px;
}

.zone-object-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 64px;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-white);
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
  width: 216px;
}

.poi-object-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 64px;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-white);
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 300;
  width: 120px;
}

#section-object-box {
  display: none;
  position: absolute;
  top: 180px;
  left: 64px;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-white);
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 300;
}

/* 2019-12-05 padding-right:12px;*/
#object-object-box {
  display: none;
  position: absolute;
  top: 244px;
  left: 64px;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-white);
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
}

/* 2019-12-05 padding-right:12px;*/
#zone-object-box {
  display: none;
  position: absolute;
  top: 436px;
  left: 64px;
  height: 64px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-white);
  border-radius: 0 3px 3px 0;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
}

/* 2019-12-09 수정 padding-right:12px; */
.type {
  display: inline-block;
  width: 48px;
  height: 64px;
  background: var(--color-white);
  cursor: pointer;
}

.rectangle {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_rect-3x-f1b4fbcce44f2e64fc7eaa3d1c2aee67.png) no-repeat;
  background-size: 48px 64px;
}

.rectangle.on {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_rect_on-3x-8761ca27dfb3cdec1ee2079747e45234.png) no-repeat;
  background-size: 48px 64px;
}

.circle {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_circle-3x-9a86e871cff56df7745da5a4b9cec904.png) no-repeat;
  background-size: 48px 64px;
}

.circle.on {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_circle_on-3x-2b45a0b0b6eeb36500fc69281f72dc7b.png) no-repeat;
  background-size: 48px 64px;
}

.triangle {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_triangle-3x-5a32eb841d5472083a66dabe2785aba1.png) no-repeat;
  background-size: 48px 64px;
}

.triangle.on {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_triangle_on-3x-fc7f00e1151dcf379bc5fc622c7ea2a4.png) no-repeat;
  background-size: 48px 64px;
}

.line {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_line-3x-3528140603d790691c241f1c32d09a4b.png) no-repeat;
  background-size: 48px 64px;
}

.line.on {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_line_on-3x-9960e28a5e5f637b9ac520c26833ebf9.png) no-repeat;
  background-size: 48px 64px;
}

.custom {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_polygon-3x-26e5af2adf1be55285ad114338d2d8ff.png) no-repeat;
  background-size: 48px 64px;
}

.custom.on {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_polygon_on-3x-f71e908c4cf4241930523a3aa40ba120.png) no-repeat;
  background-size: 48px 64px;
}

/* poi preset */
.poi_preset {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_polygon-3x-26e5af2adf1be55285ad114338d2d8ff.png) no-repeat;
  background-size: 48px 64px;
}

.poi_preset.on {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_polygon_on-3x-f71e908c4cf4241930523a3aa40ba120.png) no-repeat;
  background-size: 48px 64px;
}

/* poi temp */
.poi_temp {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_polygon-3x-26e5af2adf1be55285ad114338d2d8ff.png) no-repeat;
  background-size: 48px 64px;
}

.poi_temp.on {
  width: 48px;
  height: 64px;
  background: url(/image/assets/btn_polygon_on-3x-f71e908c4cf4241930523a3aa40ba120.png) no-repeat;
  background-size: 48px 64px;
}

.object-box-dialog .selected {
  border: 1px solid var(--color-editor-main-01);
}

.object-box-dialog {
  padding: 0 12px;
}

/* 2019-12-09 추가 */
.toolbar-object .ui-widget-header {
  height: 28px;
  background: var(--color-editor-sub-03);
}

.toolbar-object .ui-dialog-titlebar {
  height: 28px;
  border-radius: unset;
}

.toolbar-object .ui-dialog-title {
  margin: 0;
  width: 100%;
  height: 28px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--color-editor-sub-01);
}

.toolbar-object .ui-dialog-titlebar {
  padding: 0;
  color: var(--color-editor-sub-01);
}

.toolbar-object .ui-dialog-titlebar-close {
  right: 10px;
  top: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  background: url(/image/assets/btn_close-3x-8f93e58d86644a5da4726dcd82b8b4cb.png) no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
}

/* vue - radio */
.radio-btn-group {
  display: flex;
}

.radio-btn-group .radio {
  margin: 0 auto;
}

.radio-btn-group .radio:nth-child(1) {
  margin-left: 0;
}

.radio-btn-group .radio:nth-child(4) {
  margin-right: 0;
}

.radio-btn-group .radio label {
  width: 68px;
  height: 26px;
  background: var(--color-prop-bg-1);
  border: 1px solid var(--color-editor-sub-01);
  padding: 6px 0;
  border-radius: 13px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: var(--color-editor-sub-01);
}

.radio-btn-group .radio label:hover {
  border: 1px solid var(--color-editor-main-01);
}

.radio-btn-group .radio input[type="radio"] {
  display: none;
}

.radio-btn-group .radio input[type="radio"]:checked + label {
  background: var(--color-editor-main-01);
  color: var(--color-white);
  border-color: var(--color-editor-main-01);
}

/* context menu */
.context-menu {
  display: none;
  position: absolute;
  width: 150px;
  height: auto;
  border: 1px solid var(--color-editor-sub-03);
  border-radius: 3px;
  background-color: var(--color-white);
  z-index: 1000;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
}

.context-menu ul {
  list-style: none;
  padding: 0;
}

.context-menu ul li {
  padding: 6px 0 5px 12px;
  width: 100%;
  height: 28px;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  border-bottom: 1px solid #d7dcde;
  cursor: pointer;
}

.context-menu ul li.off {
  color: #d7dcde;
}

.context-menu ul li:last-child {
  border-bottom: 0;
}

.context-menu ul li:hover {
  background: var(--color-editor-main-02);
  color: var(--color-white);
}

/* layer */
.layer-list {
  display: block;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 20px;
  border-bottom: 1px solid var(--color-editor-sub-03);
}

.layer-list.sub {
  padding-left: 60px;
}

.layer-list > * {
  vertical-align: top;
}

.layer-list .name {
  width: 137px;
  height: 20px;
  font-size: 13px;
  color: var(--color-editor-main-02);
}

#group-by-id-popup .list .selected .text,
.layer-list.selected .name {
  color: var(--color-editor-main-01);
}

.layer-list input[type="text"] {
  margin-right: 10px;
  width: 137px;
  height: 20px;
  font-size: 13px;
  color: var(--color-editor-sub-04) !important;
}

.layer-list select {
  width: 66px;
  height: 20px;
  font-size: 10px;
}

.no-layer {
  padding: 30px;
  font-size: 13px;
  text-align: center;
  color: var(--color-editor-sub-01);
  line-height: 26px;
}

/* flex - vertical align center*/
.center-aligner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* toolbar - draw code */
.draw-code {
  padding: 20px 50px 0 50px !important;
}

.draw-code-select-box {
  display: block;
  width: 100%;
  height: 36px;
  /*line-height:36px;*/
  padding-top: 8px;
  background-color: rgba(245, 247, 248, 1);
  border-radius: 3px;
  vertical-align: middle;
}

/* 2019-10-18 수정 line-height 삭제 */
.draw-code-select-box span {
  margin-left: 20px;
}

.draw-code-select-box label {
  cursor: pointer;
}

.draw-code-textarea {
  display: block;
  width: 100%;
  height: 476px;
  border: 1px solid rgba(215, 220, 222, 1);
  border-radius: 2px;
  margin-top: 7px;
  padding: 12px 0 0 20px;
}

.draw-code-textarea::placeholder {
  font-size: 15px;
  color: rgba(130, 145, 155, 1);
  text-align: left;
  line-height: 20px;
}

.tab-panel .select2-container .select2-selection--single {
  height: 20px;
}

.tab-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 10px;
  line-height: 17px;
  padding-left: 6px;
  padding-right: 15px;
}

.tab-panel .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 5.5px;
  height: 5px;
  width: 8px;
  background-size: 8px 5px;
  right: 5px;
}

.properties-link-node-item .input-text:disabled {
  cursor: auto;
}

.properties-link-node .select2-container .select2-search--inline .select2-search__field {
  padding-left: 8px;
}

.zoom-slider {
  box-sizing: border-box;
  border: 0px solid transparent;
  padding: 0px;
  margin: 0px;
  height: 5px;
  width: 169px;
  cursor: pointer;
  background-color: #424f5c;
  background-size: 169px 13px;
  font-size: 16px;
  vertical-align: top;
  margin-top: 22.5px;
  transition: background 450ms ease-in;

  background: repeating-linear-gradient(to right, #f05329 0%, #f05329 36.6667%, #82919b 36.6667%, #82919b 100%);
}

.title-bar input[type="range"],
.title-bar input[type="range"]::-webkit-slider-runnable-track,
.title-bar input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.title-bar input[type="range"]::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 200px;
  height: 5px;

  /*background: #f05329;*/
}

.title-bar input[type="range"]::-moz-range-track {
  box-sizing: border-box;
  width: 200px;
  height: 5px;

  padding: 0px;
  background: #777;
}

.title-bar input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 20px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid;
  background: #eee;
}

.title-bar input[type="range"]::-ms-track {
  box-sizing: border-box;
  width: 210px;
  height: 5px;
  border-radius: 2px;
  padding: 0px;
  background: #777;
  color: #777;
}

.title-bar input[type="range"]::-webkit-slider-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: none;
  margin-top: -4px;
  background: #f5f7f8;
}

.title-bar input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  padding: 0px;
  height: 20px;
  width: 10px;
  border-radius: 2px;
  border: 1px solid;
  background: #eee;
}

.title-bar input[type="range"]::-ms-fill-lower {
  background: transparent;
}

.title-bar input[type="range"]:focus {
  outline: none;
}

.title-bar .zoom-value-box {
  width: 64px;
  height: 48px;
  display: inline-block;
  background-color: #35414c;
}

.title-bar .zoom-level-box {
  width: 24px;
  height: 48px;
  display: inline-block;
  background-color: #35414c;
  align-items: center;
  line-height: 48px;
  text-align: center;
  border: 1px solid #424f5c;
}

/*2020.06.24 zoom 정책 변경으로 css 추가*/
.zoom-property-box {
  position: absolute;
  z-index: 300;
  width: 66px;
  height: 156px;
  padding: 8px 0px 8px 0px;
  bottom: 50px;
  right: 5px;
  float: right;
  background: #35414c;
  border-radius: 3px;
  box-shadow: 0px 5px 12px 0px #000000;
  display: none;
}

.zoom-property-box.on {
  position: fixed;
  z-index: 300;
  width: 66px;
  height: 156px;
  padding: 8px 0px 8px 0px;
  bottom: 50px;
  right: 5px;
  float: right;
  background: #35414c;
  border-radius: 3px;
  box-shadow: 0px 5px 12px 0px #000000;
  display: block;
}

.zoom-property-item {
  width: 66px;
  height: 28px;
  text-align: center;
  align-items: center;
  background: #35414c;
}

.zoom-property-item:hover {
  width: 66px;
  height: 28px;
  text-align: center;
  align-items: center;
  background: #2c3741;
  cursor: pointer;
}

.zoom-property-item:active {
  width: 66px;
  height: 28px;
  text-align: center;
  align-items: center;
  background: #f05329;
}

.zoom-property-item-label {
  height: 18px;
  width: 33px;
  text-align: center;
  font-size: 13px;
  color: #82919b;
  line-height: 29px;
}

.zoom-property-item-label:active {
  height: 18px;
  width: 33px;
  text-align: center;
  font-size: 13px;
  color: #f5f7f8;
  line-height: 29px;
}

/*******************************/

.title-bar .zoom-value-box.label label {
  display: inline-block;
}

.title-bar .zoom-value-box.input input {
  display: inline-block;
}

.title-bar input.zoom-value {
  width: 64px;
  height: 48px;
  border: 1px solid #182d40;
  border-radius: 0px;
  float: left;
  display: none;
  padding: 14px 0 14px 0;
  /* 2019-10-04 수정 */
  text-align: center;
  /* 2019-10-04 추가 */
}

.title-bar label.zoom-value {
  width: 65px;
  height: 48px;
  float: left;
  display: none;
  background: #35414c;
  font-size: 14px;
  font-weight: 500;
  color: #f05329;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  padding: 16px 0 14px 0;
  /* 2019-10-04 수정 */
  cursor: text;
}

/* 2019-10-11 줌 인아웃 bg */
.zoom-box .zoom-slider {
  position: relative;
  z-index: 100;
}

.zoom-box .bg-slider-line-wrap {
  position: absolute;
  top: 17px;
  left: 48px;
  width: 189px;
  height: 17px;
  z-index: 0;
  /* background: -webkit-repeating-linear-gradient(0deg, #777, #777 1px, transparent 1px, transparent 16px) no-repeat 50% 50%; */
}

.zoom-box .bg-slider-line {
  display: inline-block;
  width: 1px;
  height: 17px;
  background-image: url(/image/assets/line-31f5c35a4467cc56316495d279e9f135.png);
}

.zero-point-grid-container {
  display: inline-grid;
  grid-template-columns: auto auto auto;
}

.zero-point-grid-container .zero-point-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.editor-dialog-placeholder::placeholder {
  color: #82919b;
}

/* editor tooltip */

.da-tooltip,
.da-tooltip-select {
  position: relative;
  display: inline-block;
}

.da-tooltip--content {
  display: none;
  height: 24px;
  padding: 3px 14px;
  position: absolute;
  z-index: 999;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(130, 145, 155, 1);
  background-color: rgba(245, 247, 248, 1);
}
.prop-btns-container .da-tooltip--btn:hover .da-tooltip--content,
.da-tooltip--btn:hover + .da-tooltip--content,
.da-tooltip--content.hover {
  display: block;
}

.da-tooltip--btn:hover + .da-tooltip--content.bottom,
.da-tooltip--content.hover.bottom {
  top: 56px;
  left: 50%;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.da-tooltip--btn:hover + .da-tooltip--content.left,
.da-tooltip--content.hover.left {
  right: 0px;
  top: 56px;
  bottom: -12px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.da-tooltip--btn:hover + .da-tooltip--content.right,
.da-tooltip--content.hover.right {
  left: 50px;
  bottom: -12px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.da-tooltip--btn:hover + .da-tooltip--content.top,
.da-tooltip--content.hover.top {
  top: -16px;
  bottom: initial;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

/* 2020-01-07 platform-event-btn 클래스 추가 */
.platform-event-btn.disabled {
  position: relative;
  opacity: 0.3;
}

#wireFrameBtn.platform-event-btn.disabled {
  /* 와이어 프레임 */
  border-right: 1px solid #848484;
}

.selectbox.platform-event-btn.disabled .dropdown dt a {
  /* 테마드롭다운 */
  border-left: 1px solid #848484;
  border-right: 1px solid #848484;
}

.platform-event-prevent {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.platform-event-btn.disabled.asset-btn-poi-visible {
  /* poi */
  background-image: url(/image/assets/btn_POI_dis-3x-570f23a446bda7b3ae7eb6d15f8d2aec.png);
  opacity: 1 !important;
}

.platform-event-btn.disabled.asset-btn-snap {
  /* 스냅핑 */
  background-image: url(/image/assets/btn_snapping_dis-3x-c68e1f7a87d0f8eb4c549ee2e64bc868.png);
  opacity: 1 !important;
}

.platform-event-btn.disabled.asset-btn-grid {
  /* 그리드 */
  background-image: url(/image/assets/btn_grid_dis-3x-7c82629d30fefdbc8e0d849f771078fb.png);
  opacity: 1 !important;
}

.platform-event-btn.disabled.asset-btn-rslam-split {
  /* 분할설정 */
  background-image: url(/image/assets/btn_Slice_dis-3x-990905893ef3608036871ca7255bcc3e.png);
  opacity: 1 !important;
}
#sel-floor-list {
  padding-top: 10px;
}

#sel-floor-list .platform-event-btn.disabled + .select2-container--disabled {
  opacity: 0.3;
}

.zoom-box.disabled .bg-slider-line-wrap {
  opacity: 0.7;
}

.zoom-box.disabled .zoom-minus,
.zoom-box.disabled .zoom-plus,
.zoom-box.disabled .bg-slider-line,
.zoom-box.disabled .zoom-level {
  opacity: 0.3;
}

.zoom-box.disabled .zoom-slider {
  /* zoom */
  background: #4e5a67 !important;
}

.zoom-box.disabled #zoomLabel {
  color: #424f5c;
  font-size: 0;
}

.zoom-box.disabled #zoomLabel::after {
  content: "-";
  font-size: 14px;
}

.zoom-box.disabled input.zoom-slider[type="range"]:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.zoom-box.disabled input.zoom-slider[type="range"]::-webkit-slider-thumb {
  width: 0px !important;
  height: 0px !important;
  background: none !important;
}

.dxf-wrapper {
  padding: 0 50px;
  overflow: hidden;
}

.dxf-wrapper .title {
  /* 2020-01-06 레이아웃 수정 */
  padding-top: 15px;
  border-top: 1px solid #d7dcde;
}

.dxf-wrapper .title label {
  font-size: 15px;
  /* font-weight: 500; */
  /* 2020-01-06 레이아웃 수정 */
  color: #35414c;
  /* line-height: 22px; */
  /* 2020-01-06 레이아웃 수정 */
}

.dxf-wrapper .title .platform-radio > span {
  /* 2020-01-06 레이아웃 수정 */
  top: -3px;
}

.dxf-wrapper .file-form form {
  line-height: 0;
}

.dxf-wrapper .file-form p {
  padding-bottom: 14px;
  font-size: 12px;
  border-bottom: 1px solid #d7dcde;
}

.dxf-wrapper .file-form p.hidden {
  padding-bottom: 0;
  border-bottom: none;
}

.dxf-wrapper .file-form .file-upload-input {
  height: 36px;
  width: calc(100% - 42px);
  margin-right: 0px;
  background-color: #ffffff;
  border: 1px solid #d7dcde;
  border-radius: 2px;
  padding: 8px 30px 8px 10px;
}

.dxf-wrapper .file-form .file-upload-button:hover {
  background-color: var(--color-btn-main-hover);
}

.dxf-wrapper .file-form .file-upload-button {
  margin-left: 4px;
  height: 36px;
  width: 36px;
  border-radius: 5px;
  background: #35414c url(/image/assets/btn_CAD_file-3x-5469e40456569e5be924201f91d736df.png) no-repeat center;
  background-size: 18px 14px;
  top: -23px;
}

.dxf-wrapper .file-form .file-remove-button {
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_delete-3x-6dac9e2018dbb1a316c8bba3cf064f80.png) no-repeat;
  background-size: 20px 20px;
  right: 52px;
  /* 2019-10-10 수정 */
}

/* editor-imgtomap div */
.editor-imgtomap {
  display: none;
  position: fixed;
  top: 116px;
  left: 64px;
  z-index: 1;
  overflow: auto;
  width: calc(100% - 414px);
  /* 64 + 350 */
  height: calc(100% - 164px);
  /* 68 + 96 */
  background-color: #e9edef;
}

.editor-imgtomap > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  /* width: calc(100% - 40px); */
  padding: 20px;
  overflow: hidden;
}

.editor-imgtomap.spoid {
  cursor: url(/image/assets/cursor_spoid-c0b4beef97a50de8e704ffcd131ae871.cur), url(/image/assets/cursors_eyedropper-ff7c809360916c71e1a98c07ca1da3f9.png) 1 20, auto;
}

.add-point-cursor {
  cursor: url(/image/assets/cursor_spoid-c0b4beef97a50de8e704ffcd131ae871.cur), url(/image/assets/cursors_eyedropper-ff7c809360916c71e1a98c07ca1da3f9.png) 1 20, auto;
}

#imgtomap {
  /* margin: 20px; */
  transform: scale(1);
  transform-origin: center;
  /* transform-origin: 0% 0%; */
}

.editor-imgtomap #imgtomapBase {
  display: none;
}

/* editor-footer 2019-09-25 */
.editor-footer {
  position: absolute;
  top: -20px;
  left: 6px;
}

.editor-footer span {
  font-size: 11px;
  color: #82919b;
}

/* 스타일 전체보기 : editor-dialog--theme-stylewrap 2019-10-04 */
.editor-dialog--theme-style {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 10px;
}

.editor-dialog--theme-stylewrap {
  padding-top: 7px;
  padding-left: 10px;
}

.editor-dialog--theme-style-list ol {
  padding: 0;
}

.editor-dialog--theme-style-list {
  width: 1110px;
  padding: 20px 25px;
  background-color: #f5f7f8;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}

.editor-dialog--theme-style-list:not(:last-child) {
  margin-bottom: 28px;
}

.editor-dialog--theme-style-title span {
  font-size: 15px;
  font-weight: 500;
  color: #182d40;
}

.editor-dialog--theme-style .editor-dialog--theme-stylebox-wrap {
  display: block;
  /* 2019-10-10 masonry 추가로 수정 */
  /* display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; */
}

.editor-dialog--theme-style .editor-dialog--theme-stylebox {
  display: inline-block;
  width: 340px;
  margin-top: 20px;
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

/* 2019-10-10 masonry 추가로 수정 */
/* .editor-dialog--theme-style .editor-dialog--theme-stylebox:not(:first-child):not(:nth-child(3n+1)){
    margin-left: 20px;
} */

.editor-dialog--theme-style-detailtitle::after,
.editor-dialog--theme-style-detail::after {
  content: "";
  display: block;
  clear: both;
}

.editor-dialog--theme-style-detailtitle .left,
.editor-dialog--theme-style-detail .left {
  float: left;
}

.editor-dialog--theme-style-detailtitle .right,
.editor-dialog--theme-style-detail .right {
  float: right;
}

.editor-dialog--theme-style-detailtitle .detail-title {
  font-size: 15px;
  font-weight: 500;
  color: #182d40;
}

/* 2019-12-05 .editor-dialog--theme-style-detailtitle span 추가 */
.editor-dialog--theme-style-detailtitle span:last-child {
  margin-right: 0 !important;
}

.editor-dialog--theme-style-detailtitle .detail-area,
.editor-dialog--theme-style-detailtitle .detail-line,
.editor-dialog--theme-style-detailtitle .detail-patterns {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 13px;
  color: #182d40;
}

.editor-dialog--theme-style-detailtitle .detail-area,
.editor-dialog--theme-style-detailtitle .detail-line {
  margin-right: 8px;
}

.editor-dialog--theme-style-detail {
  width: 100%;
  margin-top: 5px;
}

.editor-dialog--theme-style-detail .detail-title {
  font-size: 14px;
  color: #82919b;
}

.editor-dialog--theme-style-detail .detail-title::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: sub;
  background-image: url("/image/assets/icon_depth_layers-3x-eafa9fea47f2f43a6732c5dd4b2552d1.png");
  background-size: 20px;
}

/* 2019-12-05 .editor-dialog--theme-style-detail span 추가 */
.editor-dialog--theme-style-detail span:last-child {
  margin-right: 0;
}

.editor-dialog--theme-style-detail .detail-area,
.editor-dialog--theme-style-detail .detail-line,
.editor-dialog--theme-style-detail .detail-patterns {
  display: inline-block;
  margin: 0 5px;
  height: 20px;
  width: 20px;
  box-sizing: content-box;
  border: 1px solid #d7dcde;
  border-radius: 5px;
}

.editor-dialog--theme-style-detail .detail-patterns {
  margin-right: 0;
  background-size: 100%;
}

.editor-dialog--theme-style-detail .detail-patterns-none {
  position: relative;
}

.editor-dialog--theme-style-detail .detail-patterns-none::after {
  content: "";
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  border-bottom: 1px solid #d7dcde;
  transform: translateY(-12px) translateX(5px) rotate(45deg);
}

/* 2019-10-14 dxfUpload-tooltip-wrapper 추가 */
#dxfUpload {
  z-index: 1;
}

#dxfUpload:hover + .dxfUpload-tooltip-wrapper {
  opacity: 1;
}

.dxfUpload-tooltip-wrapper {
  position: fixed;
  padding: 12px;
  /* margin-left: 20px; */
  margin-top: 40px;
  opacity: 0;
  text-align: center;
  font-size: 14px;
  transition: opacity 0.3s;
  background-color: var(--color-main-background);
  border-radius: 5px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  color: var(--color-main-01);
}

.dxfUpload-tooltip-wrapper .tooltip-text {
  color: var(--color-sub-01);
  font-size: 14px;
}

/* 2019-10-16 properties-lineweight 추가 */
.properties-lineweight {
  float: right;
  font-size: 13px;
  line-height: 26px;
  color: #82919b;
}

.properties--half-width {
  width: calc(50% - 12px);
}

.properties-input,
.properties-detail .properties-input {
  display: inline-block;
}

.properties-node-connected:disabled,
.properties-input:disabled,
.connected-info-wrapper .properties-link-box input[type="text"]:disabled,
.edge-node-code:disabled,
.properties-detail .properties-input:disabled {
  color: #424f5c;
  border: 1px solid #424f5c;
  background-color: #2c3741;
}

/* .dabeeo-map-container{
    min-width:1300px;
    width:100%;
    min-height:500px;
    height:-moz-calc(100% - 68px);
    height:-webkit-calc(100% - 68px);
    height:calc(100% - 68px);
} */
/* 2021.05.12 바꾸지 마시오 !! ui 전체적으로 틀어집니다.. */
.dabeeo-map-container {
  width: 100% !important;
  height: 100% !important;
  min-width: 1300px;
  min-height: 500px;
  height: -moz-calc(100% - 68px);
  height: -webkit-calc(100% - 68px);
}

.ref-img .no-image {
  cursor: not-allowed;
}

.choose-draw .main-title {
  margin: 0;
  padding: 17px 0 0 20px;
  /* padding: 52px 0 0 50px; 2019-09-10 수정 */
  height: 60px;
  color: var(--color-main-02);
  font-size: 18px;
  font-weight: bold;
}

.choose-draw-method {
  position: absolute;
  width: 378px;
  height: 190px;
  text-align: center !important;
  overflow: hidden !important;
}

.choose-draw-btn-container {
  margin: 15px 0px 15px 0px;
}

.choose-draw-method-btn {
  width: 350px;
  height: 40px;
  background-color: var(--color-editor-main-02);
  border: 1px solid var(--color-editor-main-02);
  text-align: center;
  font-size: 13px;
  color: #f5f7f8;
  border-radius: 5px;
  border: 0px;
  margin-bottom: 10px;
}

/* 2020.06.28 added by yhj
*  poiCategory UI/UX 변경으로 인해 css 추가 
*/
.cate-popup {
  background-color: #ffffff;
  overflow: hidden;
  border: 0;
}

.cate-popup-body {
  height: 556px;
  background-color: #ffffff;
  margin: 0px 0px 0px 50px;
  overflow: hidden;
}

.cate-cl {
  float: left;
  width: 519px;
  height: 541px;
  background-color: #ffffff;
}

.cate-cl.cate-cl-wrapper {
  border-right: 1px solid #d7dcde;
  padding-top: 10px;
}

.cate-cl.cate-cl-item {
  display: block;
  width: 236px;
  height: 521px;
}

.cate-cl.cate-cl-item.first-cate {
  margin-right: 26px;
}

.cate-cl.cate-cl-item.second-cate {
  margin-right: 20px;
}

.sub-title.cate-lebel {
  font-weight: normal;
}

.cate-popup-title {
  font-size: 18px;
  font-family: "Noto Sans JP", "Noto Sans KR";
  font-weight: 500;
  color: solid var(--color-editor-main-02);
}

.cate-popup-title.main-title {
  height: 24px;
  width: 134px;
  font-weight: normal;
  padding: 0;
  font-weight: 500;
  line-height: 24px;
}

.ui-dialog .ui-dialog-title.cate-dialog-title {
  margin: 0;
  min-width: 200px;
  height: 90px;
  font-size: 18px;
  font-family: "Noto Sans JP", "Noto Sans KR";
  font-weight: 500;
  color: var(--color-editor-sub-01);
}

.cate-sub-title-star {
  color: #f05329;
  display: inline-block;
  font-size: 14px;
  margin: 0px 6px 0px 6px;
}

.cate-code {
  float: left;
  width: 366px;
  height: 541px;
  background-color: #ffffff;
  margin: 0px 0px 0px 25px;
}

.cate-code-wrapper {
  width: 316px;
  height: 36px;
  background-color: #ffffff;
}

.cate-popup-title.sub-title {
  /* width:100px; */
  height: 19px;
  font-size: 14px;
  color: solid var(--color-edit82919bor-sub-04);
}

.cate-code .cate-title {
  width: 366px;
  height: 381px;
  overflow-y: scroll;
}

.cate-title .cate-title-item {
  width: 316px;
  text-align: right;
  margin-right: 34px;
  margin-bottom: 10px;
}

.cate-title .cate-title-item label {
  height: 19px;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 500;
  color: #82919b;
  line-height: 40px;
}

/*.cate-popup-title.sub-title.input{*/
.cate-title .cate-title-item input[type="text"] {
  width: 207px !important;
  height: 36px;
  padding-left: 12px;
  /*background-color: #f5f7f8;*/
  border: 1px solid #d7dcde;
  border-radius: 2px;
  color: #82919b;
}

.cate-title .cate-title-item input[type="text"]:focus {
  border-color: #35414c;
  background-color: #ffffff;
}

/* .cate-title .cate-title-item input[readonly="readonly"]:read-only{
    border-color: #35414c;
    background-color:#f5f7f8;
} */

#cate-title-input {
  font-weight: normal !important;
  color: var(--color-sub-04) !important;
}

.cate-code input[type="text"]::placeholder,
.cate-title .cate-title-item input[type="text"]::placeholder,
.cate-title .cate-title-item input[type="text"]:read-only {
  color: #82919b;
  font-weight: normal;
}

.cate-code input[type="text"] {
  width: 316px;
  height: 36px;
  padding-left: 12px;
  /*background-color: #f5f7f8;*/
  border: 1px solid #d7dcde;
  border-radius: 2px;
}

.cate-code input[type="text"]:focus {
  border-color: #35414c;
  background-color: #ffffff;
}

.cate-code input[type="text"]:hover {
  border-color: #35414c;
}

.cate-code input[type="text"]:read-only {
  background-color: #f5f7f8 !important;
  border: 1px solid #d7dcde !important;
  color: #82919b;
  font-weight: normal;
}

.cate-code .helper-label {
  margin-top: 5px;
  visibility: hidden;
}

.cate-code .helper-label.on {
  visibility: visible;
}

.cate-code-result-icon {
  width: 13px;
  height: 13px;
  margin-top: -27px;
  position: relative;
}

.cate-code-result-icon.success {
  background: url(/image/assets/ok_icon-3x-df515f6d62f9517ed78e40cf01fafb92.png) no-repeat;
  background-size: 13px 13px;
}

.cate-code-result-icon.error {
  background: url(/image/assets/Warning_icon_1-3x-334cbc8caf9d11d15f80a63467015613.png) no-repeat;
  background-size: 13px 13px;
}

.cate-code-border-error {
  border: 1px solid #f05329 !important;
}

.cate-title-wrapper {
  width: 366px;
  height: 36px;
  background-color: #ffffff;
  margin-top: 12px;
}

.cate-code-btn-wrapper {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #d7dcde;
  padding: 30px 50px 30px !important;
}

.cate-code .cate-code-wrapper .tooltip-icon {
  width: 15px;
  height: 15px;
  background: url(/image/assets/btn_info-3x-9369b52fffab1f3dab82b794685388df.png) no-repeat;
  background-size: 15px 15px;
  display: inline-block;
  cursor: pointer;
  margin-top: 2px;
}

.cate-code .cate-code-wrapper .tooltip-icon:hover .tooltip.right {
  display: block;
  margin-left: 8px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.cate-code .cate-code-wrapper .tooltip {
  position: fixed;
  height: auto;
  width: 345px;
  /* padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 16px;     */
  padding: 16px 20px;
  z-index: 999;
  background-color: #f5f7f8;
  border-radius: 5px;
  box-shadow: 0px 2px 3px 0px #000000;
  /* border: 1px solid rgba(130, 145, 155, 1); */
  display: none;
}

.cate-code .cate-code-wrapper .tooltip.on {
  display: block;
}

.cate-popup-title.sub-title.tooltip-title {
  color: var(--color-editor-main-01);
  line-height: 20px;
}

.cate-popup-title.sub-title.text {
  color: var(--color-editor-sub-01);
  line-height: 20px;
}

.dialog-top-box {
  height: 90px !important;
  padding: 45px 0 21px 50px !important;
}

.cate-drop-box {
  width: 236px;
  height: 483px;
  padding-top: 6px;
  background-color: #ffffff;
  border: 1px solid #d7dcde;
  border-radius: 2px;
  font-family: "Noto Sans JP", "Noto Sans KR";
  overflow-y: overlay;
}

.cate-drop-box.no-item {
  display: inline-block;
  line-height: 483px;
  text-align: center;
  width: 236px;
  height: 483px;
  background-color: #ffffff;
  border: 1px solid #d7dcde;
  border-radius: 2px;
  overflow-y: hidden;
}

.cate-drop-box li {
  width: 234px;
  height: 36px;
  font-size: 15px;
  color: #82919b;
  padding: 7px 20px;
  font-weight: 300;
}

.cate-drop-box li span {
  display: inline-block;
  vertical-align: top;
}

.cate-drop-box li.selected span {
  color: var(--color-white);
}

.cate-drop-box li button {
  margin-top: 1px;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  background: url(/image/assets/radiobox-3x-902b68d78c1a0291839033fe997c2984.png) no-repeat;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
}

.cate-drop-box li:hover {
  background-color: #f5f7f8;
}

.cate-drop-box li:hover .delete-check {
  display: inline-block;
}

.cate-drop-box li.stay-selected {
  background-color: #f5f7f8;
}

.cate-drop-box li.selected {
  background-color: var(--color-main-02);
  color: var(--color-white);
}

.cate-drop-box li .delete-check {
  display: none;
  float: right;
  width: 20px;
  height: 20px;
  background: url(/image/assets/btn_stair_cancle-3x-b4dc0c41f588f6ab8c3076f16cf41e1f.png) no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

#poi-cate-popup {
  height: 560px;
}

/* 2020.07.10 properties window 디자인 개편으로 인해 css 추가 added by yhj  */
.properties-main-layer {
  padding: 20px !important;
}

.title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.poi-code-block,
.title.title-n-code {
  width: 100%;
  /*     height: 82px; */
  overflow: auto;
  padding-bottom: 15px;
}

.poi-code-block.group,
.poi-title-block.group,
.title-n-code .group {
  height: 28px;
}

.title.title-white span {
  margin-bottom: 16px;
  line-height: 28px;
  color: #f5f7f8;
}

.poi-code-block .group .code-poi--subtitle,
.view-type-wrap .group .code-poi--subtitle,
.poi-code-block .group span,
.title-label,
.title-box span,
.title-n-code .group span {
  /* float: left; */
  line-height: 28px;
  color: #82919b;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.select-box {
  background-color: #424f5c;
  border-radius: 2px;
}

.select-box.smal {
  width: 150px !important;
  height: 28px;
}

.select-box.middle {
  width: 240px !important;
  height: 28px;
}

.select-box.middle.right {
  float: right !important;
}

.property-item-box {
  margin-top: 15px;
}

.title.property-item-box.approach-box {
  width: 100%;
  height: 44px;
}

.title.property-item-box.approach-box .group .title-box span {
  line-height: 28px;
  color: #f5f7f8;
}

.smal-btn button {
  width: 15px;
  height: 42px;
  border: 1px solid var(--color-editor-sub-01);
  border-radius: 5px;
  font-size: 12px;
  background-color: var(--color-prop-bg-1);
  color: var(--color-editor-sub-01);
  padding: 4px 0;
  cursor: pointer;
  line-height: 16px;
}

.smal-btn button:hover {
  border: 1px solid var(--color-editor-main-01);
  background-color: var(--color-editor-main-01);
  color: #ffffff;
}

.style-format-box {
  width: 310px !important;
}

.style-setting-box {
  height: 109px;
}

.style-format-box .line-style-setting-box {
  position: relative;
}

.line-style-asset-center {
  left: calc(50% - 8px);
}

.pattern-box-wrapper span,
.style-format-box .style-setting-box span,
.style-format-box .line-style-setting-box span {
  font-size: 11px;
  color: #82919b;
  background-position: center !important;
  border-radius: 2px;
}

/*2020.07.16 라인 설정 기능 임시적으로 막음*/
.line-style-setting-box .line-weight-box span,
.line-style-setting-box .line-section-box span,
.line-style-setting-box .line-edge-box span,
.line-style-setting-box .line-order-box span {
  cursor: not-allowed;
}

.style-format-box .style-btn {
  border: 1px solid #586979;
  border-radius: 5px;
  font-size: 12px;
  background-color: var(--color-prop-bg-1);
  color: var(--color-editor-sub-01);
  padding: 4px 0;
  cursor: pointer;
  line-height: 16px;
}

.line-option-box {
  height: 51px;
}

.flex-vertical-middle {
  display: block !important;
}

.flex-vertical-middle .sub-title {
  line-height: 28px;
}

.poi-code-block .group input[type="text"],
.title-n-code .group input[type="text"] {
  float: right !important;
  width: 240px !important;
}

.title.line-opt-title.sub-title {
  font-size: 11px !important;
  color: #82919b;
  text-align: center;
}

.code-poi--rightbox {
  width: calc(100% - 92px);
}

.code-poi--rightbox .sub-wrapper {
  min-width: 0px;
}

.code-poi--rightbox .edit-half {
  margin-left: 6px;
  width: 70px;
}

.code-poi--rightbox .info-text {
  display: inline-block;
  width: 14px;
  height: 20px;
}

.poly-attr--rightbox {
  width: calc(100% - 95px);
}

.poly-attr--rightbox .sub-wrapper {
  min-width: 0px;
}

.poly-attr--rightbox .sub-wrapper div {
  float: left;
  width: 14px;
}

.poly-attr--rightbox .sub-wrapper div .sub-title {
  line-height: 28px;
}

.poly-attr--rightbox .edit-half {
  width: 70px;
}

.asset-expose-icon {
  width: 16px;
  height: 11px;
  margin-right: 4px !important;
  background: url(/image/assets/icon_layer_unhidden_off_over-3x-6db73ad1deb97352ff3690aa6ce63e19.png) no-repeat;
  background-size: 16px 11px;
}

.properties-detail .properties-poi {
  padding: 0;
}

.properties-detail .code-group-2.properties-poi {
  height: auto !important;
}

.properties-detail .polygon-wrapper,
.properties-detail .poi-wrapper,
.properties-detail .node-wrapper
 {
  display: inline-block;
  width: 310px !important;
}


.connect-object-box input[type="text"]::placeholder,
.connect-poi-list-box input[type="text"]::placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #586979;
}

.asset-expose-icon.off {
  width: 16px;
  height: 11px;
  margin-right: 4px !important;
  margin-top: 5px;
  background: url(/image/assets/icon_zone_hidden_over-3x-697945a89b29057256ece70372a5b0cc.png) no-repeat;
  background-size: 16px 11px;
}

.asset-style-face-icon {
  width: 16px;
  height: 28px;
  margin-right: 5px !important;
  background: url(/image/assets/attribute_top_title-9a64d041c745eff5c2479463bcde5360.png) no-repeat;
  background-position: center;
  border: none;
}

.asset-style-side-icon {
  width: 16px;
  height: 28px;
  margin-right: 5px !important;
  background: url(/image/assets/attribute_side_title-e1918576c38b9c19a0d0dbdd33bfa9fb.png) no-repeat;
  background-position: center;
  border: none;
}

.asset-style-line-icon {
  width: 16px;
  height: 28px;
  margin-right: 5px !important;
  background: url(/image/assets/attribute_line_title-7f9980a613a14d2761f1caa0a027f28c.png) no-repeat;
  background-position: center;
  border: none;
}

.asset-style-dropdown-btn {
  position: absolute;
  border: 1px solid #424f5c;
  border-radius: 0px 3px 3px 0px;
  right: 0;
}

.asset-style-dropdown-btn.up {
  width: 12px;
  height: 28px;
  background: url(/image/assets/btn_up_arrow-97de1e0ac7be73ef496f846cac8100f3.png) no-repeat;
  cursor: pointer;
  background-color: #35414c;
  background-position: center;
}

.asset-style-dropdown-btn.down {
  width: 12px;
  height: 28px;
  background: url(/image/assets/btn_down_arrow-b0be4699acc5217338328c40921f6073.png) no-repeat;
  cursor: pointer;
  background-color: #35414c;
  background-position: center;
}

.asset-line-default {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: var(--color-prop-bg-2);
  top: calc(50% - 8px);
  border-radius: 0px !important;
}

.asset-line-default.asset-line-section-default {
  background: url(/image/assets/projecting_cap-e85d1b8c8266efdec47c623203fe9ce8.png) no-repeat;
}

.asset-line-default.asset-line-edge-default {
  background: url(/image/assets/miter_join-89bf9605fb4431f37a728f43d7931e4c.png) no-repeat;
}

.asset-line-default.asset-line-order-default {
  background: url(/image/assets/align_stroke_center-0a4c4b778171a7e13c22cfe954ed5686.png) no-repeat;
}

.asset-btn-layer-fold.off {
  width: 24px;
  height: 24px;
  background: url("/image/assets/btn_layer_fold_off-383d86dd2ff4b32e0211276f4e913891.png") no-repeat;
  background-position: center;
  border: none;
}

.asset-btn-layer-fold.on {
  width: 24px;
  height: 24px;
  background: url("/image/assets/btn_layer_fold_on-6f95a11af8acc9a55a6cc5527edd6914.png") no-repeat;
  background-position: center;
  border: none;
}

/*
   2022.08.08 added by yhj 
   pathfinder asset
*/
/*합치기*/
.asset-prop-btn {
  width: 28px;
  height: 28px; 
  display: inline-block;  
  border: none;
}

.asset-prop-btn.asset-btn-union {
  background: url("/image/assets/btn-union-dc422b9fd5f71a7004c82ad5b841c606.png") no-repeat;
  background-position: center;
}
/* 나누기 */
.asset-prop-btn.asset-btn-divide {
  background: url("/image/assets/btn-divide-20a4023224a4cba97ccb6236f19adba2.png") no-repeat;
  background-position: center;
}
/*앞면 겹친영역 제거 */
.asset-prop-btn.asset-btn-subtract {
  background: url("/image/assets/btn-subtract-dd9f1ed96e76719045a852e95ca251e6.png") no-repeat;
  background-position: center;
}

/*교차영역 추출 */
.asset-prop-btn.asset-btn-intersection {
  background: url("/image/assets/btn-intersection-17f0fd03928fae4868000fb3bda256b6.png") no-repeat;
  background-position: center;
}

/*교차 영역 아닌부분 추출 */
.asset-btn-exclude {  
  background: url("/image/assets/btn-exclude-eac4794cf3c5ec17b6aa7f23c96a4d1f.png") no-repeat;  
  background-position: center;
}
/*/////////////////////*/

/* 2022.10.07 added by yhj*/
.beta-badge {
    width: 32px;
    height: 17px;
    display: block;
    right: 0;
    top: 4px;
    position: absolute;
}
.beta-badge.asset-bedge-beta {  
  width: 32px;
  height: 17px;
  background: url("/image/assets/beta-badge-1x-79050f8172d312132077b4620bd08885.svg") no-repeat;  
  background-position: center;  
}
/*////////////////////*/

.face-opacity-box,
.side-opacity-box,
.pattern-opacity-box,
.line-weight-box,
.line-section-box,
.line-edge-box,
.line-order-box {
  position: relative;
  display: inline-block;
}

.pattern-box-wrapper .pattern-box-bottom .scale input[type="text"],
.pattern-box-wrapper .pattern-box-bottom .rotate input[type="text"],
.pattern-opacity-box input[type="text"],
.face-opacity-box input[type="text"],
.side-opacity-box input[type="text"],
.line-weight-box input[type="text"],
.line-section-box input[type="text"],
.line-edge-box input[type="text"],
.line-order-box input[type="text"] {
  display: inline-block;
  position: relative;
  width: 62px;
  height: 28px;
  /* margin-top:8px; */
  /* 2019-10-02 수정 */
  padding: 6px 10px 7px 10px;
  /* 2019-10-01 padding-top :7px 로 수정 */
  border: none;
  border-radius: 2px;
  background: var(--color-prop-bg-2);
  color: var(--color-white);
  font-size: 13px;
  line-height: 16px;
}

.connect-object-box input[type="text"]:disabled,
.properties-link-pois input[type="text"]:disabled,
.line-weight-box input[type="text"]:disabled {
  background-color: var(--color-prop-bg-1) !important;
  border: 1px solid #424f5c !important;
}

.opacity-slider-dropdown-box {
  width: 96px;
  height: 28px;
  z-index: 999;
  background-color: rgba(66, 79, 92, 1);
  border: 1px solid rgba(88, 105, 121, 1);
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  align-items: center;
  line-height: 28px;
  -webkit-ruby-position: before;
  top: 30px;
  left: -30px;
  position: absolute;
}

.opacity-slider-dropdown-box .opacity-slider {
  -webkit-appearance: none;
  width: 76px !important;
  height: 2px !important;
  margin-left: 10px;
  background-color: rgba(88, 105, 121, 1);
  outline: none;
}

.opacity-slider-dropdown-box .opacity-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f2f4f5;
  cursor: pointer;
}

.opacity-slider-dropdown-box .opacity-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f2f4f5;
  cursor: pointer;
}

/* .sub-wrapper span  */
.input-text:disabled,
.input-text[disabled] {
  color: #586979 !important;
  cursor: not-allowed;
}

.poi-connect-object-wrapper input {
  color: var(--color-editor-sub-01);
}

.properties-window .bg-match {
  background-color: var(--color-editor-main-03);
  border: none;
  padding: 6px 10px 7px 0px;
}

/* 2020.10.30 added by yhj */
.font-buttons {
  width: 60px;
  height: 296px;
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #35414c;
  border: 1px solid #35414c;
  border-radius: 2px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 0px;
  left: 50px;
  top: 28px;
}

/* line spacing */
.line-spacing-buttons {
  width: 50px;
  /* height: 296px; */
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #35414c;
  border: 1px solid #35414c;
  border-radius: 2px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 0px;
  left: 118px;
  top: 28px;
}

/* line spacing */
.text-align-buttons {
  width: 50px;
  /* height: 296px; */
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #35414c;
  border: 1px solid #35414c;
  border-radius: 2px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 0px;
  left: 176px;
  top: 28px;
}

.ft-item {
  height: 28px;
  display: block;
  position: relative;
  background-color: #35414c;
  border: none;
}

.ft-item.on .asset-font-select-icon {
  width: 10px;
  height: 28px;
  left: 10px;
  position: absolute;
  display: block;
  background: url(/image/assets/btn_check_w-3x-2d975f07f2d2687c0653895ef0cd578c.png) no-repeat;
  background-size: 10px;
  background-position: center;
}

.ft-item:hover {
  background-color: #2c3741;
  cursor: pointer;
}

.ft-item.on {
  background-color: #2c3741;
}

.ft-label {
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 500;
  color: #82919b;
  text-align: right;
  line-height: 29px;
  /* right: 10px; */
  padding-right: 10px;
  width: 100%;
}

.ft-item.on .ft-label {
  color: #f5f7f8;
}

.mouse-coords-box span {
  font-size: 10px;
  color: rgba(98, 98, 98, 1);
  line-height: 14px;
}

.ROLE_MANAGER {
  display: none;
}

/* temp poi wrapper */
.detail-classify-wrapper-temp {
  width: 100%;
  padding: 0 15px 10px 15px;
  font-size: 0;
  flex-direction: row;
  display: flex;
  flex-flow: row wrap;
}

.detail-classify-wrapper-temp .add-button {
  border: 1px solid #b3bbc1;
  font-size: 30px;
  background: #f2f4f5 url(./assets/images/btn_poi_add-3x.png) no-repeat 50% 50%;
  background-size: 20px 20px;
  cursor: pointer;
}

.temp-poi-list-State {
  display: flex;
}

.temp-poi-list-total {
  margin-right: auto;
  font-size: 13px;
  width: 100%;
  padding-left: 20px;
  color: rgba(53, 65, 76, 1);
}

.temp-poi-list-uploadDate {
  margin-left: auto;
  font-size: 13px;
  width: 100%;
  padding-right: 20px;
  color: rgba(53, 65, 76, 1);
  text-align: right;
}

.temp-poi-list-btnwrap {
  height: 90px;
}

.poiTempFileBtn {
  display: block;
  overflow: auto;
  width: 120px;
  height: 70px;
  float: left;
}

.poiTempFileBtn button {
  font-size: 14px;
  width: 120px;
}

.poiTempFileDescriptionWrap {
  float: left;
  height: 70px;
}

.poiTempBtnDescription {
  font-size: 13px;
  color: rgba(130, 145, 155, 1);
  height: 42px;
  margin: 12px;
  border-left: 1px solid rgba(215, 220, 222, 1);
  padding: 0 12px;
  font-size: 13px;
}

.poiTempBtnDescription_item {
  line-height: 24px;
  font-size: inherit;
  color: inherit;
  height: 24px;
  text-align: left;
}

.temp_poi_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 152px;
  height: 66px;
  /*  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); */
  font-size: 14px;
  color: #35414c;
  background-color: #fff;
  border-radius: 2px;
  margin: 5px;
  /*     line-height:36px; */
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box;
}

.temp_poi_box:hover {
  border: 1px solid #f05329;
}

.temp_poi_box .draggable {
  width: 80px;
}

.temp_poi_box .id {
  width: 100%;
  height: 18px;
  font-size: 12px;
  color: #82919b;
  padding: 0 10px;
  line-height: 18px;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* 현재 사용 잠시 중단 */
.temp_poi_box .floor {
  width: 120px;
  font-size: inherit;
  color: inherit;
  padding: 0 10px;
  line-height: inherit;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.temp_poi_box .title {
  width: 100%;
  height: 22px;
  font-size: inherit;
  color: inherit;
  padding: 0 10px;
  line-height: 22px;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.disabled {
  background-color: rgba(215, 220, 222, 1) !important;
  cursor: not-allowed;
}

.disabled:hover {
  border: 0;
}

.title_tooltip {
  position: absolute;
  padding: 0 10px;
  background-color: var(--color-editor-sub-02);
  color: #000;
  font-size: 12px;
  font-family: initial;
  padding: 0 10px;
  border: 1px solid #000;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  line-height: 24px;
  white-space: nowrap;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.guide_poi_temp_list {
  height: 24px;
}

.tempPoiPopupGuide {
  padding: 0 20px;
  background: url("/image/noti_icon-3x-3c2531361451d36193901fb1b42bb12d.png") no-repeat 5px;
  background-size: 13px 14px;
  font-size: 13px;
  color: rgba(130, 145, 155, 1);
  line-height: 24px;
  height: 24px;
  text-indent: 7px;
  margin: 10px 20px 12px 20px;
}

.clientCode-label {
  width: 53px;
}

.search-box {
  margin-right: 10px;
}

.search_keyword_box {
  width: 224px !important;
}

.tempPoiHelper {
  width: 80px;
  height: 36px;
  border: 1px solid #000;
  font-size: 13px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
}

/* temp poi none Data */
.noneTempPoi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  height: 320px;
}

.noneTempPoi p {
  color: #82919b;
  font-size: 13px;
  width: 100%;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin: 0;
}

/* custom z-index */
.Zindex200 {
  z-index: 200 !important;
}

#sel-floor-list .layer-search-box .select2-container--default .select2-selection--single,
#sel-floor-list .select2-container .select2-selection--single {
  height: 28px !important;
}

.platform-popup.ui-dialog .ui-dialog-content {
  padding: unset !important;
}

.assets-icon-extends {
  width: 16px;
  height: 16px;
  background: url(/image/assets/icon_group_child_extends-7989a57d263343dc99e9f1c923e97d0d.png) no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.group-by-popup-container {
  position: absolute;

}

.group-by-popup-container .alert {
  position: absolute;
  bottom:88px;
  left:50%;
  transform: translateX(-50%);
  padding:20px 26px;
  background-color: #000000;
  color:#fff;
  border:1px solid #FC3C22;
  border-radius: 8px;
  font-size:16px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.group-by-popup-container .alert .text {
  white-space: nowrap;
  user-select: none;
}

.group-by-popup-container .alert .icon {
  background-image: url("/image/assets/Icon_group_alert-5bc8a568ec68df04e3651e55e247c643.png");
  width:24px;
  height:24px;
  background-position: center;
}

.group-by-popup-container .ui-dialog-title {
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #35414C;
  position: relative;
  width:auto !important;
}
.group-by-popup-container .ui-dialog-title .group_add {
  position:relative;
  content: "";
  left:8px;
  top:25%;
  width:28px;
  height:28px;
  background-image: url("/image/assets/icon_group_add-db8b9dacd3a18851cf521ef313a99979.png");
  background-size:contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: translateY(-50%);
}

#group-by-id-popup {
  background-color: #fff;
}

#group-by-id-popup .top {
  padding:10px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

#group-by-id-popup .list {
  height: 450px;
  border-bottom: 1px solid black;
  border-top : 1px solid black;
  overflow-y: scroll;
  position: relative;
}

#group-by-id-popup .list .no_group {
  color: #82919B;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}

#group-by-id-popup .bottom {
  padding:10px 0;
  display:flex;
  justify-content: center;
  align-items: center;
  height:76px;
}

#group-by-id-popup .bottom .save {
  background: #35414C;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36p;
    padding: 6px 12px;
    width: 80px;
    border-radius: 4px;
}

#group-by-id-popup .list .group {
  font-size:13px;
  float: none !important;
  position: relative;
  height: 32px;
  padding-left:36px;
  display:flex;
  align-items: center;
}

#group-by-id-popup .list .group .text{
  width: 326px;
  text-overflow: ellipsis;
  overflow: hidden;
}

#group-by-id-popup .list .group:hover {
  border: 1px solid #A8B8C3;
}

#group-by-id-popup .list .group .control_box {
  justify-content: space-between;
  align-items: center;
  gap:12px;
  display:none;
  margin-left: auto;
}

#group-by-id-popup .list .group:hover .control_box {
  display:flex;
}

#group-by-id-popup .list .group .control_box div {
  width:24px;
  height:24px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
#group-by-id-popup .list .group_container .group {
  background-color: #fff;
  color: #000;
}

/* #group-by-id-popup .list .group_container .group.invisible {
  background-color: var(--color-prop-bg-4);
  color: var(--color-prop-slt-btn-light-gray);
}

#group-by-id-popup .list .group_container .group.invisible.on{
  background-color: var(--color-prop-sub-title);
  color: var(--color-prop-slt-btn-light-gray);
} */

#group-by-id-popup .list .group.invisible {
  visibility: visible !important;
}

#group-by-id-popup .list .group .control_box .visuality,
#group-by-id-popup .list .group.invisible .control_box .visuality {
  background-image: url("/image/assets/icon_group_control_show-6e919d0b086ab74b32855479e717616d.png");
}

#group-by-id-popup .list .group .control_box .unvisuality {
  background-image: url("/image/assets/icon_group_control_hide-64d999053fe7ead85d3bbab5386b13c8.png");
}

#group-by-id-popup .list .group .control_box .add {
  background-image: url("/image/assets/icon_group_control_add-1088ef4eced0c90f789643dbf00d981f.png");
}

#group-by-id-popup .list .group .control_box .delete {
  background-image: url("/image/assets/icon_group_control_delete-ce68eefed7843976d2943af458db415d.png");
}

#group-by-id-popup .list .group_container .group.has_child .arrow {
  background-image: url("/image/assets/icon_group_right_arrow-8b9e1859cf021c80d71c3e69cf8ee5e9.png");
  width:24px;
  height:24px;
  position: absolute;
  left:8px;
  background-position: center;
  cursor: pointer;
}

#group-by-id-popup .list .group_container .group.has_child.active .arrow {
  background-image: url("/image/assets/icon_group_bottom_arrow-e8706dc3274794c1f3bf7a81e23cb60d.png");
}

#group-by-id-popup .list .group_container .update_input {
  width: 100%;
  border: 1px solid #FC3C22;
  border-radius: 2px;
}
/*geojson*/
#geojsonForm .input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#geojsonForm .input-wrap input {
  background-color: unset;
  border: none;
}

.editor-geojson--wrap{    
  height: 250px;
  padding: 40px;
}
.editor-geojson--wrap .popup-sub-title{
  width: 120px;
  display: inline-block; 
}
.editor-geojson--wrap .editor-dialog--box{  
  padding: 15px 0;  
  border-bottom: 1px solid #d7dcde;
}
/*csv*/
#csvForm .input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#csvForm .input-wrap input {
  background-color: unset;
  border: none;
}

.editor-csv--wrap{
  height: 370px;
  padding: 40px;
}
.editor-csv--wrap .popup-sub-title{
  width: 120px;
  display: inline-block;
}
.editor-csv--wrap .editor-dialog--box{
  padding: 15px 0;
  border-bottom: 1px solid #d7dcde;
}
