@charset "utf-8";

/* mobile_common_custom.css custom css*/
/* common.css 사이트 전체 공통 디자인*/
:root {
  --blue-color: #5779FF;
}

.mobile .type03 #map {
  height: calc(100% - 64px);
}

.mobile #map {
  width: 100%;
  height: 100%;
  background-color: #dbdbdb;
  z-index: 0;
}

.mobile #map>canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.mobile .btn {
  border: 0;
}

.mobile select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
}

.mobile .widgetFlex {
  left: 0px;
}

/*주소검색*/
.mobile #searchAreaWidget {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 46px;
  z-index: 1;
}

.mobile #userMenu,
.mobile .widgetFlex,
.mobile .addressSearch_frame .addressSearch_inputBox,
.mobile #userMenu .addressSearch_inputWrap,
.mobile #userMenu .addressSearch_inputWrap>div {
  width: 100%
}

.mobile #userMenu .addressSearch_searchArea {
  background-color: #fff;
  margin: 0 20px;
  position: relative;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
}

.mobile #userMenu .addressSearch_searchArea>select {
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  min-width: 112px;
  border: 0;
  padding-left: 8px;
  vertical-align: middle;
  background: url(../images/mobile-images/ico-search_arrow.png)no-repeat center right 2px;
  font-weight: 300;
  color: #959595;
  box-shadow: none;
  font-size: 13px;
  padding-right: 0px;
}

.mobile #userMenu .addressSearch_searchArea input[type="text"] {
  border: 0;
  height: 100%;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 50px;
  letter-spacing: -1px;
  border-radius: 5px;
  margin: 0;
  padding: 0 58px 0 10px;
  width: 100%
}

.mobile #userMenu .addressSearch_searchArea input[type="text"]::placeholder {
  color: #bbb;
  font-family: 'Noto Sans';
}

.mobile #userMenu .addressSearch_searchArea .addressSearch_btnSearch {
  width: 18%;
  height: 46px;
  right: -3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--blue-color) url(../images/mobile-images/ico-search_button.png)no-repeat center;
  border-radius: 0px 5px 5px 0;
  border: 0;
  z-index: 1;
  margin-right: 0px;
}

.mobile #userMenu .addressSearch_inputBox {
  box-shadow: none;
}

.mobile #userMenu .addressSearch_inputWrap {
  padding: 0px;
  width: 82%
}

.mobile #userMenu .addressSearch_inputBox .addressSearch_param.addressSearch_lng,
.mobile #userMenu .addressSearch_inputBox .addressSearch_param.addressSearch_lat {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.mobile #userMenu #addressSearch_result {
  height: auto;
  width: 99%;
  margin: 0 auto;
  margin-top: 7px;
}

/*레이아웃 탭*/
.mobile .layoutArea.col2 .row div {
  width: 95px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.mobile .layoutArea .row {
  display: inline;
}

/* 기능버튼들 */
.mobile #widget .group {
  box-shadow: none;
  width: unset;
  position: relative;
}

.mobile.type03 #widget .group {
  position: initial;
}

.mobile.type01 #widget group {
  height: 38px;
}

.mobile.type01 #widget .group li>div {
  width: 100%;
  height: 100%;
}

.mobile #zoomControlWidget_bottom {
  height: 0;
  margin: 0;
}

.moblie #widget .zoomWidget {
  display: none;
}

.mobile.type02 #widget div {
  height: 100%;
  width: unset;
}

.mobile.type01 #widget .group ul {
  display: flex;
}

.mobile.type01 #widget .group li button span,
.mobile.type02 #widget .group li button span {
  display: none;
}

.mobile #widget #drawControlWidget .drawControl_toolBtn {
  background-image: url(../images/mobile-images/ico-draw.png);
}

.mobile.type01 #drawControlWidget .drawControl_drawControlContent {
  height: 100%;
}

.mobile #widget .dep1 #basemapWidget button {
  min-height: unset;
}

.mobile #widget .dep1>li:first-of-type {
  border-radius: 5px;
}

