@charset "utf-8";

.organB_miniSche{height:100%;padding-top:70px;}

.organB_miniSche .more{width:20px;height:20px;position:absolute;top:9px;right:0;display:block;text-indent:-9999px;background:url(../images/more.png) no-repeat center;}

.organB_miniSche .schedule-list{padding:0 0 35px 35px;background:url(../images/bg.jpg) no-repeat center;background-size:cover;}
.organB_miniSche .date-area{display:none;}
.organB_miniSche .date{}
.organB_miniSche .date span{}
.organB_miniSche .date strong{}

.organB_miniSche .list{display:flex;flex-wrap:wrap;}
.organB_miniSche .list li{width:50%;padding:35px 35px 0 0;color:#FFF;}
.organB_miniSche .list li .period_1{display:none;}
.organB_miniSche .list li .period_2{font-size:20px;color:#FFF;font-family:'Play Regular';line-height:1.3;}
.organB_miniSche .list li .title{font-size:16px;color:rgba(255,255,255,0.7);font-family:'Dream Regular';line-height:1.4;padding-top:7px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.organB_miniSche .list li:nth-child(1) .title,
.organB_miniSche .list li:nth-child(2) .title{padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,0.3);}

/*HOVER효과*/
@media all and (min-width:1281px) {
}
@media only screen and (max-width:768px){
	.organB_miniSche{padding-top:40px;}
	.organB_miniSche .more{top:4px;}
	.organB_miniSche .schedule-list{padding:10px 25px;}
	.organB_miniSche .list li{width:100%;padding:10px 0 0 0;}
	.organB_miniSche .list li .title{font-size:14px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.3);}
	.organB_miniSche .list li:last-child .title{border:0;}
}