html,
body {
  overflow-x: hidden !important;
  scroll-behavior: auto !important;
  height: auto !important;
}

body {
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

*,
*::before,
*::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

#mainWrapper.popOn {
  padding-top: 0 !important;
}

#fullpage,
.fullpage-wrapper,
.fp-section,
.fp-tableCell,
.fp-scrollable,
.section {
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
  transition: none !important;
}

.fp-tableCell {
  display: block !important;
}

.fp-controlArrow,
.fp-slidesNav {
  display: none !important;
}

.depth_2_wrap,
.menu_list,
.top2m,
.subMul {
  transition: none !important;
}

.slick-track,
.slick-list,
.slick-slide,
.caroufredsel_wrapper {
  left: auto !important;
  transform: none !important;
  transition: none !important;
}

#topmenu {
  max-height: 100vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

#topmenu.promo-sidebar-open {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1000 !important;
  opacity: 1 !important;
}

#lnb_device {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

#shadow_device {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999 !important;
}

.promo-download-button {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2147483647;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 58px;
  padding: 0 28px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  color: #fff !important;
  background: #005bac;
  box-shadow: 0 16px 36px rgba(0, 42, 92, 0.32);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
}

.promo-download-button::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 9px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3h2v9.17l3.59-3.58L18 10l-6 6-6-6 1.41-1.41L11 12.17V3ZM5 19h14v2H5v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.promo-download-button:hover,
.promo-download-button:focus-visible {
  background: #003f84;
  color: #fff !important;
  outline: 3px solid rgba(0, 91, 172, 0.22);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  body {
    padding-bottom: 82px;
  }

  .promo-download-button {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    min-width: 0;
    width: auto;
    min-height: 58px;
    font-size: 17px;
  }
}
