@charset "utf-8";

/*일정*/
#schdulMain{height:100%;background:url(../images/miniSche_bg.jpg) no-repeat center;background-size:cover;padding:35px;}
#schdulMain .scheduleMain{position:relative;}
/*타이틀*/
#schdulMain .scheduleMain h2{line-height:1;font-size:22px;margin-bottom:30px;color:#FFF;}
/*년도,콘트롤*/
#schdulMain .scheduleControl{display:none;}
/*일정목록*/
#schdulMain .scheduleScroll{}
#schdulMain .scheduleScroll ul{}
#schdulMain .scheduleScroll ul li{position:relative;padding:8px 0;}
#schdulMain .scheduleScroll ul li:nth-child(n+8){display:none;}
#schdulMain .scheduleScroll ul li:before{content:"";display:block;background:#FFF;width:7px;height:7px;border-radius:10px;position:absolute;left:0;top:16px;}
#schdulMain .scheduleScroll ul li p{line-height:1.25;color:#FFF;}
#schdulMain .scheduleScroll ul li p.sub{width:calc(100% - 100px);padding-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#schdulMain .scheduleScroll ul li p.date{font-size:14px;color:#FFF;position:absolute;right:0;top:9px;}
#schdulMain .scheduleScroll ul li p.date span{display:none;}
/*더보기*/
#schdulMain a.more{display:block;position:absolute;top:-4px;right:0;width:30px;height:30px;text-indent:-9999px;background:url(/sites/style_guide/images/common/plus_2_w.png) center no-repeat;}
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
}


/*HOVER*/
@media only screen and (min-width:1025px){
}