/* top24Top
==========================================*/
.slider_top_hl .n2-ss-slider-controls {
  flex-flow: row !important;
  justify-content: center;
}
.slider_top_hl .nextend-autoplay-image {
  order: 2;
  margin-left: 20px;
}

/* top24Guide
==========================================*/
.c-top24Guide_head {
  background: var(--top24GuideHead-background, var(--top24ColorLBlue)) !important;
}

.c-top24Guide_inner {
  box-shadow: none !important;
}

@media screen and (min-width: 600px) {
  .c-top24Guide_body {
    flex-grow: 1;
    display: grid;
    place-content: center;
    line-height: 1.5;
  }
}

/* top24Event
==========================================*/
.slider_top_event .n2-ss-slider-controls {
  flex-flow: row !important;
  justify-content: center;
}
.slider_top_event .nextend-autoplay-image {
  order: 2;
  margin-left: 20px;
}
.slider_top_event .nextend-arrow-previous {
  left: 20px !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .slider_top_event .nextend-arrow-previous {
    left: calc(50% - 338px) !important;
  }
}
.slider_top_event .nextend-arrow-next {
  right: 20px !important;
  top: 50% !important;
  transform: translate(50%, -50%) rotate(180deg) !important;
}
@media screen and (min-width: 600px) {
  .slider_top_event .nextend-arrow-next {
    right: calc(50% - 338px) !important;
  }
}

/* top24Media
==========================================*/
.c-top24Media_slider .n2-ss-slider-2,
.c-top24Media_slider .n2-ss-slider-3 {
  overflow: hidden !important;
}
/*# sourceMappingURL=top_slider.css.map */