@charset "UTF-8";

/* simpleTciker
* ======================================== */
.release_note .ticker {
  margin: 0 auto;
  padding: 10px 10px 10px 0;
  width: calc(100% - 120px);
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  height: 51px !important;
  white-space: nowrap;
}

.release_note .ticker .news-list {
  width: 100%;
  position: relative;
  margin: 4px 0;
}

.release_note .ticker .news-list .item {
  width: 100%;
  font-size: 16px;
  display: none;
  margin: 0;
}

@media (max-width: 960px) {
  .release_note .ticker,
  .sample-ticker {
    width: 100%;
    padding: 4px 8px;
    white-space: normal;
    word-wrap: break-word;
  }

  .release_note .ticker .news-list {
    margin: 0 16px;
    height: 48px;
    width: auto;
  }

  .release_note .ticker .news-list .item {
    font-size: 14px;
    word-wrap: break-word;
    width: 100%;
  }
}