.gall_1_global_map {
  /* widget */
}
.gall_1_global_map.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.gall_1_global_map .bh_widget_content {
  position: relative;
}
.gall_1_global_map .bh_widget_content .map_content_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item {
  display: inline-flex;
  position: absolute;
  top: 27%;
  left: 47%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_ge {
  top: 23.5%;
  left: unset;
  right: 35%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_br {
  top: unset;
  bottom: 10%;
  left: 29%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_cn {
  top: 30.5%;
  left: unset;
  right: 22%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_tr {
  top: 38.5%;
  left: 53%;
  z-index: 1;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_us {
  top: 24%;
  left: 19%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_kr {
  top: 33.5%;
  left: unset;
  right: 12.5%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_in {
  top: unset;
  bottom: 27%;
  left: unset;
  right: 29%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item.country_vn {
  top: unset;
  bottom: 20%;
  left: unset;
  right: 19.5%;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .bh_item_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .map_pin {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url(/assets/images/sub/map_pin_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 11px;
  padding-bottom: 26px;
  width: 111px;
  height: 134px;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .map_pin .country_name {
  font-size: 20px;
  font-weight: bold;
  color: var(--bh_color_sub);
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .map_pin .country_name.ing {
  color: var(--bh_color_main);
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .status {
  text-align: center;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .status .status_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 34px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--bh_color_white);
  border-radius: 60px;
  background-color: #007c29;
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .status .status_label.ing {
  background-color: var(--bh_color_main_100);
  color: var(--bh_color_main);
}
.gall_1_global_map .bh_widget_content .map_content_pc .country_item .status .status_label.soon {
  width: 82px;
  background-color: var(--bh_color_gray_100);
  color: var(--bh_color_gray_600);
}
.gall_1_global_map .bh_widget_content .map_content_mobile .content_mobile_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item {
  position: relative;
  border-radius: 10px;
  padding: 8px 15px;
  background-color: var(--bh_color_white);
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .bh_item_inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .map_pin {
  display: flex;
  gap: 15px;
  align-items: center;
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .map_pin .country_img img {
  width: 35px;
  object-fit: contain;
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .map_pin .country_name {
  font-size: 18px;
  font-weight: bold;
  color: var(--bh_color_sub);
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .map_pin .country_name.ing {
  color: var(--bh_color_main);
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .status {
  text-align: center;
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .status .status_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 27px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--bh_color_white);
  border-radius: 60px;
  background-color: #007c29;
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .status .status_label.ing {
  background-color: var(--bh_color_main_100);
  color: var(--bh_color_main);
}
.gall_1_global_map .bh_widget_content .map_content_mobile .country_item .status .status_label.soon {
  background-color: var(--bh_color_gray_100);
  color: var(--bh_color_gray_600);
}
.gall_1_global_map .bh_widget_content .global_modal .bh_modal_dimmed.global {
  background-color: rgba(18, 18, 18, 0.8);
}
.gall_1_global_map .bh_widget_content .global_modal .popup_close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--bh_color_gray_900);
  font-size: 24px;
  cursor: pointer;
}
.gall_1_global_map .bh_widget_content .global_modal .bh_modal_content {
  background-color: transparent;
  max-width: 566px;
  max-height: 65vh;
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background-color: var(--bh_color_white);
  padding: 20px 40px;
  max-height: 65vh;
  height: auto;
  border-radius: 20px;
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .country_title_box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .country_title_box .name {
  font-size: 2rem;
  font-weight: bold;
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box .info_item {
  display: flex;
  gap: 45px;
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box .info_item .ttl {
  width: 105px;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box .info_item .desc {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_gray_800);
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box .info_item .desc.ing {
  color: var(--bh_color_main);
}
.gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box .info_item .desc.done {
  color: #007c29;
}
@media (max-width: 1600px) {
  .gall_1_global_map .bh_widget_content .map_content_pc .country_item .bh_item_inner {
    gap: 5px;
  }
  .gall_1_global_map .bh_widget_content .map_content_pc .country_item .bh_item_inner .map_pin {
    padding-top: 8px;
    padding-bottom: 18px;
    width: 80px;
    height: 95px;
  }
  .gall_1_global_map .bh_widget_content .map_content_pc .country_item .bh_item_inner .map_pin .country_img img {
    width: 45px;
    object-fit: contain;
  }
  .gall_1_global_map .bh_widget_content .map_content_pc .country_item .bh_item_inner .map_pin .country_name {
    font-size: 13px;
  }
  .gall_1_global_map .bh_widget_content .map_content_pc .country_item .bh_item_inner .status .status_label {
    width: 75px;
    height: 27px;
    font-size: 1.4rem;
  }
  .gall_1_global_map .bh_widget_content .map_content_pc .country_item .bh_item_inner .status .status_label.soon {
    width: 75px;
  }
}
@media (max-width: 992px) {
  .gall_1_global_map .bh_widget_content .global_modal .popup_close {
    top: 20px;
    right: 20px;
    font-size: 18px;
  }
  .gall_1_global_map .bh_widget_content .global_modal .bh_modal_content {
    max-width: 94vw;
    max-height: 85vh;
  }
  .gall_1_global_map .bh_widget_content .global_modal .map_popup_inner {
    gap: 15px;
    padding: 15px 15px;
    max-height: 85vh;
  }
  .gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .country_title_box .country_img img {
    width: 40px;
    object-fit: contain;
  }
  .gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box {
    gap: 10px;
  }
  .gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box .info_item {
    gap: 10px;
  }
  .gall_1_global_map .bh_widget_content .global_modal .map_popup_inner .fund_info_box .info_item .ttl {
    width: 60px;
  }
}
/*# sourceMappingURL=becd750c3b3defa8a6182d5e95345c5efef85ec6.widget.scss.map */
