/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/home/schedule.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.swiper-wrapper {
  height: auto;
}

.sec_schedule {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
}

.search_form_row {
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  padding: 0.3125rem 0.4375rem;
  margin: 1.875rem auto;
}

.form_row {
  margin: 0;
}
.form_row .form_col.short {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.25rem;
          flex: 0 0 17.25rem;
}
@media screen and (max-width: 950px) {
  .form_row .form_col.short {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.form_row .button {
  line-height: 3.5625rem;
  padding: 0 3.75rem;
  cursor: pointer;
}

.schedule_box {
  padding: 1.875rem 0;
  margin-bottom: 1.875rem;
}

.schedule_notes {
  line-height: 1.8;
  margin-top: 1.875rem;
}

.schedule_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0;
}
.schedule_row:first-child .schedule_left {
  padding-top: 2.125rem;
}
.schedule_row.last {
  padding-bottom: 5rem;
}

.schedule_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.375rem;
          flex: 0 0 9.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2.1875rem;
}

.schedule_right {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.cinema_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1875rem solid #222;
}

.cinema_title {
  font-size: 1.25rem;
  display: inline-block;
  padding: 3px 10px 2px;
  color: #fff;
  background: #222;
}
.cinema_title.xr {
  color: rgb(201.81, 0, 237.15);
}

._en .cinema_title br {
  display: none;
}

.schedule_slide {
  position: relative;
  padding: 0 2.5rem;
}

.slide_wrapper {
  position: relative;
  overflow: hidden;
}

.schedule_container {
  position: relative;
}

.schedule_sliderow_container {
  position: relative;
  padding: 0.9375rem 0;
}
@media screen and (max-width: 950px) {
  .schedule_sliderow_container {
    display: none;
  }
}

.sliderow_title {
  font-size: 1.25rem;
  color: #222;
  letter-spacing: 1px;
  background: transparent;
}

.slide {
  width: 175rem;
  position: relative;
}

.slide_prev,
.slide_next {
  width: 2.5rem;
  height: 100%;
  background-color: #222;
  background-image: url(../img/icon_angle.png);
  background-size: 0.8125rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  cursor: pointer;
  z-index: 5;
}