.mobile #widget .dep1>li.resetWidget>.clearControl_clearControlContent>.clearControl_clearBtn {
  height: 100%;
  width: 100%;
  background-position: center center;
}

.mobile.type03 #widget .flex {
  display: block;
}

.mobile.type03 #widget .dep1>li.resetWidget>.clearControl_clearControlContent>.clearControl_clearBtn {
  background-position: center top;
}

.mobile #widget .dep1>li.resetWidget:hover {
  background-color: #fff;
}

#widget.tool-list-box ul li button.btn-drawControlWidget.btn-on {
  background-image: url(../mobile-images/ico-draw_on.png);
}

.mobile #widget.tool-list-box {
  position: absolute;
  right: unset;
  z-index: auto;
}

.mobile.type01 #widget.tool-list-box {
  top: 91px;
  left: 78px;
}

.mobile.type02 #widget.tool-list-box {
  top: 91px;
  right: 20px;
}

.mobile.type02 #widget.tool-list-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile.type02 #widget.tool-list-box ul li {
  margin: 0;
}

.mobile.type03 #widget.tool-list-box {
  z-index: 99999;
  position: relative;
  top: unset;
  height: 64px;
  padding: 0 5px;
  background-color: #fff;
  box-shadow: 0px -3px 4px rgba(0 0 0 / .16);
}

.mobile.type03 #widget.tool-list-box ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}

.mobile.type03 #widget.tool-list-box ul li {
  width: 45px;
  box-shadow: none;
  border: 0px;
  border-radius: 5px;
  padding: 10px 5px 10px 5px;
  margin-left: 0px;
  height: 45px;
}

.mobile.type03 #widget.tool-list-box ul li button.btn-on {
  border: 0;
}

.mobile.type03 #widget.tool-list-box button {
  background-position: center top;
  border: 0;
}

.mobile.type03 #widget.tool-list-box button span {
  line-height: 80px;
  color: #aaa;
  font-size: 9px;
  position: unset;
  width: unset;
  height: unset;
  margin: 0;
  overflow: unset;
  white-space: nowrap;
  font-weight: 400;
  display: inline;
}

.mobile.type03 #widget.tool-list-box button.btn-on span {
  color: #32A1FF;
}

.mobile #widget.tool-list-box ul li {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.28);
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0px;
}

.mobile #widget.tool-list-box ul li:first-child {
  margin-left: 0;
}

.mobile #widget.tool-list-box ul li button {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: unset;
  border: 1px solid #fff;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  min-height: unset;
}

.mobile #widget.tool-list-box ul li button.layer {
  background-image: url(../images/mobile-images/ico-layer.png);
}

.mobile #widget.tool-list-box ul li button.layer.btn-on {
  background-image: url(../images/mobile-images/ico-layer_on.png);
}

.mobile #widget.tool-list-box ul li button.btn-drawControlWidget {
  background-image: url(../images/widget/widget-draw-gray.png);
}

.mobile #widget.tool-list-box ul li button.btn-drawControlWidget.btn-on {
  background-image: url(../images/widget/widget-draw.png);
}

.mobile #widget.tool-list-box ul li button.btn-basemapWidget {
  background-image: url(../images/widget/widget-basemap-gray.png);
}

.mobile #widget.tool-list-box ul li button.btn-basemapWidget.btn-on {
  background-image: url(../images/widget/widget-basemap.png);
}

.mobile #widget.tool-list-box ul li button.btn-layerSearchWidget {
  background-image: url(../images/widget/widget-layerSearch-gray.png);
}

.mobile #widget.tool-list-box ul li button.btn-layerSearchWidget.btn-on {
  background-image: url(../images/widget/widget-layerSearch.png);
}

.mobile #widget.tool-list-box ul li button.btn-tocWidget {
  background-image: url(../images/mobile-images/ico-map.png);
}

.mobile #widget.tool-list-box ul li button.btn-tocWidget.btn-on {
  background-image: url(../images/mobile-images/ico-map-active.png);
}

