@charset "utf-8";

/*일정*/
#schdulMain{height:100%;background:rgba(34,115,221,0.8);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{display:flex;justify-content:space-between;flex-wrap:wrap;}
#schdulMain .scheduleScroll ul li{position:relative;padding:8px 0;width:50%;}
#schdulMain .scheduleScroll ul li:nth-child(n+7){display:none;}
#schdulMain .scheduleScroll ul li:before{content:"";display:block;background:#41d9f2;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:95%;padding-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#schdulMain .scheduleScroll ul li p.date{font-size:14px;color:#FFF;padding-left:15px;}
#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){
	#schdulMain .scheduleScroll ul{display:block;}
	#schdulMain .scheduleScroll ul li{width:100%;}
	#schdulMain .scheduleScroll ul li p.sub{width:calc(100% - 100px);}
	#schdulMain .scheduleScroll ul li p.date{position:absolute;right:0;top:9px;padding-left:0;}
}


/*HOVER*/
@media only screen and (min-width:1025px){
}