@charset "utf-8";
.section-title-icon-activity{
  left: -47px;
  top: -8px;
}
.title-border {
  opacity: 0.25;
}
.schedule-calendar-dashed{
  border-left-style:dashed;
}
.schedule-calendar-point{
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.schedule-calendar-scroll{
  width: 100%;
  overflow-x: auto;
}
.schedule-calendar-list{
  width: max-content;
}
@media screen and (max-width: 1023px) {
  .schedule-calendar-scroll{
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .schedule-calendar-scroll::-webkit-scrollbar{
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .guide-tour-intro .js-tab-accordion-panel {
    border-radius: 0 15px 15px 15px;
  }
  .ui-gallery-slider-wrap {
    width: calc(100% - 100px);
  }  
  .ui-tab-accordion-tab {
    border-radius: 15px 15px 0 0;
    opacity: 0.3;
  }
  .ui-tab-accordion-tab.is-active {
    opacity: 1;
  }
  .ui-scroll{
    right: 0;
    bottom: 22px;
  }
}
