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

.swiper-button-prev,
.swiper-button-next {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 3.125rem;
  background-image: url(../../assets/img/swiper_btn.png);
  background-size: contain;
  background-position: center center;
  -webkit-transition: background-image .3s ease-out;
  -o-transition: background-image .3s ease-out;
  transition: background-image .3s ease-out; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 0; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-image: url(../../assets/img/swiper_btn_hover.png); }

.swiper-button-prev {
  margin-left: -6.25rem; }
  @media screen and (max-width: 950px) {
    .swiper-button-prev {
      margin-left: -1.875rem; } }
  @media screen and (max-width: 480px) {
    .swiper-button-prev {
      margin-left: -1.25rem; } }

.swiper-button-next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: -6.25rem; }
  @media screen and (max-width: 950px) {
    .swiper-button-next {
      margin-right: -1.875rem; } }
  @media screen and (max-width: 480px) {
    .swiper-button-next {
      margin-right: -1.25rem; } }

.swiper-pagination-bullet {
  margin: 0 0.5rem !important; }

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: .5; }

.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1; }

.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; }
    .ck_editor a::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #222;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: opacity .2s ease-out;
      -o-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
    .ck_editor a:hover::before {
      opacity: 0; }
  .ck_editor iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 65vw; } }

.btn_back_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  padding-left: 1.25rem;
  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: "DM Serif Display", "Noto Serif TC";
  line-height: 2;
  letter-spacing: 0;
  padding: 0.625rem 0;
  position: relative; }
  .btn_back_link i {
    font-size: 1.125rem;
    position: relative;
    bottom: -0.0625rem;
    margin-right: 0.3125rem;
    -webkit-animation: angle_left 1s ease-out infinite;
            animation: angle_left 1s ease-out infinite; }
  .btn_back_link:hover {
    color: #fff; }
    .btn_back_link:hover .arrow_left {
      background: #fff; }
      .btn_back_link:hover .arrow_left:before {
        background: #fff; }
    .btn_back_link:hover .btn_back_circle {
      width: 11.5625rem;
      background: #222;
      -webkit-animation: btn_more .5s ease-out;
              animation: btn_more .5s ease-out; }

.arrow_left {
  display: block;
  width: 3.625rem;
  height: 0.0625rem;
  background: #222;
  position: relative; }
  .arrow_left:before {
    content: '';
    width: 0.625rem;
    height: 0.0625rem;
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top; }

.btn_back_circle {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 4.375rem;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.1875rem;
  margin-left: -1.875rem;
  z-index: -1;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.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: #222; }

.sec_content {
  padding: 6.25rem 0 9.375rem; }
  .sec_content .container_inner {
    max-width: 72.5rem; }

.content_top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem; }
  @media screen and (max-width: 950px) {
    .content_top_row {
      position: relative; } }

.content_tag {
  width: 7.1875rem;
  height: 7.1875rem;
  border-radius: 7.1875rem;
  border: 0.125rem solid transparent;
  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;
  font-size: 1.375rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #fff;
  background: #222;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  right: -2.1875rem; }
  @media screen and (max-width: 950px) {
    .content_tag {
      width: auto;
      height: auto;
      border-radius: 0;
      font-size: 1.25rem;
      position: absolute;
      right: 1.25rem;
      top: 100%;
      margin-top: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .content_tag {
      position: absolute;
      right: 0.625rem; } }

.content_tag_txt {
  width: 2.5em;
  border-radius: 6.25rem;
  line-height: 1.3;
  letter-spacing: 0.3125rem;
  text-align: center;
  padding: 0.9375rem 0.625rem 0.9375rem 0.9375rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .content_tag_txt {
      width: auto;
      white-space: nowrap;
      padding: 0.75rem 1.5625rem; } }

.content_date {
  font-size: 1.75rem;
  font-family: "DM Serif Display", "Noto Serif TC"; }

.content_title {
  font-size: 2.5rem;
  font-family: "DM Serif Display", "Noto Serif TC";
  line-height: 1.3; }

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

.sec_publication_content {
  background: url(../../assets/img/ind_scenes_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 6.25rem 0 9.375rem; }
  @media screen and (max-width: 950px) {
    .sec_publication_content {
      background-size: auto 100vh;
      background-position: left top; } }
  .sec_publication_content .container_inner {
    max-width: 68.75rem; }

.maintitle_row {
  margin-bottom: 1.25rem; }

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

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

.publication_maintitle {
  font-size: 2.125rem;
  margin-bottom: 0.625rem; }

.content_page {
  padding-top: 1.875rem; }
  .content_page .container {
    width: calc(100% - 3.75rem); }
    @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); } }

.publication_pic {
  position: relative; }

.publication_swiper_container {
  margin-bottom: 0.625rem; }

.publication_swiper {
  position: relative; }
  .publication_swiper .swiper-slide {
    height: 43.125rem;
    background: #b4b4b4;
    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; }
  .publication_swiper img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .publication_swiper .swiper-button-prev {
    margin-left: -7.5rem; }
    @media screen and (max-width: 480px) {
      .publication_swiper .swiper-button-prev {
        margin-left: -1.25rem; } }
  .publication_swiper .swiper-button-next {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-right: -7.5rem; }
    @media screen and (max-width: 480px) {
      .publication_swiper .swiper-button-next {
        margin-right: -1.25rem; } }

.publication_swiper_controller {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  .publication_swiper_controller .swiper-slide {
    padding: 0.625rem 0.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .publication_swiper_controller .publication_pic:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 0rem solid #b4b4b4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: border-width .2s ease-out;
    -o-transition: border-width .2s ease-out;
    transition: border-width .2s ease-out; }
  .publication_swiper_controller .swiper-slide-thumb-active .publication_pic:before {
    border-width: 0.5rem; }
    @media screen and (max-width: 480px) {
      .publication_swiper_controller .swiper-slide-thumb-active .publication_pic:before {
        border-width: 0.375rem; } }

.publication_info {
  padding: 1.25rem 0;
  padding-left: 1.5625rem;
  position: relative; }
  .publication_info::before {
    content: '';
    width: 0.4375rem;
    height: 52%;
    background: #c99f42;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.publication_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem 0; }

.publication_info_title {
  font-family: "DM Serif Display", "Noto Serif TC";
  font-size: 1.25rem; }

.publication_info_txt {
  font-size: 1.125rem;
  padding-left: 0.625rem;
  opacity: .8; }

.publication_description {
  padding: 1.25rem 0; }

.button_row.download {
  margin-top: 0; }

