@charset "utf-8";

#schdulMain{height:100%;}
.scheduleMain{height:100%;}
.scheduleMain .topWrap{border-bottom:2px solid #009b64;}
.scheduleControl{display:none;}
.scheduleScroll{padding:15px 0;}
ul.event{overflow-y:auto;height:325px;}
ul.event li{position:relative;padding:10px 0;}
ul.event li .date{color:#222;font-size:18px;font-family:'S-CoreDream-6Bold';}
ul.event li .sub{color:#444;font-size:16px;padding-top:3px;display:flex;align-items:center;}
ul.event li .sub::before{content:"";display:block;width:6px;height:2px;background:#009b64;margin-right:5px;}

.scheduleMain a.more{display:block;text-indent:-9999px;position:absolute;right:0;top:0;width:25px;height:25px;background:url(../images/more_green.png) center no-repeat;}
.scheduleMain .noData{text-align:center;}

@media only screen and (max-width:1024px){
	.scheduleMain a.more{right:auto;top:-1px;left:130px;}
}