/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_content.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  src: url(../fonts/NotoSansCJKtc-Thin.otf) format("opentype");
  font-family: 'NotoSansCJKtc-Thin';
  font-display: swap; }

@font-face {
  src: url(../fonts/Mastia.otf) format("opentype");
  font-family: 'Mastia';
  font-display: swap; }

.ck_editor {
  font-size: 1.0625rem;
  font-family: "NotoSansCJKtc-Thin", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  letter-spacing: 2px;
  line-height: 2; }
  .ck_editor h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h4 {
    font-size: 1rem;
    font-weight: 500; }
  .ck_editor p {
    margin-bottom: 1.875rem; }
    .ck_editor p:last-child {
      margin-bottom: 0; }
  .ck_editor ol {
    list-style: decimal;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor li {
    line-height: 1.9; }
  .ck_editor table {
    width: 100%;
    font-size: 16; }
  .ck_editor a {
    display: inline; }
    .ck_editor a::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
    .ck_editor a:hover::before {
      opacity: 0; }
  .ck_editor img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ck_editor iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 65vw; } }

.content_title {
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 5.625rem;
  letter-spacing: 0.3125rem;
  line-height: 1.6;
  -webkit-transform: scaleY(0.65);
      -ms-transform: scaleY(0.65);
          transform: scaleY(0.65); }
  @media screen and (max-width: 480px) {
    .content_title {
      font-size: 4.375rem; } }
  .content_title span {
    position: relative; }
    .content_title span::before {
      content: '';
      width: 100%;
      height: 0.3125rem;
      background: #fff;
      position: absolute;
      bottom: 0.4375rem;
      left: 0; }

.content .img {
  -o-object-fit: contain;
     object-fit: contain;
  background: #0e0e0e; }

.content .pic_caption {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.625rem; }

.pic_figure .img {
  height: calc(100% - 1.875rem); }

.tpl_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tpl_media,
.tpl_content {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem 0; }

.tpl_0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.tpl_1 {
  position: relative; }
  .tpl_1 .tpl_media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
            flex: 0 0 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }
  .tpl_1 .tpl_content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
  .tpl_1 img {
    border: 0 !important; }
  .tpl_1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .tpl_1 img.img {
      position: relative; }

.tpl_2 {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .tpl_2 .tpl_media,
  .tpl_2 .tpl_content {
    padding: 0 1.25rem; }

.tpl_3 {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .tpl_3 .tpl_media,
  .tpl_3 .tpl_content {
    padding: 0 1.25rem; }
  .tpl_3 .tpl_media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .tpl_3 .tpl_content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.tpl_4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.media_swiper {
  position: relative;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .media_swiper .swiper-slide {
    padding: 0.9375rem 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .media_swiper .swiper-button-prev {
    left: -5rem;
    margin-left: 0; }
  .media_swiper .swiper-button-next {
    right: -5rem;
    margin-right: 0; }
  .media_swiper .swiper-pagination {
    bottom: -0.9375rem !important; }

.lb_btn:focus {
  border: 3px dotted #fff; }

.content_bar_row {
  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;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }

.content_info_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-family: "NotoSansCJKtc-Thin", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  letter-spacing: 2px;
  line-height: 2;
  opacity: .7; }

.content_info_title {
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  position: relative; }
  .content_info_title::after {
    content: '';
    width: 0.0625rem;
    height: 0.75rem;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .5; }

.bar_btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 0; }

.bar_btn_item {
  padding: 0 0.25rem; }

.bar_btn {
  height: 2.25rem !important; }

.bar_btn {
  width: 2.25rem;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.bar_btn_link {
  height: 100%;
  border-radius: 1.875rem;
  font-size: 1.0625rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/ball.png);
  background-position: center center;
  background-size: 150%;
  position: relative;
  cursor: pointer; }
  .bar_btn_link:hover {
    background-position: center bottom; }
  .bar_btn_link .fa-minus,
  .bar_btn_link .fa-plus {
    font-weight: bold;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    position: absolute;
    top: 0.125rem;
    right: -0.125rem; }

.hashtag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem; }
  .hashtag_list:last-child {
    margin-bottom: 0; }

.hashtag_li {
  padding: 0.4375rem 0.3125rem; }

.hashtag_link {
  font-size: 1.0625rem;
  background: transparent;
  padding: 0 1.375rem;
  line-height: 2.1875rem;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 1.875rem; }
  .hashtag_link:focus, .hashtag_link:hover {
    color: #000;
    background: #fff; }

.creation_swiper .swiper-button-prev:after, .creation_swiper .swiper-button-prev::before,
.creation_swiper .swiper-button-next:after,
.creation_swiper .swiper-button-next::before {
  font-size: 0 !important; }

.creation_swiper .swiper-button-prev:after, .creation_swiper .swiper-button-prev::before,
.creation_swiper .swiper-button-next:after,
.creation_swiper .swiper-button-next::before {
  content: '';
  width: 100%;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  left: 0; }

.swiper-button-prev,
.swiper-button-next {
  width: 4.1875rem !important;
  height: 4.1875rem !important; }

.swiper-button-prev,
.swiper-button-next {
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  opacity: .5;
  z-index: 5;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 3.125rem;
      height: 3.125rem; } }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 0; }
  .swiper-button-prev:after, .swiper-button-prev::before,
  .swiper-button-next:after,
  .swiper-button-next::before {
    font-size: 0 !important; }
  .swiper-button-prev:after, .swiper-button-prev::before,
  .swiper-button-next:after,
  .swiper-button-next::before {
    content: '';
    width: 100%;
    height: 0.125rem;
    background: #fff;
    position: absolute;
    left: 0; }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    top: 50%;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-47deg);
        -ms-transform: rotate(-47deg);
            transform: rotate(-47deg); }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    bottom: 50%;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
            transform: rotate(47deg); }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: .2; }

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

