body {
  background-color: #f7f7f7;
}

h3 {
  display: none;
}

.TV_schedule_wrap {
  margin-top: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .TV_schedule_wrap {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}

.header_section .header_wrap {
  background-color: #fff;
}

.TV_channel_wrap {
  width: 100%;
  overflow: auto;
}
.TV_channel_wrap .TV_channel_area {
  display: flex;
}
.TV_channel_wrap .TV_channel_area .TV_channel_item {
  height: 40px;
  min-width: 180px;
  box-sizing: border-box;
  margin-right: 24px;
  border: 1px solid #d0d0d0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.TV_channel_wrap .TV_channel_area .TV_channel_item:last-child {
  margin-right: 0;
}
.TV_channel_wrap .TV_channel_area .TV_channel_item img {
  height: 27px;
}
.TV_channel_wrap .TV_channel_area .TV_channel_item img.active {
  display: none;
}
@media screen and (min-width: 1280px) {
  .TV_channel_wrap .TV_channel_area .TV_channel_item:hover {
    background-color: #afd5ff;
    border: 1px solid #9dbff9;
  }
}
.TV_channel_wrap .TV_channel_area .TV_channel_item.active {
  background-color: #afd5ff;
  border: 1px solid #9dbff9;
}
.TV_channel_wrap .TV_channel_area .TV_channel_item.active img {
  display: none;
}
.TV_channel_wrap .TV_channel_area .TV_channel_item.active img.active {
  display: flex;
}
.TV_channel_wrap.mod .TV_channel_area .TV_channel_item {
  min-width: 200px;
}
@media screen and (min-width: 1280px) {
  .TV_channel_wrap.mod .TV_channel_area .TV_channel_item {
    width: 282px;
  }
}

.swiper_schedule_date_wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .swiper_schedule_date_wrap {
    margin-bottom: 30px;
  }
}
.swiper_schedule_date_wrap .swiper_schedule_date_area {
  overflow: hidden;
}
.swiper_schedule_date_wrap .swiper_schedule_date_area .swiper_schedule_date {
  width: calc(100% + 2px);
}
.swiper_schedule_date_wrap .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  color: #8f8f8f;
  border-right: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.swiper_schedule_date_wrap .swiper-slide:last-child {
  border-right: 0;
}
.swiper_schedule_date_wrap .swiper-slide a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  color: #8f8f8f;
  text-decoration: none;
  text-align: center;
}
.swiper_schedule_date_wrap .swiper-slide span {
  display: block;
}
@media screen and (min-width: 1280px) {
  .swiper_schedule_date_wrap .swiper-slide:hover a {
    color: #0f427d;
    font-weight: 500;
  }
}
.swiper_schedule_date_wrap .swiper-slide.active {
  color: #0f427d;
  font-weight: 700;
}
.swiper_schedule_date_wrap .swiper-slide.active a {
  color: #0f427d;
  font-weight: 700;
}
.swiper_schedule_date_wrap .swiper-button-prev::after,
.swiper_schedule_date_wrap .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
  color: #8f8f8f;
}
@media screen and (min-width: 1280px) {
  .swiper_schedule_date_wrap .swiper-button-prev:hover::after,
  .swiper_schedule_date_wrap .swiper-button-next:hover::after {
    color: #0f427d;
  }
}

.schedule_list_wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap {
    margin-bottom: 40px;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  font-weight: 400;
  color: #191919;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0 15px 32px;
  box-sizing: border-box;
}
.schedule_list_wrap .schedule_list_area .schedule_list_item:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap .schedule_list_area .schedule_list_item {
    padding: 20px 32px 20px 10px;
    display: flex;
    justify-content: space-between;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_time {
  display: flex;
  align-items: flex-start;
  width: 124px;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_time {
    width: 132px;
    justify-content: flex-end;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_info {
    width: calc(100% - 132px - 104px);
    padding-right: 20px;
    box-sizing: border-box;
    align-items: flex-start;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_info > .info_left .name {
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_info > .info_left .name {
    padding-left: 40px;
    margin-right: 40px;
    box-sizing: border-box;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_info > .info_left .name::before {
  display: none;
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_info > .info_right .movie_rating .movie_rating_item {
  width: 34px;
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_tool {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_tool {
    width: 104px;
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_tool .btn {
  display: block;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_tool .btn {
    margin-right: 0;
    margin-top: 8px;
  }
  .schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_tool .btn:first-child {
    margin-top: 0;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item .schedule_tool .btn:last-child {
  margin-right: 0;
}
.schedule_list_wrap .schedule_list_area .schedule_list_item.now_sowing .schedule_time {
  font-weight: 700;
  position: relative;
}
.schedule_list_wrap .schedule_list_area .schedule_list_item.now_sowing .schedule_time::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  top: 4px;
  left: -20px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #004ba0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .schedule_list_wrap .schedule_list_area .schedule_list_item.now_sowing .schedule_time::before {
    left: 0;
  }
}
.schedule_list_wrap .schedule_list_area .schedule_list_item.now_sowing .schedule_info {
  font-weight: 700;
}
.schedule_list_wrap .schedule_list_area .schedule_list_item.now_sowing .schedule_info > .info_left .name::before {
  display: block;
}

.movie_rating .movie_rating_item img {
  width: 100%;
  display: none;
}
.movie_rating.GeneralAudiences_0 .GeneralAudiences_0 img {
  display: block;
}
.movie_rating.Protected_6 .Protected_6 img {
  display: block;
}
.movie_rating.Guidance_12 .Guidance_12 img {
  display: block;
}
.movie_rating.Guidance_15 .Guidance_15 img {
  display: block;
}
.movie_rating.Restricted_18 .Restricted_18 img {
  display: block;
}