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

.tab_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.875rem; }

.tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.0625rem; }

.tab_link {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Open Sans", "Noto Sans TC";
  letter-spacing: 0.625rem;
  text-align: center;
  background: #00e67a;
  padding: 0.75rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .tab_link:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../img/bg_yellow.gif);
    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; }
  .tab_link.active, .tab_link:hover {
    color: #fff; }
    .tab_link.active:before, .tab_link:hover:before {
      opacity: 1; }
  .tab_link b {
    font-weight: normal;
    position: relative;
    z-index: 1; }

.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;
      padding: 0.75rem 0; } }
  .table tbody tr:nth-child(2n+1) td {
    background: rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 480px) {
      .table tbody tr:nth-child(2n+1) td {
        background: transparent; } }
  @media screen and (max-width: 480px) {
    .table tbody tr:nth-child(2n+2) {
      background: rgba(0, 0, 0, 0.05); } }
  .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:nth-child(1) {
      width: 17.5rem; }
    .table th:nth-child(2) {
      width: 10rem; }
    .table th:nth-child(3) {
      width: 15.625rem; }
  .table th,
  .table td {
    text-align: center;
    padding: 0.75rem 1.25rem; }
    @media screen and (max-width: 480px) {
      .table th,
      .table td {
        text-align: left;
        line-height: 2;
        padding: 0rem 1.25rem; } }
  @media screen and (max-width: 480px) {
    .table td {
      display: block; } }

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

