@charset "utf-8";

.wrap_schedule{height:100%;padding:30px;background:rgba(12,33,80,0.9);}
.wrap_schedule h2{display:flex;align-items:center;font-size:18px;color:#FFF;font-family: 'Titillium Web', sans-serif;font-weight:700;line-height:1;padding-bottom:30px;}
.wrap_schedule .scheduleControl{position:absolute;right:30px;top:16px;display:flex;align-items:center;justify-content:center;}
.wrap_schedule .scheduleControl a{display:block;text-indent:-9999px;width:30px;height:30px;}
.wrap_schedule .scheduleControl a.prev{background:url(../images/prev.png) no-repeat left center;}
.wrap_schedule .scheduleControl a.next{background:url(../images/next.png) no-repeat right center;}
.wrap_schedule .scheduleControl div{display:flex;align-items:center;justify-content:center;}
.wrap_schedule .scheduleControl div span{display:none;}
.wrap_schedule .scheduleControl div i{color:#FFF;font-size:30px;font-family: 'Titillium Web', sans-serif;font-weight:700;}
.wrap_schedule .scheduleControl div em{color:#FFF;font-size:22px;}
.wrap_schedule .scheduleScroll{}
.wrap_schedule .scheduleScroll .noData{text-align:center;color:#FFF;;padding:50px 0;}
.wrap_schedule .scheduleScroll ul{}
.wrap_schedule .scheduleScroll ul li{padding:15px 0;}
.wrap_schedule .scheduleScroll ul li:nth-child(5){display:none;}
.wrap_schedule .scheduleScroll .period{font-size:15px;color:rgba(255,255,255,0.7);padding-bottom:5px;}
.wrap_schedule .scheduleScroll .subject{font-size:18px;color:#FFF;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wrap_schedule .more{display:flex;align-items:center;justify-content:center;width:70px;height:70px;position:absolute;right:30px;bottom:30px;color:#FFF;font-size:14px;border-radius:100%;border:2px solid #FFF;}
@media all and (max-width:1280px) {
	.wrap_schedule .more{width:50px;height:50px;margin: 0 auto;position:relative;right:unset;bottom:unset;}
}

/*HOVER효과************************************************************/
@media all and (min-width:1281px) {
	.wrap_schedule .more:hover{background:#FFF;color:#000;}
}