.cc02 {
  margin-top: 0 !important;
}

.cc02__body__wrapper {
  padding-top: 10px;
}

.cc02__latest__title {
  background: #E8EFF6;
  color: #004D9E;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0.2em 0;
}

.cc02__latest {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.cc02__latest.disabled {
  display: none;
}

.cc02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cf-custom-content-02 h1 {
  border-top: solid 3px #004D9E;
  border-bottom: solid 3px #004D9E;
  font-size: 20px;
  font-weight: bold;
  color: #004D9E;
  padding: 0.7em 0;
  text-align: center;
  margin-bottom: 30px;
}

.cf-detail .cc02__thumbnail img {
  border: 1px double;
}

.cc02__program {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.cc02__program:hover {
  opacity: 0.7;
}

.cc02__program.disabled {
  display: none;
}

@media screen and (min-width: 767px) {
  .cc02__body:after {
    content: "";
    display: block;
    width: 32%;
  }
  .cc02__program {
    width: 32%;
  }
  .cc02__thumbnail {
    position: relative;
  }
  .cf-detail .cc02__thumbnail img {
    width: 100%;
    border: 1px double;
  }
  .cc02__time {
    background: #000;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.6;
  }
}

@media screen and (min-width: 767px) {
  .cc02__time {
    font-size: 11px;
    padding: 1px 5px 0;
  }
}

@media screen and (min-width: 767px) {
  .cc02__title {
    font-weight: bold;
    color: #004ea2;
    line-height: 1.4;
    margin-top: 2%;
  }
}

@media screen and (min-width: 767px) {
  .cc02__title {
    font-size: 13px;
  }
}

@media screen and (min-width: 767px) and (min-width: 767px) {
  .cc02__title {
    font-size: 15px;
  }
}

@media screen and (min-width: 767px) and (min-width: 1181px) {
  .cc02__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 767px) {
  .cc02__update {
    color: #464646;
    margin-top: 0.1em;
  }
  .cc02__update span {
    background: #e67e22;
    color: #fff;
    margin-right: 0.5em;
    font-size: inherit;
    padding-left: 0.2em;
    padding-right: 0.2em;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 767px) {
  .cc02__update {
    font-size: 11px;
  }
  .cc02__update span {
    font-size: 10px;
  }
}

@media screen and (min-width: 767px) and (min-width: 767px) {
  .cc02__update {
    font-size: 12px;
  }
  .cc02__update span {
    font-size: 11px;
  }
}

.sort ul {
  list-style-type: none;
  text-align: right;
}

.sort ul li {
  display: inline-block;
}

.sort ul li:after {
  content: "|";
  display: inline-block;
  margin-left: 0.5em;
}

.sort ul li:last-child:after {
  display: none;
}

.sort ul li a {
  cursor: pointer;
}
