/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.timetable-renewal {
  padding: 2rem 0 4rem;
  /* ================= DAY SELECTOR ================= */
  /* ================= NOW ON AIR BANNER ================= */
  /* ================= TIMELINE SCHEDULE ================= */
}

@media screen and (max-width: 767px) {
  .timetable-renewal {
    padding: 1rem 0 2.5rem;
  }
}

.timetable-renewal .letter-spacing-1 {
  letter-spacing: 0.1em;
}

.timetable-renewal .day-selector-wrapper .daySwiper {
  border-bottom: 1px solid #e9ecef;
  flex: 1;
}

.timetable-renewal .day-selector-wrapper .nav-btn {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.timetable-renewal .day-selector-wrapper .nav-btn:hover {
  background: #f0f0f0;
}

.timetable-renewal .day-selector-wrapper .swiper-slide a:hover {
  color: #e51a6a;
}

.timetable-renewal .day-selector-wrapper .border-bottom-wrap {
  border-bottom: 1px solid #e9ecef;
}

.timetable-renewal .day-selector-wrapper .day-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px 0 15px;
  position: relative;
}

.timetable-renewal .day-selector-wrapper .day-content .day {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.timetable-renewal .day-selector-wrapper .day-content .date {
  font-size: 1.25rem;
  font-weight: 700;
}

.timetable-renewal .day-selector-wrapper .day-content::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  transition: background-color 0.3s;
}

.timetable-renewal .day-selector-wrapper .day-content:hover::after {
  background-color: rgba(229, 26, 106, 0.3);
}

.timetable-renewal .day-selector-wrapper .current-day .day-content {
  color: #e51a6a;
}

.timetable-renewal .day-selector-wrapper .current-day .day-content::after {
  background-color: #e51a6a;
}

.timetable-renewal .now-on-air-banner {
  background-color: #111111;
  border-radius: 1.25rem;
  margin-bottom: 3rem;
  padding: 1.25rem;
}

@media screen and (max-width: 767px) {
  .timetable-renewal .now-on-air-banner {
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
}

.timetable-renewal .now-on-air-banner .icon-box {
  width: 70px;
  height: 70px;
  background-color: #e51a6a;
  border-radius: 16px;
  flex-shrink: 0;
}

.timetable-renewal .now-on-air-banner .label {
  font-size: 0.75rem;
  font-family: "Outfit", sans-serif;
}

.timetable-renewal .now-on-air-banner .program-title {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.timetable-renewal .now-on-air-banner .time-range {
  font-size: 0.95rem;
}

.timetable-renewal .now-on-air-banner .progress-section .time-stamp {
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
}

.timetable-renewal .now-on-air-banner .progress-section .custom-progress {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.timetable-renewal .now-on-air-banner .progress-section .custom-progress .progress-bar {
  background-color: #e51a6a;
  border-radius: 10px;
}

.timetable-renewal .now-on-air-banner .progress-section .small {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4) !important;
}

.timetable-renewal .timeline-container {
  position: relative;
}

.timetable-renewal .timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 1px;
  background-color: #dcdcdc;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .timetable-renewal .timeline-container::before {
    display: none;
  }
}

.timetable-renewal .timeline-container .timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 2;
}

.timetable-renewal .timeline-container .timeline-item .time-label {
  width: 65px;
  flex-shrink: 0;
  font-size: 1.1rem;
  background-color: #fff;
  padding: 5px 0;
  height: fit-content;
  position: relative;
  left: -3px;
}

.timetable-renewal .timeline-container .timeline-item .program-card {
  background: rgba(238, 238, 238, 0.25);
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.timetable-renewal .timeline-container .timeline-item .program-card .card-title {
  font-size: 1.15rem;
}

.timetable-renewal .timeline-container .timeline-item .program-card .presenter {
  font-size: 0.95rem;
}

.timetable-renewal .timeline-container .timeline-item .program-card .duration-badge {
  background: #f1f3f5;
  color: #6c757d;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

.timetable-renewal .timeline-container .timeline-item .program-card .tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

.timetable-renewal .timeline-container .timeline-item .program-card .tag.tag-music {
  background: #fcf0e3;
  color: #d98d3b;
}

.timetable-renewal .timeline-container .timeline-item .program-card .tag.tag-talk {
  background: #e8f5e9;
  color: #4caf50;
}

.timetable-renewal .timeline-container .timeline-item .program-card .sub-segments .seg-name {
  font-size: 0.9rem;
}

.timetable-renewal .timeline-container .timeline-item .program-card .segment-item {
  justify-content: flex-start;
  align-items: center;
}

.timetable-renewal .timeline-container .scroll-down-indicator {
  position: absolute;
  bottom: 0;
  left: 22px;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  z-index: 2;
}

@media (max-width: 767px) {
  .timetable-renewal .timeline-container::before {
    left: 0;
  }
  .timetable-renewal .timeline-container .timeline-item {
    flex-direction: column;
  }
  .timetable-renewal .timeline-container .timeline-item .time-label {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .timetable-renewal .timeline-container .scroll-down-indicator {
    left: 0;
  }
}

/*# sourceMappingURL=timetable.css.map */