/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/css/video_list.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2; }

@-webkit-keyframes angle_right {
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

@keyframes angle_right {
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

.btn_more_link {
  color: #fff;
  font-family: "Montserrat", "Noto Sans TC";
  line-height: 2;
  padding: 0.625rem0;
  position: relative; }
  .btn_more_link i {
    font-size: 1.125rem;
    position: relative;
    bottom: -0.0625rem;
    margin-left: 0.3125rem;
    -webkit-animation: angle_right 1s ease-out infinite;
            animation: angle_right 1s ease-out infinite; }
  .btn_more_link:hover .btn_more_circle {
    width: 3.75rem;
    background: #b19160;
    opacity: 1;
    left: 100%;
    -webkit-animation: btn_more .5s ease-out;
            animation: btn_more .5s ease-out; }

.btn_more_circle {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.9375rem;
  margin-left: -1.875rem;
  opacity: .2;
  z-index: -1;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@-webkit-keyframes btn_more {
  0% {
    width: 3.75rem;
    left: 0; }
  35% {
    width: 130%;
    left: 0; }
  100% {
    width: 3.75rem;
    left: 100%; } }

@keyframes btn_more {
  0% {
    width: 3.75rem;
    left: 0; }
  35% {
    width: 130%;
    left: 0; }
  100% {
    width: 3.75rem;
    left: 100%; } }

.maintitle_row {
  text-align: center; }

.maintitle_en {
  font-size: 3.375rem;
  font-family: "Montserrat", "Noto Sans TC";
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25; }

.maintitle {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1; }

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

.pagination_li:first-child, .pagination_li:last-child {
  padding: 0 1.875rem; }

.pagination_link {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans TC";
  padding-top: 0.125rem;
  -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;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }
  .pagination_link:hover {
    background-color: #b19160; }
  .pagination_link i {
    font-size: 1.5rem; }

.breadcrumbs {
  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;
  opacity: .6; }

.breadcrumbs_li {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0.875rem;
  position: relative; }
  .breadcrumbs_li::after {
    content: '/';
    opacity: .7;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -53%);
        -ms-transform: translate(50%, -53%);
            transform: translate(50%, -53%); }
  .breadcrumbs_li:last-child::after {
    display: none; }

.breadcrumbs_link:focus, .breadcrumbs_link:hover {
  color: #b19160; }

.ind_video {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.video_swiper {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (max-width: 768px) {
    .video_swiper {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (max-width: 480px) {
    .video_swiper {
      margin-left: 0;
      margin-right: 0; } }
  .video_swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 768px) {
      .video_swiper .swiper-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (max-width: 480px) {
      .video_swiper .swiper-wrapper {
        display: block; } }
  .video_swiper .swiper-slide {
    min-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .video_swiper .swiper-slide {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 0.625rem;
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 480px) {
      .video_swiper .swiper-slide {
        width: 100%;
        padding: 0;
        margin-bottom: 2.5rem; } }

@media screen and (min-width: 769px) {
  .video_link:hover .img {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07); } }

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

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

.video_caption {
  padding: 1.5625rem 1.25rem;
  background: #fff; }

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

.video_tag {
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans TC";
  background: #c02a16;
  border-radius: 1.25rem;
  padding: 0 0.6875rem;
  line-height: 1.5rem;
  margin-right: 0.875rem; }

.video_title {
  font-size: 1.375rem;
  font-family: "Montserrat", "Noto Sans TC";
  color: #141414;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.video_sec {
  padding-top: 11.875rem;
  padding-bottom: 9.375rem; }

.breadcrumbs {
  margin-top: 3.125rem; }

.video_list {
  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; }
  @media screen and (max-width: 480px) {
    .video_list {
      margin-left: 0;
      margin-right: 0; } }

.video_li {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .video_li {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0;
      margin-bottom: 1.875rem; } }

.video_info {
  font-size: 0.875rem;
  color: #707070;
  margin-top: 0.375rem; }

.video_dot {
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #707070;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1875rem; }

.video_sec_row {
  padding-top: 1.875rem;
  padding-bottom: 6.25rem; }

.btn_row {
  margin-top: 4.375rem; }

.most + .latest,
.most ~ .podcast {
  padding-top: 0.625rem; }

.most .video_list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  @media screen and (max-width: 480px) {
    .most .video_list {
      margin-left: 0;
      margin-right: 0; } }

.most .video_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 0.3125rem; }
  @media screen and (max-width: 480px) {
    .most .video_li {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0;
      margin-bottom: 1.875rem; } }

.most .video_caption {
  padding: 0.9375rem 1.25rem; }

.most .video_title {
  font-size: 1.1875rem; }

.most .video_info {
  font-size: 0.8125rem; }

.regular .video_list,
.latest .video_list {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media screen and (max-width: 480px) {
    .regular .video_list,
    .latest .video_list {
      margin-left: 0;
      margin-right: 0; } }

.regular .video_li,
.latest .video_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 0.625rem;
  margin-bottom: 4.375rem; }
  @media screen and (max-width: 768px) {
    .regular .video_li,
    .latest .video_li {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0 0.625rem;
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 480px) {
    .regular .video_li,
    .latest .video_li {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0;
      margin-bottom: 1.875rem; } }

.regular .video_caption,
.latest .video_caption {
  padding: 0.75rem 1rem 0.75rem; }

.regular .video_title,
.latest .video_title {
  font-size: 1rem;
  font-weight: normal; }

.regular .video_info,
.latest .video_info {
  font-size: 0.8125rem;
  margin-top: 0.25rem; }

.regular .btn_row,
.latest .btn_row {
  margin-top: 1.875rem; }

.regular .video_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%; }

.podcast .video_list {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media screen and (max-width: 480px) {
    .podcast .video_list {
      margin-left: -0.3125rem;
      margin-right: -0.3125rem; } }

.podcast .video_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0.625rem;
  margin-bottom: 3.125rem; }
  @media screen and (max-width: 768px) {
    .podcast .video_li {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0 0.625rem;
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 480px) {
    .podcast .video_li {
      padding: 0 0.3125rem;
      margin-bottom: 1.875rem; } }

.podcast .video_item {
  position: relative; }

.podcast .video_caption {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0; }

.podcast .video_title {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: normal; }

.podcast .btn_row {
  margin-top: 3.125rem; }

.video_head_row {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1.25rem; }
  .video_head_row.left {
    text-align: left; }
    .video_head_row.left .video_head {
      padding: 0; }
      .video_head_row.left .video_head::before, .video_head_row.left .video_head:after {
        display: none; }

.video_head {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans TC";
  display: inline-block;
  position: relative;
  padding: 0 2.0625rem; }
  .video_head::before, .video_head:after {
    content: '';
    width: 50vw;
    height: 0.0625rem;
    background: #fff;
    position: absolute;
    top: 50%;
    opacity: .5; }
  .video_head::before {
    right: 100%; }
  .video_head::after {
    left: 100%; }
  .video_head span {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 0.05em; }

