* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.scrolloff {
  position: fixed !important;
  overflow: hidden !important;
  height: 100% !important;
}

.nav_message_img {
  position: relative;
  width: 100%;
  z-index: 1000000;
}

.overflow {
  position: fixed;
  overflow: hidden;
  display: none;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1045;
}

.nav_modal_background {
  z-index: 50;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
}

.nav_modal_img {
  width: 100%;
}

.nav_modal_box {
  width: 100%;
  margin: auto;
  max-width: 350px;
  right: 10px;
  bottom: 100px;
  position: fixed;
  display: none;
  z-index: 2147483647;
}

.nav_modal_box_scroll {
  bottom: 160px !important;
}

.nav_modal_close {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}

@media (min-width: 980px) {
  .nav_modal_box {
    right: auto;
    left: 50%;
    margin-left: 120px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1160px) {
  .nav_modal_box {
    right: 30px;
    left: auto;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .nav_modal_box {
    right: auto;
    left: 50%;
    margin-left: 230px;
  }
}

@media (min-width: 1300px) {
  .nav_modal_box {
    right: auto;
    left: 50%;
    margin-left: 260px;
  }
}

@media only screen and (max-width: 1300px) {
  .nav_modal_box {
    width: calc(100% - 20px);
    max-width: 350px;
  }
}

@media only screen and (max-width: 736px) {
  .nav_modal_box {
    width: calc(100% - 20px);
    max-width: 350px;
    bottom: 90px;
  }

  .nav_modal_box_scroll {
    bottom: 140px !important;
  }
}

@media (min-width: 350px) and (max-height: 500px) {
  .nav_modal_box {
    top: 10%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .nav_modal_img {
    width: 100%;
  }

  .modal_arrow {
    display: none;
  }

  .nav_modal_close {
    width: 70px;
    height: 70px;
    top: 0px;
    right: 15px;
  }
}

.nav_modal_background .nav_icon_box {
  cursor: pointer;
}

.nav_icon {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  width: 60px;
  height: 60px;
  z-index: 1040;
  right: 10px;
}

.nav_icon_img {
  position: relative;
  z-index: 1050;
  width: 100%;
}

.nav_icon_btn {
  opacity: 0;
  display: none;
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  z-index: 1052;
}

.nav_icon_btn_first {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  z-index: 1052;
}

.nav_icon_scroll {
  bottom: 90px !important;
}

.nav_message_scroll {
  bottom: 160px !important;
}

@media (min-width: 980px) {
  .nav_icon {
    right: auto;
    left: 50%;
    margin-left: 425px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1160px) {
  .nav_icon {
    right: 15px;
    left: auto;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .nav_icon {
    right: auto;
    left: 50%;
    margin-left: 520px;
  }
}

@media (min-width: 1300px) {
  .nav_icon {
    right: auto;
    left: 50%;
    margin-left: 580px;
  }
}

.nav_message {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 100%;
  max-width: 350px;
  margin: auto;
  z-index: 1040;
}

@media (min-width: 980px) {
  .nav_message {
    right: auto;
    left: 50%;
    margin-left: 120px;
    max-width: 350px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1160px) {
  .nav_message {
    right: 30px;
    left: auto;
    margin-left: 0;
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  .nav_message {
    right: auto;
    left: 50%;
    margin-left: 230px;
    max-width: 350px;
  }
}

@media (min-width: 1300px) {
  .nav_message {
    right: auto;
    left: 50%;
    margin-left: 260px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 736px) {
  .nav_icon {
    width: 50px;
    height: 50px;
    right: 5px;
  }

  .nav_icon_btn {
    width: 50px;
    height: 50px;
  }

  .nav_icon_btn_first {
    width: 50px;
    height: 50px;
  }

  .nav_message {
    width: calc(100% - 20px);
    bottom: 90px;
  }

  .nav_message_scroll {
    bottom: 140px !important;
  }
}

@media (min-width: 350px) and (max-height: 500px) {
  .nav_message {
    top: 10%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .nav_message_img {
    width: 100%;
  }
}

.navigator .close_btn {
  height: 20px;
  position: relative;
  left: 75px;
  top: 15px;
  background: none;
  border: none;
  outline: none;
}

.nav_modal_background .close_btn img {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 736px) {
  .nav_modal_background .close_btn {
    left: 50px;
    top: 5px;
  }
}

@charset "UTF-8";

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

.localStorage_sub {
  display: none;
}

.localStorage {
  display: none;
}

@media only screen and (min-width: 768px) {
  .overflow_localStorage {
    background-color: inherit !important;
  }
}

.modalContent {
  width: 100%;
  border: 2px solid #eb5505;
  border-radius: 15px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.modalButton_text {
  font-size: 16px !important;
}

@media only screen and (max-width: 767px) {
  .modalButton_text {
    font-size: 14px !important;
  }
}

.modal_arrow {
  position: absolute;
  width: 30px;
  bottom: 0px;
  right: 40px;
}

.nav_message_fadeout {
  animation: fadeOut 0.7s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.nav_message_btn {
  cursor: pointer;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0px;
  right: 0px;
  z-index: 1000001;
}

@media (min-width: 350px) and (max-height: 500px) {
  .nav_message_btn {
    width: 70px;
    height: 70px;
    top: 0px;
    right: 15px;
  }
}

.FloatingBanner_Modal_margin {
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .FloatingBanner_Modal_icon, .FloatingBanner_Modal, .FloatingBanner_Modal_message {
    margin-bottom: 20px
  }
}
