/* BASE COLOR */
/* LOGO */
/* BASE SIZE */
/* BREAK POINT */
/* BASE MARGIN */
/* BASE PARTS */
/* GRADIENT */
/* BASE THUMBNAIL IMAGE */
/* hover */
/* mixin */
.schedule-section .schedule-tab-wrapper {
  position: relative;
  margin: 0 !important;
  border-top: 1px #E2E2E2 solid;
  border-bottom: 1px #E2E2E2 solid;
  overflow: hidden; }
  .schedule-section .schedule-tab-wrapper .arrow-right,
  .schedule-section .schedule-tab-wrapper .arrow-left {
    width: 2.142rem;
    height: 2.142rem;
    background-color: #d70c19; }
    @media (max-width: 767px) {
      .schedule-section .schedule-tab-wrapper .arrow-right,
      .schedule-section .schedule-tab-wrapper .arrow-left {
        display: none; } }
    .schedule-section .schedule-tab-wrapper .arrow-right > i,
    .schedule-section .schedule-tab-wrapper .arrow-left > i {
      font-size: 1rem;
      line-height: 2.142rem; }
  .schedule-section .schedule-tab-wrapper:hover .arrow-left, .schedule-section .schedule-tab-wrapper.hovered .arrow-left {
    opacity: 1;
    pointer-events: all;
    left: .5rem; }
    @media (min-width: 1025px) {
      .schedule-section .schedule-tab-wrapper:hover .arrow-left, .schedule-section .schedule-tab-wrapper.hovered .arrow-left {
        left: 2rem; } }
  .schedule-section .schedule-tab-wrapper:hover .arrow-right, .schedule-section .schedule-tab-wrapper.hovered .arrow-right {
    opacity: 1;
    pointer-events: all;
    right: .5rem; }
    @media (min-width: 1025px) {
      .schedule-section .schedule-tab-wrapper:hover .arrow-right, .schedule-section .schedule-tab-wrapper.hovered .arrow-right {
        right: 2rem; } }
  .schedule-section .schedule-tab-wrapper .inner {
    white-space: nowrap;
    font-size: 0; }
    @media (max-width: 767px) {
      .schedule-section .schedule-tab-wrapper .inner {
        padding-right: 1.076rem;
        padding-left: 1.076rem; } }
    @media (min-width: 768px) and (max-width: 1439px) {
      .schedule-section .schedule-tab-wrapper .inner {
        padding-right: 5.6%;
        padding-left: 5.6%; } }
    @media (min-width: 1440px) {
      .schedule-section .schedule-tab-wrapper .inner {
        padding-right: 5.5%;
        padding-left: 5.5%; } }
    @media (max-width: 767px) {
      .schedule-section .schedule-tab-wrapper .inner {
        overflow-x: auto;
        overflow-y: hidden; }
        .schedule-section .schedule-tab-wrapper .inner::-webkit-scrollbar {
          height: 1px;
          position: absolute; }
        .schedule-section .schedule-tab-wrapper .inner::-webkit-scrollbar-track {
          background: transparent;
          border-left: solid 1px transparent; }
        .schedule-section .schedule-tab-wrapper .inner::-webkit-scrollbar-thumb {
          background: transparent;
          border-radius: 0;
          box-shadow: inset 0 0 0 1px transparent; } }
    .schedule-section .schedule-tab-wrapper .inner .tab-item {
      padding: 1rem 1.428rem;
      box-sizing: border-box;
      border-right: 1px #E2E2E2 solid;
      font-weight: bold;
      background-color: #F8F8F8;
      color: #252525;
      display: inline-block;
      font-size: 1rem;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 1025px) {
        .schedule-section .schedule-tab-wrapper .inner .tab-item {
          width: 12.5%; } }
      .schedule-section .schedule-tab-wrapper .inner .tab-item:hover {
        text-decoration: none !important;
        background-color: #E2E2E2; }
      .schedule-section .schedule-tab-wrapper .inner .tab-item .date {
        font-family: "Roboto";
        font-size: 1.846rem;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.846rem; }
        @media (min-width: 1025px) {
          .schedule-section .schedule-tab-wrapper .inner .tab-item .date {
            font-size: 2.142rem;
            line-height: 2.142rem; } }
      .schedule-section .schedule-tab-wrapper .inner .tab-item span:not(.date) {
        border-radius: 2rem;
        background-color: #000;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.714rem;
        text-align: center;
        margin-left: .5rem;
        padding: 0.285rem 0.428rem 0.214rem;
        box-sizing: border-box;
        min-width: 1.428rem; }
      .schedule-section .schedule-tab-wrapper .inner .tab-item.active {
        background-color: #d70c19;
        color: #fff; }
        .schedule-section .schedule-tab-wrapper .inner .tab-item.active span:not(.date) {
          background-color: #fff;
          color: #d70c19; }
      .schedule-section .schedule-tab-wrapper .inner .tab-item.disabled {
        cursor: auto;
        pointer-events: none; }
        .schedule-section .schedule-tab-wrapper .inner .tab-item.disabled > * {
          opacity: .4; }
        .schedule-section .schedule-tab-wrapper .inner .tab-item.disabled:hover {
          background-color: transparent; }
@media (min-width: 768px) {
  .schedule-section .contents-list .list-card .d-flex .thumbnail-wrapper {
    width: 18.571rem; } }
.schedule-section .contents-list .list-card .d-flex .text-wrapper .action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .schedule-section .contents-list .list-card .d-flex .text-wrapper .action-wrapper .action-btn {
    font-size: 0.714rem;
    text-align: center;
    word-break: keep-all;
    cursor: pointer;
    width: 4.285rem;
    height: 4.285rem;
    box-sizing: border-box;
    padding: .5rem;
    border-radius: 4rem;
    color: #d70c19;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1; }
    .schedule-section .contents-list .list-card .d-flex .text-wrapper .action-wrapper .action-btn > i {
      font-size: 1.714rem;
      display: block;
      margin-bottom: 0.142rem; }
    .schedule-section .contents-list .list-card .d-flex .text-wrapper .action-wrapper .action-btn:hover {
      background-color: rgba(215, 12, 25, 0.1); }