.swiper-pagination.swiper-pagination-horizontal {
  top: auto !important;
  bottom: 0 !important; }

.swiper-pagination.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 1.0625rem !important; }
  .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid #fff;
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #fff; }

.top_cate > .container {
  padding: 10rem 0 1.25rem; }

.top_cate .button_row {
  margin-top: 1.875rem; }
  .top_cate .button_row .button_link {
    padding: 0 3rem; }

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

.top_cate_col {
  min-width: 0;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 950px) {
    .top_cate_col {
      width: 100%; } }
  .top_cate_col .container {
    width: calc(100% - 6.25rem);
    max-width: 72.5rem; }

.img_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-filter: blur(3px) brightness(0.5);
          filter: blur(3px) brightness(0.5); }

.top_cate_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .top_cate_pic .img {
    -o-object-fit: contain;
       object-fit: contain; }

.top_cate_caption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5rem;
  padding-bottom: 3.75rem; }

.lightbox {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.97);
  background-image: url(../img/lb_bg.gif);
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  z-index: 49; }
  @media screen and (min-width: 951px) {
    .lightbox::-webkit-scrollbar {
      width: 0.25rem; }
    .lightbox::-webkit-scrollbar-track {
      border-radius: 0.25rem;
      background: rgba(255, 255, 255, 0.1); }
    .lightbox::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3); } }
  @media screen and (max-width: 950px) {
    .lightbox {
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem; } }

.lb_board {
  width: 100%;
  max-width: 86.25rem;
  margin: auto;
  position: relative; }

.lb_close_btn {
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  top: 3.125rem;
  left: 5.3125rem; }
  @media screen and (max-width: 480px) {
    .lb_close_btn {
      left: 0.625rem; } }
  .lb_close_btn:before, .lb_close_btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    border-radius: 0.1875rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.0625rem;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .lb_close_btn:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .lb_close_btn:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .lb_close_btn:hover:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .lb_close_btn:hover:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .lb_close_btn a {
    height: 100%; }
    .lb_close_btn a::after {
      border: 2px dotted #f0efee; }

.lb_btn {
  cursor: pointer; }

.lb_show_img {
  width: auto;
  max-width: calc(100% - 12.5rem);
  max-height: 90vh;
  margin: 0 auto; }

.lb_show_caption {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.4375rem; }

.content_sec {
  padding-top: 0rem;
  padding-bottom: 9.375rem; }
  .content_sec .container_inner {
    padding-top: 1.875rem; }

.content_cate_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.125rem; }

.content_cate_title {
  font-size: 1.875rem;
  background-image: url(../img/ball.png);
  background-position: center center;
  background-size: 600% 100%;
  border-radius: 1.875rem;
  padding: 0.125rem 3.125rem; }

.content_maintitle_en {
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 5rem;
  letter-spacing: 0.3125rem;
  line-height: 1.05;
  -webkit-transform: scaleY(0.65);
      -ms-transform: scaleY(0.65);
          transform: scaleY(0.65);
  -webkit-transform-origin: center 70%;
      -ms-transform-origin: center 70%;
          transform-origin: center 70%;
  position: relative; }
  .content_maintitle_en::before {
    content: '';
    width: 100%;
    height: 0.25rem;
    background: #fff;
    position: absolute;
    bottom: 0.4375rem;
    left: 0; }

.content_maintitle_tw {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-top: 0.625rem; }

.content_description {
  line-height: 1.85;
  text-align: justify;
  font-size: 1.0625rem;
  margin-top: 2.5rem; }

.content_title_en {
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  text-align: center;
  line-height: 1.3;
  margin-top: 0.3125rem; }


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