@charset "utf-8";

/********************
일정관리
********************/
.wrap_schedule{height:100%;padding-top:45px;}
.wrap_schedule .noData{font-size:20px;color:#FFF;text-align:center;padding:50px 0;}
.wrap_schedule h2{display:none;}
.wrap_schedule .container{padding:30px;height:100%;background:url(../../images/miniSche_bg.jpg) no-repeat center;background-size:cover;}
.wrap_schedule .scheduleControl{}
.wrap_schedule .scheduleControl a{width:30px;height:30px;display:block;text-indent:-9999px;background:url(/sites/style_guide/images/common/arrow_2_w.png) no-repeat right center;position:absolute;top:0;}
.wrap_schedule .scheduleControl a.prev{right:60px;transform:rotate(-180deg);}
.wrap_schedule .scheduleControl a.next{right:0;}
.wrap_schedule .scheduleControl .date{display:none;}
.wrap_schedule .scheduleControl .date .year{}
.wrap_schedule .scheduleControl .date .month{}
.wrap_schedule .scheduleControl .date i{}
.wrap_schedule .scheduleList{height:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}
.wrap_schedule .scheduleList ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.wrap_schedule .scheduleList li{padding:15px 0;width:45%;color:#FFF;}
.wrap_schedule .scheduleList li:nth-child(n+5){display:none;}
.wrap_schedule .scheduleList .period{font-size:15px;color:rgba(255,255,255,0.6);line-height:1;padding-bottom:10px;}
.wrap_schedule .scheduleList .subject{font-size:20px;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_1_w.png) no-repeat center;position:absolute;right:30px;top:0;text-indent:-9999px;}
@media all and (max-width:1280px) {
	.wrap_schedule .scheduleList .subject{font-size:18px;}
}
@media all and (max-width:768px) {
	.wrap_schedule .scheduleList .period{font-size:14px;}
	.wrap_schedule .scheduleList .subject{font-size:14px;}
}