.mobile #widget.tool-list-box ul li.fullScreenControlWidget {
  background: url("../images/widget/widget-fullscreen-gray.png") no-repeat center #fff;
}


/*농협 보낼때 주석처리할 것*/
/*로드뷰 위젯*/
.mobile #widget.tool-list-box ul li.roadViewWidget>div>button {
  background: url("../images/widget/widget-roadview-gray.png") no-repeat center top #fff;
}


.mobile #widget.tool-list-box ul li.roadViewWidget>div>button.btn-on {
  background: url("../images/widget/widget-roadview.png") no-repeat center top #fff;
}

.mobile.type03 #widget.tool-list-box ul li.roadViewWidget {
  background-position: 11px 8px;
}

/*농협 보낼때 주석처리할 것*/

.mobile #widget.tool-list-box ul li.resetWidget>div>button,
.mobile #widget.tool-list-box ul li.fullScreenControlWidget>div>button:hover,
.mobile #widget .dep1>li.resetWidget>.clearControl_clearControlContent>.clearControl_clearBtn:hover,
.mobile #widget .dep1>li.resetWidget>.clearControl_clearControlContent>.clearControl_clearBtn {
  background-image: none;
}

.mobile #widget.tool-list-box ul li.resetWidget {
  background: url("../images/widget/widget-clear-gray.png") no-repeat center #fff;
}

.mobile.type03 #widget.tool-list-box ul li.resetWidget {
  background-position: 11px 8px;
}


.mobile:not(.type03) #widget.tool-list-box ul li:hover button.tool>span,
.mobile:not(.type03) #widget.tool-list-box ul li:hover button.clearControl_clearBtn>span,
.mobile .home-btn-box .currentViewControl_moveCurrentView:hover>span,
.mobile .home-btn-box #mobile_zoomControlWidget button:hover>span {
  display: block;
  z-index: 10;
  position: absolute;
  line-height: 27px;
  padding: 0 5px;
  background: #fff;
  border-radius: 5px;
  color: #555;
  border: 1px solid #eef1f8;
  font-size: 14px;
  margin-top: 25px;
  font-weight: normal;
  text-indent: initial;
  width: max-content;
  height: 27px;
  visibility: visible;
}

.mobile.type01 #widget.tool-list-box ul li:hover button.tool>span,
.mobile.type01 #widget.tool-list-box ul li:hover button.clearControl_clearBtn>span,
.mobile.type01 .home-btn-box .currentViewControl_moveCurrentView:hover>span,
.mobile.type01 .home-btn-box #mobile_zoomControlWidget button:hover>span,
.mobile.type02 .home-btn-box .currentViewControl_moveCurrentView:hover>span,
.mobile.type02 .home-btn-box #mobile_zoomControlWidget button:hover>span {
  left: 0px;
}

.mobile.type02 #widget.tool-list-box ul li:hover button.tool>span,
.mobile.type02 #widget.tool-list-box ul li:hover button.clearControl_clearBtn>span {
  right: 0px;
}

/* 확대축소버튼 */
.mobile .home-btn-box {
  position: absolute;
  top: 91px;
  display: flex;
  flex-direction: column;
  left: 20px;
}

.mobile .home-btn-box button {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.28);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background-color: #fff;
  margin-bottom: 5px;
}

.mobile .home-btn-box button.zoomControl_inBtn {
  background-image: url(../images/mobile-images/ico-plus.png);
}

.mobile .home-btn-box button.zoomControl_outBtn {
  background-image: url(../images/mobile-images/ico-minus.png);
}

.mobile .zoomControl_zoomControlContent {
  width: auto;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}

.mobile .home-btn-box .currentViewControl_moveCurrentView {
  background-image: url(../images/mobile-images/ico-location.png);
  border: 0;
  border-radius: 50%;
  margin-top: 5px;
}

.mobile .home-btn-box .currentViewControl_moveCurrentView span {
  display: none;
}

/* toolbox */
.mobile #mapDiv {
  position: relative;
  display: flex;
  flex: 1 1;
  flex-direction: column;
}

