@charset "utf-8";

#schdulMain{height:100%;padding:35px;background:url(../images/sche_bg.jpg) center no-repeat;}
#schdulMain .scheduleMain{height:100%;}
#schdulMain .scheduleMain .topWrap{}

#schdulMain .scheduleMain .topWrap h3{font-size:26px;font-family:'Noto Regular';line-height: 1;color:#FFF;margin-bottom:30px;}

#schdulMain .scheduleMain .topWrap .scheduleControl{display:none;}
#schdulMain .scheduleMain .topWrap .scheduleControl .monthDate{}
#schdulMain .scheduleMain .topWrap .scheduleControl .monthDate span{}
#schdulMain .scheduleMain .topWrap .scheduleControl .monthDate span.year{}
#schdulMain .scheduleMain .topWrap .scheduleControl .monthDate span.month{}
#schdulMain .scheduleMain .topWrap .scheduleControl .monthDate a{}
#schdulMain .scheduleMain .topWrap .scheduleControl .monthDate a.pre{}
#schdulMain .scheduleMain .topWrap .scheduleControl .monthDate a.next{}

#schdulMain .scheduleScroll{}
#schdulMain .scheduleScroll ul.event{line-height:1.2;}
#schdulMain .scheduleScroll ul.event li{padding:0 0 12px 15px;position:relative;}
#schdulMain .scheduleScroll ul.event li p{}
#schdulMain .scheduleScroll ul.event li p.date{color:#DDD;font-size:14px;font-family:'S-CoreDream-6Bold';word-break:keep-all;margin-bottom:5px;}
#schdulMain .scheduleScroll ul.event li p.sub{color:#FFF;font-size:16px;font-family:'Noto Regular';height:40px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}

#schdulMain .more{text-indent:-9999px;position:absolute;right:19px;top:33px;width:30px;height:30px;background:url(../images/plus_4_w.png) center no-repeat;}

#schdulMain .noData{text-align:center;}

#schdulMain .scheduleScroll ul.event li:nth-child(n+5){display:none;}
#schdulMain .scheduleScroll ul.event li::before{content:"";display:block;width:4px;height:4px;background:#DDD;position:absolute;top:6px;left:0;}

@media only screen and (max-width:768px){
	#schdulMain{padding:25px;}
	#schdulMain .scheduleMain .topWrap h3{font-size:20px;}
}
@media only screen and (max-width:500px){
}