
#josunhotelFooter .footer{ position: static; }
#josunhotelFooter .footer .footArea{ padding-bottom: 230px; }
#josunhotelHeader .header{ z-index: 9997; }

.gnbMenu.on {
  z-index: 99999999999 !important;
  height: 100vh !important;
  top:0;
  -webkit-backface-visibility: hidden;
}

.gnbMenu .gnbArea{
  height: calc(100vh - 220px) !important;
  overflow-y: scroll;
}

html.hasModal {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
html.hasModal  .mobile-step2-page__bottom-sheet-area{
  position: static;
}
html.hasModal  .mobile-step3-page__bottom-sheet-area{
  position: static;
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
