.oh_topmessage {
  text-align: center;
  padding: 15px 0;
  z-index: 2;
  position: relative;
}

@media (max-width: 760px) {
  .oh_topmessage {
    padding: 9px 0;
  }
}


.js-TopMessage {
  margin: 0 auto;
  position: relative;
  width: 1280px;
  max-width: calc(100vw - 3rem) ;
}

@media (max-width: 330px) {
  .js-TopMessage {
    max-width: calc(100vw - 1rem) ;
  }
}

.oh_topmessage .slick-slider {
  position: static !important;
}

.oh_topmessage .close {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.oh_topmessage .slick-dots {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
}

.oh_topmessage .slick-dots button {
  width: 8px;
  height: 8px;
  border: 0.5px solid #ffffff;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 4px;
  font-size: 0;
  line-height: 0;
}

.oh_topmessage .slick-active button {
  background-color: #fff !important;
}

.oh_topmessage .topmessage-item {
  line-height: 1;
  font-size: 13.5px;
  user-select: none;
  cursor: pointer;
}

@media (max-width: 760px) {
  .oh_topmessage .topmessage-item {
    line-height: 15px;
    font-size: 14.5px;
  }
}

.oh_topmessage .oh_topmessage-inner {
  max-width: 50%;
  margin: 0 auto;
  min-width: 259px;
}
