/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./resources/src/css/home/article_list.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.breadcrumbs {
  margin-bottom: 3.125rem; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.875rem;
    margin-right: -0.875rem; }
  .breadcrumbs li {
    font-size: 0.875rem;
    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; }
  @media screen and (min-width: 769px) {
    .breadcrumbs a:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b39c6a;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .breadcrumbs a:focus:after {
      opacity: 1; } }
  .breadcrumbs a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .breadcrumbs a:focus::before, .breadcrumbs a:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .breadcrumbs .fa-magnifying-glass {
    display: none; }

.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.875rem;
  height: 2.875rem;
  border-radius: 2.5rem;
  border: 0.0625rem solid rgba(89, 87, 87, 0.7);
  -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:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #b39c6a;
    border-radius: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .pagination_link:hover {
    color: #fff;
    border-color: #b39c6a;
    background: #b39c6a;
    -webkit-transition: background .1s ease-out .2s;
    transition: background .1s ease-out .2s; }
    .pagination_link:hover:before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.page_banner {
  position: relative; }

.banner_img {
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top; }
  @media screen and (max-width: 768px) {
    .banner_img {
      height: 37.5rem; } }
  @media screen and (max-width: 480px) {
    .banner_img {
      height: 43.75rem; } }

.banner_content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0; }
  .banner_content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    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; }
    @media screen and (max-width: 768px) {
      .banner_content .container {
        display: block; } }
  @media screen and (max-width: 480px) {
    .banner_content .duration.white .dash {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 2.5rem;
              flex: 0 0 2.5rem; } }

@media screen and (max-width: 768px) {
  .banner_right {
    margin-top: 1.25rem; } }

.banner_tag {
  position: relative;
  top: -0.75rem; }

.banner_title {
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.75rem; }
  @media screen and (max-width: 768px) {
    .banner_title {
      margin-bottom: 0.5rem; } }

.banner_title_en {
  font-size: 2.125rem;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "cormorant-garamond";
  line-height: 1.2; }

.banner_txt {
  line-height: 2; }

.list_mainTitle_row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  bottom: -3.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 480px) {
    .list_mainTitle_row {
      bottom: -2.9375rem; } }

.banner_mainTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.875rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.125rem;
  margin-bottom: 2.75rem; }

.banner_mainTitle_en {
  font-size: 7.5rem;
  font-family: "cormorant-garamond";
  font-weight: normal;
  line-height: 0.68;
  letter-spacing: 0.625rem;
  text-align: center;
  opacity: .3; }
  @media screen and (max-width: 480px) {
    .banner_mainTitle_en {
      width: 100%;
      font-size: 5rem;
      bottom: -1.25rem; } }

.list_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .list_video::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(-45deg, white 30%, rgba(255, 255, 255, 0.7), white 70%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9; }

