javascript:void(0).tbl_calendar {
  border: none !important
  border-collapse: collapse !important;javascript:void(0)
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}

.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}
.top-information-title {
  text-align: center !important;
  font-size: 25px;
  margin-bottom :5px;
  border-bottom: solid 5px black;
}
.top-information {
  text-align: center !important;
  font-size: 16px;
  line-height: 22px;
}
.delivery_title {
 text-align: center !important;
  font-size: 24px;
  line-height: 40px;
  margin-bottom :5px;
}
.delivery_title_border {
 background: linear-gradient(transparent 70%, yellow 50%);
}
.delivery_news {
  margin-top :15px;
 text-align: center !important;
  font-size:14px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}
.conceptC .button {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    color: #1b1b1b;
    border-radius: 0px;
}
.conceptC .button:after{
    height: 6px;
    border-top: 1px solid #1b1b1b!important;
    border-right: 1px solid #1b1b1b!important;
}

.review_detail { height:350px; margin: 0; overflow-y:scroll; border: 1px solid #dfdfdf; }

.top-information-title {
  text-align: center !important;
  font-size: 25px;
  margin-bottom :5px
}
.top-information {
  text-align: center !important;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767px) {
.cateList--typeC figure {
    max-width: 200px !important;
}
.spSwiper .slick-prev, .spSwiper .slick-next {
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    height: 20px!important;
    width: 20px!important;
}
  
.top-information-title {
  text-align: center !important;
  font-size: 20px;
  margin-bottom :5px;
}
.top-information {
  text-align: center !important;
  font-size: 14px;
  line-height: 30px;
}