.fixedGuidance_charge_box {
  width: 220px;
  position: fixed;
  right: -10px;
  transition: 0.7s;
  z-index: 10000;
  bottom: 100px;
}

.fixedGuidance_bottom_position {
  bottom: 140px !important;
}

.fixedGuidance_content {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 8px 12px;
  border: 2px solid #cccccc;
  border-radius: 10px;
  box-shadow: 5px 5px 4px 1px rgba(0, 0, 0, .2);
}

.fixedGuidance_icon {
  height: 33px;
  margin-right: 15px;
  cursor: pointer;
}

.fixedGuidance_link {
  display: inline-block;
  width: 130px;
  text-align: center;
  font-size: 16px;
}

.fixed_box_hide {
  right: -160px;
  transition: 0.7s;
}

#fixedGuidance a {
  color: #333;
}

#fixedGuidance a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media (min-width: 768px) and (max-height: 810px) {
  .LPMslider {
    top: 22% !important;
  }
}

@media (max-width: 767px) {
  .fixedGuidance_content {
    padding: 7px 12px;
  }

  .fixedGuidance_charge_box {
    width: 180px;
    bottom: 90px;
  }

  .fixedGuidance_icon {
    height: 25px;
    margin-right: 10px;
  }

  .fixedGuidance_link {
    font-size: 14px;
    width: 120px;
  }

  .fixed_box_hide {
    right: -130px;
    transition: 0.7s;
  }

  .fixedGuidance_bottom_position {
    bottom: 120px !important;
  }

  .LPMslider {
    top: 22% !important;
  }
}
