/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./resources/src/css/home/film_list.scss ***!
  \******************************************************************************************************************************************************************************************************/
.maintitle_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap; }
  .maintitle_row.left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .maintitle_row.left .maintitle_en {
      left: 3.75rem;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.maintitle {
  font-size: 3.125rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 700;
  color: #222;
  line-height: 1;
  position: relative; }

.maintitle_en {
  font-size: 5rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 800;
  color: #222;
  text-transform: uppercase;
  line-height: 1.07;
  position: absolute;
  top: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: .1; }

.sec_page_top {
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sec_page_top {
      padding: 3.125rem 0; } }
  .sec_page_top .container {
    max-width: none; }
    @media screen and (max-width: 768px) {
      .sec_page_top .container {
        width: 100%; } }

.page_top_img {
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 768px) {
    .page_top_img {
      height: auto;
      -o-object-fit: initial;
         object-fit: initial; } }

.page_top_content {
  width: 100%;
  padding-bottom: 4rem;
  position: absolute;
  bottom: 0;
  left: 0; }

.sec_list {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem; }
  @media screen and (max-width: 480px) {
    .sec_list {
      padding-top: 1.875rem;
      padding-bottom: 6.25rem; } }
  .sec_list .breadcrumb {
    margin-bottom: 1.25rem; }
  .sec_list .maintitle_row {
    margin-bottom: 4.75rem; }

.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (max-width: 768px) {
    .col_list {
      margin-left: 0;
      margin-right: 0; } }
  .col_list.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 1.875rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.9375rem 0; } }
  @media screen and (max-width: 480px) {
    .col_li {
      padding: 0.625rem 0; } }

.col_4 .col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
  @media screen and (max-width: 768px) {
    .col_4 .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media screen and (max-width: 480px) {
    .col_4 .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.col_link:hover .img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

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

.img {
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1); }

.col_caption {
  position: relative;
  padding: 1.0625rem 0; }

.col_datetime {
  font-size: 0.875rem;
  letter-spacing: 0.1875rem;
  font-weight: 100;
  background: #000;
  padding: 0.3125rem 0.9375rem 0;
  position: absolute;
  left: 0.9375rem;
  bottom: 100%; }
  @media screen and (max-width: 768px) {
    .col_datetime {
      font-size: 1.125rem;
      font-weight: 400;
      margin-bottom: -1px; } }

.col_tag {
  font-size: 0.875rem;
  background: -o-linear-gradient(45deg, rgba(242, 242, 242, 0.65) 0%, rgba(242, 242, 242, 0.9) 25%, rgba(242, 242, 242, 0.9) 45%, rgba(242, 242, 242, 0.6) 100%);
  background: linear-gradient(45deg, rgba(242, 242, 242, 0.65) 0%, rgba(242, 242, 242, 0.9) 25%, rgba(242, 242, 242, 0.9) 45%, rgba(242, 242, 242, 0.6) 100%);
  background: #f2f2f2;
  padding: 0.3125rem 0.9375rem;
  position: absolute;
  left: 0;
  top: 0; }

.col_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.1875rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .col_title {
      font-size: 1.375rem; } }

.col_title_en {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 0.9375rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 100; }
  @media screen and (max-width: 768px) {
    .col_title_en {
      font-size: 1.375rem; } }

.col_txt {
  font-size: 0.875rem;
  line-height: 1.7;
  opacity: .7;
  margin-top: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  @media screen and (max-width: 768px) {
    .col_txt {
      font-size: 1.125rem; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem; }
  .breadcrumb li {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0 0.875rem;
    position: relative; }
    .breadcrumb li::after {
      content: '>';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -53%);
          -ms-transform: translate(50%, -53%);
              transform: translate(50%, -53%);
      opacity: .7; }
    .breadcrumb li:last-child::after {
      display: none; }
  .breadcrumb a:hover {
    color: #ff65ff; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem; }

.page-item {
  padding: 0 0.625rem; }

.page-link {
  width: 2.25rem;
  height: 2.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .page-link:hover {
    color: #fff;
    border-color: #222;
    background: #222;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out; }
  .page-link i {
    font-size: 1.2rem; }

.sidenav_list {
  width: 13.75rem; }
  @media screen and (max-width: 480px) {
    .sidenav_list {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #fff; } }

.sidenav_li {
  margin-bottom: 1px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .sidenav_li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin: 1px; } }
  .sidenav_li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00e67a;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
  @media screen and (min-width: 1025px) {
    .sidenav_li.active::before, .sidenav_li:hover::before {
      background-image: url(../img/bg_yellow.gif); } }

.sidenav_link {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: bold;
  text-align: right;
  padding: 0.875rem 1.25rem; }
  @media screen and (max-width: 1024px) {
    .sidenav_link {
      text-align: center; } }
  .sidenav_link:hover {
    color: #fff; }

.sidenav_txt {
  display: block;
  position: relative; }
  .sidenav_txt:before {
    content: '';
    width: 5.375rem;
    height: 1.25rem;
    background-image: url(../img/arrow.png);
    background-size: 100% auto;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.sec_filmlist {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem; }
  @media screen and (max-width: 480px) {
    .sec_filmlist {
      padding-top: 1.875rem;
      padding-bottom: 6.25rem; } }
  .sec_filmlist .breadcrumb {
    margin-bottom: 1.25rem; }
  .sec_filmlist .maintitle_row {
    margin-bottom: 4.75rem; }
  .sec_filmlist .container {
    max-width: 1680px; }

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

.film_list_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.75rem;
          flex: 0 0 13.75rem;
  padding-top: 1.875rem; }
  @media screen and (max-width: 480px) {
    .film_list_left {
      padding-top: 1.25rem; } }

.film_list_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem; }
  @media screen and (max-width: 480px) {
    .film_list_right {
      padding-top: 1.875rem;
      padding-left: 0rem; } }

