/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/home/arti_content.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.maintitle_row {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .maintitle_row.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .maintitle_row.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.maintitle_en {
  font-family: "Audiowide", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 5.625rem;
  text-transform: uppercase;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5)); }
  @media screen and (max-width: 480px) {
    .maintitle_en {
      font-size: 4rem; } }
  .maintitle_en::before {
    content: attr(data-storke);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 1.375rem #eee;
    text-stroke: 1.375rem #eee; }
    @media screen and (max-width: 480px) {
      .maintitle_en::before {
        -webkit-text-stroke: 0.9375rem #eee;
        text-stroke: 0.9375rem #eee; } }
  .maintitle_en::after {
    content: attr(data-storke);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-text-stroke: 1.625rem #000;
    text-stroke: 1.625rem #000; }
    @media screen and (max-width: 480px) {
      .maintitle_en::after {
        -webkit-text-stroke: 1.125rem #000;
        text-stroke: 1.125rem #000; } }

.maintitle_tw {
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
  margin-top: -0.625rem; }
  @media screen and (max-width: 480px) {
    .maintitle_tw {
      font-size: 1.25rem;
      margin-top: -0.25rem; } }

.page_top_sec .container {
  max-width: none; }

.page_banner {
  border: 0.25rem solid #000;
  overflow: hidden; }

.page_banner_img {
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 768px) {
    .page_banner_img {
      width: 100vw;
      height: 56.25vw;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.page_top_content {
  width: 100%;
  position: absolute;
  bottom: -3.75rem;
  left: 0; }
  .page_top_content .maintitle_en {
    -webkit-filter: drop-shadow(2px -3px 5px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(2px -3px 5px rgba(0, 0, 0, 0.8)); }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  opacity: .6; }

.breadcrumbs_li {
  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: #000; }

.ck_editor {
  font-size: 1.125rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.9; }
  .ck_editor h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.3125rem; }
  .ck_editor h5 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.9; }
  .ck_editor p {
    margin-bottom: 1.25rem; }
  .ck_editor img {
    width: auto;
    max-width: 100%;
    display: inline-block; }
  .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 {
    font-size: 16;
    border: 2px solid #666;
    margin: 0 auto 1.875rem; }
  .ck_editor th,
  .ck_editor td {
    border: 1px solid #666;
    padding: 0.3125rem 0.9375rem; }
  .ck_editor th {
    color: #fff;
    background: #444; }
  .ck_editor a {
    display: inline;
    word-break: break-all;
    border-bottom: 1px solid #000; }
    .ck_editor a:hover {
      text-decoration: none;
      border-bottom: 1px solid transparent; }
  .ck_editor iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 65vw; } }

.hashtag_list {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.hashtag_li {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem; }

.hashtag_link {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.125;
  border: 1px solid #bfbfbf;
  padding: 0 0.9375rem; }
  .hashtag_link:hover {
    color: #fff;
    background: #000; }

.btn_back_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: 1.875rem; }

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

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

.btn_back_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-family: "Audiowide", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 2;
  position: relative; }
  .btn_back_link i {
    font-size: 1.25rem;
    position: relative;
    bottom: -0.0625rem;
    margin-right: 0.625rem; }
  .btn_back_link:hover i {
    -webkit-animation: angle_left 1s ease-out infinite;
            animation: angle_left 1s ease-out infinite; }

.content_sec {
  padding-top: 5rem;
  padding-bottom: 11.25rem; }
  .content_sec .breadcrumbs {
    margin-top: 1.875rem; }

.content_title {
  font-size: 2.5rem;
  line-height: 1.3; }

.content_tag_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.9375rem; }

.content_tag {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  line-height: 1.75;
  background-image: url(../../assets/img/bg.gif);
  border-radius: 1.25rem;
  border: 1px solid #000;
  padding: 0 1.25rem; }

.content_date {
  font-size: 1.125rem;
  font-family: "Audiowide", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana; }

.content_page {
  background: #fff;
  -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);
  padding: 3.125rem 0 3.125rem;
  margin-top: 1.25rem; }
  @media screen and (max-width: 480px) {
    .content_page {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  .content_page .container {
    width: calc(100% - 9.375rem); }
    @media screen and (max-width: 950px) {
      .content_page .container {
        width: calc(100% - 5rem); } }
    @media screen and (max-width: 480px) {
      .content_page .container {
        width: calc(100% - 2.5rem); } }

.content_arti {
  margin-top: 1.875rem; }


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