@charset "utf-8";

/********************
일정관리
********************/
.wrap_schedule{height:100%;padding:25px;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{padding:5px 0 5px 30px;margin-bottom:5px;font-size:20px;font-family:'Mont SemiBold';color:rgba(255,255,255,1);line-height:1;letter-spacing:-1px;background:url(../../images/icon_calendar.png) no-repeat left center;}
.wrap_schedule .container{}
.wrap_schedule .scheduleControl{display:none;}
.wrap_schedule .scheduleControl a{}
.wrap_schedule .scheduleControl a.prev{}
.wrap_schedule .scheduleControl a.next{}
.wrap_schedule .scheduleControl .date{}
.wrap_schedule .scheduleControl .date .year{}
.wrap_schedule .scheduleControl .date .month{}
.wrap_schedule .scheduleControl .date i{}
.wrap_schedule .scheduleList{}
.wrap_schedule .scheduleList ul{}
.wrap_schedule .scheduleList li{padding:10px 0;}
.wrap_schedule .scheduleList li:nth-child(n+3){display:none;}
.wrap_schedule .scheduleList .period{font-size:16px;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:16px;color:#FFF;font-family:'Dream Medium';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:25px;top:25px;text-indent:-9999px;}