@charset "utf-8";

/********************
일정관리
********************/
.wrap_schedule{height:100%;padding:20px;background:url(../../images/miniSche_bg.jpg) no-repeat center;background-size:cover;}
.wrap_schedule .noData{font-size:20px;color:#FFF;text-align:center;padding:50px 0;}
.wrap_schedule h2{margin-bottom:10px;font-size:20px;font-family:'Dream Medium';color:rgba(255,255,255,0.8);line-height:1;letter-spacing:-1px;}
.wrap_schedule .container{}
.wrap_schedule .scheduleControl{margin-bottom:10px;display:flex;align-items:center;justify-content:center;}
.wrap_schedule .scheduleControl a{width:35px;height:19px;display:block;text-indent:-9999px;background:url(/sites/style_guide/images/common/arrow_10_w.png) no-repeat right center;}
.wrap_schedule .scheduleControl a.prev{transform:rotate(-180deg);}
.wrap_schedule .scheduleControl a.next{}
.wrap_schedule .scheduleControl .date{color:#FFF;font-size:50px;font-family:'Mont Medium';text-align:center;line-height:1;margin:0 10px;}
.wrap_schedule .scheduleControl .date .year{display:none;}
.wrap_schedule .scheduleControl .date .month{width:145px;height:120px;background:url(../../images/month_bg.png) no-repeat center;display:flex;align-items:center;justify-content:center;}
.wrap_schedule .scheduleControl .date i{display:none;}
.wrap_schedule .scheduleList{}
.wrap_schedule .scheduleList ul{}
.wrap_schedule .scheduleList li{padding:7px 0;color:#FFF;}
.wrap_schedule .scheduleList li:nth-child(n+3){display:none;}
.wrap_schedule .scheduleList .period{font-size:15px;color:rgba(255,255,255,0.6);line-height:1;padding-bottom:10px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wrap_schedule .scheduleList .subject{font-size:15px;color:#FFF;line-height:1;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.wrap_schedule .more{display:block;width:30px;height:30px;background:url(/sites/style_guide/images/common/plus_4_w.png) no-repeat center;position:absolute;right:15px;top:15px;text-indent:-9999px;}
@media all and (max-width:1280px) {
}
@media all and (max-width:768px) {
	.wrap_schedule .scheduleList .period{font-size:14px;}
	.wrap_schedule .scheduleList .subject{font-size:14px;}
}