._map_layer {
  width: 750px !important;
  height: 750px !important;
  position: relative;
}

._map_layer_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}

._map_layer_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;

  background-color: transparent;
  /* click event MAP DIV로 투과 필요  */
  pointer-events: none;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 15px;
}

._result_panel_bg {
  width: 584px !important;
  height: 180px;
  padding: 20px;
  margin: 0px;
  background: #ffffff !important;

  /* GRAY SCALE / GRAY 05 */
  border: 1px solid #aeb2c1;
  border-radius: 10px;
}

._result_panel {
  height: 100% !important;
  width: 100% !important;
}
._result_panel_scroll {
  padding-right: 10px !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  height: 100% !important;
}

._result_panel_scroll::-webkit-scrollbar {
  width: 5px;
}
._result_panel_scroll::-webkit-scrollbar-thumb {
  background-color: #dfe2eb;
}

._result_item_single {
  width: 100%;
  display: flex;
}

/*  */
/*  */
._alert_info {
  align-items: center;
  background: rgba(32,32,32,.7);
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-family: SUIT;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 17px;
  margin-left: 35px;
  margin-right: 35px;
  min-height: 36px;
  width: 100%;
}
._alert_info-multiline {
  padding: 23px;
}

._btn_action-search {
  border-radius: 5px!important;
  height: 45px!important;
}
._btn_action {
  background: #fafbff!important;
  border: 1px solid #4a4a4a;
  border-radius: 2px;
  color: #6f6f6f;
  cursor: pointer;
  font-weight: 500!important;
  line-height: 18px;
}

._btn_action, ._btn_action_draw {
  align-items: center;
  display: inline-flex;
  font-family: SUIT;
  font-size: 14px;
  font-style: normal;
  height: 35px;
  justify-content: center;
  pointer-events: all;
  width: 90px;
}

._btn_action_draw {
  background: #fff;
  border: 1px solid #aeb2c1;
  border-radius: 2px;
  color: #aeb2c1;
  cursor: default;
  font-weight: 500;
  line-height: 17px;
  -webkit-user-select: none;
  user-select: none;
}

.__color_grey_disable {
  border-color: #aeb2c1!important;
  color: #aeb2c1!important;
}

/* ._map_action button[data-selected="true"] {
  border: 1px solid #3f5dff;
  color: #3f5dff !important;
} */

._btn_radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 95px;
  height: 45px;

  background: #ffffff;
  /* GRAY SCALE / GRAY 05 */

  border: 1px solid #aeb2c1;
  border-radius: 75px;
  
  cursor: pointer;
  pointer-events: all;
}

/*  */
/*  */
._search_entry_short {
  width: 250px !important;
}

._search_entry {
  background: #fff;
  border: 1px solid #aeb2c1;
  border-radius: 75px;
  color: #474b5a;
  font-family: SUIT;
  font-size: 15px;
  font-style: normal;
  font-weight: 500 !important;
  height: 45px;
  line-height: 19px;
  padding-left: 20px;
  padding-right: 42px;
  pointer-events: all;
  width: 584px;
}
._search_entry ::placeholder {
  /* GRAY SCALE / GRAY 05 */
  color: #aeb2c1;
}
/*
._search_entry + button {
  background: transparent !important;
  border: none;
  height: 17px;
  margin-left: -39px;
  margin-right: 19px;
  outline: none;
  padding: 0!important;
  vertical-align: text-bottom !important;
  width: 17px;
}
*/

._search_entry + button img {
  background: transparent !important;
  object-fit: contain;
}

/* ################ */
/* ################ */
/* ################ */
/* ################ */

.__flex_expand {
  flex-grow: 1 !important;
}
.__flex_align_start {
  align-self: flex-start !important;
}
.__height_150 {
  height: 150px !important;
}

.__color_grey {
  border-color: #aeb2c1 !important;
  color: #aeb2c1 !important;
}
.__color_blue {
  border-color: #3f5dff !important;
  color: #3f5dff !important;
  cursor: pointer !important;
  pointer-events: all;
}

.__color_blue_fill {
  border-color: #3f5dff !important;
  background: #3f5dff !important;
  color: #ffffff !important;
}

.__bottom_margin_15 {
  margin-bottom: 10px !important;
}

.__space_10_h {
  height: 10px !important;
}

.__space_15_w {
  width: 15px !important;
}
.__space_15_h {
  height: 15px !important;
}

.__space_13_w {
  width: 13px !important;
}
.__space_10_w {
  width: 10px !important;
}
.__space_10_h {
  height: 10px !important;
}

.__full_width {
  width: 100% !important;
}

.__disable_text {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */

  /* GRAY SCALE / GRAY 05 */

  color: #aeb2c1;
}


.waypoint_input button {
  margin-top: 14px;
  margin-bottom: 14px;
  
}

.waypoint_input button.wp_add {
  background: url("/lib/img/_icon/add-circle.svg") center center / cover !important;
}

.waypoint_input button.wp_clear {
  background: url("/lib/img/_icon/clear-circle.svg") center center / cover !important;
}

.toast_close {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 16.9px;
  top: 14.9px;
}
#alertLocationToast .toast_close .btn.close {
  display: inline-block;
  width: 10.2px;
  height: 10.2px;
  background: url(../img/icon/toast_close_btn.svg) center center / contain no-repeat;
}

#alertLocationToast {
  top: 215px;
  bottom: initial;

  width: 336px;
  height: 40px;

  background: #454545;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;

  font-family: 'SUIT';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
  /* display: flex; */
  align-items: center;
  text-align: center;

  color: #FFFFFF;
}

#clipboardToast {

  bottom: 300px;

  box-sizing: border-box;
  width: 210px;
  height: 40px;

  background: #FDFDFD;
  border: 1px solid #DCDFE8;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 100px;

  font-family: 'SUIT';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;

  align-items: center;
  text-align: center;

  color: #474B5A;

}

.toast_popup {
  display: none; 
  position: fixed; 

  left: 60%; 
  transform: translateX(-50%); 
  /* padding:20px; 
  border: 1px #D2D5E0 solid; 
  border-radius: 10px; 
  box-shadow: 5px 5px 5px #00000040;
  font-size: 18px; 
  font-weight: 500; 
  background: #ffffff; */
  z-index: 30;
}

.current_location {
  background: url('/lib/img/_icon/current_location.svg') center center / cover no-repeat;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 5px 5px 5px #00000040;
  border: 1px #3f5dff solid !important;
  cursor: pointer;
}

._scroll_padding {
  padding: 10px 20px 10px 20px;
}