:root{--gerne-red:#ff5252;--gerne-blue:#789ae2;--gerne-yellow:#ad702e;--gerne-green:#febb20}.playsnow-card{color:#00091e;background-color:#d3d7e0;border-radius:10px;flex-direction:column;align-items:start;padding:20px;display:flex}.playsnow-card:hover .arrow-btn-white{background-color:#0f5bff}.playsnow-card__content{justify-content:space-between;align-items:center;width:100%;display:flex}.playsnow-card__content-ctab{cursor:pointer;flex:none;margin-left:auto}.playsnow-card__content-more{justify-content:space-between;align-items:start;gap:25px;width:1100px;display:flex}.playsnow-card__content-more-title{text-align:start;width:550px}.playsnow-card__content-more-text{width:300px}.playsnow-card__content-more-time .m-text{font-size:18px;font-weight:500;line-height:28px}@media (width<=1090px){.playsnow-card__content-more{grid-template-columns:auto 1fr;gap:0 25px;display:grid}.playsnow-card__content-more-time{order:1}.playsnow-card__content-more-title{order:3}.playsnow-card__content-more-text{order:2;grid-row:span 2;width:auto}}@media (width<=768px){.playsnow-card__content-more{justify-content:flex-start;display:flex}}@media (width<=768px) and (width<=576px){.playsnow-card__content-more{flex-direction:column}}@media (width<=768px){.playsnow-card__content-more-title{width:auto}.playsnow-card__content-more-text{display:none}}body{background-color:#e9ecf1}.program-schedule{padding-top:150px;padding-bottom:150px}.program-schedule__title{margin-bottom:50px}.program-schedule__days{scroll-behavior:smooth;scroll-snap-type:x mandatory;background-color:#fff;border-radius:50px;justify-content:space-between;align-items:center;margin-bottom:30px;padding:5px;display:flex;overflow:auto hidden}.program-schedule__days::-webkit-scrollbar{display:none}.program-schedule__days .day-btn{scroll-snap-align:start end;color:#00091e;cursor:pointer;text-align:center;border-radius:40px;flex-direction:column;flex:1;align-items:center;padding:6px 20.5px;font-size:14px;font-weight:700;line-height:18px;transition:background-color .3s;display:flex}.program-schedule__days .day-btn:hover:not(.active){background-color:#0000001a}.program-schedule__days .day-btn.active{color:#fff;background-color:#00091e}.program-schedule__list{flex-direction:column;gap:10px;display:flex}.program-schedule__list .program__list{width:100%;display:none}.program-schedule__list .program__list.active{flex-direction:column;gap:10px;display:flex}.program-schedule .program-item{background-color:#0e1629;border-radius:10px;align-items:center;gap:40px;padding:50px 25px;display:flex}.program-schedule .program-item__content{justify-content:space-between;align-items:start;width:100%;max-width:1100px;display:flex}.program-schedule .program-item__time{font-size:18px;font-weight:500;line-height:28px}.program-schedule .program-item__info{width:250px}.program-schedule .program-item__title{font-weight:700}.program-schedule .program-item__desc{max-width:500px}.program-schedule .program-item__action{margin-left:auto}
