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

.swiper-button-prev,
.swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.125rem; }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3.125rem;
    background-image: url(../img/swiper_btn.png);
    background-size: contain;
    background-position: center center;
    -webkit-transition: background-image .2s ease-out;
    -o-transition: background-image .2s ease-out;
    transition: background-image .2s ease-out;
    position: absolute;
    top: 0;
    left: 0; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 0; }
  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before {
    background-image: url(../img/swiper_btn_hvr.png); }

.swiper-button-next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

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

.swiper-pagination-bullet {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 0.4375rem;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ff65ff;
  margin: 0;
  margin-right: 1.875rem;
  opacity: 1;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }
  .swiper-pagination-bullet:hover {
    background-color: #00e67a; }

.swiper-pagination-bullet-active {
  background-color: #000; }

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

.datetime_dash {
  width: 2.1875rem;
  height: 0.0625rem;
  background: #f2f2f2;
  margin: 0 0.625rem; }

.datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", "Noto Sans TC";
  font-style: italic;
  font-weight: 700;
  color: #f2f2f2; }

.year {
  width: 1.375rem;
  word-break: break-all;
  font-size: 1.0625rem;
  line-height: 1.05;
  letter-spacing: 0.0625rem;
  margin-right: 0.125rem; }

.month,
.date {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.0625rem; }

.date {
  padding-left: 0.625rem;
  margin-left: 0.0625rem;
  position: relative; }
  .date::before {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.25rem;
    background: #f2f2f2;
    position: absolute;
    bottom: 0.625rem;
    left: 0.125rem; }

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

.sec_kv {
  padding: 5rem; }
  @media screen and (max-width: 768px) {
    .sec_kv {
      padding: 3.125rem 0; } }

.kv {
  position: relative;
  z-index: 0; }

.kv_img {
  height: 41.66667vw;
  -o-object-fit: contain;
     object-fit: contain; }

.kv_iframe_yt {
  width: 100%;
  height: 41.66667vw;
  -o-object-fit: cover;
     object-fit: cover; }

.kv_dec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0; }
  .kv_dec_row.row_1 {
    bottom: 31%; }
  .kv_dec_row.row_2 {
    top: 69%; }

.kv_col {
  position: relative; }
  .kv_col:nth-child(1) {
    z-index: 6; }
  .kv_col:nth-child(2) {
    z-index: 5; }
  .kv_col:nth-child(3) {
    z-index: 4; }
  .kv_col:nth-child(4) {
    z-index: 3; }
  .kv_col:nth-child(5) {
    z-index: 2; }
  .kv_col:nth-child(6) {
    z-index: 1; }

.row_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.kv_dec_0 {
  position: absolute;
  bottom: 100%;
  left: 0; }

.kv_dec_8 {
  width: 156.231%;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 6; }

.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .scrolldown {
      display: none; } }

.scrolldown_txt {
  font-size: 0.8125rem;
  -webkit-animation: txt 2.5s linear infinite;
          animation: txt 2.5s linear infinite; }

.scrolldown_dot {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 0.3125rem;
  background: #fff;
  position: relative;
  margin: 0.9375rem auto; }
  .scrolldown_dot.dot1 {
    -webkit-animation: dot1 2.5s linear infinite;
            animation: dot1 2.5s linear infinite; }
  .scrolldown_dot.dot2 {
    -webkit-animation: dot2 2.5s linear infinite;
            animation: dot2 2.5s linear infinite; }
  .scrolldown_dot.dot3 {
    -webkit-animation: dot3 2.5s linear infinite;
            animation: dot3 2.5s linear infinite; }

.scrolldown_angle {
  font-size: 3.125rem;
  margin-top: -1.5625rem;
  -webkit-animation: angle 2.5s ease-out infinite;
          animation: angle 2.5s ease-out infinite; }
  .scrolldown_angle .fa-angle-down {
    display: block;
    margin: 0 auto; }

@-webkit-keyframes txt {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes txt {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes dot1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes dot1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes dot2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes dot2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes dot3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes dot3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes angle {
  0% {
    opacity: 0; }
  25% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  35% {
    opacity: 1; }
  55% {
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0; } }

@keyframes angle {
  0% {
    opacity: 0; }
  25% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  35% {
    opacity: 1; }
  55% {
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0; } }

.ind_event {
  padding-top: 5rem; }
  @media screen and (max-width: 768px) {
    .ind_event {
      position: relative; }
      .ind_event::before {
        content: '';
        width: 100vw;
        height: 70%;
        background: #f2f2f2;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .ind_event .maintitle_row {
    margin-bottom: 4.75rem; }
  .ind_event .datetime_row {
    margin-bottom: 1.25rem; }

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

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

.ind_event_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.8125rem;
          flex: 0 0 25.8125rem; }

.ind_event_caption {
  padding-top: 6.25rem;
  padding-left: 4.0625rem; }
  @media screen and (max-width: 768px) {
    .ind_event_caption {
      padding-top: 3.125rem; } }

.ind_event_pic {
  position: relative; }

.ind_event_title {
  color: #222;
  font-size: 2.125rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .ind_event_title {
      font-size: 2rem; } }

._en .ind_event_title {
  font-size: 1.75rem; }

.event_swiper {
  padding-bottom: 11.0625rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .event_swiper {
      padding-bottom: 0; } }
  .event_swiper .swiper-button-prev,
  .event_swiper .swiper-button-next {
    right: auto;
    left: auto;
    top: auto;
    bottom: 12.0625rem;
    right: 50%;
    margin-right: -22.7%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
    @media screen and (max-width: 768px) {
      .event_swiper .swiper-button-prev,
      .event_swiper .swiper-button-next {
        bottom: 16.5%;
        margin-right: 4.5%; } }
    @media screen and (max-width: 480px) {
      .event_swiper .swiper-button-prev,
      .event_swiper .swiper-button-next {
        bottom: 18%;
        margin-right: 5.5%; } }
    .event_swiper .swiper-button-prev:before,
    .event_swiper .swiper-button-next:before {
      background-image: url(../img/swiper_btn_noborder.png); }
  .event_swiper .swiper-button-prev {
    margin-right: -18.5%; }
  .event_swiper .swiper-pagination {
    left: 0;
    top: 100%;
    margin-top: 1.75rem; }
    @media screen and (max-width: 768px) {
      .event_swiper .swiper-pagination {
        top: auto;
        margin-bottom: 36vw;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 480px) {
      .event_swiper .swiper-pagination {
        margin-bottom: 50vw; } }
  @media screen and (max-width: 768px) {
    .event_swiper .swiper-pagination-bullet {
      border-color: #fff;
      background-color: #f2f2f2; } }
  @media screen and (max-width: 768px) {
    .event_swiper .swiper-pagination-bullet-active {
      background-color: #fff; } }

.ind_event_cover {
  width: 50vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 11; }
  @media screen and (max-width: 768px) {
    .ind_event_cover {
      width: 100vw;
      position: relative;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      padding-top: 6.25rem; } }
  @media screen and (max-width: 480px) {
    .ind_event_cover {
      width: 150vw; } }

.ind_news {
  padding: 6.25rem 0; }
  .ind_news .maintitle_row {
    margin-bottom: 4.75rem; }

.ind_video {
  padding: 6.25rem 0 12.5rem; }

.vedio {
  max-width: 56.25rem;
  position: relative;
  margin: 0 auto; }

