/* line 477, scss/component.scss */
#simpleLayerSearch .layerSearch_layerSearch {
	display: unset;
}
#simpleLayerSearch .layerSearch_layerMenu {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    border-radius: 6px;
    padding: 14px 15px 14px 25px !important;
    background-color: #F1F4FF;
}


#simpleLayerSearch .layerSearch_layerMenu .undefined.simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

#simpleLayerSearch select::after {
	content: '';
    width: 21px;
    height: 20px;
    padding-right: 15px;
    background: url(/images/ico/ico-custom-dropdown-arrow.svg) no-repeat center;
}

#simpleLayerSearch .layerSearch_layerMenu .layerSearch_hidden {
    font-size: 0.875rem;
    font-family: "pre Bold";
    color: #181818;
    white-space: nowrap;
    display: unset;
}

#simpleLayerSearch .layerSearch_layerMenu select {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #D1D2D9;
    border-radius: 4px;
    background-color: #fff;
    font-family: "pre Medium";
    font-size: 0.875rem;
}

#simpleLayerSearch .layerSearch_layerMenu select option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
    position: absolute;
    top: 39px;
    left: -1px;
    z-index: 100;
    border-radius: 0 0 4px 4px;
    width: calc(100% + 2px);
    max-height: 153px;
    overflow-y: auto;
    border: 1px solid #D1D2D9;
    border-top: 0;
    padding: 20px 15px;
    background-color: #fff;
}

#simpleLayerSearch .layerSearch_searchArea {
   /*  display: flex; */
    -webkit-box-align: center;
    align-items: center;
    column-gap: 10px;
}

#simpleLayerSearch .layerSearch_searchArea .layerSearch_inputBox {
	margin-top: 20px;
}

#simpleLayerSearch .layerSearch_inputBox input::placeholder {
      font-family: 'pre Regular';
      font-size: 0.875rem;
}

#simpleLayerSearch .layerSearch_search.simple {
    width: 100%;
    height: 40px;
    font-size: 0.875rem;
    font-family: 'pre Regular';
    padding: 0 15px;
    border-radius: 4px;
}

#simpleLayerSearch .layerSearch_btnSearch.simple {
    width: 45px;
    height: 40px ;
    border-radius: 4px;
    background-color: #454545 !important;
	content: '';
	font-size: 0px;
}
#simpleLayerSearch .layerSearch_btnSearch {
    background: url(/images/ico/ico-search.svg) no-repeat center !important;
}

#simpleLayerSearch .layerSearch_resultArea {
	margin-top: 20px !important;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#simpleLayerSearch .layerSearch_resultArea dl {
	width: 100%;
}
#simpleLayerSearch .layerSearch_resultArea dl .layerSearch_noCont{
	width: 70%;
}
#simpleLayerSearch .layerSearch_resultArea dl .layerSearch_sortDt{
	width: 30%;
}

.layerSearch_layerListBox table tbody tr td:first-child, .layerSearch_layerListBox table th:first-child {
	width: auto;
}

.layerSearch_layerListBox table tbody tr td:last-child, .layerSearch_layerListBox table th:last-child {
	width: auto;
}

#simpleLayerSearch .layerSearch_layerListBox tr:hover td {
	background-color: #F1F4FF;
}

#simpleLayerSearch .layerSearch_resultArea dl dt strong {
	 font-size: 0.9375rem;
    font-family: "pre Medium";
    color: #454545;
}

.layerSearch_resultArea .layerSearch_layerCountTxt {
	margin: 0 3px;
    font-family: 'pre Bold';
    color: #4358E6;
}

#simpleLayerSearch .layerSearch_sortDt .layerSearch_sortSelect {
	/* width: 110px; */
}

#simpleLayerSearch select.layerSearch_sortSelect {
    width: 100px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-family: "pre Medium";
    color: #222;
    border-color: #D1D2D9;
    background: #fff url(/images/ico/ico-custom-dropdown-arrow.svg) no-repeat center right 5px;
}

#simpleLayerSearch .layerSearch_layerListWrap {
    margin-top: 10px;
}

#simpleLayerSearch .layerSearch_layerListWrap .layerSearch_layerListBox {
 	margin-top: 10px !important;
}


#simpleLayerSearch .layerSearch_layerListBox th:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#simpleLayerSearch .layerSearch_layerListBox thead th {
    position: sticky;
    top: 0;
}

#simpleLayerSearch .layerSearch_layerListBox thead th {
    height: 46px;
    font-size: 0.8125rem;
    font-family: "pre Medium";
    color: #555;
    text-align: center;
    background-color: #F1F1F1;
    padding: 0 15px;
}

#simpleLayerSearch .layerSearch_layerListBox th:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#simpleLayerSearch .layerSearch_layerListBox table th:nth-child(2) {
    width: 60%;
}
#simpleLayerSearch .layerSearch_layerListBox td {
    height: 63px;
    border-bottom: 1px solid #D9D9D9;
    background-color: #fff;
    padding: 0 15px;
}

#simpleLayerSearch .layerSearch_btnAddLayer {
	width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
   /*  border-radius: 4px 0 0 4px; */
}

 #simpleLayerSearch .layerSearch_layerListBox th td:last-of-type{
    background: url(/images/ico/ico-trash.svg) no-repeat center;
 }


 #simpleLayerSearch .layerSearch_layerMenu .layerSearch_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
 }

 #wrap.simpleMapApp .layerSearch_layerMenu .layerSearch_label{
    font-size: 0.875rem;
    font-family: "pre Bold";
    color: #181818;
    white-space: nowrap;
 }

 #wrap.simpleMapApp .layerSearch_layerListBox table th{
 	position: sticky;
    top: 0;
 }
 #wrap.simpleMapApp .layerSearch_layerListBox table th:first-of-type{
 	width: 60px;
 }


 #wrap.simpleMapApp .layerSearch_layerListBox table th:nth-of-type(2){
 	width: 130px;
 }
 #wrap.simpleMapApp .layerSearch_layerListBox table th:nth-of-type(3) {
    width: 100%;
}


 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox{
 	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
 }

 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox .layerSearch_colBox{
 	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3px;
 }

 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox .layerSearch_colBox .layerSearch_lyrTxt{
    font-size: 0.875rem;
    font-family: "pre Regular";
    color: #222;
    width: auto;
    max-width: none;
    text-overflow: initial;
    white-space: initial;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }
 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox .layerSearch_colBox .layerSearch_subDc{
 	font-size: 0.75rem;
    font-family: "pre Regular";
    color: #777;
 }

 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox .layerSearch_btnArea{
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
 }
 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox .layerSearch_btnArea button{
 	width: 26px;
    height: 26px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
 }
 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox .layerSearch_btnArea .layerSearch_btnAddLayer{
    border-radius: 4px 0 0 4px;
    background: url(../../../images/simpleMapApp/ico/ico-plus-14x14.svg) no-repeat center;
 }
 #wrap.simpleMapApp .layerSearch_layerListBox table .layerSearch_layerDcTxt .layerSearch_tableBox .layerSearch_btnArea .layerSearch_btnRemoveLayer{
  	border-left: 0;
   border-radius: 0 4px 4px 0;
    background: url(../../../images/simpleMapApp/ico/ico-trash.svg) no-repeat center;
 }