.slide_prev {
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slide_next {
  right: 0;
}

.timeline {
  height: 6.25rem;
  background-color: transparent;
  background-image: linear-gradient(#222222 1px, transparent 0), linear-gradient(90deg, rgba(34, 34, 34, 0.25) 1px, transparent 0), linear-gradient(90deg, #222222 1px, transparent 0);
  background-size: 0.0625rem 12.5rem, 6.25rem 1px, 12.5rem 0.0625rem;
  border-bottom: 0.0625rem solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.timeline.xr {
  background-color: rgba(217, 0, 255, 0.1);
}

.schedule_item {
  color: #fff;
  padding: 0.625rem 1.0625rem;
  background: #0198dc;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.schedule_item:hover .arrow_hvr, .schedule_item.active .arrow_hvr {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.schedule_item:focus {
  outline: 2px solid #222;
}

.item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item_left {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 0.625rem;
}

.item_title {
  font-size: 1.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.3125rem;
}

.item_duration {
  font-size: 0.8125rem;
  list-style: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item_time_length {
  font-size: 0.8125rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.3125rem;
  padding-left: 0.3125rem;
  position: relative;
}
.item_time_length::before {
  content: "";
  width: 1px;
  height: 0.9375rem;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.rating {
  line-height: 1.2;
  padding: 0 0.3125rem 0 0.375rem;
  margin: 0;
}

.rating_txt {
  font-size: 0.8125rem;
}

.rating_year {
  font-size: 0.875rem;
}

.rating_plus {
  font-size: 0.75rem;
}

.item_more .icon_arrow {
  width: 1.25rem;
  margin-right: 0;
}

.schedule_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  background-image: linear-gradient(#222222 1px, transparent 0), linear-gradient(90deg, #222222 1px, transparent 0);
  background-size: 0.0625rem 12.5rem, 12.5rem 0.0625rem;
  border-top: 0.0625rem solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.schedule_hour {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  padding: 0.3125rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.close_btn {
  width: 1.625rem;
  height: 1.625rem;
  opacity: 0.5;
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
}

.details {
  color: #fff;
  background: #222;
  padding: 1.875rem 2.5rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.detail_maintitle {
  font-size: 1.375rem;
  color: rgb(10.4615384615, 178.3038461538, 253.8884615385);
  letter-spacing: 0.0625rem;
  line-height: 1.2;
}

.detail_maintitle_en {
  font-size: 1rem;
  color: rgb(10.4615384615, 178.3038461538, 253.8884615385);
  letter-spacing: 0.0625rem;
}

.detail_duration {
  font-size: 0.8125rem;
  opacity: 0.7;
  margin-bottom: 0.625rem;
}

.detail_li {
  padding: 0.3125rem 0 0.3125rem 1.875rem;
}

@media screen and (min-width: 951px) {
  .detail_link:after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid #0198dc;
    border-radius: 0.1875;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .detail_link:focus:after {
    opacity: 1;
  }
}
.detail_link:hover .detail_pic .img, .detail_link:focus .detail_pic .img {
  opacity: 0.8;
}
.detail_link:hover .detail_title_left, .detail_link:focus .detail_title_left {
  color: rgb(10.4615384615, 178.3038461538, 253.8884615385);
}
.detail_link:hover .detail_txt, .detail_link:focus .detail_txt {
  opacity: 0.7;
}

.detail_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
}

.detail_right {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
}

.detail_pic {
  background: #fff;
  position: relative;
}
.detail_pic .img {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.detail_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail_title_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.detail_title_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.625rem;
}
.detail_title_right .rating {
  margin-top: 0.125rem;
}

.detail_title_tw {
  font-size: 1rem;
}

.detail_title_en {
  font-size: 0.875rem;
}

.detail_txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.8;
  margin-top: 0.625rem;
}

.detail_notes {
  font-size: 0.875rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75rem;
}

.detail_notes_title {
  font-weight: normal;
}

.detail_notes_list {
  padding-left: 0.625rem;
}

.release_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0198dc;
  border-radius: 1.875rem;
  padding: 0.125rem 0.9375rem 0.0625rem;
  font-size: 0.875rem;
}

.release_area_icon {
  width: 0.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375rem;
          flex: 0 0 0.9375rem;
  margin-right: 0.1875rem;
  position: relative;
  top: -0.0625rem;
}

.button_row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.25rem;
}

.button {
  line-height: 2.5rem;
  background: #0198dc;
}
.button .icon_arrow {
  width: 1.25rem;
  margin-right: 0.625rem;
}

.sec_title {
  font-size: 2.8125rem;
  font-family: "Montserrat-800";
  margin-bottom: 0;
}

.sec_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}

.format_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .format_row {
    display: none;
  }
}

.format_col {
  padding: 0 0.3125rem;
}

.format_btn {
  width: 2.875rem;
  height: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
  border: 0;
  color: #fff;
  background: #222;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.format_btn:hover, .format_btn.active {
  color: #fff;
  background: #0198dc;
}

@font-face {
  font-family: "Montserrat-800";
  src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-display: swap;
}
.week {
  font-family: "Montserrat-400", "NotoSansTC-400";
  font-size: 1.5625rem;
  position: relative;
  top: -0.3125rem;
}

._en .week {
  top: -0.125rem;
}

.table_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_title {
  font-size: 1.1875rem;
  padding-right: 1.125rem;
  position: relative;
}
.table_title::after {
  content: "";
  width: 1px;
  height: 1.25rem;
  background: #222;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table_time_length {
  font-size: 1.0625rem;
  font-family: "Montserrat-400", "NotoSansTC-400";
  margin-left: 0.8125rem;
}

.schedule_table_container {
  padding: 0.625rem 0;
}

.schedule_table {
  width: 100%;
  font-size: 1.0625rem;
  position: relative;
  border: 1px solid #eee;
}
@media screen and (max-width: 480px) {
  .schedule_table {
    display: block;
    border: 0;
    padding-top: 3.4375rem;
  }
}
.schedule_table.last {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 480px) {
  .schedule_table tbody {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .schedule_table tr {
    display: block;
    background: #F7F8F8;
    padding: 0.9375rem 1.25rem;
    margin-bottom: 0.25rem;
    position: relative;
  }
}
.schedule_table th {
  width: 9.375rem;
  font-size: 1.25rem;
  padding: 0.9375rem 1.25rem;
  font-weight: normal;
  border: 0.125rem solid #fff;
  background: #F7F8F8;
}
@media screen and (max-width: 480px) {
  .schedule_table th {
    display: block;
    font-weight: bold;
    border: 0;
    padding: 0.75rem 1.25rem 0.3125rem;
    text-align: left;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}
.schedule_table td {
  padding: 0.9375rem 1.25rem;
  font-family: "Montserrat-700", "NotoSansTC-500";
  font-weight: 500;
  border: 0.125rem solid #fff;
  background: #F7F8F8;
}
@media screen and (max-width: 480px) {
  .schedule_table td {
    display: block;
    border: 0;
    padding: 0;
  }
}
.schedule_table td:nth-child(4) {
  width: 9.5625rem;
}
@media screen and (max-width: 950px) {
  .schedule_table td:nth-child(4) {
    width: auto;
  }
}
.schedule_table .film_starttime {
  width: 6.25rem;
}
@media screen and (max-width: 950px) {
  .schedule_table .film_starttime {
    width: auto;
  }
}
.schedule_table .text_lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  vertical-align: middle;
}
.schedule_table .button_row {
  margin-top: 0;
}
.schedule_table .xr_title {
  white-space: nowrap;
}

.mobile_show {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile_show {
    display: inline-block;
  }
}

.symbol {
  margin-right: 0.1875rem;
}

.table_rating {
  margin-left: 0.75rem;
}
.table_rating .rating {
  line-height: 1.4;
  padding: 0 0.1875rem;
}

.table_film_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.25rem;
}

.film_item {
  margin: 0.1875rem;
  margin-right: 0.1875rem;
}

.table_film_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #fff;
  background: #222;
  padding-left: 0.625rem;
}
.table_film_link:focus, .table_film_link:hover {
  color: #fff;
  background: #0198dc;
}
.table_film_link .icon_arrow {
  width: 1.1875rem;
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}

.search_form_sec {
  max-width: 37.5rem;
}
.search_form_sec .button {
  background: #222;
}
.search_form_sec .mx-datepicker {
  display: block;
  width: auto;
}
.search_form_sec .mx-input {
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  color: #222;
  padding: 0.9375rem 1.375rem;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f4f4f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.search_form_sec .mx-input::-webkit-input-placeholder {
  color: #999;
  font-size: 1.25rem;
}
.search_form_sec .mx-input::-moz-placeholder {
  color: #999;
  font-size: 1.25rem;
}
.search_form_sec .mx-input:-ms-input-placeholder {
  color: #999;
  font-size: 1.25rem;
}
.search_form_sec .mx-input:-moz-placeholder {
  color: #999;
  font-size: 1.25rem;
}
.search_form_sec .mx-input:focus {
  outline: 0.125rem solid #0198dc;
}
.search_form_sec .mx-icon-calendar,
.search_form_sec .mx-icon-clear {
  right: 1.25rem;
  font-size: 1.4375rem;
}

.data_loading {
  height: 18.75rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
}

.data_loading_txt {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  opacity: 0.5;
  -webkit-animation: loading_txt 1s linear infinite;
          animation: loading_txt 1s linear infinite;
}

@-webkit-keyframes loading_txt {
  50% {
    opacity: 0.1;
  }
}

@keyframes loading_txt {
  50% {
    opacity: 0.1;
  }
}
.data_icon_loading {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  border: 2px solid rgba(34, 34, 34, 0.7);
  border-left-color: transparent;
  margin: 0 auto 0.5rem;
  -webkit-animation: icon_loading 1.5s linear infinite, loading_txt 1s linear infinite;
          animation: icon_loading 1.5s linear infinite, loading_txt 1s linear infinite;
}

@-webkit-keyframes icon_loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes icon_loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*# sourceMappingURL=schedule.min.css.map*/