/* .mobile.type03 .tool-box { bottom: 64px; } */
.mobile .tool-box {
  z-index: 999;
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  bottom: 0px;
  box-shadow: 0px -3px 3px rgba(0 0 0 / .15);
  height: 0;
}

.mobile .tool-box.on_open {
  height: 46%;
  display: block;
  z-index: 99;
}

.mobile .tool-box.on_close {
  height: 28px;
  bottom: -5px;
  display: block;
}

.mobile .tool-box::before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, .0);
  transition: all .2s;
  -webkit-transition: background-color .2s;
  width: 100%;
  height: 0vmax;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.mobile .tool-box.on_Full::before {
  content: '';
  position: absolute;
  display: block;
  height: 100vmax;
  background-color: rgba(0, 0, 0, .5);
  opacity: 1;
}

.mobile .tool-box>.moving-button-box {
  display: none;
  text-align: center;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.mobile .tool-box>.moving-button-box.on {
  display: block;
  border-bottom: 5px solid #f6f6f8;
}

.mobile .tool-box>.moving-button-box .btn.moving {
  background-color: #000;
  border-radius: 2px;
  width: 32px;
  height: 4px;
  display: inline-block;
  position: relative;
  top: 7px;
  border: 0;
}

.mobile .tool-box>.tools {
  width: 100%;
  background-color: #fff;
  height: calc(100% - 28px);
}

.mobile .tool-box>.tools>div {
  width: 100%;
  /* 일부 위젯은 아래와 같이 패딩을 지정하면 css 가 깨지는 현상이 발생해서 위젯들 각각 padding 을 따로 적용하기 위해 주석처리
  	padding: 0 20px;
  */
}

.mobile .tool-box>.tools>div.t-open {
  display: block;
  padding: 0 20px 30px 20px;
  height: 100%;
}

/* 레이어 */
.mobile .tool-box>.tools>div.layerSearch_layerSearch {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerMenu {
  width: 100%;
  display: block;
  padding-top: 20px;
  background: #fff;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerMenu select:nth-child(2) {
  margin-right: 15px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerMenu select:nth-child(4) {
  margin-right: 35px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerMenu>li>p {
  color: #9A9A9A;
  font-size: 14px;
  margin-bottom: 5px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch select {
  float: none;
  margin-top: 5px;
  height: auto;
  padding: 5px 12px;
  font-size: 14px;
  border: 0;
  width: 142px;
  background: url(../images/mobile-images/ico-select_arrow.png)no-repeat center right 12px / 14px;
  font-weight: 300;
  color: #333333;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0 0 0 / .16);
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_inputBox {
  margin-top: 15px;
  position: relative;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_inputBox input {
  border: 0;
  border-bottom: 1px solid #CCC;
  width: 100%;
  height: 45px;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 50px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_inputBox input::placeholder {
  color: #9A9A9A;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_inputBox .layerSearch_btnSearch {
  font-size: 0px;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  background: url(../images/mobile-images/ico-layer_search.png)no-repeat center / 22px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .search-result p {
  font-size: 12px;
  color: #9A9A9A;
  margin-bottom: 10px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .search-result p span {
  font-size: 12px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .search-result p span.data {
  color: #333;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .search-result p span.requirement {
  color: #FF8A61;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .search-result p span.result {
  color: var(--blue-color);
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .search-result select {
  width: 155px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox {
  margin-top: 15px;
  font-size: 14px;
  max-height: 440px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table {
  width: 100%;
  border-collapse: collapse;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table th {
  padding: 0px;
  font-size: 14px;
  color: #333333;
  background-color: #F4F5F6;
  border-right: 1px solid #fff;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table th:nth-child(1) {
  width: 50px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table th:nth-child(2) {
  width: 100%
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table th:nth-child(3) {
  width: 50px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table th:last-child {
  border-right: 0;
  display: none;
  width: 0;
  height: 0;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table td {
  border-bottom: 1px solid #F6F6F8;
  padding: 0px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table td:last-child {
  border-right: 0;
  display: none;
  width: 0;
  height: 0;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table td .layerSearch_layerTypeBox {
  width: 13px;
  height: 13px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  padding: 7px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table td:nth-child(1) {
  text-align: center;
  border-right: 1px solid #F6F6F8;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table td:nth-child(2) {
  text-indent: 12px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table td:nth-child(3) {
  text-align: center;
  border-right: 0;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox>table .layerSearch_btnAddLayer {
  padding: 0px;
  margin: 0px auto;
  width: 27px;
  height: 27px;
  background: url(../images/mobile-images/ico-table_pluse.png)no-repeat center / 11px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}

.mobile .layerSearch_layerContent {
  padding: 0px;
  max-height: 723px;
}

.mobile .layerSearch_resultArea dl dt strong {
  font-size: 12px;
  color: #9A9A9A;
  margin-bottom: 10px;
}

.mobile .layerSearch_resultArea dl {
  display: block;
}

.mobile .layerSearch_resultArea {
  margin: 15px 0px 0px 0px;
}

.mobile .layerSearch_sortDt select {
  margin-left: 5px;
}

.mobile .layerSearch_layerListWrap {
  margin-top: 15px;
}

.mobile .layerSearch_lyrTxt {
  -webkit-line-clamp: 1;
  font-size: 14px;
  line-height: 14px;
}

/* 그리기도구 */
.mobile .drawControl_drawControlContent {
  height: 100%;
  position: unset;
  background: #f6f6f8;
  box-sizing: border-box;
  padding: 0 12px;
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv {
  background-color: unset;
  position: unset;
  padding: 15px 0px 0px 0px;
  flex-direction: unset;
  box-shadow: none;
  padding-top: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button {
  width: 62px;
  max-height: 54px;
  min-height: 54px;
  background-position: center top 4px;
  background-repeat: no-repeat;
  display: block;
  padding: 6px 5px;
  box-shadow: 0px 3px 6px rgba(0 0 0 / .16);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fff;
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button>span {
  padding: 0px;
  display: unset;
  line-height: 67px;
  font-size: 9px;
  font-weight: 400;
  color: #aaa;
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.dot {
  background-image: url(../images/mobile-images/ico-draw-01.png);
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.text {
  background-image: url(../images/mobile-images/ico-draw-02.png);
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.line {
  background-image: url(../images/mobile-images/ico-draw-03.png);
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.curve {
  background-image: url(../images/mobile-images/ico-draw-04.png);
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.polygon {
  background-image: url(../images/mobile-images/ico-draw-05.png);
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.Square {
  background-image: url(../images/mobile-images/ico-draw-06.png);
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.circle {
  background-image: url(../images/mobile-images/ico-draw-07.png);
}

.mobile .drawControl_drawControlContent>.drawControl_drawGrpDiv>button.buffer {
  background-image: url(../imagaes/mobile-images/ico-draw-08.png);
}

.draw>ul>li.on {
  border: 1px solid var(--blue-color);
}

.draw>ul>li.on>button>span {
  color: var(--blue-color);
}

.draw>ul>li.on>button.dot {
  background-image: url(../mobile-images/ico-draw-01-active.png);
}

.draw>ul>li.on>button.text {
  background-image: url(../mobile-images/ico-draw-02-active.png);
}

.draw>ul>li.on>button.line {
  background-image: url(../mobile-images/ico-draw-03-active.png);
}

.draw>ul>li.on>button.curve {
  background-image: url(../mobile-images/ico-draw-04-active.png);
}

.draw>ul>li.on>button.polygon {
  background-image: url(../mobile-images/ico-draw-05-active.png);
}

.draw>ul>li.on>button.Square {
  background-image: url(../mobile-images/ico-draw-06-active.png);
}

.draw>ul>li.on>button.circle {
  background-image: url(../mobile-images/ico-draw-07-active.png);
}

.draw>ul>li.on>button.buffer {
  background-image: url(../mobile-images/ico-draw-08-active.png);
}

/* 지도도구 */
.mobile .tool-box>.tools>.basemap_toolbox.basemap_top {
  background: #f6f6f8;
  display: block;
  padding: 0 20px 20px 20px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
}

.mobile .basemap_basemapArea {
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile ul.basemap_basemapArea li {
  width: 97px;
  height: 98px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  box-shadow: 2px 3px 3px rgba(0 0 0 / .16);
  background-color: #fff;
  align-items: flex-end;
}

.map>ul>li.on {
  border-color: var(--blue-color);
}

.mobile ul.basemap_basemapArea li>button>img {
  width: 70px !important;
  height: 65px !important;
  border: 0;
  background-color: #ccc;
  border-radius: 5px;
}

.map>ul>li.on>button {
  border: 1px solid var(--blue-color);
}

.mobile .basemap_basemapArea .basemap_layer.basemap_active select {
  width: 91px;
  font-size: 11px;
  background: #F6F6F8 url(../images/mobile-images/ico-map_select.png)no-repeat center right 3px / 8px;
  height: 26px;
  margin-top: 8px;
  padding-right: 18px;
  padding-left: 3px;
  color: #333333;
}

.mobile ul.basemap_basemapArea li>button>span {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 400;
  color: #333333;
}

/*toc*/
.mobile .miniTocWidget {
  padding: 0 20px;
}

.mobile .miniTocWidget .toc_tocTool .toc_btnGroup:last-of-type button.toc_btnAllView.toc_off {
  background-size: 20px;
}

.mobile .toc-content.miniTocWidget {
  box-sizing: border-box;
}

.mobile .miniTocWidget .toc_tocContentBox {
  max-height: 303px;
}

.mobile .tool-box>.tools>div.layerSearch_layerSearch .layerSearch_layerListBox {
  max-height: 440px;
}

.sampleFrame.mobile {
  height: calc(var(--vh, 1vh) * 100);
}

.mobile .widgetList div:last-child {
  margin-left: 0px;
}

.mobile .rstcustom__toolbarButton .toc_btnLayerView span,
.mobile .toc_btnAllView span {
  display: none;
}

.search-list-box {
  position: absolute;
  top: 91px;
  display: none;
  width: 100%;
  font-size: 14px;
  z-index: 3;
}

.search-list-box.t-open {
  display: block;
}

.search-list-box>div {
  margin: 0 20px;
  background-color: #fff;
  border-radius: 5px;
}

.search-list-box .search-result {
  padding: 8px 16px;
  background-color: #F5F5F5;
  border-radius: 5px 5px 0 0;
}

.search-list-box .search-result>p>span {
  font-weight: 500;
  font-size: 16px;
}

.search-list-box .search-result-list>ul {
  background-color: #F4F5F6;
  width: 100%;
  overflow-y: scroll;
  height: 450px;
}

.search-list-box .search-result-list>ul>li {
  padding: 8px 16px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 5px;
}

.search-list-box .search-result-list>ul>li>p>span {
  color: #484848;
  font-weight: 400;
  vertical-align: middle;
  font-size: 10px;
}

.search-list-box .search-result-list>ul>li>p>span.marker {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #fff;
  font-size: 8px;
  text-align: center;
  border-radius: 5px;
}

.search-list-box .search-result-list>ul>li>p>span.marker.doro {
  background-color: #283EBF;
}

.search-list-box .search-result-list>ul>li>p>span.marker.jibun {
  background-color: #00B8A3;
}

.search-list-box .search-result-list>ul>li>p>span.marker.bname {
  background-color: #FF7200;
}

.search-list-box .search-result-list>.search-result-list_close {
  background-color: #F4F5F6;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.search-list-box .search-result-list>.search-result-list_close>button {
  border: 0;
  background-color: unset;
  display: block;
  width: 100%;
  padding: 10px;
}

.mobile #popup .txt-center {
  max-height: 370px;
}

/* 로드뷰 위젯 */
.mobile .tool-box>.tools>div.roadView_roadViewModal {
	height: 430px;
}
