/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/subsite_jury_list.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .button_row.space_between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.875rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    .button_row.space_between .button {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: auto;
      color: #222;
      background: #fff;
      margin: 0 0.625rem;
      -webkit-box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25);
              box-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25); }
      @media screen and (max-width: 480px) {
        .button_row.space_between .button {
          margin: 0.625rem 0; } }
  .button_row.download {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }
    @media screen and (max-width: 950px) {
      .button_row.download {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .button_row.download .button {
      min-width: auto;
      font-size: 1.125rem;
      font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
      line-height: 3.5rem;
      margin: 0 0.625rem; }
      @media screen and (max-width: 480px) {
        .button_row.download .button {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0.625rem 0; } }
    .button_row.download .button_link {
      padding: 0 2.8125rem; }

.button {
  min-width: 19.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-family: "DM Serif Display", "Noto Serif TC";
  letter-spacing: 0.125rem;
  background: #222;
  line-height: 4.375rem;
  padding: 0;
  border: 0;
  border-radius: 4.375rem;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }
  .button i,
  .button svg {
    display: inline-block;
    width: auto;
    margin-right: 0.3125rem; }
  .button:hover {
    background: #b4b4b4; }

.button_link {
  text-align: center; }

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

.pagination_li {
  padding: 0 0.625rem; }

.pagination_link {
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid rgba(34, 34, 34, 0.1);
  font-family: "DM Serif Display", "Noto Serif TC";
  font-size: 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  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; }
  .pagination_link.active, .pagination_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; }
  .pagination_link i {
    font-size: 1.2rem; }

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  @media screen and (max-width: 950px) {
    .form_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -0.5625rem;
      margin-right: -0.5625rem; } }
  @media screen and (max-width: 480px) {
    .form_row {
      margin-left: 0;
      margin-right: 0; } }
  .form_row .button {
    line-height: 4.0625rem; }

.form_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem; }
  @media screen and (max-width: 950px) {
    .form_col {
      padding: 0.4375rem 0.5625rem; } }
  @media screen and (max-width: 480px) {
    .form_col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.3125rem 0; } }
  .form_col.short {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
    @media screen and (max-width: 950px) {
      .form_col.short {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .form_col.auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media screen and (max-width: 480px) {
      .form_col.auto {
        padding: 0.3125rem 0.5625rem; } }

.form_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
  font-weight: bold;
  text-align: right;
  padding: 0.75rem;
  padding-top: 1.6875rem; }
  @media screen and (max-width: 950px) {
    .form_title {
      padding: 0.5625rem;
      padding-top: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .form_title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.9375rem 0rem 0.125rem;
      text-align: left; } }

.search_select {
  width: 100%;
  font-size: 1.375rem;
  color: #222;
  padding: 1.25rem 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0.125rem;
  background-image: url(../../assets/img/icon_arrow_select.png);
  background-size: 0.75rem auto;
  background-position: calc(100% - 21px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .search_select:focus {
    outline: 0.125rem solid #222; }
  .search_select option {
    color: #222; }

.search_input {
  width: 100%;
  font-size: 1.375rem;
  color: #222;
  padding: 1.25rem 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0.125rem; }
  .search_input:focus {
    outline: 0.125rem solid #222; }
  .search_input::-webkit-input-placeholder {
    font-size: 1.375rem;
    color: #222; }
  .search_input::-moz-placeholder {
    font-size: 1.375rem;
    color: #222; }
  .search_input:-ms-input-placeholder {
    font-size: 1.375rem;
    color: #222; }

.listtop_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 950px) {
    .listtop_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 1.25rem; } }

@media screen and (max-width: 950px) {
  .listtop_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1.25rem; } }

.listtop_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5rem; }
  @media screen and (max-width: 950px) {
    .listtop_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-left: 0; } }
  .listtop_right .form_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .listtop_right .form_col.short {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
    @media screen and (max-width: 950px) {
      .listtop_right .form_col.short {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media screen and (max-width: 480px) {
      .listtop_right .form_col.short {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; } }
  .listtop_right .button {
    min-width: 12.5rem; }
    @media screen and (max-width: 950px) {
      .listtop_right .button {
        width: 100%; } }

.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 2.5rem; }
  @media screen and (max-width: 480px) {
    .col_list {
      margin-left: -0.375rem;
      margin-right: -0.375rem; } }

.col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 950px) {
    .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media screen and (max-width: 480px) {
    .col_li {
      padding: 0.9375rem 0.375rem; } }

.col_link:hover .col_pic img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07); }

.col_pic {
  position: relative;
  overflow: hidden; }
  .col_pic 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 {
  padding-top: 0.625rem; }

.col_info {
  font-size: 0.9375rem;
  opacity: .8; }

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

body,
html {
  color: #fff;
  background: #333; }

.list_bg {
  position: fixed; }

.maintitle_en {
  background: url(../../assets/img/gold_bg.webp);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }

.news_list {
  border: 2px solid #fff; }

.news_li {
  border-bottom: 2px solid #fff; }

.news_date {
  color: rgba(225, 225, 225, 0.3); }

.arrow_right {
  background: #fff; }
  .arrow_right:before {
    background: #fff; }

.tab_link {
  border-bottom: 0.25rem solid rgba(225, 225, 225, 0.7); }
  .tab_link.active, .tab_link:hover {
    opacity: 1;
    border-bottom: 0.25rem solid #fff; }

.button {
  color: #222;
  background: #fff; }
  .button:hover {
    background: #b4b4b4; }

.btn_more_link:hover .btn_more_circle {
  background: #333; }

.pagination_link {
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .pagination_link:hover {
    color: #222;
    border-color: #fff;
    background: #fff;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out; }

.tracker-dot:after {
  background: #fff;
  color: #222; }

.search_select {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 1.1875rem 1.375rem;
  border: 1px solid #fff;
  background-image: url(../../assets/img/icon_arrow_select_w.png); }
  .search_select:focus {
    outline: 0.125rem solid #fff; }

.search_input {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 1.1875rem 1.375rem 1.125rem;
  border: 1px solid #fff; }
  .search_input:focus {
    outline: 0.125rem solid #fff; }
  .search_input::-webkit-input-placeholder {
    color: #fff; }
  .search_input::-moz-placeholder {
    color: #fff; }
  .search_input:-ms-input-placeholder {
    color: #fff; }

.ck_editor {
  color: #222; }

.hashtag_link {
  color: #222; }

.btn_back_link:hover .btn_back_circle {
  background: #333; }

.arrow_left {
  background: #fff; }
  .arrow_left::before {
    background: #fff; }

.sec_col_list {
  padding: 6.25rem 0 9.375rem; }

.breadcrumbs {
  margin-bottom: 0.625rem; }

@media screen and (max-width: 950px) {
  .maintitle_en {
    font-size: 7.5rem; } }

@media screen and (max-width: 480px) {
  .maintitle_en {
    font-size: 5rem; } }

.pagination {
  margin-top: 6.25rem; }

.col_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (max-width: 950px) {
    .col_list {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (max-width: 480px) {
    .col_list {
      margin-left: 0;
      margin-right: 0; } }

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

.col_caption {
  padding-top: 0.9375rem; }

.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.6875rem;
  margin-bottom: 0.0625rem; }

.col_subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.125rem;
  margin-bottom: 1.25rem; }

.col_txt {
  line-height: 1.8; }
  .col_txt a {
    display: inline; }

