/*!*********************************************************************************************************************************************************************************************************!*\
  !*** 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_content.scss ***!
  \*********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.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; }

.btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn_row.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .btn_row.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.btn {
  margin: 0 1.25rem; }
  .btn:last-child {
    margin: 0; }

.btn_link {
  color: #fff;
  font-size: 1.0625rem;
  font-family: "Open Sans", "Noto Sans TC";
  background: #ff65ff;
  background: -o-linear-gradient(left, black -100%, #ff65ff 55%, #ff65ff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, black), color-stop(55%, #ff65ff), to(#ff65ff));
  background: linear-gradient(90deg, black -100%, #ff65ff 55%, #ff65ff 100%);
  padding: 0.9375rem 2.8125rem; }
  @media screen and (max-width: 480px) {
    .btn_link {
      padding: 0.9375rem 1.875rem; } }
  .btn_link:hover {
    color: #fff;
    background: -o-linear-gradient(left, black -100%, #00e67a 55%, #00e67a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-100%, black), color-stop(55%, #00e67a), to(#00e67a));
    background: linear-gradient(90deg, black -100%, #00e67a 55%, #00e67a 100%); }
  .btn_link .fa-angle-left {
    margin-right: 0.625rem; }
  .btn_link .fa-angle-right {
    margin-left: 0.625rem; }

.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; }

.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; }

.en .ck_editor {
  letter-spacing: 0; }

.ck_editor {
  font-size: 1.125rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.9; }
  .ck_editor h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0.9375rem; }
  .ck_editor h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0.9375rem; }
  .ck_editor h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 0.3125rem; }
  .ck_editor h5 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.9;
    margin: 0; }
  .ck_editor p {
    margin-bottom: 1.25rem; }
  .ck_editor img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 37.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto; }
  .ck_editor figure {
    width: auto;
    height: auto;
    margin: 1.25rem auto;
    display: table; }
  .ck_editor figcaption {
    font-size: 0.875rem;
    padding: 0.1875rem 0 0 1.0625rem;
    position: relative; }
    .ck_editor figcaption::before {
      content: '';
      border-style: solid;
      border-color: transparent transparent #333 transparent;
      border-width: 0 4px 7px 4px;
      position: absolute;
      top: 0.75rem;
      left: 0; }
  .ck_editor ol {
    list-style: decimal;
    margin-left: 1.4em; }
  .ck_editor ul {
    list-style: disc;
    margin-left: 1.4em; }
  .ck_editor li {
    line-height: 1.9; }
  .ck_editor table {
    text-indent: 0 !important; }
  .ck_editor table {
    width: 100%;
    line-height: 1.6;
    margin: 0.625rem 0; }
    @media screen and (max-width: 768px) {
      .ck_editor table {
        display: block; } }
  @media screen and (max-width: 768px) {
    .ck_editor tbody {
      display: block; } }
  @media screen and (max-width: 768px) {
    .ck_editor tr {
      display: block;
      border-bottom: 0.0625rem solid #ccc;
      border-left: 0;
      border-right: 0;
      padding: 0.625rem 0; } }
  @media screen and (max-width: 768px) {
    .ck_editor tr::last-child {
      border-bottom: 0; } }
  .ck_editor th {
    padding: 0.1875rem 0.625rem;
    border: 0.0625rem solid #ccc; }
    @media screen and (max-width: 768px) {
      .ck_editor th {
        display: none; } }
  .ck_editor td {
    padding: 0.1875rem 0.625rem;
    border: 0.0625rem solid #ccc; }
    @media screen and (max-width: 768px) {
      .ck_editor td {
        display: block;
        border: 0;
        padding: 0 0.625rem; } }
  .ck_editor a {
    display: inline;
    color: #54b2a4; }
    .ck_editor a::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #54b2a4;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out;
      opacity: .7; }
    .ck_editor a:hover::before {
      opacity: 0; }
  .ck_editor iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 65vw; } }
  .ck_editor .ol_1 {
    list-style: none;
    margin-left: 2.875rem; }
    .ck_editor .ol_1 > li {
      margin-bottom: 1.875rem; }
    .ck_editor .ol_1 h3 {
      text-indent: -2.875rem;
      margin-bottom: 0.625rem; }
    .ck_editor .ol_1 p {
      margin-bottom: 0.625rem; }
  .ck_editor .ol_2 {
    list-style: none;
    text-indent: -2rem;
    margin-left: 2rem; }
  .ck_editor .ol_3 {
    list-style: none;
    text-indent: -1.375rem;
    margin-left: 1.375rem; }
  .ck_editor .disc {
    list-style: disc;
    margin-left: 1.25rem;
    text-indent: 0; }
  .ck_editor .listtable th {
    color: #fff;
    letter-spacing: 0.3125rem;
    background: #151515;
    padding: 0.3125rem 0.625rem; }
  .ck_editor .listtable td {
    padding: 0.3125rem 0.625rem; }
  .ck_editor .listtable tr:nth-child(2n+1) td {
    background: #ccc; }

.table {
  width: 100%;
  font-size: 1.125rem; }
  @media screen and (max-width: 480px) {
    .table {
      display: block; } }
  @media screen and (max-width: 480px) {
    .table tbody {
      display: block; } }
  @media screen and (max-width: 480px) {
    .table tbody tr {
      display: block;
      border-bottom: 0;
      padding: 0; } }
  .table tbody tr th:last-child,
  .table tbody tr td:last-child {
    text-align: left; }
  .table th {
    background: rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 480px) {
      .table th {
        display: none; } }
  .table th,
  .table td {
    text-align: center;
    padding: 0.75rem 1.25rem; }
    @media screen and (max-width: 480px) {
      .table th,
      .table td {
        width: 100%;
        text-align: left;
        line-height: 2;
        padding: 0rem 1.25rem; } }
  @media screen and (max-width: 480px) {
    .table td {
      display: block; } }
  @media screen and (max-width: 480px) {
    .table .film_time {
      border-top: 0.0625rem solid #ccc;
      padding-top: 0.9375rem;
      margin-top: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    .table .film_name {
      padding-top: 0.9375rem; } }

.m_title {
  position: relative;
  margin-right: 0.3125rem;
  display: none; }
  @media screen and (max-width: 480px) {
    .m_title {
      display: inline-block; } }
  .m_title:after {
    content: '|';
    margin-left: 0.3125rem; }

.social_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.social_btn {
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  position: relative; }
  .social_btn:first-child {
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .social_btn {
      width: 2.125rem;
      height: 2.125rem;
      margin-left: 0.625rem; }
      .social_btn:first-child {
        margin-left: 0; } }

.social_btn_link {
  height: 100%;
  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;
  font-size: 1.1875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .social_btn_link:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #f2f2f2;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .social_btn_link:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .social_btn_link {
      font-size: 1.25rem; } }
  .social_btn_link i {
    position: relative;
    top: 0.0625rem; }
  .social_btn_link.social_link {
    font-size: 1rem; }
  .social_btn_link:hover {
    color: #fff; }
    .social_btn_link:hover.fb {
      background: #3b5998;
      border: 0.0625rem solid #3b5998; }
    .social_btn_link:hover.twitter {
      background: #1da1f2;
      border-color: solid #1da1f2; }
    .social_btn_link:hover.line {
      background: #00c300;
      border-color: #00c300; }
    .social_btn_link:hover.mail {
      background: #f2f2f2;
      border-color: #f2f2f2; }
    .social_btn_link:hover.link {
      background: #de9100;
      border-color: #de9100; }

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

.hashtag_li {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem; }

.hashtag_link {
  line-height: 1.625; }
  @media screen and (min-width: 769px) {
    .hashtag_link:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #f2f2f2;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .hashtag_link:focus:after {
      opacity: 1; } }
  .hashtag_link:before {
    content: "#";
    margin-right: 0.125rem; }
  .hashtag_link:hover {
    color: #222; }

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

.content_paper {
  color: #000;
  -webkit-box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
  padding: 3.75rem 5rem 5rem;
  background: #fff;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.9) 30%, white 90%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(15%, rgba(255, 255, 255, 0.85)), color-stop(30%, rgba(255, 255, 255, 0.9)), color-stop(90%, white), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.9) 30%, white 90%, rgba(255, 255, 255, 0.9) 100%);
  position: relative; }
  @media screen and (max-width: 768px) {
    .content_paper {
      padding: 3.75rem 2.5rem 5rem; } }
  @media screen and (max-width: 480px) {
    .content_paper {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
      padding: 2.5rem 1.875rem 3.75rem; } }

.content_top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 768px) {
    .content_top_row {
      margin-bottom: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    .content_top_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media screen and (max-width: 480px) {
  .content_paper .content_top_row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.content_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 480px) {
    .content_top_right {
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 0.625rem; } }

.content_title {
  font-size: 2.375rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 400;
  color: #222;
  line-height: 1.4;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 480px) {
    .content_title {
      font-size: 1.875rem; } }

.content_tag {
  font-size: 1.1875rem;
  color: #fff;
  font-weight: bold;
  padding: 0.375rem 2.5rem;
  background-image: url(../img/bg_yellow.gif);
  margin-left: 0.625rem; }

.content_duration {
  font-size: 1.3125rem;
  font-family: "Open Sans", "Noto Sans TC", "Open Sans", "Noto Sans TC"; }

.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_film {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem;
  padding-left: 6.25rem; }
  @media screen and (max-width: 1024px) {
    .sec_film {
      padding-left: 0; } }
  @media screen and (max-width: 480px) {
    .sec_film {
      padding-top: 1.875rem;
      padding-bottom: 6.25rem; } }
  .sec_film .container {
    max-width: 67.5rem; }
  .sec_film .maintitle_row {
    margin-bottom: 4.75rem; }
  @media screen and (max-width: 480px) {
    .sec_film .content_top_row {
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .sec_film .content_top_right {
      margin-top: 1.25rem; } }

.film_sidenav {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 1.875rem; }
  @media screen and (max-width: 1024px) {
    .film_sidenav {
      display: none; } }

.film_content {
  margin-top: 3.125rem;
  position: relative; }
  .film_content .ck_editor {
    font-size: 1rem; }

.film_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 768px) {
    .film_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.film_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.875rem; }
  @media screen and (max-width: 768px) {
    .film_left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-right: 0; } }

.film_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.875rem;
          flex: 0 0 16.875rem; }
  @media screen and (max-width: 768px) {
    .film_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.film_maintitle {
  font-size: 2.25rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 1.25rem; }

.topbar_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9375rem;
  white-space: nowrap;
  padding: 0.5rem 0;
  margin-bottom: 2.125rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.3);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .topbar_row {
      line-height: 1.6; } }

.topbar_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

.topbar_info_li {
  padding: 0 0.625rem;
  position: relative; }
  .topbar_info_li:before {
    content: '';
    width: 0.0625rem;
    height: 72%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .5; }
  .topbar_info_li:first-child:before {
    display: none; }

.film_swiper {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem; }
  .film_swiper .swiper_controller {
    width: 100%;
    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: absolute;
    bottom: 0; }
  .film_swiper .swiper-button-next,
  .film_swiper .swiper-button-prev {
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 11; }
    .film_swiper .swiper-button-next:after,
    .film_swiper .swiper-button-prev:after {
      font-size: 0.9375rem;
      font-weight: bold;
      color: #fff;
      -webkit-transition: color .2s ease-out;
      -o-transition: color .2s ease-out;
      transition: color .2s ease-out; }
    .film_swiper .swiper-button-next:hover:after,
    .film_swiper .swiper-button-prev:hover:after {
      color: #222; }
  .film_swiper .swiper-pagination {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: auto;
    margin: 0 3.4375rem; }
    .film_swiper .swiper-pagination .swiper-pagination-bullet {
      display: block;
      width: 0.4375rem;
      height: 0.4375rem;
      border-radius: 0;
      margin: 0 0.4375rem;
      background: #000;
      opacity: 1; }
    .film_swiper .swiper-pagination .swiper-pagination-bullet-active {
      background: #ff65ff; }

.premiere {
  font-size: 1.0625rem;
  font-family: "Open Sans", "Noto Sans TC";
  color: white;
  line-height: 2;
  margin-bottom: 1.5625rem; }
  .premiere .fa-screen-users {
    font-size: 1.875rem;
    margin-right: 0.625rem; }

.record_list {
  font-size: 1.0625rem;
  font-family: "Open Sans", "Noto Sans TC";
  color: #222;
  line-height: 2;
  margin-bottom: 1.5625rem; }
  .record_list .fa-star {
    margin-right: 0.3125rem; }

.info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 2;
  margin-bottom: 2rem; }

.info_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem; }
  .info_title h3 {
    font-size: 1.0625rem;
    font-weight: normal;
    font-family: "Open Sans", "Noto Sans TC";
    color: #222; }

.info_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.director_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5625rem; }

.director_img {
  width: 8.125rem;
  height: 8.125rem;
  -o-object-fit: cover;
     object-fit: cover; }

.director_discription {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem; }

.hashtag_link {
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding: 0 0.625rem; }
  .hashtag_link:hover {
    color: #fff;
    background: #00e67a;
    border: 0.0625rem solid #00e67a; }

.btn_back_row {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.3);
  margin-top: 2.5rem; }

.btn_back_link {
  text-align: center;
  padding: 1rem 0; }
  .btn_back_link:hover {
    color: #222; }

.box {
  background: -o-linear-gradient(45deg, rgba(242, 242, 242, 0.25) 0%, rgba(242, 242, 242, 0.5) 25%, rgba(242, 242, 242, 0.5) 45%, rgba(242, 242, 242, 0.2) 100%);
  background: linear-gradient(45deg, rgba(242, 242, 242, 0.25) 0%, rgba(242, 242, 242, 0.5) 25%, rgba(242, 242, 242, 0.5) 45%, rgba(242, 242, 242, 0.2) 100%);
  margin-bottom: 1.25rem; }
  .box .container {
    width: calc(100% - 2.5rem);
    padding: 1.875rem 0 1.25rem; }

.box_title {
  font-size: 1.1875rem;
  font-weight: normal;
  font-family: "Open Sans", "Noto Sans TC";
  color: #222;
  margin-bottom: 0.9375rem; }

.title_icon {
  display: inline-block;
  width: 1.25rem;
  margin-right: 0.0625rem;
  margin-bottom: -0.1875rem; }

.box_txt {
  line-height: 1.7; }
  .box_txt p {
    margin-bottom: 0.625rem; }

.box_btn {
  background: -o-linear-gradient(45deg, rgba(242, 242, 242, 0.35) 0%, rgba(242, 242, 242, 0.6) 25%, rgba(242, 242, 242, 0.6) 45%, rgba(242, 242, 242, 0.3) 100%);
  background: linear-gradient(45deg, rgba(242, 242, 242, 0.35) 0%, rgba(242, 242, 242, 0.6) 25%, rgba(242, 242, 242, 0.6) 45%, rgba(242, 242, 242, 0.3) 100%);
  position: relative; }
  .box_btn::before {
    content: '';
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #f2f2f2 0%, rgba(34, 34, 34, 0.6) 60%, rgba(34, 34, 34, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(60%, rgba(34, 34, 34, 0.6)), to(rgba(34, 34, 34, 0.8)));
    background: linear-gradient(90deg, #f2f2f2 0%, rgba(34, 34, 34, 0.6) 60%, rgba(34, 34, 34, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
  .box_btn:hover::before {
    opacity: 1; }

.box_btn_link {
  font-size: 1.0625rem;
  text-align: center;
  padding: 1.25rem 0; }
  .box_btn_link .fa-ticket,
  .box_btn_link .fa-user-headset,
  .box_btn_link .fa-clapperboard-play {
    font-size: 1.25rem;
    margin-left: -0.625rem;
    margin-right: 0.3125rem;
    margin-bottom: -0.125rem; }

.buyticket .box_btn::before {
  opacity: 1; }

