:root{
  --orchid:#e3b7ea;
  --orchid-soft:#f7ecfa;
  --orchid-hover:#d39ade;
  --orchid-line:#d9addf70;
  --muted:#826e87;
  --white:#fff;
}
.siteHeader{transition:background .25s,border-color .25s}
.navPage{padding:8px 0;color:inherit;font-size:inherit;font-weight:400;letter-spacing:inherit}
.navPage::after{content:"";display:block;width:0;height:2px;margin:5px auto 0;background:var(--orchid-hover);transition:width .2s}
.navPage:hover::after,.navPage.active::after{width:100%}
html.scheduleOpen,body.scheduleOpen{overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto}
.scheduleOpen .siteHeader,.clipsOpen .siteHeader{border-bottom:1px solid #d9addf4d;background:#ffffffdf;backdrop-filter:blur(16px)}
.schedulePage[hidden]{display:none}
.schedulePage{min-height:100vh;padding:104px 0 90px;background:var(--sky)}
.scheduleShell{width:min(1280px,calc(100% - 64px));margin:0 auto}
.scheduleHeading>span,.sectionLabel>span,.dateDetail header>span{color:#a46caf;font-size:10px;font-weight:900;letter-spacing:.2em}
.scheduleHeading h1{margin:0 0 6px;font-size:clamp(38px,5vw,64px);letter-spacing:-.055em}
.scheduleHeading p{margin:0;color:var(--muted);font-size:13px}
.nextEventSection{margin-top:28px}
.sectionLabel{display:flex;align-items:baseline;gap:13px;margin-bottom:15px}
.sectionLabel h2{margin:0;font-size:20px;letter-spacing:-.025em}
.nextEventCard{position:relative;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;border:1px solid var(--orchid-line);border-radius:20px;background:linear-gradient(135deg,var(--orchid-soft),#fff);box-shadow:0 18px 50px #6d427512}
.nextEventCard.hasImage{grid-template-columns:220px minmax(0,1fr)}
.nextEventCard.featured.hasImage{grid-template-columns:minmax(280px,36%) minmax(0,1fr)}
.nextEventImage{min-height:210px;overflow:hidden;background:#ead8ed}
.nextEventImage img{width:100%;height:100%;object-fit:cover}
.nextEventCopy{padding:28px 30px}
.eventBadges{display:flex;flex-wrap:wrap;align-items:center;gap:7px}
.dDayBadge,.typeBadge,.featuredBadge,.timeBadge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.05em;white-space:nowrap}
.dDayBadge{min-width:52px;padding:7px 10px;background:var(--orchid);color:#57345f}
.typeBadge,.timeBadge{padding:6px 9px;background:#f2e5f5;color:#795082}
.featuredBadge{padding:6px 9px;border:1px solid #ba7bc5;background:#fff;color:#9655a3}
.nextEventCopy h3{margin:15px 0 9px;font-size:clamp(23px,3vw,34px);letter-spacing:-.045em}
.eventMeta{display:flex;flex-wrap:wrap;gap:7px 17px;color:#705a75;font-size:12px;font-weight:900}
.eventMeta span+span::before{content:"·";margin-right:17px;color:#c397cb}
.eventMembers{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}
.eventMembers span{padding:5px 8px;border:1px solid #d9addf66;border-radius:999px;background:#fff9;color:#76557f;font-size:10px;font-weight:900}
.nextEventCopy>p{max-width:760px;margin:15px 0 0;color:#77667b;font-size:12px;line-height:1.7;white-space:pre-line}
.eventLink{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:9px 12px;border-radius:10px;background:#8d5a99;color:#fff;font-size:10px;font-weight:900;text-decoration:none}
.eventLink:hover{background:#75467f}
.scheduleEmpty{padding:30px;border:1px dashed var(--orchid-line);border-radius:18px;background:#fff;color:var(--muted)}
.scheduleEmpty strong{color:var(--ink);font-size:14px}
.scheduleEmpty p{margin:7px 0 0;font-size:11px;line-height:1.6}
.scheduleGridStatus{grid-column:1/-1;display:grid;min-height:260px;place-items:center;padding:18px}.scheduleGridStatus .scheduleEmpty{width:min(420px,100%);text-align:center}
.calendarSection{margin-top:54px}
.calendarToolbar{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}
.monthControls{position:absolute;left:var(--calendar-card-center-x,50%);transform:translateX(-50%)}
.monthControls{display:flex;align-items:center;gap:12px}
.monthControls h2{min-width:150px;margin:0;text-align:center;font-size:22px;letter-spacing:-.04em}
.monthControls button,.todayButton{border:1px solid var(--orchid-line);border-radius:10px;background:#fff;color:#704779;font-weight:900}
.monthControls button{width:38px;height:38px}
.todayButton{margin-left:auto;padding:10px 15px;font-size:11px}
.monthControls button:hover,.todayButton:hover{background:var(--orchid-soft)}
.calendarWorkspace{display:grid;grid-template-columns:minmax(0,7fr) minmax(260px,3fr);gap:18px;align-items:start}
.calendarCard{overflow:hidden;border:1px solid #d9c5dd;border-radius:18px;background:#fff;box-shadow:0 0 0 1px #d9c5dd,0 16px 45px #60416c0c}
.calendarWeekdays,.calendarGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}
.calendarWeekdays{border-bottom:1px solid #e7dce9;background:#fcf9fd;box-shadow:inset 0 -1px #e7dce9}
.calendarWeekdays span{padding:12px 7px;color:#8b778f;text-align:center;font-size:10px;font-weight:900}
.calendarWeekdays span:first-child,.calendarWeekdays span:last-child{color:#8b778f}
.calendarGrid{background:#e9dfea;gap:1px}
.calendarDay{position:relative;min-width:0;min-height:122px;padding:9px;background:#fff;text-align:left;vertical-align:top}
.calendarDay:hover{z-index:1;background:#fcf6fd;box-shadow:inset 0 0 0 2px #e3b7ea88}
.calendarDay.muted{background:#fbf9fb;color:#b6a9b8}
.calendarDay.selected{z-index:2;background:#fbf3fd;box-shadow:inset 0 0 0 2px var(--orchid-hover)}
.dayNumber{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;font-size:11px;font-weight:900}
.calendarDay:not(.annualAnniversaryCell):not(.muted):nth-child(7n+1) .dayNumber{background:#f4cbd3;color:#2d2431}
.calendarDay:not(.annualAnniversaryCell):not(.muted):nth-child(7n) .dayNumber{background:#cddaf2;color:#2d2431}
.calendarDay.muted:not(.annualAnniversaryCell):nth-child(7n+1) .dayNumber{background:#fae7eb;color:#b6a9b8}
.calendarDay.muted:not(.annualAnniversaryCell):nth-child(7n) .dayNumber{background:#e8edf7;color:#b6a9b8}
.calendarDay.today .dayNumber{background:var(--orchid);color:#503058}
.calendarEvents{display:grid;gap:4px;margin-top:7px}
.calendarEvent{display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px;overflow:hidden;padding:5px 6px;border-radius:6px;background:var(--orchid-soft);color:#6f4a78;font-size:9px}
.calendarEvent time{font-weight:900}
.calendarEvent strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.calendarEvent.hasDescription{row-gap:2px}
.calendarEventDescription{
  grid-column:1/-1;
  display:block;
  min-width:0;
  overflow:hidden;
  color:#9a819e;
  font-size:.9em;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.calendarEventDescriptionSpacer{visibility:hidden;height:1.3em}
.calendarEventHeadlineDescription .calendarEventDescription{font-weight:900}
.calendarEvent.featured{--calendar-featured-accent:#a960b8;background:#e8c8ee;box-shadow:inset 3px 0 var(--calendar-featured-accent);outline:2px solid var(--calendar-featured-accent);outline-offset:-2px}
.calendarEventPlaceholder{visibility:hidden}
.calendarEventRangeStart,.calendarEventRangeMiddle,.calendarEventRangeEnd{pointer-events:none}
.calendarEventRangeStart{margin-right:calc(var(--calendar-range-inset,10px) * -1);border-radius:6px 0 0 6px}
.calendarEventRangeMiddle{margin-right:calc(var(--calendar-range-inset,10px) * -1);margin-left:calc(var(--calendar-range-inset,10px) * -1);border-radius:0}
.calendarEventRangeEnd{margin-left:calc(var(--calendar-range-inset,10px) * -1);border-radius:0 6px 6px 0}
.calendarEventRangeMiddle,.calendarEventRangeEnd{grid-template-columns:minmax(0,1fr)}
.calendarEventContinuation{display:block;min-width:1px;height:1em}
.calendarEvent.featured.calendarEventRangeMiddle,.calendarEvent.featured.calendarEventRangeEnd{box-shadow:none}
.calendarDay::after{
  content:"";
  position:absolute;
  z-index:3;
  inset:-1px 0 0 -1px;
  border-left:2px solid #e9dfea;
  border-top:2px solid #e9dfea;
  pointer-events:none;
}
.calendarDay:nth-child(7n+1)::after{border-left:0}
.calendarDay:nth-child(-n+7)::after{border-top:0}
.calendarDay:hover{background:#fbf7fc}
.calendarDay.selected::before{
  content:"";
  position:absolute;
  z-index:4;
  inset:0;
  box-shadow:inset 0 0 0 2px var(--orchid-hover);
  pointer-events:none;
}
.calendarMore{padding-left:4px;color:#96749d;font-size:9px;font-weight:900}
.mobileEventMark{display:none}
.dateDetail{position:sticky;top:106px;overflow:hidden;border:1px solid var(--orchid-line);border-radius:18px;background:#fff;box-shadow:0 16px 45px #60416c0c}
.dateDetail header{padding:21px 22px;border-bottom:1px solid #eaddeb;background:var(--orchid-soft)}
.dateDetail header h3{margin:7px 0 4px;font-size:21px;letter-spacing:-.035em}
.dateDetail header p{margin:0;color:#8b778f;font-size:10px}
.scheduleAddLink{display:inline-flex;margin-top:13px;padding:9px 11px;border:1px solid #c790d2;border-radius:9px;background:#fff;color:#754a7e;font-size:9px;font-weight:900;text-decoration:none}
.scheduleAddLink:hover{background:#f2e1f5}.scheduleAddLink:focus-visible,.scheduleQuickEdit:focus-visible{outline:3px solid var(--orchid);outline-offset:3px}
.detailEventList{display:grid;gap:10px;max-height:620px;padding:13px;overflow:auto}
.detailEvent{padding:13px;border:1px solid #e4d6e6;border-radius:13px;background:#fff}
.detailEvent:focus{outline:3px solid #d6a2df;outline-offset:2px}
.detailEvent.featured{border-color:#ca93d4;background:linear-gradient(145deg,#fff,var(--orchid-soft))}
.detailEvent>img{width:100%;height:125px;margin-bottom:12px;border-radius:9px;object-fit:cover}
.detailEvent h4{margin:10px 0 5px;font-size:15px;line-height:1.35}
.detailEvent p{margin:10px 0 0;color:#78667c;font-size:10px;line-height:1.65;white-space:pre-line}
.detailEvent .eventLink{margin-top:12px}
.detailEventActions{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px}.detailEventActions .eventLink{margin-top:0}
.scheduleQuickEdit{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;padding:7px 10px;border:1px solid #c790d2;border-radius:9px;background:#fff;color:#754a7e;font-size:11px;font-weight:400;white-space:nowrap}.scheduleQuickEdit svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.scheduleQuickEdit:hover{border-color:#aa68b8;background:#ead1ef}.nextEventCard>.scheduleQuickEdit{position:absolute;z-index:3;right:15px;top:15px;box-shadow:0 6px 18px #60416c18}.detailEventActions .scheduleQuickEdit{background:var(--orchid-soft)}
.detailEmpty{display:grid;min-height:180px;place-items:center;align-content:center;color:#a58ca9;text-align:center}
.detailEmpty span{color:var(--orchid-hover);font-size:22px}
.detailEmpty p{font-size:10px}
.upcomingSection{margin-top:60px}
.upcomingList{display:grid;gap:9px}
.upcomingCard{display:flex;width:min(100%,1080px);min-height:76px;align-items:center;gap:14px;padding:10px 13px;border:1px solid #e1d3e4;border-radius:15px;background:#fff}
.upcomingCard.hasImage{min-height:92px}
.upcomingThumb{width:76px;height:72px;flex:0 0 76px;border-radius:10px;object-fit:cover}
.upcomingCard>.dDayBadge{flex:0 0 54px}
.upcomingCard.featured{border-color:#d09cda;background:linear-gradient(90deg,#fff,var(--orchid-soft))}
.upcomingDate{width:92px;flex:0 0 92px}
.upcomingDate strong,.upcomingDate small{display:block}
.upcomingDate strong{font-size:13px}
.upcomingDate small{margin-top:5px;color:#8a748e;font-size:10px}
.upcomingCopy{width:min(100%,520px);min-width:180px;flex:0 1 520px}
.upcomingCopy h3{margin:6px 0 0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.upcomingCopy p{margin:5px 0 0;color:#8b778f;font-size:10px}
.upcomingActions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-left:auto}.upcomingActions .eventLink{margin:0;padding:9px 11px}.upcomingActions .featuredBadge{flex:0 0 auto}
@media(max-width:900px){
  .schedulePage{padding-top:94px}.scheduleShell{width:min(100% - 32px,760px)}
  .calendarWorkspace{grid-template-columns:minmax(0,2fr) minmax(230px,1fr)}
  .calendarDay{--calendar-range-inset:8px;min-height:105px;padding:7px}.calendarEvent{grid-template-columns:1fr}.calendarEvent time{display:none}
  .nextEventCard.featured.hasImage{grid-template-columns:260px minmax(0,1fr)}
}
@media(max-width:760px){
  .scheduleShell{width:min(100% - 24px,620px)}.scheduleHeading h1{font-size:40px}.nextEventSection{margin-top:28px}
  .nextEventCard.hasImage,.nextEventCard.featured.hasImage{grid-template-columns:1fr}.nextEventImage{min-height:0;height:190px}.nextEventCopy{padding:22px}
  .calendarSection{margin-top:42px}.calendarWorkspace{grid-template-columns:1fr}.calendarDay{min-height:61px;padding:5px}.calendarEvents{display:none}
  .mobileEventMark{position:absolute;left:50%;bottom:7px;display:flex;align-items:center;gap:3px;transform:translateX(-50%)}
  .mobileEventMark i{width:5px;height:5px;border-radius:50%;background:var(--orchid-hover)}.mobileEventMark b{color:#9b70a2;font-size:8px}
  .dayNumber{width:23px;height:23px;margin:auto}.dateDetail{position:static}.detailEventList{max-height:none}
  .upcomingCard{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr);gap:9px 12px;padding:13px}.upcomingCard.hasImage{grid-template-columns:68px auto minmax(0,1fr)}
  .upcomingThumb{grid-column:1;grid-row:1/3;width:68px;height:68px}.upcomingCard>.dDayBadge{grid-column:1;grid-row:1;justify-self:start}.upcomingCard.hasImage>.dDayBadge{grid-column:2}
  .upcomingDate{grid-column:2;grid-row:1;width:auto;align-self:center}.upcomingCard.hasImage .upcomingDate{grid-column:3}.upcomingCopy{grid-column:1/-1;grid-row:2;width:100%;min-width:0}.upcomingCard.hasImage .upcomingCopy{grid-column:2/-1}
  .upcomingActions{grid-column:1/-1;grid-row:3;justify-content:flex-start;margin-left:0;padding-top:2px}.upcomingCopy h3{white-space:normal}.upcomingSection{margin-top:45px}
}
@media(max-width:520px){
  .schedulePage{padding-top:84px}.scheduleHeading p{font-size:11px;line-height:1.6}.sectionLabel{margin-bottom:11px}
  .monthControls{gap:5px}.monthControls h2{min-width:112px;font-size:18px}.monthControls button{width:33px;height:33px}.todayButton{padding:9px 11px}
  .calendarWeekdays span{padding:9px 2px}.calendarDay{min-height:54px}.dayNumber{font-size:10px}
  .upcomingCard{padding:12px}.upcomingCard.hasImage{grid-template-columns:64px auto minmax(0,1fr)}.upcomingThumb{width:64px;height:64px}.upcomingDate{min-width:0}.upcomingActions{flex-wrap:wrap}.eventMeta span+span::before{display:none}
}

/* UPCOMING compact alignment refinement */
.upcomingSection{
  max-width:980px;
}
.upcomingList{
  gap:10px;
  max-height:578px;
  padding-right:8px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#cfb2d6 transparent;
}
.upcomingCard,
.upcomingCard.hasImage,
.upcomingCard.noImage{
  position:relative;
  display:grid;
  grid-template-columns:70px 64px 116px minmax(220px,1fr) auto;
  grid-template-areas:". dday date copy actions";
  width:100%;
  min-height:88px;
  align-items:center;
  gap:8px 18px;
  padding:12px 14px;
  overflow:hidden;
  border-color:#dfcfe3;
  border-radius:17px;
  box-shadow:0 8px 24px #60416c08;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.upcomingCard.hasImage{
  grid-template-areas:"thumb dday date copy actions";
}
.upcomingCard.noImage{
  grid-template-areas:". dday date copy actions";
}
.upcomingCard:hover{
  border-color:#d3add9;
  box-shadow:0 12px 30px #60416c10;
  transform:translateY(-1px);
}
.upcomingThumb{
  grid-area:thumb;
  width:70px;
  height:70px;
  justify-self:start;
  border-radius:12px;
  object-fit:cover;
  box-shadow:0 5px 14px #4b31500f;
}
.upcomingCard>.dDayBadge{
  grid-area:dday;
  min-width:56px;
  justify-self:start;
  padding:7px 10px;
  font-size:11px;
}
.upcomingDate{
  grid-area:date;
  width:auto;
  min-width:0;
}
.upcomingDate strong{
  font-size:15px;
  line-height:1.2;
}
.upcomingDate small{
  margin-top:5px;
  font-family:var(--kyma-font);
  font-size:11px;
  line-height:1.25;
}
.upcomingCopy{
  grid-area:copy;
  display:flex;
  width:auto;
  min-width:0;
  max-width:100%;
  align-items:center;
  gap:10px;
  overflow:hidden;
}
.upcomingCopy .typeBadge{
  padding:6px 9px;
  font-size:10px;
}
.upcomingCopy h3{
  min-width:0;
  margin:0;
  overflow:hidden;
  flex:1 1 auto;
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.02em;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.upcomingCopy p{
  max-width:34%;
  margin:0;
  overflow:hidden;
  flex:0 1 auto;
  color:#8b778f;
  font-family:var(--kyma-font);
  font-size:11px;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.upcomingActions{
  grid-area:actions;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  margin-left:0;
  min-width:0;
}
.upcomingActions .featuredBadge{
  font-size:10px;
}
.upcomingActions .scheduleQuickEdit,
.upcomingActions .eventLink{
  flex:0 0 auto;
}
.upcomingCard.featured{
  background:linear-gradient(90deg,#fff 0%,#fff 64%,#fbf3fd 100%);
}

@media(max-width:900px){
  .upcomingSection{max-width:none}
  .upcomingCard,
  .upcomingCard.hasImage,
  .upcomingCard.noImage{
    grid-template-columns:64px 60px 104px minmax(0,1fr) auto;
    grid-template-areas:". dday date copy actions";
    min-height:84px;
    gap:8px 14px;
  }
  .upcomingCard.hasImage{
    grid-template-areas:"thumb dday date copy actions";
  }
  .upcomingCard.noImage{
    grid-template-areas:". dday date copy actions";
  }
  .upcomingThumb{
    width:64px;
    height:64px;
  }
}

@media(max-width:760px){
  .upcomingList{max-height:70svh;padding-right:5px}
  .upcomingCard,
  .upcomingCard.hasImage{
    grid-template-columns:64px auto minmax(0,1fr);
    grid-template-areas:
      "thumb dday date"
      "thumb copy copy"
      "actions actions actions";
    min-height:0;
    gap:9px 12px;
    padding:13px;
  }
  .upcomingCard.noImage{
    grid-template-columns:auto minmax(0,1fr);
    grid-template-areas:
      "dday date"
      "copy copy"
      "actions actions";
  }
  .upcomingThumb{
    width:64px;
    height:64px;
    align-self:start;
  }
  .upcomingCard>.dDayBadge,
  .upcomingDate{
    align-self:start;
  }
  .upcomingCopy h3{
    white-space:normal;
  }
  .upcomingActions{
    justify-content:flex-start;
    flex-wrap:wrap;
    padding-top:2px;
  }
}

@media(max-width:520px){
  .upcomingCard,
  .upcomingCard.hasImage{
    grid-template-columns:58px auto minmax(0,1fr);
  }
  .upcomingCard.noImage{
    grid-template-columns:auto minmax(0,1fr);
  }
  .upcomingThumb{
    width:58px;
    height:58px;
  }
  .upcomingDate strong{font-size:14px}
  .upcomingCopy h3{font-size:15px}
}

/* Multi-day calendar range bars share one line-box height and keep cell-driven width. */
.calendarEventRangeStart,
.calendarEventRangeMiddle,
.calendarEventRangeEnd{
  box-sizing:border-box;
}
.calendarEventContinuation{
  height:1lh;
}
.calendarEventRangeContinuesBefore{
  margin-left:calc(var(--calendar-range-inset,10px) * -1);
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.calendarEventRangeContinuesAfter{
  margin-right:calc(var(--calendar-range-inset,10px) * -1);
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

/* Keep cell separators above range bars without hover/selected stacking contexts. */
.calendarDay:hover,
.calendarDay.selected{
  z-index:auto;
}

/* Calendar event type mapping. */
.schedulePage .calendarEvent[data-schedule-type="방송"]{
  background:#ead4ef;
  color:#65406e;
}
.schedulePage .calendarEvent[data-schedule-type="방송"] .calendarEventDescription{color:#78557f}
.schedulePage .calendarEvent[data-schedule-type="방송"].featured{
  --calendar-featured-accent:#b36ec4;
  background:#e2c7e8;
  color:#5a3564;
  box-shadow:inset 3px 0 #b36ec4;
}
.schedulePage .calendarEvent[data-schedule-type="방송"].featured.calendarEventRangeMiddle,
.schedulePage .calendarEvent[data-schedule-type="방송"].featured.calendarEventRangeEnd{
  box-shadow:none;
}
.schedulePage .calendarEvent[data-schedule-type="휴방"]{
  background:#f5c6cf;
  color:#963f53;
}
.schedulePage .calendarEvent[data-schedule-type="휴방"] .calendarEventDescription{color:#a05263}
.schedulePage .calendarEvent[data-schedule-type="휴방"].featured{
  --calendar-featured-accent:#c96b80;
  background:#f1b6c2;
  color:#8d354b;
  box-shadow:inset 3px 0 #c96b80;
}
.schedulePage .calendarEvent[data-schedule-type="휴방"].featured.calendarEventRangeMiddle,
.schedulePage .calendarEvent[data-schedule-type="휴방"].featured.calendarEventRangeEnd{
  box-shadow:none;
}
.schedulePage .calendarEvent[data-schedule-type="합방"]{
  background:#cfe9e2;
  color:#3d7069;
}
.schedulePage .calendarEvent[data-schedule-type="합방"] .calendarEventDescription{color:#55867e}
.schedulePage .calendarEvent[data-schedule-type="합방"].featured{
  --calendar-featured-accent:#69aa9d;
  background:#bce0d6;
  color:#2f625b;
  box-shadow:inset 3px 0 #69aa9d;
}
.schedulePage .calendarEvent[data-schedule-type="합방"].featured.calendarEventRangeMiddle,
.schedulePage .calendarEvent[data-schedule-type="합방"].featured.calendarEventRangeEnd{
  box-shadow:none;
}
.schedulePage .calendarEvent[data-schedule-type="기념일"]{
  background:#f6e2bd;
  color:#806238;
}
.schedulePage .calendarEvent[data-schedule-type="기념일"] .calendarEventDescription{color:#9b7b50}
.schedulePage .calendarEvent[data-schedule-type="기념일"].featured{
  --calendar-featured-accent:#c79d59;
  background:#eed19d;
  color:#70532c;
  box-shadow:inset 3px 0 #c79d59;
}
.schedulePage .calendarEvent[data-schedule-type="기념일"].featured.calendarEventRangeMiddle,
.schedulePage .calendarEvent[data-schedule-type="기념일"].featured.calendarEventRangeEnd{
  box-shadow:none;
}
.schedulePage .calendarEvent[data-schedule-type="이벤트"]{
  background:#f3cadb;
  color:#8f4d69;
}
.schedulePage .calendarEvent[data-schedule-type="이벤트"] .calendarEventDescription{color:#a7657e}
.schedulePage .calendarEvent[data-schedule-type="이벤트"].featured{
  --calendar-featured-accent:#cb779c;
  background:#ecb8cf;
  color:#803c5b;
  box-shadow:inset 3px 0 #cb779c;
}
.schedulePage .calendarEvent[data-schedule-type="이벤트"].featured.calendarEventRangeMiddle,
.schedulePage .calendarEvent[data-schedule-type="이벤트"].featured.calendarEventRangeEnd{
  box-shadow:none;
}

