/**
 * Elementor/TenWeb 모바일 레이아웃 (v1.4.21)
 * 헤더·히어로·회사소개·푸터 상세 CSS는 wp_footer 인라인으로 로드
 */

@media (max-width: 1024px) {
  #masthead {
    z-index: 10000002 !important;
    position: relative !important;
  }

  body.ehf-header .elementor[data-elementor-type="wp-post"] > .e-con.e-parent:first-child,
  body.ehf-header .elementor.elementor-page > .e-con.e-parent:first-child {
    padding-top: 44px !important;
  }

  .pum.pum-overlay.pum-active .pum-close,
  .pum.pum-overlay.pum-active .popmake-close,
  #popmake-2342 .pum-close,
  #pum-2342 .pum-close {
    top: 48px !important;
    right: 10px !important;
    z-index: 9999999 !important;
  }

  .case-leaflet-map {
    margin-top: 0 !important;
    z-index: 1 !important;
  }

  .case-map-layout {
    margin-top: 0 !important;
  }

  .leaflet-top.leaflet-right {
    top: 44px !important;
  }
}

@media (max-width: 480px) {
  body.ehf-header .elementor[data-elementor-type="wp-post"] > .e-con.e-parent:first-child,
  body.ehf-header .elementor.elementor-page > .e-con.e-parent:first-child {
    padding-top: 44px !important;
  }
}
