#schedule .inner,
#schedule_list .inner {
  max-width: 1020px;
}


.schedule__back {
  background-color: #BBE2E0;
  position: relative;
  padding-bottom: 75px;
}

.schedule__back::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: white;
  z-index: 1;
}

.schedule__back .oc_sectit {
  position: relative;
  z-index: 2;
}

.oc_cats {
      padding-top: 30px;
      padding-bottom: 40px;
      font-size: 13px;
  text-align: center;
}
.oc_cats li{
  display: inline-block;
  margin: 0 1em 1em;
}



.oc-cat__circle {
  width: 13px;
      height: 13px;
  border-radius: 50px;
  background-color: black;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}


.oc-cat__pre-college {
    background-color: #d373ff;
}
.oc-cat__college_society {
    background-color:black;
}



.oc_cats__item .oc-cat__circle {
  margin-left: 0;
  margin-right: 2px;
margin-bottom: -0.1em
}

.oc-cat__weekday_tour {
  background-color: #F38200;
}

.oc-cat__online {
  background-color: #DC000C;
}

.oc-cat__hans_on {
  background-color: #0098DC;
}

.oc-cat__buffet {
  background-color: #0EB75C;
}




/*================================
  Schedule
================================*/
#schedule_list {
  padding-top: 90px;
  position: relative;
}
#schedule_list::before{
  content:"";
  display: block;
  border-top: 100px solid #EFEFE2;
  border-left: 50vw solid #EFEFE2;
  border-bottom: 100px solid transparent;
  border-right: 50vw solid transparent; position:absolute;
  left: 0;top: 0;
  z-index: -1;
}
#schedule_list h4{
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .1em;
}
#schedule_list h4 em{
  display: block;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  letter-spacing: .1em;
}
#schedule_list .inner {
  border-bottom: 3px solid #DDDDDD;
}

@media only screen and (max-width: 767px) {
  #schedule_list {
    padding-top: 50px;
  }
  #schedule_list::before{
    border-top: 60px solid #EFEFE2;
    border-bottom: 60px solid transparent;
  }
  #schedule_list h3{
    margin-bottom: 50px;
  }
  #schedule_list h3 em{
    margin-bottom: 15px;
    font-size: 30px;
  }
}



.schedule_list__item,
.schedule_list__meta,
.schedule_list__info {
  display: flex;
  align-items: center;
}

.schedule_list__item {
  border-top: 3px solid #DDDDDD;
  padding-top: 30px;
  padding-bottom: 30px;
}



.schedule_list__meta__date {
  color: #81B5B3;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 15px;
}

.schedule_list__meta__week {
  font-size: 16px;
  position: relative;
  margin-left: -10px;
}

.schedule_list__meta__time {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}

.schedule_list__meta__box .oc_cats__item {
  justify-content: left;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 700;
}

.schedule_list__image {
  max-width: 180px;
}

.schedule_list__info {
  padding-left: 40px;
}

.schedule_list__text h3 {
  padding-bottom: 15px;
}

.schedule_list__title {
  font-size: 24px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.schedule_list__title::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 0;
  background-color: #BBE2E0;
  z-index: -1;
}

.schedule_list__text__benefits {
  font-weight: bold;
  color: #B1823A;
  font-size: 14px;
  padding-bottom: 10px;
}

.schedule_list__text {
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  width: 430px;
}

.schedule_list__btn a {
  font-size: 13px;
  font-weight: bold;
  width: 150px;
  height: 74px;
  display: flex;
  background-color: #BBE2E0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .calendar__container {
    display: block;
    width: 90%;
    margin: auto;
  }

  .calendar__outer {
    width: 90%;
    margin: 0 auto;
  }

  .oc_cats {
    width: 22em;
    margin: 0 auto;
  }

  .oc_cats li {
    width: 100%;
    margin: 1em 0 0;
    text-align: justify;
    font-size: 12px;
  }

  .calendar__td-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 4px;
  }

  .calendar__td-inner .oc-cat__circle {
    margin-bottom: 2px;
  }

  .slick-dots {
    bottom: -30px;
  }

  .schedule__back {
    
  }

  .schedule_list__item {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  .schedule_list__meta {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }

  .schedule_list__meta__box {
    padding-left: 20px;
    flex: 1;
  }

  .schedule_list__meta__box .oc_cats__item {
    justify-content: flex-start;
  font-size: 12px;
  line-height: 1.3;

  }

  .schedule_list__meta__date {
    font-size: 2.3rem;
  }

  .schedule_list__meta__week {
    font-size: 1.2rem;
  }

  .schedule_list__meta__time {
    font-size: 1.2rem;
  }

  .schedule_list__image {
    max-width: 160px;
        background-color: #eee;
        min-height: 100px;
        flex: 1;
  }

  .schedule_list__info {
    display: block;
    padding-left: 0;
    width: 100%;
  }

  .schedule_list__text {
    width: auto;
    margin-bottom: 20px;
  }

  .schedule_list__title {
    font-size: 20px;
  }

  .schedule_list__btn a {
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 1.3;
  }
}
/*#add
-----------------------*/
@media print, screen and (min-width: 768px) {
  #schedule_list .schedule_list__item {
    width: 100%;
    padding-top: 2.3076923077rem;
    padding-bottom: 2.3076923077rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #schedule_list .schedule_list__meta {
width: 42%;
  }
  #schedule_list .schedule_list__meta__box {
    padding-left: 15px;
        padding-right: 15px;
      flex: 2;
  }
  #schedule_list .schedule_list__meta__date {
    font-size: 3rem;
    padding-bottom: 1.1538461538rem;
  }
  #schedule_list .schedule_list__meta__time {
    font-size: 1.3846153846rem;
    padding-bottom: 1.1538461538rem;
  }
  #schedule_list .schedule_list__image {
  flex: 1;
  }
  #schedule_list .schedule_list__info {
    padding-left: 0;
  width: 53%;
    margin-right: 1.9607843137%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #schedule_list .schedule_list__text {
    font-size: 0.9230769231rem;
    line-height: 2;
    width: 69.4915254237%;
  }
  #schedule_list .schedule_list__text h3 {
    padding-bottom: 1.1538461538rem;
  }
  #schedule_list .schedule_list__text__benefits {
    font-size: 1.0769230769rem;
    padding-bottom: 0.7692307692rem;
  }
  #schedule_list .schedule_list__title {
    font-size: 1.8461538462rem;
  }
  #schedule_list .schedule_list__btn {
    width: 25.4237288136%;
  }
  #schedule_list .schedule_list__btn a {
    font-size: 1rem;
    width: 100%;
    height: 5.6923076923rem;
    border-radius: 3.8461538462rem;
    line-height: 1.5;
  }
}