.video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.list_content {
  padding: 1.875rem 0 6.25rem; }

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.75rem;
  font-family: "garamond-premier-pro";
  letter-spacing: 0.3125rem; }
  @media screen and (max-width: 480px) {
    .time {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .time .year {
    font-size: 1.25rem;
    letter-spacing: 0.375rem;
    line-height: 0.85;
    position: relative;
    top: 0.375rem; }
    @media screen and (max-width: 768px) {
      .time .year {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 2.25rem;
                flex: 0 0 2.25rem;
        line-height: 1.1; } }
    .time .year::after {
      content: '';
      width: 0.1875rem;
      height: 0.1875rem;
      border-radius: 0.1875rem;
      background: #595757;
      position: absolute;
      left: 100%;
      bottom: 0.1875rem; }
  .time .month {
    margin-left: 0.9375rem; }
  .time .date {
    padding-left: 1.25rem;
    position: relative; }
    .time .date::before {
      content: '';
      width: 0.0625rem;
      height: 1.5625rem;
      background: #595757;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: rotate(27deg) translateY(-50%);
          -ms-transform: rotate(27deg) translateY(-50%);
              transform: rotate(27deg) translateY(-50%); }
  .time .week {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
            flex: 0 0 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.125rem;
    font-family: "Noto Sans TC";
    color: #fff;
    background: #595757;
    border-radius: 3.125rem;
    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;
    padding-left: 0.3125rem;
    padding-bottom: 0.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0.1875rem; }
  .time .timestring {
    font-size: 1.25rem;
    letter-spacing: 0.375rem;
    line-height: 0.85;
    position: relative;
    top: 0.3125rem;
    margin-left: 0.9375rem; }
    @media screen and (max-width: 768px) {
      .time .timestring {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 2.25rem;
                flex: 0 0 2.25rem;
        line-height: 1.1; } }
  .time .duration {
    margin-left: 1.25rem;
    margin-bottom: -0.3125rem; }
    @media screen and (max-width: 480px) {
      .time .duration {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-left: 0;
        margin-bottom: 0.5rem; } }
  .time.white .year::after {
    background: #fff; }
  .time.white .date::before {
    background: #fff; }

.duration {
  font-size: 1.625rem;
  font-family: "garamond-premier-pro";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .duration.white .dash {
    background: #fff; }

.dash {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.4375rem;
          flex: 0 0 5.4375rem;
  width: 5.4375rem;
  height: 0.0625rem;
  background: #595757;
  margin: 0 0.75rem; }

.item .dash,
.symposium_caption .dash {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
  width: 5.375rem; }

.symposium_sec {
  padding-top: 15.625rem;
  padding-bottom: 13.6875rem; }
  @media screen and (max-width: 768px) {
    .symposium_sec {
      padding-top: 6.25rem;
      padding-bottom: 13.6875rem; } }
  .symposium_sec::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, 0.6);
    background: linear-gradient(-45deg, #2b2b2b 5%, rgba(43, 43, 43, 0.65), #2b2b2b 90%);
    position: absolute;
    top: 0;
    left: 0; }
  .symposium_sec .circle_more {
    color: #fff;
    position: absolute;
    right: -1.0625rem;
    bottom: -5.9375rem;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .symposium_sec .circle_more {
        bottom: -7.5rem;
        right: 0; } }

.symposium_dec {
  width: 38.64583%;
  position: absolute;
  left: 50%;
  bottom: -0.0625rem;
  -webkit-transform: translateX(-40.46875rem);
      -ms-transform: translateX(-40.46875rem);
          transform: translateX(-40.46875rem);
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .symposium_dec {
      width: 73%;
      left: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.symposium_round {
  width: 207.20721%;
  position: absolute;
  top: -31.43418%;
  left: -56.30631%;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .symposium_round {
      width: 80%;
      top: -68.76228%;
      left: -22.52252%; } }

.symposium_mainTitle {
  width: 13.875rem;
  position: absolute;
  left: -6.125rem;
  top: -8.625rem; }
  @media screen and (max-width: 768px) {
    .symposium_mainTitle {
      width: 70%;
      position: relative;
      left: 0;
      top: 0;
      margin-bottom: 3.125rem; } }
  @media screen and (max-width: 480px) {
    .symposium_mainTitle {
      width: 100%; } }

.en .symposium_mainTitle {
  width: 30.9375rem;
  left: 2.1875rem;
  top: -9.375rem; }
  @media screen and (max-width: 768px) {
    .en .symposium_mainTitle {
      width: 60%;
      position: relative;
      left: 0;
      top: 0;
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 480px) {
    .en .symposium_mainTitle {
      width: 80%; } }
  .en .symposium_mainTitle .symposium_round {
    width: 92.92929%;
    top: -145%;
    left: -55%; }

.symposium_row {
  max-width: 80.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .symposium_row {
      display: block; } }
  @media screen and (max-width: 480px) {
    .symposium_row {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }

.symposium_pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.75rem;
          flex: 0 0 59.75rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .symposium_pic {
      width: 100%;
      max-width: none; } }

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

.symposium_link {
  height: 100%;
  padding: 2.8125rem 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 768px) {
    .symposium_link {
      padding: 2.5rem 3.125rem 2.8125rem; } }
  @media screen and (max-width: 480px) {
    .symposium_link {
      padding: 2.5rem 1.875rem 2.8125rem; } }
  .symposium_link:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  @media screen and (min-width: 769px) {
    .symposium_link:hover:before, .symposium_link:focus:before {
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95); } }

.caption_top {
  margin-bottom: 3.125rem; }
  @media screen and (max-width: 768px) {
    .caption_top {
      margin-bottom: 1.875rem; } }

.symposium_tag {
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem; }

.symposium_title {
  font-size: 1.3125rem;
  font-family: "Noto Sans TC";
  letter-spacing: 0.125rem;
  line-height: 1.5; }

.symposium_txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.625rem; }
  @media screen and (max-width: 768px) {
    .symposium_txt {
      margin-top: 1.25rem; } }

#canvas {
  width: 100% !important;
  height: 100vh !important; }

#canvas {
  -webkit-filter: blur(0.9375rem);
          filter: blur(0.9375rem);
  background: transparent;
  position: absolute;
  top: 0;
  left: 0; }

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }

.item_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .item_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.125rem 0; } }

@media screen and (min-width: 769px) {
  .item_link:hover .item::before, .item_link:focus .item::before {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95); } }

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.8125rem 3.125rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media screen and (max-width: 480px) {
    .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial; } }
  .item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
            box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.item_top {
  margin-bottom: 3.125rem; }
  @media screen and (max-width: 768px) {
    .item_top {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .item_top {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin-bottom: 1.875rem; } }

@media screen and (max-width: 768px) {
  .item_bottom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 1.875rem; } }

@media screen and (max-width: 480px) {
  .item_bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0; } }

.news_list {
  margin-top: 2.5rem; }
  @media screen and (max-width: 480px) {
    .news_list {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }

.news_li {
  padding: 0.625rem 0; }
  @media screen and (max-width: 768px) {
    .news_li {
      padding: 0.125rem 0; } }

@media screen and (min-width: 769px) {
  .news_link:hover .news_list_row::before, .news_link:focus .news_list_row::before {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95); } }

.news_list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.4375rem 5.9375rem 3.4375rem 4.6875rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .news_list_row {
      display: block;
      padding: 4.0625rem 3.125rem 2.8125rem; } }
  .news_list_row::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
            box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.news_list_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: -1.0625rem; }
  @media screen and (max-width: 768px) {
    .news_list_left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0.625rem; } }
  @media screen and (max-width: 768px) {
    .news_list_left .time {
      margin-bottom: -1.5rem; } }

.news_list_right {
  padding-left: 3.75rem;
  padding-right: 1.25rem; }
  @media screen and (max-width: 768px) {
    .news_list_right {
      padding-left: 0;
      padding-right: 0; } }

.news_tag {
  font-size: 0.9375rem;
  line-height: 1.6;
  background: #595757;
  color: #fff;
  padding: 0 0.5rem;
  margin-right: 5px; }

.news_title {
  font-size: 1.5rem;
  font-family: "Noto Sans TC"; }

.news_txt {
  margin-top: 0.625rem; }


/*# sourceMappingURL=article_list.min.css.map*/