@charset "UTF-8";
.com_grade_icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.p_map_search main {
  padding-bottom: 0;
}
@media screen and (max-width: 1023.9px) {
  .p_map_search main .com_pg_tit__wrap {
    margin-bottom: 0;
  }
}
.p_map_search main .search_result {
  padding: 30px;
  width: 480px;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border-right: 1px solid #DBDBDB;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.dark .p_map_search main .search_result {
  border-color: #3B3B3B;
}
@media screen and (min-width: 1023.9px) {
  .p_map_search main .search_result {
    left: -480px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_map_search main .search_result {
    bottom: 64px;
    position: fixed;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border: none;
    width: 100%;
    overflow: hidden;
    transform: translateY(calc(100% - 30px));
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.p_map_search main .search_result .list_wrap {
  margin-block: 20px;
}
.p_map_search main .search_result .btn_result_handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  right: -24px;
  border-radius: 0px 10px 10px 0px;
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  background: linear-gradient(90deg, #FFF 53.37%, #F3F3F3 100%);
  width: 25px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  z-index: 99;
}
.dark .p_map_search main .search_result .btn_result_handle {
  border-color: #3B3B3B;
  background: linear-gradient(90deg, #000 53.37%, #151515 100%);
}
@media screen and (max-width: 1023.9px) {
  .p_map_search main .search_result .btn_result_handle {
    width: 84px;
    height: 5px;
    border-radius: 100px;
    background: #EDEDED;
    top: 10px;
    right: 50%;
    transform: translate(50%, 0);
  }
  .p_map_search main .search_result .btn_result_handle .svg_icon {
    display: none;
  }
}
.p_map_search main .search_result.active {
  left: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media screen and (max-width: 1023.9px) {
  .p_map_search main .search_result.active {
    transform: translateY(0);
    max-height: 50vh;
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .p_map_search main .search_result.active::-webkit-scrollbar { /*스크롤바*/
    width: 5px;
    height: 5px;
  }
  .p_map_search main .search_result.active::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .p_map_search main .search_result.active::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #e2e8f0;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .p_map_search main .search_result.active::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: none;
  }
  .p_map_search main .search_result.active::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: none;
  }
  .dark .p_map_search main .search_result.active {
    scrollbar-highlight-color: #6b6b6b;
  }
  .dark .p_map_search main .search_result.active::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #6b6b6b;
  }
  .dark .p_map_search main .search_result.active::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #6b6b6b;
  }
}
.p_map_search main .search_result.active .btn_result_handle .svg_icon {
  transform: rotate(180deg);
}
.dark .p_map_search main .search_result {
  background-color: #000;
}
.p_map_search main .map {
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
.p_map_search main .map__area {
  height: 870px;
  position: relative;
}