@charset "utf-8";

.main_schedule_basic{display:inline-block;box-sizing:border-box;position:relative;width:100%;text-align:left;}
.scheduleMain{height:100%;}
.scheduleScroll{height:80%;}
.main_schedule_basic .topWrap{display:flex;align-items:center;justify-content:space-between;padding-bottom:30px;padding-right:30px;}
.main_schedule_basic h2{font-size:30px;line-height:1;font-weight:bold;}
.main_schedule_basic h2 i{font-style:italic;}
.main_schedule_basic .monthDate{display:flex;align-items:center;justify-content:space-between;}
.main_schedule_basic .monthDate a{display:block;text-indent:-9999px;width:20px;height:20px;border-radius:100%;background:url(/sites/style_guide/images/common/arrow_3_b.png) no-repeat center;}
.main_schedule_basic .monthDate a.prev{transform:rotate(180deg);}
.main_schedule_basic .monthDate a.next{}
.main_schedule_basic .monthDate span{display:block;font-size:22px;font-weight:500;padding:0 10px;}
.main_schedule_basic .monthDate span i{display:none;}
.main_schedule_basic ul.event{overflow-y:auto;height:100%;}
.main_schedule_basic ul.event li{position:relative;padding:5px 0 5px 15px;color:#FFF;}
.main_schedule_basic ul.event li:before{content:"";display:block;background:#FFF;border-radius:100%;width:6px;height:6px;position:absolute;left:0;top:15px;}

.main_schedule_basic ul.event li span{display:block;font-size:16px;font-weight:500;}
.main_schedule_basic ul.event li strong{font-size:20px;font-weight:300;}

.main_schedule_basic a.view_more_schedule{display:block;width:30px;height:30px;text-indent:-9999px;background:url(../images/plus_1_w.png) no-repeat center;position:absolute;top:1px;right:0;}
.main_schedule_basic .noData{text-align:center;}


/*템플릿별 조정*/
.templet_depart_03 .main_schedule_basic a.view_more_schedule,
.templet_org_01 .main_schedule_basic a.view_more_schedule{background:url(../images/plus_1_b.png) no-repeat center;}

.templet_org_01 .main_schedule_basic a.view_more_schedule,
.templet_depart_01 .main_schedule_basic a.view_more_schedule,
.templet_college_01 .main_schedule_basic a.view_more_schedule{top:31px;right:30px;}

.templet_depart_03 .main_schedule_basic ul.event li,
.templet_org_01 .main_schedule_basic ul.event li{color:#222;}

.templet_depart_03 .main_schedule_basic ul.event li:before,
.templet_org_01 .main_schedule_basic ul.event li:before{background:#222;}


@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:380px){
}
@media only screen and (max-width:320px){
}