.schedule-grid{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.schedule-day li{border-bottom:1px solid #ffffff1a;padding:.25rem 0}.schedule-day{border:1px solid #ffffff1a;flex:auto;width:calc(33% - 1rem);padding:1rem}@media screen and not (max-width:1600px){.schedule .main{max-width:90vw}}@media screen and not (min-width:1600px){.schedule-grid{justify-content:space-between;gap:4rem;display:flex}.schedule-grid>.schedule-day{width:calc(50% - 2rem)}}@media screen and not (min-width:650px){.schedule-grid{display:block}.schedule-grid>.schedule-day{width:100%}.schedule-grid>.schedule-day+.schedule-day{margin-top:1rem}}
