/*!****************************************************************************************************************************************************************************************************!*\
  !*** 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/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"; }

.gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.3125rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }

.gallery_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .gallery_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; } }
  @media screen and (max-width: 480px) {
    .gallery_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

.gallery_link:hover .gallery_caption::before {
  opacity: 1; }

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

.cowork_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.875rem 0; }

.cowork_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .cowork_col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.cowork_item {
  height: 100%;
  padding-left: 1.875rem;
  padding-bottom: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 480px) {
    .cowork_item {
      padding-left: 1.5rem; } }
  .cowork_item::before {
    content: '';
    width: 0.0625rem;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0; }
  .cowork_item::after {
    content: '';
    width: 3.875rem;
    height: 0.0625rem;
    background: #000;
    position: absolute;
    left: -2.5625rem;
    bottom: 1.25rem; }

.cowork_title {
  font-size: 1.375rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.625rem; }
  .cowork_title .icon {
    width: 2.0625rem;
    margin-bottom: 0.3125rem; }

.cowork_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0; }

.lb_show_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.hashtag_list {
  margin-top: 3.125rem; }

