@import url(phone.min.css)screen and (max-width:767px);@import url(tablet.min.css)screen and (min-width:768px) and (max-width:1024px);@import url(pc.min.css)screen and (min-width:1025px);@keyframes keyGradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes buttonAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes statusIconAnimation{0%{background-position:0 100%}to{background-position:0 0}}section #scheduleNavi{margin-top:2rem!important}section #scheduleNavi>ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}section #scheduleNavi>ul>li{position:relative;cursor:pointer}section #scheduleNavi>ul>li>a,section #scheduleNavi>ul>li>p{color:#fff;text-decoration:none;width:100%;height:100%;display:flex;justify-content:center;align-items:center}section #scheduleNavi>ul>li .sat,section #scheduleNavi>ul>li .sun{color:#fd3b6f}section #scheduleNavi>ul>li>svg{fill:#aaa;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}section #scheduleNavi>ul>li.active{cursor:auto;background:#ffd0be!important}section #scheduleNavi>ul>li.active>a,section #scheduleNavi>ul>li.active>p{color:#fff!important}section #scheduleNavi>ul>li.active>svg{fill:url(#gradient1)}section #scheduleNavi.hide{opacity:0}@media screen and (max-width:767px){section{width:100%}section>.contentsTitle{width:96%!important;margin:auto;margin-top:4rem}section #scheduleNavi{width:96%;margin:auto}section #scheduleNavi>ul{width:100%;gap:.5rem;justify-content:space-between}section #scheduleNavi>ul>li{width:calc(50% - .5rem);border-image:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-image-slice:1;border-width:1px;border-style:solid;border-image-repeat:round;background:#fff;color:#666}section #scheduleNavi>ul>li>*{font-size:1.2rem;padding:1rem 0;color:#666!important}section #scheduleNavi>ul>li.active{background:#fff}section #scheduleNavi>ul>li:first-child{width:100%}section .castList{width:96%;margin:auto;margin-top:4rem}}@media screen and (min-width:768px) and (max-width:1024px){section,section>.castList{width:96%;margin:auto}section #scheduleNavi{width:100%;margin:auto}section #scheduleNavi>ul{gap:.3rem}section #scheduleNavi>ul>li{width:calc(14% - .3rem);height:2.2rem;overflow:hidden}section #scheduleNavi>ul>li>*{font-size:1.2rem}section>.castList{margin-top:1rem}}@media screen and (min-width:1025px){section{min-width:1025px;max-width:1680px;width:96%;margin:auto}section #scheduleNavi,section #scheduleNavi>ul>li>*{width:100%}section #scheduleNavi>ul{width:100%;column-gap:.3rem;margin-top:4rem}section #scheduleNavi>ul>li{width:14%;height:2.2rem;overflow:hidden}section>.castList{margin-top:1rem}}