@charset "UTF-8";

/* =============================================================================
      ____    __  __  __  _____
    /\  _ _`\/\ \/\ \/\ \/ ____/
    \ \ \  \ \ \ \ \ \ \ \ \_____
     \ \ \  \ \ \ \ \ \ \ \_____ \
      \ \ \__\ \ \ \/  \/ / ____\ \
       \ \_____/\ \______/ /\_____/
        \/____/  \/_____/  \/____/

    Don't Worry Never Crash
   ========================================================================== */
/* =============================================================================
   BASIC
   ========================================================================== */
/*---DEFAULT---*/
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: sans-serif;
}

.focus-visible-only:focus-visible {
  outline: 4px dashed darkorange;
}

body,
th,
td,
input {
  font-size: 100%;
}

a {
  text-decoration: none;
}

p,
li {
  font-size: 1em;
  line-height: 2em;
  color: #666;
}

/*links*/
a:link,
a:visited {
  text-decoration: none;
}

/*PC SCROLL BAR*/
body.pc::-webkit-scrollbar {
  width: 8px;
}

body.pc::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.pc::-webkit-scrollbar-thumb {
  background: #d6b628;
}

body.pc::-webkit-scrollbar-thumb:hover {
  background: #a72640;
}

/*SCROLL BAR TEST*/
/* body::-webkit-scrollbar{ width:8px; }
	body::-webkit-scrollbar-track{ background:#f1f1f1;}
	body::-webkit-scrollbar-thumb{ background:#A72640; }
	body::-webkit-scrollbar-thumb:hover{ background:#A72640; } */

@media only screen and (max-width: 720px) {
  p,
  li {
    font-size: 0.875rem;
  }
}

/*------*/

/*---IMG LOAD---*/
.imgLiquidCenter,
.imgLiquidFill {
  opacity: 0;
  transition: opacity 1000ms ease, transform 500ms ease;
}

.imgLiquidCenter img,
.imgLiquidFill img {
  display: none;
}

.imgLiquid_ready {
  opacity: 1;
}

div.lazy {
  opacity: 0;
  transition: opacity 1000ms ease, transform 500ms ease;
}

div.lazy.ed {
  opacity: 1;
}

img.lazy {
  opacity: 0;
  transition: opacity 1000ms ease, transform 500ms ease;
}

img.lazy.ed {
  opacity: 1;
}

/*------*/

/*---SCALE---*/
.mv_16by9 {
  position: relative;
  padding-bottom: 56.25%;
}

.mv_16by9 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mv_21by9 {
  position: relative;
  padding-bottom: 42.85%;
}

.mv_21by9 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mv_4by3 {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 30px;
}

.mv_4by3 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mv_1by1 {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 30px;
}

.mv_1by1 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.item_16by9::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.item_4by3::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.item_1by1::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.item .s16by9::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.item .s4by3::before {
  display: block;
  content: "";
  padding-bottom: 75%;
}

.item .s1by1::before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

/*------*/

/*---ELEMENT---*/
.ie {
  position: fixed;
  width: 60%;
  height: 80%;
  padding: 10% 20%;
  text-align: center;
  left: 0;
  top: 0;
  background: #f2f2f2;
  z-index: 9999;
}

.ie .title {
  color: #333 !important;
  font-size: 2em;
}

.ie p {
  text-align: center;
  color: #333 !important;
  font-size: 0.9375em;
}

.ie a {
  color: #f36;
}

/*------*/

/*---fju_loading_box---*/
.fju_loading_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fju_loading_box::after {
  /* display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/loading.gif) no-repeat center center;
  background-size: 220px;
  -webkit-animation: loadreg 10s linear infinite;
  animation: loadreg 10s linear infinite; */
}

@keyframes loadreg {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fju_loading_box::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--q-color-primary);
}

.fju_loading_box .icon {
  width: 60px;
}

.fju_loading_box .icon img {
  display: block;
  width: 100%;
}

/*------*/

/*---other---*/
.link-red {
  color: #c81737;
}

.link-red:hover {
  color: #e05567;
}

/*------*/

/* =============================================================================
   BASIC END
   ========================================================================== */

/* =============================================================================
   MODULE
   ========================================================================== */
/*---page width---*/
.fju_inner-width {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.txt-width {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .fju_inner-width {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 576px) {
  .fju_inner-width {
    margin: 0 20px;
  }
}

/*------*/

/*---fju_title_bar---*/
.fju_title_bar {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
}

.fju_title_bar.left {
  text-align: left;
}

.fju_title_bar.right {
  text-align: right;
}

.fju_title_bar.center {
  text-align: center;
}

.fju_title_bar .title {
  font: 600 2.125rem/1.2em "Noto Serif TC", serif;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 0.2em;
}

.fju_title_bar .title.big {
  font: 600 2.5rem/1.2em "Noto Serif TC", serif;
  letter-spacing: 0;
  padding-top: 12.5rem;
}

.fju_title_bar .sub_title {
  font: 400 1.25rem/1.8em "Noto Serif TC", sans-serif;
}

.fju_title_bar .con,
.fju_title_bar .bri {
  font: 400 0.875rem/1.8em sans-serif;
  color: #666;
}

.fju_title_bar.w .title {
  color: #fff;
}

.fju_title_bar.w .sub_title {
  color: #fff;
}

.fju_title_bar.w .con,
.fju_title_bar.w .bri {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .fju_title_bar .title.big b {
    font-size: 3.75rem;
  }

  .fju_title_bar .title.big span {
    font-size: 1rem;
  }

  .fju_title_bar .title b {
    font-size: 2.5rem;
  }

  .fju_title_bar .title span {
    font-size: 1rem;
  }

  .fju_title_bar .con {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 992px) {
  .fju_title_bar .title.big b {
    display: block;
    font-size: 3.125rem;
  }

  .fju_title_bar .title.big span {
    display: block;
  }

  .fju_title_bar .title b {
    display: block;
    font-size: 1.875rem;
  }

  .fju_title_bar .title span {
    display: block;
  }

  .fju_title_bar .title.sm b {
    font-size: 1.875rem;
  }

  .fju_title_bar .title.sm span {
    font-size: 0.875rem;
  }
}

/*------*/

/*---fju_page_title_bar---*/
.fju_page_title_bar {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 45vh 0 150px;
}

.fju_page_title_bar .title {
  position: relative;
  display: block;
  margin: 0;
}

.fju_page_title_bar .title b {
  display: block;
  color: #ef8063;
  font: 500 2.5rem/1.2em "Noto Serif TC", serif;
  letter-spacing: 0.1em;
}

.fju_page_title_bar .con {
  font: 400 0.9375rem/1.8em sans-serif;
  letter-spacing: 0.1em;
  color: #666;
  margin: 10px 0 40px 0;
}

.fju_page_title_bar.w .title b {
  color: #fff;
}

.fju_page_title_bar.w .title span {
  color: #fff;
}

.fju_page_title_bar.w .con {
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .fju_page_title_bar {
    padding: 30vh 0 150px;
  }
}

@media only screen and (max-width: 1440px) {
  .fju_page_title_bar {
    padding: 240px 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .fju_page_title_bar {
    padding: 300px 0 150px;
  }

  .fju_page_title_bar .title.big b {
    font-size: 3.75rem;
  }

  .fju_page_title_bar .title.big span {
    font-size: 1rem;
  }

  .fju_page_title_bar .title b {
    font-size: 2.5rem;
  }

  .fju_page_title_bar .title span {
    font-size: 1rem;
  }

  .fju_page_title_bar .con {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 992px) {
  .fju_page_title_bar {
    padding: 130px 0 100px;
  }

  .fju_page_title_bar .con {
    margin: 10px 0;
  }

  .fju_page_title_bar .title.big b {
    display: block;
    font-size: 3.125rem;
  }

  .fju_page_title_bar .title.big span {
    display: block;
  }

  .fju_page_title_bar .title b {
    display: block;
    font-size: 1.875rem;
  }

  .fju_page_title_bar .title span {
    display: block;
  }

  .fju_page_title_bar .title.sm b {
    font-size: 1.875rem;
  }

  .fju_page_title_bar .title.sm span {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 576px) {
  .fju_page_title_bar {
    padding: 70px 0 100px;
  }
}

/*------*/

/*---fju_more_bar---*/
.fju_more_bar {
  position: relative;
  z-index: 10;
  text-align: left;
}

.fju_more_bar.center {
  text-align: center;
}

.fju_more_bar.right {
  text-align: right;
}

.fju_more_bar.pos_right {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

/*------*/

/*---button---*/
.fju_btn_more {
  z-index: 999;
  position: relative;
  display: inline-block;
  color: var(--q-color-primary);
  min-width: 120px;
  text-align: center;
  padding: 0 30px;
  border-radius: 4px;
  background: transparent;
  border: solid 1px var(--q-color-primary);
  box-sizing: border-box;
  vertical-align: middle;
  font: 500 1rem/38px "Inter", sans-serif;
  transition: 200ms ease;
}

.fju_btn_more:hover,
.fju_btn_more:focus {
  color: #fff;
  border: solid 1px var(--q-color-primary);
  background: var(--q-color-primary);
  border-radius: 20px;
}

.fju_btn_more i.fa {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
  font-size: 1rem;
}

.fju_btn_more.ileft i.fa {
  right: inherit;
  left: 10px;
}

.fju_btn_more.c1 {
  color: #fff;
  z-index: 999;
  background: transparent;
  border: solid 1px #fff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}

.fju_btn_more.c1:hover {
  color: var(--q-color-primary);
  background: #fff;
  cursor: pointer;
}

.fju_btn_more.c1:focus {
  color: var(--q-color-primary);
  background: #fff;
}

.fju_btn_more.c2 {
  color: #ff6b6b;
  background: transparent;
  border: solid 1px #ff6b6b;
}

.fju_btn_more.c2:hover,
.fju_btn_more.c2:focus {
  color: #fff;
  background: #ff6b6b;
}

.fju_btn_more.c3 {
  color: #710e20;
  background: transparent;
  border: solid 1px #710e20;
}

.fju_btn_more.c3:hover,
.fju_btn_more.c3:focus {
  color: #fff;
  background: #710e20;
}

.fju_btn_more.big {
  font-size: 1.25rem;
  min-width: 160px;
  line-height: 60px;
}

.fju_btn_more.big i.fa {
  font-size: 1.5rem;
  line-height: 60px;
  right: 20px;
}

.fju_btn_more.sm {
  font-size: 1rem;
  min-width: 120px;
  line-height: 32px;
}

.fju_btn_more.sm i.fa {
  line-height: 32px;
}

/*------*/

/*---list element---*/
.list .pic {
  position: relative;
}

.list .pic_16by9 {
  position: relative;
  padding-bottom: 56.25%;
}

.list .pic_4by3 {
  position: relative;
  padding-bottom: 75%;
}

.list .pic_1by1 {
  position: relative;
  padding-bottom: 100%;
}

/*------*/

/*---fju_tag_list---*/
.fju_tag_list {
  position: relative;
  z-index: 10;
}

.fju_tag_list.tr {
  position: absolute;
  top: -2px;
  right: -2px;
}

.fju_tag_list.tl {
  position: absolute;
  top: -2px;
  left: -2px;
}

.fju_tag_list .item {
  font-size: 0.875rem;
  line-height: 1.6em;
  background: var(--q-color-primary);
  padding: 5px 10px;
  color: #fff;
  margin: 2px;
}

.fju_tag_list .item.c1 {
  background: #ff6b6b;
}

.fju_tag_list a.item {
  border-radius: 4px;
  background: #999;
  color: #fff;
}

.fju_tag_list a.item:hover {
  background: var(--q-color-primary);
}

.fju_tag_list .item.big {
  font-size: 1rem;
  line-height: 2em;
}

/*------*/

/*---fju_to_top---*/
.fju_to_top {
  position: fixed;
  cursor: pointer;
  bottom: -48px;
  right: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: var(--q-color-primary);
  border-radius: 24px;
  color: #fff;
  font-size: 1.5rem;
  z-index: 999;
  transition: 300ms ease;
}

.fju_to_top:hover {
  background: var(--q-color-primary);
  color: #fff;
}

.fju_to_top.ed {
  bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .fju_to_top {
    right: 40px;
  }

  .fju_to_top.ed {
    bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .fju_to_top {
    right: 10px;
  }

  .fju_to_top.ed {
    bottom: 10px;
  }
}

/*------*/

/*---fju_share_bar---*/
.fju_share_bar {
  position: relative;
  display: flex;
  margin: 0 -4px;
}

.fju_share_bar a {
  color: #fff;
  background: #666;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: 0 4px;
}

.fju_share_bar a i {
  font-size: 1.25em;
  vertical-align: text-top;
  margin: -1px 0 0 0;
}

.fju_share_bar a.fb {
  background: #3b5998;
}

.fju_share_bar a.tw {
  background: #000000;
}

.fju_share_bar a.line {
  background: #00b901;
}

.fju_share_bar a.line img {
  width: 20px;
  vertical-align: text-top;
  margin: -1px 0 0 0;
}

.fju_share_bar a:hover {
  background: var(--q-color-primary);
  color: #fff;
}

/*------*/

/*---fju_pager_bar---*/
.fju_pager_bar {
  padding: 20px 0;
  text-align: center;
}

.fju_pager_bar.right {
  text-align: right;
}

.fju_pager_bar.left {
  text-align: left;
}

.fju_pager_bar a {
  display: inline-block;
  line-height: 32px;
  width: 32px;
  text-align: center;
  margin: 0 4px 0 0;
  color: #333;
  font-size: 1em;
  border-radius: 15px;
  background: #fff;
  vertical-align: text-top;
  transition: 300ms ease;
}

.fju_pager_bar select {
  display: inline-block;
  line-height: 30px;
  vertical-align: text-top;
  padding: 0 30px;
  margin: 0 4px 0 0;
  border-radius: 15px;
  transition: 300ms ease;
}

.fju_pager_bar a.arr {
  background: #fff;
  font-size: 1.4em;
}

.fju_pager_bar a.disable {
  background: #fff;
  cursor: not-allowed;
  font-size: 1.4em;
}

.fju_pager_bar a.arr:hover {
  color: #fff;
  background: #666;
}

.fju_pager_bar a.disable:hover {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  background: #666;
}

.fju_pager_bar a:hover {
  color: #fff;
  background: #666;
}

.fju_pager_bar a.cur {
  color: #fff;
  background: var(--q-color-primary);
}

.fju_pager_bar p {
  text-align: center;
  color: #ccc;
  font-size: 0.9em;
  margin: 0 0 10px 0;
}

.fju_pager_bar p strong {
  color: #333;
}

/*------*/

/*---other---*/
.phoshow figure {
  color: #666;
  font-size: 0.875rem;
  padding: 10px;
}

.table > :not(caption) > * > * {
  border-bottom-color: #ccc;
}

/*------*/

/* =============================================================================
   MODULE END
   ========================================================================== */

/* =============================================================================
   BLOCK
   ========================================================================== */
#wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  top: 0;
  overflow: hidden;
}

#content {
  position: relative;
}

#main_block {
  position: relative;
  flex: 0 1 800px;
  padding: 0;
}

#main_block_article {
  position: relative;
  flex: 0 1 1000px;
  padding: 0;
  margin: 0 auto;
}

#main_block_article2 {
  position: relative;
  flex: 0 1 1200px;
  padding: 0;
  margin: 0 auto;
}

#main_block.full {
  flex: none;
}

#right_block {
  position: relative;
  flex: 0 1 360px;
  margin-left: 40px;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  #main_block {
    flex: 0 1 80%;
  }

  #main_block_article {
    flex: 0 1 90%;
  }

  #right_block {
    flex: 0 1 calc(30% - 40px);
  }
}

@media only screen and (max-width: 992px) {
  #main_block {
    flex: 0 1 100%;
  }

  #main_block_article {
    flex: 0 1 100%;
  }

  #right_block {
    display: none;
    flex: 0 1 100%;
    margin: 0;
  }
}

/* =============================================================================
   BLOCK END
   ========================================================================== */

/* =============================================================================
   HEADER
   ========================================================================== */
#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
}

#header::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--q-color-banner);
  height: 35px;
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  transition: 300ms ease;
}

#header .fju_inner-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  transition: 300ms ease;
}

/*---header_logo---*/
.header_logo {
  position: absolute;
  top: 45px;
  left: 10px;
  z-index: 1;
  transition: 300ms ease;
}

.header_logo:hover {
  cursor: pointer;
}

.header_logo a {
  display: block;
}

.header_logo b {
  position: absolute;
  top: 0;
  display: block;
  height: 70px;
  -webkit-filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.7));
  transition: 300ms ease;
}

.header_logo b img {
  height: 100%;
}

.header_logo span {
  display: none;
}

@media only screen and (max-width: 992px) {
  #header .fju_inner-width {
    margin: 0;
  }
}

@media only screen and (max-width: 576px) {
  .header_logo b img {
    height: 80%;
    margin-top: 9px;
  }
}

/*------*/

/*---fju_menu_btn---*/
.fju_menu_btn {
  position: absolute;
  top: 45px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  border-radius: 25px;
  z-index: 1000;
  transition: top 300ms ease;
  box-shadow: 3px 5px 3px var(--q-color-banner-opacity);
}

.fju_menu_btn > div {
  position: absolute;
  width: 50px;
  height: 4px;
  background: var(--q-color-primary);
  right: 10px;
  transition: 0.2s ease;
  border-radius: 2px;
}

.fju_menu_btn.on > div {
  background: var(--q-color-primary);
}

.fju_menu_btn .m1 {
  top: 14px;
  width: 30px;
}

.fju_menu_btn .m2 {
  top: 23px;
  width: 30px;
}

.fju_menu_btn .m3 {
  top: 32px;
  width: 30px;
}

.fju_menu_btn:hover .m1 {
  top: 14px;
  width: 30px;
}

.fju_menu_btn:hover .m2 {
  top: 23px;
  width: 26px;
}

.fju_menu_btn:hover .m3 {
  top: 32px;
  width: 22px;
}

.fju_menu_btn.on .m1 {
  top: 23px;
  right: 10px;
  width: 30px;
  transform: rotateZ(45deg);
}

.fju_menu_btn.on .m2 {
  opacity: 0;
  width: 0;
  right: 0;
}

.fju_menu_btn.on .m3 {
  top: 23px;
  right: 10px;
  width: 30px;
  transform: rotateZ(-45deg);
}

.fju_menu_btn.on:hover .m1 {
  top: 18px;
  right: 26px;
  width: 15px;
  transform: rotateZ(-45deg);
}

.fju_menu_btn.on:hover .m2 {
  opacity: 1;
  width: 30px;
  right: 10px;
}

.fju_menu_btn.on:hover .m3 {
  top: 28px;
  right: 26px;
  width: 15px;
  transform: rotateZ(45deg);
}

@media only screen and (max-width: 992px) {
  .fju_menu_btn {
    right: 10px;
  }
}

/*------*/

/*---fju_top_menu---*/
.fju_top_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding: 100px;
  z-index: 100;
  transition: opacity 500ms ease;
}

.fju_top_menu ::-webkit-scrollbar {
  display: none;
}

.fju_top_menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fju_top_menu .items {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.fju_top_menu .items > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.fju_top_menu .items > ul > li {
  position: relative;
  flex: 0 0 calc(100% / 3 - 40px);
  margin: 20px;
}

.fju_top_menu .items > ul > li .list_title {
  padding: 10px 20px;
  border-bottom: solid 1px #fff;
  font: 700 1.5em/1.2em "Noto Serif TC", serif;
  color: var(--q-color-default-text);
  letter-spacing: 0.1em;
}

.fju_top_menu .items > ul > li:hover .list_title {
  color: #fdffce;
  border-bottom: solid 1px #fdffce;
}

.fju_top_menu ul.submenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.fju_top_menu ul.submenu > li {
  position: relative;
  flex: 0 0 calc(100% / 2);
  display: flex;
}

.fju_top_menu ul.submenu > li a {
  position: relative;
  display: block;
  color: var(--q-color-default-text);
  font-size: 0.9375rem;
  padding: 4px 20px;
  white-space: nowrap;
  transition: 300ms ease-out;
}

.fju_top_menu ul.submenu > li a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fdffce;
  border-radius: 2px;
  transition: 300ms ease-out;
}

.fju_top_menu ul.submenu > li a:hover {
  color: #fdffce;
  font-weight: 700;
}

.fju_top_menu ul.submenu > li a:hover::before {
  left: 20px;
  width: calc(100% - 40px);
}

.fju_top_menu_mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;

  /* background-size: 2000%; */
  transition: opacity 600ms ease;
}

@media only screen and (max-width: 992px) {
  .fju_top_menu.on {
    padding: 70px 50px;
  }

  .fju_top_menu .items > ul > li {
    flex: 0 0 calc(100% / 2 - 40px);
  }

  .fju_top_menu_mask {
    background-size: 100%;
    background-position: right center;
  }
}

@media only screen and (max-width: 576px) {
  .fju_top_menu.on {
    padding: 110px 10px;
  }

  .ed .fju_top_menu.on {
    padding: 70px 10px;
  }

  .fju_top_menu .items > ul {
    margin: 0;
  }

  .fju_top_menu .items > ul > li {
    flex: 0 0 calc(100%);
    margin: 0 0 20px;
  }
}

/*---fju_header_nav_accessibility---*/
.fju_header_nav_accessibility {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fju_header_nav_accessibility:focus-visible {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: -25px 0 0 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*---fju_header_nav---*/
.fju_header_nav {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  height: 35px;
  transition: top 300ms ease;
}

.fju_header_nav > ul {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.fju_header_nav .fju-id-ddl .select {
  display: none;
}

.fju_header_nav .fju-id-ddl .menu {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.fju_header_nav .fju-id-ddl .menu .fju-id-selected-a {
  color: var(--q-color-selectText);
}

.fju_header_nav .fju-id-ddl .menu > li {
  position: relative;
}

.fju_header_nav .fju-id-ddl .menu > li > div {
  cursor: pointer;
  display: block;
  padding: 0 10px;
  color: var(--q-color-default-text);
  line-height: 30px;
  font-size: 1.1em;
}

.fju_header_nav .fju-id-ddl > ul > li > div:hover {
  color: #fdffce;
}

.fju_header_nav .fju-id-ddl > ul > li > div > div {
  display: inline;
}

.fju_header_nav .divider {
  border-left: 1px solid #d4d4d4;
  margin: 0 15px;
  height: 70%;
}

.fju_header_nav .fju-lan-ddl {
  z-index: 2000;
  position: relative;
  display: block;
  height: 30px;
  width: 200px;
  font-size: 1.1em;
  align-items: center;
}

.fju_header_nav .fju-lan-ddl .select {
  cursor: pointer;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fju_header_nav .fju-lan-ddl .select-on {
  border-color: #6da4aa;
}

.fju_header_nav .fju-lan-ddl .select .selected {
  margin: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.fju_header_nav .fju-lan-ddl .select .caret {
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}

.fju_header_nav .fju-lan-ddl .menu {
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 30vh;
  overflow-y: auto;
}

.fju_header_nav .fju-lan-ddl .menu li {
  width: 100%;
  padding: 0;
  border: 0.1rem solid;
  border-color: #e0e0e0;
}

.fju_header_nav .fju-lan-ddl .menu li > div {
  cursor: pointer;
  display: flex;
  width: 100%;
  line-height: 40px;
  color: #124e79;
}

.fju_header_nav .fju-lan-ddl .menu li > div:hover {
  background-color: rgb(201, 201, 201);
  color: #1a97e6;
}

.fju_header_nav .fju-lan-ddl .menu li > div > div {
  display: inline-block;
  overflow-wrap: break-word;
  max-width: 70%;
}

.fju_header_nav .fju-lan-ddl .menu li > div .fju-lan-mark {
  text-align: center;
  width: 20%;
}

.fju_header_nav .fju-lan-ddl .menu-open {
  visibility: visible;
  opacity: 1;
}

.fju_header_nav .fju-lan-ddl .caret-rotate {
  transform: rotate(180deg);
}

@media only screen and (max-width: 992px) {
  .fju_header_nav > ul {
    justify-content: space-around;
  }

  .fju_header_nav .fju-id-ddl {
    z-index: 2000;
    position: relative;
    display: block;
    height: 30px;
    width: 45%;
    font-size: 1.1em;
    align-items: center;
  }

  .fju_header_nav .fju-id-ddl .select {
    cursor: pointer;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fju_header_nav .fju-id-ddl .select-on {
    border-color: #6da4aa;
  }

  .fju_header_nav .fju-id-ddl .select .selected {
    margin: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
  }

  .fju_header_nav .fju-id-ddl .select .caret {
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: 0.3s;
  }

  .fju_header_nav .fju-id-ddl .menu {
    display: block;
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    justify-items: flex-start;
    width: 100%;
    height: auto;
    max-height: 30vh;
    top: 100%;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
  }

  .fju_header_nav .fju-id-ddl .menu .fju-id-selected-a {
    color: #0f3368;
  }

  .fju_header_nav .fju-id-ddl .menu li {
    width: 100%;
    padding: 0;
    border: 0.1rem solid;
    border-color: #e0e0e0;
  }

  .fju_header_nav .fju-id-ddl .menu li > div {
    cursor: pointer;
    display: flex;
    width: 100%;
    line-height: 2.5rem;
    color: #124e79;
  }

  .fju_header_nav .fju-id-ddl .menu li > div:hover {
    background-color: rgb(201, 201, 201);
    color: #1a97e6;
  }

  .fju_header_nav .fju-id-ddl .menu li > div > div {
    display: inline-block;
    overflow-wrap: break-word;
    max-width: 70%;
  }

  .fju_header_nav .fju-id-ddl .menu li > div .fju-id-mark {
    text-align: center;
    width: 20%;
  }

  .fju_header_nav .fju-id-ddl .menu-open {
    visibility: visible;
    opacity: 1;
  }

  .fju_header_nav .fju-id-ddl .caret-rotate {
    transform: rotate(180deg);
  }

  .fju_header_nav .fju-lan-ddl {
    width: 45%;
  }
}

/*------*/

/*---scroll fx---*/
#header.ed::before {
  height: 90px;
  background: var(--q-color-banner-opacity);
}

#header.ed .header_logo {
  top: 10px;
}

#header.ed .header_logo b {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

#header.ed .fju_header_nav {
  top: -30px;
}

#header.ed .fju_header_nav_accessibility {
  top: -30px;
}

#header.ed .fju_menu_btn {
  top: 20px;
}

/*------*/

/* =============================================================================
   HEADER END
   ========================================================================== */

/* =============================================================================
   FOOTER
   ========================================================================== */
#footerArea {
  position: relative;
  padding: 40px 0;
  background: #124e79;
  z-index: 10;
  overflow: hidden;
}

#footerArea .bg {
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  background-position: top center !important;
}

#footerArea .info {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}

#footerArea .info .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

#footerArea .info .item > * {
  margin: 0 4px;
}

#footerArea .copyright {
  color: #d8e8f3;
  text-align: center;
  font: 400 0.75rem/20px sans-serif;
}

#footerArea .copyright a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

#footerArea .community {
  text-align: center;
}

#footerArea .community .items {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}

#footerArea .community .items a {
  padding: 0 10px;
  transition: 300ms ease;
}

#footerArea .community .items a:hover {
  transform: scale(1.1);
}

#footerArea .fat_foot {
  padding: 0 0 20px 0;
  margin: 40px;
  border-bottom: solid 1px #426884;
}

#footerArea .fat_foot ul {
  list-style: none;
  margin: 0;
}

#footerArea .fat_foot > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#footerArea .fat_foot > ul > li {
  position: relative;
  flex: 0 0 calc(100% / 4 - 20px);
  margin: 10px;
}

#footerArea .fat_foot > ul > li .list_title {
  padding: 10px 20px 0;
  font: 400 1.375rem/1.2em "Noto Serif TC", serif;
  color: #fff;
}

#footerArea .fat_foot > ul > li:hover .list_title {
  color: #fdffce;
}

#footerArea .fat_foot ul.submenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 320px;
}

#footerArea .fat_foot ul.submenu > li {
  position: relative;
  flex: 0 0 calc(100% / 2);
  display: flex;
}

#footerArea .fat_foot ul.submenu > li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
  transition: 300ms ease-out;
}

#footerArea .fat_foot ul.submenu > li a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fdffce;
  border-radius: 2px;
  transition: 300ms ease-out;
}

#footerArea .fat_foot ul.submenu > li a:hover {
  color: #fdffce;
}

#footerArea .fat_foot ul.submenu > li a:hover::before {
  left: 20px;
  width: calc(100% - 40px);
}

@media only screen and (max-width: 992px) {
  #footerArea .info {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 576px) {
  #footerArea {
    padding-bottom: 100px;
  }

  #footerArea .info .item {
    margin: 10px;
  }

  #footerArea .fat_foot {
    display: none;
  }
}

/* =============================================================================
	FOOTER END
	========================================================================== */

/*---fx---*/
.fju_fx_1 {
  position: absolute;
  top: 60vh;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  z-index: 10;
  pointer-events: none;
}

.fju_fx_1 img {
  display: block;
  width: 100%;
}

.fju_fx_2 {
  position: absolute;
  top: 60vh;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  z-index: 5;
  pointer-events: none;
}

.fju_fx_2 img {
  display: block;
  width: 100%;
}

.fju_fx_3 {
  position: absolute;
  top: -200px;
  right: -100px;
  width: 400px;
  z-index: 5;
  pointer-events: none;
}

.fju_fx_3 img {
  display: block;
  width: 100%;
}

.fju_fx_4 {
  position: absolute;
  top: -200px;
  right: -300px;
  width: 500px;
  z-index: 5;
  pointer-events: none;
}

.fju_fx_4 img {
  display: block;
  width: 100%;
}

.fju_fx_5 {
  position: absolute;
  top: -200px;
  left: -50px;
  width: 400px;
  z-index: 5;
  pointer-events: none;
}

.fju_fx_5 img {
  display: block;
  width: 100%;
}

.fju_fx_6 {
  position: absolute;
  top: -200px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  z-index: 10;
  pointer-events: none;
}

.fju_fx_6 img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .fju_fx_1 {
    width: 300px;
    margin-left: -150px;
  }

  .fju_fx_2 {
    width: 300px;
    margin-left: -150px;
  }
}

/*------*/

/*---fju_home_banner---*/
.fju_home_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.fju_home_banner .pic {
  position: relative;
  padding-bottom: 80vh;
  z-index: 1;
  transform: scale(1.2);
}

.fju_home_banner .swiper-slide-active .pic {
  transform: scale(1);
}

.fju_home_banner .txt {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  align-items: center;
}

.fju_home_banner .txt .title {
  font: 600 3.75rem/70px "Noto Serif TC", serif;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  max-width: 600px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.fju_home_banner .txt .con {
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  max-width: 600px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.fju_home_banner .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 992px) {
  .fju_home_banner .txt .title {
    font: 600 2.5rem/1.2em "Noto Serif TC", serif;
    max-width: 100%;
  }

  .fju_home_banner .txt .con {
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .fju_home_banner .txt .title {
    font: 600 1.875rem/1.2em "Noto Serif TC", serif;
    max-width: 100%;
  }
}

/*------*/

/*---fju_page_banner---*/
.fju_page_banner {
  position: relative;
  width: 100%;
  height: calc(100vw / 7);
  /* height: 280px; */
  overflow: hidden;
  z-index: 10;
}

.fju_page_banner_Mobile {
  position: relative;
  width: 100vw;
  height: calc(180px + 100vw / 7);

  overflow: hidden;
  z-index: 10;
}

.fju_page_banner.big {
  height: 560px;
}

.fju_page_banner .pic {
  position: relative;
  height: 100%;
  z-index: 1;
}

.fju_page_banner_Mobile.big {
  height: 560px;
}

.fju_page_banner_Mobile .pic {
  position: relative;
  height: 100%;
  z-index: 1;
}

.fju_page_banner .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: left;
}

.fju_page_banner_Mobile .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: left;
}

.fju_page_banner .txt .title {
  font: 600 2.125rem/1.4em "Noto Serif TC", serif;
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 0 1px;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.fju_page_banner_Mobile .txt .title {
  font: 600 2.125rem/1.4em "Noto Serif TC", serif;
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 0 1px;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.fju_page_banner .txt .titleSearch {
  font: 600 2.125rem/1.4em "Noto Serif TC", serif;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.fju_page_banner .txt .con {
  font-size: 0.9375rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #000;
  text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .fju_page_banner .txt .title {
    font: 600 1.875rem/1.2em "Noto Serif TC", serif;
    max-width: 100%;
  }

  .fju_page_banner .txt .titleSearch {
    font: 600 1.875rem/1.2em "Noto Serif TC", serif;
    max-width: 100%;
  }

  .fju_page_banner .txt .con {
    margin-bottom: 20px;
  }
}

/*------*/

/*---fju_quick_menu---*/
.fju_quick_menu {
  position: fixed;
  top: 13%;
  right: 10px;
  z-index: 101;
  width: 70px;
  text-align: center;
}

.fju_quick_menu a {
  display: inline-block;
  margin: 0 0 5px 0;
  transition: 300ms ease;
}

.fju_quick_menu a img {
  max-width: 100%;
}

.fju_quick_menu a:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 992px) {
  .fju_quick_menu {
    top: 120px;
    right: 0;
  }

  .fju_quick_menu a {
    width: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .fju_quick_menu {
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .fju_quick_menu a {
    width: 60px;
    margin: 5px;
  }
}

/*------*/

/*---fju_search_box---*/
.fju_search_box {
  position: absolute;
  top: 70vh;
  left: 50%;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  transition: left 500ms ease;
}

.fju_search_box .items {
  display: flex;
  justify-content: flex-end;
  line-height: 40px;
  padding: 5px 0;
  background: #fff;
  border-radius: 25px;
  width: 560px;
  margin-left: -280px;
  /* margin-top: 10px; */
  transition: 500ms ease;
}

.fju_search_box input {
  flex: 0 0 calc(100% - 50px);
  border: none;
  background: transparent;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  transition: 500ms ease;
}

.fju_search_box input:focus {
  box-shadow: none;
}

.fju_search_box button {
  width: 50px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--q-color-primary);
}

.fju_search_box.ed {
  top: 10px;
  position: fixed;
}

.fju_search_box.ed .items {
  width: 240px;
}

.fju_search_box.on {
  z-index: -1;
}

.fju_search_box.inner {
  display: none;
}

.fju_search_box.page {
  position: absolute !important;
  top: 45px;
  right: 70px;
  left: inherit !important;
  transition: 300ms ease;
}

.fju_search_box.page .items {
  width: 240px;
}

.fju_search_box.page.ed {
  position: absolute !important;
  top: 45px;
  left: inherit !important;
}

#header.ed .fju_search_box.page {
  top: 20px;
}

@media only screen and (max-width: 576px) {
  .fju_search_box {
    left: 0;
    width: calc(100% - 10px);
    z-index: 100;
  }

  .fju_search_box .items {
    margin-left: 10px;
    width: calc(100% - 10px);
  }

  .fju_search_box.inner {
    display: flex;
    width: 100%;
    position: relative;
    top: inherit !important;
    left: inherit !important;
    margin-bottom: 10px;
  }

  .fju_search_box.inner .items {
    margin-left: 0;
    width: 100%;
  }

  .fju_search_box.page {
    display: none;
  }
}

/*------*/

/*---fju_bulletin_box---*/
.fju_bulletin_box {
  position: relative;
  height: 40px;
  background: rgba(230, 6, 51, 0.8);
}

.fju_bulletin_box a {
  display: flex;
  color: #fff;
  line-height: 40px;
}

.fju_bulletin_box a .type {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 10px;
  white-space: nowrap;
}

.fju_bulletin_box a .txt {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fju_bulletin_box a:hover {
  color: #fdffce;
}

/*------*/

/*---fju_bg_box---*/
.fju_bg_box {
  position: relative;
}

.fju_bg_box .bg {
  position: absolute;
  z-index: -1;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  background: #edf2f5;
  transition: opacity 1000ms ease;
}

.fju_bg_box .bg.c1 {
  background-color: #124e79;
  height: 90%;
}

@media only screen and (max-width: 576px) {
  .fju_bg_box .bg.c1 {
    background-color: #124e79;
    height: 80%;
  }
}

.fju_bg_box .bg.c2 {
}

/*------*/

/*---fju_links_box---*/
.fju_links_box {
  position: relative;
  padding: 60px 0;
}

.fju_links_box .list {
  padding: 0 0 40px 0;
  margin: 0;
  overflow: visible;
  z-index: 100;
}

.fju_links_box .list ul {
  position: relative;
  margin: 0 -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.fju_links_box .list ul li {
  flex: 1 1 calc(100% / 3);
}

.fju_links_box .list ul li a {
  position: relative;
  display: block;
  margin: 10px;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.fju_links_box .list ul li a .pic {
  position: relative;
  top: -100px;
  height: calc(100% + 100px);
  overflow: hidden;
  transition: 300ms ease;
}

.fju_links_box .list ul li a .pic::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 300ms ease;
}

.fju_links_box .list ul li:nth-of-type(1) {
  flex: 1 0 600px;
}

.fju_links_box .list ul li.twoitem a {
  height: 100px;
  margin-bottom: 20px;
}

.fju_links_box .list ul li a .txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 10px;
}

.fju_links_box .list ul li a:hover .pic {
  transform: scale(1.04);
}

.fju_links_box .list ul li a:hover .pic::before {
  background: rgba(0, 0, 0, 0.1);
}

/*NEW LIFE*/
.fju_links_box.life {
  padding: 60px 0;
}

.fju_links_box.life .bg {
  height: 80%;
}

.fju_links_box.life .list ul li {
  flex: 0 0 calc(100% / 3);
}

.fju_links_box.life .list ul li:nth-child(1) {
  flex: 0 0 50%;
  transform: translateY(100px);
}

.fju_links_box.life .list ul li:nth-child(1) a {
  height: 420px;
}

.fju_links_box.life .list ul li:nth-child(2) {
  flex: 0 0 25%;
  transform: translateY(200px);
}

.fju_links_box.life .list ul li:nth-child(2) a {
  height: 420px;
}

.fju_links_box.life .list ul li:nth-child(3) {
  flex: 0 0 25%;
  transform: translateY(300px);
}

.fju_links_box.life .list ul li:nth-child(4) {
  transform: translateY(300px);
}

.fju_links_box.life .list ul li:nth-child(5) {
  transform: translateY(400px);
}

.fju_links_box.life .list ul li:nth-child(6) {
  transform: translateY(500px);
}

.fju_links_box.life .list ul li:nth-child(3) a {
  height: 420px;
}

.fju_links_box.life .list ul li a .txt {
  font: 500 1.25rem/1.2em "Noto Serif TC", serif;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 10px 20px;
}

.fju_links_box.life .list ul li:nth-child(1) a .txt {
  text-align: center;
  padding: 20px;
}

.fju_links_box.life .list ul li:nth-child(2) a .txt {
  text-align: center;
  padding: 20px;
}

.fju_links_box.life .list ul li:nth-child(3) a .txt {
  text-align: center;
  padding: 20px;
}

.fju_links_box.life .list ul li a:hover .txt {
  background: rgba(183, 25, 57, 0.6);
  backdrop-filter: blur(10px);
}

@media only screen and (max-width: 992px) {
  .fju_links_box .list ul li {
    flex: 1 1 calc(100% / 2);
  }

  .fju_links_box.life .list ul li:nth-child(1) a {
    height: 220px;
  }

  .fju_links_box.life .list ul li:nth-child(2) a {
    height: 220px;
  }

  .fju_links_box.life .list ul li:nth-child(3) a {
    height: 220px;
  }

  .fju_links_box.life .list ul li a .txt {
    font: 500 1.125rem/1.2em "Noto Serif TC", serif;
  }
}

@media only screen and (max-width: 576px) {
  .fju_links_box {
    padding: 40px 0;
  }

  .fju_links_box.life {
    padding: 40px 0;
  }

  .fju_links_box .list {
    padding: 0;
  }

  .fju_links_box.imp .list ul li a .txt {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(1) {
    flex: 0 0 calc(100% + 20px);
    margin-left: -20px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(1) a {
    border-radius: 0 10px 10px 0;
  }

  .fju_links_box.imp .list ul li:nth-of-type(1) a .txt {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .fju_links_box.imp .list ul li:nth-of-type(2) {
    flex: 0 0 calc(100% + 20px);
    margin-right: -20px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(2) a {
    border-radius: 10px 0 0 10px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(2) a .txt {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .fju_links_box.imp .list ul li:nth-of-type(3) a {
    height: 120px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(3) a .txt {
    justify-content: center;
    align-items: center;
  }

  .fju_links_box.imp .list ul li:nth-of-type(4) a {
    height: 120px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(4) a .txt {
    justify-content: center;
    align-items: center;
  }

  .fju_links_box.imp .list ul li:nth-of-type(5) a:nth-of-type(1) {
    margin-left: -20px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(5) a:nth-of-type(1) .txt {
    justify-content: flex-end;
    align-items: center;
  }

  .fju_links_box.imp .list ul li:nth-of-type(5) a:nth-of-type(2) {
    margin-right: -20px;
  }

  .fju_links_box.imp .list ul li:nth-of-type(5) a:nth-of-type(2) .txt {
    justify-content: flex-start;
    align-items: center;
  }

  .fju_links_box.life .list ul li {
    flex: 0 0 50%;
  }

  .fju_links_box.life .list ul li:nth-child(1) {
    flex: 0 0 100%;
  }

  .fju_links_box.life .list ul li:nth-child(2) {
    flex: 0 0 100%;
  }

  .fju_links_box.life .list ul li:nth-child(3) {
    flex: 0 0 50%;
  }
}

/*------*/

/*---fju_news_box---*/
.fju_news_box {
  position: relative;
  padding: 30px 0;
}

.fju_news_box .list {
  padding: 0;
  margin: 0 -10px;
  overflow: visible;
  z-index: 100;
}

.fju_news_box .list ul {
  position: relative;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.fju_news_box .list ul li {
  flex: 0 0 calc(100% / 3);
}

.fju_news_box.right .list {
  margin: 0;
}

.fju_news_box.right .list ul li {
  flex: 0 0 100%;
}

.fju_news_box.right .list ul li a {
  margin: 0 0 20px 0;
}

.fju_news_box .list ul li a {
  position: relative;
  display: block;
  margin: 10px;
  overflow: hidden;
  transition: 300ms ease;
}

.fju_news_box .list ul li a .pic {
  position: relative;
  overflow: hidden;
  transition: 300ms ease;
}

.fju_news_box .list ul li a .pic::before {
  display: block;
  content: "";
  padding-bottom: 75%;
}

.fju_news_box .list ul li a .txt {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 15px;
  height: 150px;
}

.fju_news_box .list ul li a .txt .date {
  font: 400 0.875rem/1.1em sans-serif;
  color: var(--q-color-date-text);
  margin-bottom: 0;
}

.fju_news_box .list ul li a .txt .title {
  font: 600 1.25rem/1.4em "Noto Serif TC", serif;
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.fju_news_box .list ul li a .txt .con {
  font: 400 1rem/24px sans-serif;
  color: #333;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.fju_news_box .list ul li a:hover {
  border-radius: 10px;
}

.fju_news_box .list ul li a:hover .pic {
  transform: scale(1.04);
}

.fju_news_box.inx_art .list ul li a .pic:before {
  padding-bottom: 56.25%;
}

.fju_news_box .list ul li.twoitem a:first-child {
  margin-bottom: 20px;
}

.fju_news_box .list ul li.big {
  flex: 0 0 calc(100% / 3 * 2);
}

.fju_news_box .list ul li.big a .pic:before {
  padding-bottom: 92%;
}

.fju_news_box .list ul li.med {
  flex: 0 0 100%;
}

.fju_news_box .list ul li.med a {
  display: flex;
}

.fju_news_box .list ul li.med a .txt .title {
  font: 600 1.5rem/1.4em "Noto Serif TC", serif;
  -webkit-line-clamp: 2;
}

.fju_news_box .list ul li.med a .pic {
  flex: 0 0 50%;
  padding: inherit;
}

.fju_news_box .list ul li.med a .pic::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.fju_news_box .list ul li.med a .txt {
  display: flex;
  flex-grow: 100;
  flex-direction: column;
  justify-content: center;
  height: auto;
}

.fju_news_box.inx_news .list ul {
  flex-direction: column;
  max-height: 1000px;
  width: 100%;
}

.fju_news_box.inx_news .list ul li {
  width: calc(100% / 3);
}

.fju_news_box.inx_news .list ul li.big {
  width: calc(100% / 3 * 2);
}

@media only screen and (max-width: 992px) {
  .fju_news_box.inx .list {
    margin: 0 -40px;
    padding: 0 30px;
    overflow: auto;
  }

  .fju_news_box.inx .list ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .fju_news_box.inx .list ul li {
    flex: 0 0 calc(90% / 2);
  }

  .fju_news_box.inx .list ul li:last-child {
    flex: 0 0 calc(90% / 2 + 40px);
    padding-right: 30px;
  }

  .fju_news_box.inx .list ul li.big a .pic:before {
    padding-bottom: 75%;
  }

  .fju_news_box .list ul li {
    flex: 0 0 calc(100% / 2);
  }

  .fju_news_box .list ul li a .txt .title {
    font: 600 1.125rem/1.4em "Noto Serif TC", serif;
    -webkit-line-clamp: 2;
  }

  .fju_news_box .list ul li.med a {
    display: block;
  }

  .fju_news_box .list ul li.med a .txt .title {
    font: 600 1.125rem 20px/1.4em "Noto Serif TC", serif;
    -webkit-line-clamp: 2;
  }

  .fju_news_box .list ul li.med a .txt {
    height: 150px;
  }
  .fju_news_box .list ul li a .txt {
    height: 150px;
  }
}

@media only screen and (max-width: 576px) {
  .fju_news_box {
    padding: 40px 0;
  }

  .fju_news_box .list ul li {
    flex: 0 0 100%;
  }

  .fju_news_box.inx .list ul li {
    flex: 0 0 calc(90%);
  }

  .fju_news_box.inx .list ul li:last-child {
    flex: 0 0 calc(90% + 40px);
  }
}

/*------*/

/*---fju_about_box---*/
.fju_about_box {
  position: relative;
  padding: 60px 0 0 0;
  margin: 60px 0;
}

.fju_about_box .cover {
  position: relative;
  padding-bottom: 65%;
  margin-top: 100px;
  border-radius: 20px;
  border-bottom: solid 10px #4ecdc4;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.fju_about_box .cover .pic {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
}

.fju_about_box .cover .pic img {
  max-width: 100%;
}

.fju_about_box .txt {
  position: relative;
}

.fju_about_box .txt .date {
  font: 400 0.875rem/1.1em sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.fju_about_box .txt .title {
  font: 400 1.25rem/1.4em "Noto Serif TC", serif;
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.fju_about_box .txt p {
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
}

.fju_about_box .txt .by {
  font: 400 0.875rem/1.1em sans-serif;
  color: #ff6b6b;
}

@media only screen and (max-width: 1440px) {
  .fju_about_box .cover {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 576px) {
  .fju_about_box {
    padding: 40px 0;
  }
}

/*------*/

/*---fju_video_box---*/
.fju_video_box {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.fju_video_box.inx {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fju_video_box .bg {
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  height: calc(100% + 400px);
}

.fju_video_box .list {
  position: relative;
}

.fju_video_box.inx .list {
  padding: 100px 0 0;
}

.fju_video_box .list ul {
  position: relative;
  display: flex;
  flex-flow: wrap;
  list-style: none;
  justify-content: left;
  margin: 0 -10px;
}

.fju_video_box .list ul li {
  flex: 0 0 calc(100% / 4 - 20px);
  margin: 10px;
}

.fju_video_box.page .list ul li {
  flex: 0 0 calc(100% / 3 - 20px);
}

.fju_video_box.page .list ul li.col2 {
  flex: 0 0 calc(100% / 2 - 20px);
}

.fju_video_box .list ul li.full {
  flex: 0 0 100%;
}

.fju_video_box .list li a {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: 200ms ease;
}

.fju_video_box .list li a .pic {
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  margin: 0;
  transition: opacity 500ms ease, transform 500ms ease;
}

.fju_video_box .list li a .pic::after {
  display: block;
  position: absolute;
  color: #fff;
  opacity: 0.7;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 2rem;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f144";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: 500ms ease-in-out;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fju_video_box .list li a .pic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 200ms ease;
}

.fju_video_box .list li a .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.fju_video_box .list li a .txt .title {
  padding-top: 120px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
}

.fju_video_box .list li:hover a {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.fju_video_box .list li:hover a .pic {
  transform: scale(1.1);
}

.fju_video_box .list li:hover a .pic::after {
  transform: scale(1.1);
}

.fju_video_box .list li:hover a .pic::before {
  background: rgba(0, 0, 0, 0);
}

.fju_video_box .list li.full:hover a .pic {
  transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  .fju_video_box.inx .list {
    padding: 20px;
  }

  .fju_video_box .list li a {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .fju_video_box .list ul li {
    flex: 0 0 calc(100% / 2 - 20px);
  }

  .fju_video_box.page .list ul li {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}

@media only screen and (max-width: 576px) {
  .fju_video_box.inx {
    padding: 40px 0 0px;
  }

  .fju_video_box.inx .list ul li {
    flex: 0 0 calc(100%);
    margin: 0 0 20px 0;
  }

  .fju_video_box.page .list ul li.col2 {
    flex: 0 0 calc(100%);
  }

  .fju_video_box.page .list ul li {
    flex: 0 0 calc(100%);
    margin: 0 0 20px 0;
  }
}

/*------*/

/*---fju_honor_box---*/
.fju_honor_box {
  position: relative;
  padding: 60px 0;
}

.fju_honor_box .list {
  padding: 60px 0;
  overflow: hidden;
}

.fju_honor_box .list ul {
  position: relative;
  display: block;
  list-style: none;
}

.fju_honor_box .list ul li {
  transition: 200ms ease;
}

.fju_honor_box .list .pic {
  position: relative;
  margin: 0 auto -70px;
  -webkit-filter: drop-shadow(0 0 5px invert rgba(255, 255, 255, 1));
  filter: drop-shadow(0 0 5px invert rgba(255, 255, 255, 1));
  width: 107px;
  height: 125px;
  background-size: cover;
  mask: url(../images/mask_honor.svg);
  mask-size: cover;
  -webkit-mask: url(../images/mask_honor.svg);
  -webkit-mask-size: cover;
}

.fju_honor_box .list .pic::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mask_line.svg) no-repeat;
  background-size: cover;
  transform: scale(1.01);
}

.fju_honor_box .pos {
  color: #fff;
  background: var(--q-color-primary);
  padding: 5px 20px;
}

.fju_honor_box .pos.c1 {
  background: #ff6b6b;
}

.fju_honor_box .pos.c2 {
  background: #124e79;
}

.fju_honor_box .pos.c3 {
  background: #4ecdc4;
}

.fju_honor_box .txt {
  padding: 40px 20px;
  background: #fff;
}

.fju_honor_box .txt .date {
  font: 400 0.875rem/1.1em sans-serif;
  color: var(--q-color-date-text);
  margin-bottom: 0;
}

.fju_honor_box .txt .title {
  font: 600 1.25rem/1.4em "Noto Serif TC", serif;
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.fju_honor_box .swiper-pagination-bullet {
  background: #ff6b6b;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 576px) {
  .fju_honor_box {
    padding: 40px 0;
  }
}

/*---fju_photos_box---*/
.fju_photos_box {
  position: relative;
  padding: 60px 0;
}

.fju_photos_box .list {
  padding: 0 0 40px 0;
  margin: 0;
  overflow: visible;
  z-index: 100;
}

.fju_photos_box .list ul {
  position: relative;
  margin: 0 -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.fju_photos_box .list ul li {
  flex: 1 1 calc(100% / 3);
}

.fju_photos_box .list ul li a {
  position: relative;
  display: block;
  margin: 10px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  transition: 300ms ease;
}

.fju_photos_box .list ul li a .pic {
  position: relative;
  top: 0;
  height: 100%;
  overflow: hidden;
  transition: 300ms ease;
}

.fju_photos_box .list ul li a .pic::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 300ms ease;
}

.fju_photos_box .list ul li:nth-of-type(1) {
  flex: 0 0 45%;
}

.fju_photos_box .list ul li:nth-of-type(1) a {
  height: 500px;
}

.fju_photos_box .list ul li:nth-of-type(2) {
  flex: 0 0 55%;
}

.fju_photos_box .list ul li:nth-of-type(2) a {
  height: 500px;
}

.fju_photos_box .list ul li a .txt {
  color: #fff;
  font: 600 1.25rem/1.4em "Noto Serif TC", serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 10px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms ease;
}

.fju_photos_box .list ul li a .txt span {
  position: relative;
  padding: 5px;
  text-align: center;
}

.fju_photos_box .list ul li a .txt span::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #b71939;
  transition: 600ms ease;
}

.fju_photos_box .list ul li a:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 30px;
}

.fju_photos_box .list ul li a:hover .pic {
  transform: scale(1.04);
}

.fju_photos_box .list ul li a:hover .pic::before {
  background: rgba(0, 0, 0, 0.4);
}

.fju_photos_box .list ul li a:hover .txt {
  opacity: 1;
}

.fju_photos_box .list ul li a:hover .txt span::before {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .fju_photos_box .list ul li a {
    height: 200px;
  }

  .fju_photos_box .list ul li:nth-of-type(1) a {
    height: 300px;
  }

  .fju_photos_box .list ul li:nth-of-type(2) a {
    height: 300px;
  }
}

@media only screen and (max-width: 576px) {
  .fju_photos_box {
    padding: 40px 0;
  }

  .fju_photos_box .list ul li:nth-of-type(1) {
    flex: 0 0 100%;
  }

  .fju_photos_box .list ul li:nth-of-type(2) {
    flex: 0 0 100%;
  }

  .fju_photos_box .list ul li a {
    height: 100px;
  }

  .fju_photos_box .list ul li:nth-of-type(1) a {
    height: 200px;
  }

  .fju_photos_box .list ul li:nth-of-type(2) a {
    height: 200px;
  }
}

/*------*/

/*---fju_pho_list_box---*/
.fju_pho_list_box {
  position: relative;
  padding: 60px 0;
}

.fju_pho_list_box .inx_list {
  position: relative;
}

.fju_pho_list_box .inx_list .item {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  transform: translateZ(0);
  transition: 500ms ease;
}

.fju_pho_list_box .inx_list .item::before {
  display: block;
  content: "";
  background-image: linear-gradient(
    -225deg,
    #3d4e81 0%,
    #5753c9 48%,
    #6e7ff3 100%
  );
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 500ms ease;
}

.fju_pho_list_box .inx_list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.fju_pho_list_box .inx_list .item:nth-child(2n) .fju_tag_list.tr {
  right: inherit;
  left: -2px;
}

.fju_pho_list_box .inx_list .item .cover_area {
  position: relative;
  flex: 0 0 50%;
}

.fju_pho_list_box .inx_list .item .cover {
  width: 100%;
}

.fju_pho_list_box .inx_list .item .cover::before {
  display: block;
  content: "";
  padding-bottom: 75%;
}

.fju_pho_list_box .inx_list .item:nth-child(1) .cover_area::after {
  left: 75%;
}

/* .fju_pho_list_box .inx_list .item:nth-child(1) .cover_area {
    flex: 0 0 100%;
    margin-left: -50%;
}

.fju_pho_list_box .inx_list .item:nth-child(1) .cover::before {
    padding-bottom: 40%;
} */

.fju_pho_list_box .inx_list .item .txt {
  position: relative;
  background: #fff;
}

.fju_pho_list_box .inx_list .item .txt .title {
  padding: 40px 20px;
}

.fju_pho_list_box .inx_list .item .txt .title b {
  font: 600 1.25rem/1.4em "Noto Serif TC", serif;
  color: #333;
}

.fju_pho_list_box .inx_list .item .txt .title span {
  display: block;
  font-size: 0.875rem;
  color: #b71939;
}

.fju_pho_list_box .inx_list .item .pics {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 20px;
  left: 15px;
  display: flex;
}

.fju_pho_list_box .inx_list .item .pic {
  flex: 0 0 calc(100% / 4 - 10px);
  margin: 0 5px;
}

.fju_pho_list_box .inx_list .item .pic::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media only screen and (max-width: 576px) {
  .fju_pho_list_box {
    padding: 40px 0;
  }

  .fju_pho_list_box .inx_list {
    position: relative;
    padding: 20px 0;
  }

  .fju_pho_list_box .inx_list .item {
    flex-wrap: wrap;
  }

  .fju_pho_list_box .inx_list .item .cover_area {
    flex: 0 0 100%;
  }

  /* .fju_pho_list_box .inx_list .item:nth-child(1) .cover_area {
        margin-left: 0;
    }

    .fju_pho_list_box .inx_list .item:nth-child(1) .cover::before {
        padding-bottom: 75%;
    }

    .fju_pho_list_box .inx_list .item:nth-child(2n) .fju_tag_list.tr {
        left: inherit;
        right: 0;
    } */

  .fju_pho_list_box .inx_list .item .txt {
    flex: 0 0 100%;
    padding: 20px;
  }

  .fju_pho_list_box .inx_list .item .pics {
    position: relative;
    width: auto;
    bottom: inherit;
    left: inherit;
  }
}

/*------*/

/*---fju_pics_box---*/
.fju_pics_box {
  position: relative;
  padding: 60px 0;
}

.fju_pics_box .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.fju_pics_box .list a {
  position: relative;
  overflow: hidden;
  flex: 0 0 25%;
}

.fju_pics_box .list.col3 a {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(100% / 3);
}

.fju_pics_box .list a figure {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 5px;
  text-align: center;
  opacity: 0;
  font-size: 0.9em;
  transition: 500ms ease-in-out;
}

.fju_pics_box .list a img {
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: auto;
}

.fju_pics_box .list a::before {
  content: "";
  display: block;
  position: relative;
  color: #fff;
  opacity: 0;
  z-index: 2;
  top: 0%;
  left: 0%;
  width: 100%;
  padding-bottom: 100%;
  background: #333;
  transition: 500ms ease-in-out;
}

.fju_pics_box .list a::after {
  display: block;
  position: absolute;
  color: #fff;
  opacity: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 1.2em;
  font-family: "FontAwesome";
  content: "\f00e";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: 500ms ease-in-out;
  text-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.fju_pics_box .list a:hover figure {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.fju_pics_box .list a:hover::before {
  opacity: 0.4;
}

.fju_pics_box .list a:hover::after {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .fju_pics_box {
    padding: 0 0 80px 0;
  }
}

@media only screen and (max-width: 992px) {
  .fju_pics_box > .fju_inner-width {
    padding: 0;
  }
}

@media only screen and (max-width: 720px) {
  .fju_pics_box .list a {
    flex: 0 0 50%;
  }

  .fju_pics_box {
    padding: 0 0 60px 0;
  }
}

/*------*/

/*---fju_inner_box---*/
.fju_inner_box {
  position: relative;
  padding: 60px 0;
}

.fju_inner_box .date {
  font: 400 1rem/1.1em sans-serif;
  color: var(--q-color-primary);
  margin-bottom: 0;
}

.fju_inner_box .title {
  font: 600 1.5rem/1.4em "Noto Serif TC", serif;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.fju_inner_box .cover {
  position: relative;
  margin: 0 auto 20px;
  max-width: 100%;
  z-index: 100;
  text-align: center;
}

.fju_inner_box .cover::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.fju_inner_box table.animal {
  position: relative;
  width: 100%;
}

.fju_inner_box table.animal th,
.fju_inner_box table.animal td {
  border-bottom: solid 1px #f2f2f2;
  padding: 0.5em 15px;
  line-height: 1.4em;
  font-size: 1.125rem;
}

.fju_inner_box table.animal th {
  width: 80px;
}

.fju_inner_box .tool_bar {
  position: absolute;
  top: 30px;
  right: 20px;
}

.fju_inner_box .tool_bar a {
  display: inline-block;
  line-height: 32px;
  width: auto;
  text-align: center;
  margin: 0 4px 0 0;
  padding: 0 20px;
  color: #fff;
  font-size: 1rem;
  border-radius: 16px;
  background: #c81737;
  transition: 300ms ease;
}

.fju_inner_box .tool_bar a:hover {
  color: #fff;
  background: #c81737;
  transform: scale(1.04);
}

.fju_inner_box a.video {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url(../images/cursor_video.svg) 40 40, pointer;
}

.fju_inner_box a.video::before {
  content: "";
  display: block;
  padding-bottom: 56.35%;
}

.fju_inner_box a.video::after {
  display: block;
  position: absolute;
  color: #fff;
  opacity: 1;
  z-index: 2;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 4rem;
  font-family: "FontAwesome";
  content: "\f144";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: 500ms ease-in-out;
  text-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.fju_inner_box a.video:hover::after {
  opacity: 0.2;
}

@media only screen and (max-width: 992px) {
  .tab_scroll {
    overflow: auto;
  }
}

/*------*/

/*===POPUP===*/
/*---fju_pop_box---*/
.pop_btn {
  cursor: pointer;
}

.fju_pop_box {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  display: none;
}

.fju_pop_box.on {
  top: 0;
  opacity: 1;
}

.fju_pop_box .mask {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
  opacity: 1;
  backdrop-filter: blur(5px);
  transition: 800ms ease;
}

.fju_pop_box .txt {
  position: relative;
  max-width: 800px;
  margin: 10vh auto;
  z-index: 10;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 20px;
}

.fju_pop_box .txt.inner {
  padding: 40px;
}

.fju_pop_box .txt.videoXl {
  max-width: 1200px;
  margin: 60px auto;
  background: none;
}

.fju_pop_box .txt.sm {
  max-width: 420px;
  padding: 40px;
}

.fju_pop_box .close_btn {
  position: relative;
  width: 24px;
  text-align: center;
  z-index: 10;
  opacity: 0.5;
  margin: 20px auto;
  cursor: pointer;
}

.fju_pop_box .close_btn.in {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.fju_pop_box .close_btn.fixed {
  position: fixed;
  top: -44px;
  right: -44px;
  margin: 0;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: var(--q-color-primary);
}

.fju_pop_box.on .close_btn.fixed {
  top: 10px;
  right: 10px;
  opacity: 0.9;
}

.fju_pop_box .close_btn img {
  display: block;
  max-width: 100%;
}

.fju_pop_box .close_btn:hover {
  opacity: 1;
}

.fju_pop_box .checkbox-inline a {
  color: #c81737;
}

.fju_pop_box .cover {
  margin: -100px 0 20px 0;
}

.fju_pop_box .box {
  display: flex;
  align-items: center;
  height: calc(100vh - 120px);
}

.fju_pop_box .video {
  position: relative;
  width: 100%;
}

.fju_pop_box .video::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.fju_pop_box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.fju_pop_box .tip {
  justify-content: center;
}

.fju_pop_box .tip > div {
  font-size: 0.9375rem;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 5px;
}

.fju_pop_box .tip > div.ade {
  background: #b4e7b3;
}

.fju_pop_box .tip > div.has {
  background: #fce189;
}

.fju_pop_box .tip > div.full {
  background: #e26862;
}

.fju_pop_box .tip > div.old {
  background: #ccc;
}

.fju_pop_box .tip a {
  color: #fff;
  text-decoration: underline;
}

.fju_pop_box .form-check-label {
  color: #fff;
}

.fju_pop_box .pro_view {
  position: relative;
}

.fju_pop_box .pro_view img {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .fju_pop_box .view .cover {
    flex: 0 0 300px;
    height: 300px;
  }

  .fju_pop_box .view .info {
    flex: 0 0 calc(100% - 300px);
  }
}

@media only screen and (max-width: 576px) {
  .fju_pop_box .txt {
    padding: 40px 25px;
    margin: 70px 10px;
  }
}

/*------*/

/* =============================================================================
   INNER LAYOUT
   ========================================================================== */

/*---EDITOR---*/
.edit img {
  max-width: 100%;
  height: auto !important;
}

.edit iframe {
  max-width: 100%;
}

.edit .text {
  padding: 3rem;
}

.edit blockquote.s1 {
  border: none;
  background: #ff6b6b;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
}

.edit h3 {
  font: 600 1.25rem/1.2em "Noto Serif TC", serif;
  color: #b5091f;
}

/*------*/

/*---text img---*/
.pic_br20 {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.pic_center {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 20px 0;
  text-align: center;
}

.pic_center img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.pic_center figure {
  display: block;
  text-align: left;
  color: #333;
  padding: 10px;
}

.pic_center.col2 {
  overflow: auto;
}

.pic_center.col2 a {
  width: calc(50% - 20px);
  max-width: none;
  margin: 0 10px;
  float: left;
}

.pic_left {
  position: relative;
  display: block;
  float: left;
  margin: 0 40px 20px 0;
  max-width: 45%;
  width: 100%;
}

.pic_left img {
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: auto;
}

.pic_left::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.pic_right {
  position: relative;
  display: block;
  float: right;
  margin: 0 0 20px 40px;
  max-width: 45%;
  width: 100%;
}

.pic_right img {
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: auto;
}

.pic_right::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.pic_full {
  display: block;
  max-width: 100%;
  margin: 0 auto 2em;
  text-align: center;
}

.pic_full img {
  width: 100%;
  max-width: 1600px;
  height: auto;
}

.pic_full figure {
  display: block;
  text-align: left;
  color: #333;
}

.pic_2col {
  position: relative;
  display: flex;
  margin: 0 -20px;
  padding: 0 10px;
}

.pic_2col > a {
  position: relative;
  display: block;
  flex: 0 1 50%;
  margin: 10px;
}

.pic_2col > a img {
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: auto;
}

.pic_2col > a::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.pic_3col {
  position: relative;
  display: flex;
  margin: 0 -20px;
  padding: 0 10px;
}

.pic_3col > a {
  position: relative;
  display: block;
  flex: 0 1 50%;
  margin: 10px;
}

.pic_3col > a img {
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: auto;
}

.pic_3col > a::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

@media only screen and (max-width: 992px) {
  .edit .text {
    padding: 2rem;
  }
}

@media only screen and (max-width: 720px) {
  .pic_right {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
    height: 389px;
  }

  .pic_left {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
    height: 389px;
  }

  .edit .text {
    padding: 1rem;
  }
}

/*------*/

/*---pho_list---*/
.pho_list {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.pho_list .list {
  display: flex;
  flex-wrap: wrap;
}

.pho_list a {
  position: relative;
  flex: 0 0 calc(100% / 3 - 20px);
  margin: 10px;
  overflow: hidden;
  background: #333;
  border-radius: 4px;
}

.pho_list.col4 a {
  flex: 0 0 calc(100% / 4 - 20px);
}

.pho_list a figure {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 5px;
  text-align: center;
  opacity: 0;
  font-size: 0.9em;
  transition: 500ms ease-in-out;
}

.pho_list a img {
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: auto;
  transition: 500ms ease-in-out;
}

.pho_list a::before {
  content: "";
  display: block;
  position: relative;
  color: #fff;
  opacity: 0;
  z-index: 2;
  top: 0%;
  left: 0%;
  width: 100%;
  padding-bottom: 100%;
  background: #333;
  transition: 500ms ease-in-out;
}

.pho_list a::after {
  display: block;
  position: absolute;
  color: #fff;
  opacity: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 1.2em;
  font-family: "FontAwesome";
  content: "\f00e";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: 500ms ease-in-out;
  text-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.pho_list a:hover figure {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.pho_list a:hover::before {
  opacity: 0.4;
}

.pho_list a:hover::after {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .pho_list a {
    position: relative;
    flex: 0 0 calc(100% / 2 - 20px);
  }

  .pho_list.col4 a {
    position: relative;
    flex: 0 0 calc(100% / 2 - 20px);
  }
}

/*------*/

/*---blockquote---*/
blockquote {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #ccc;
}

/*------*/
/* =============================================================================
   INNER LAYOUT END
   ========================================================================== */

/*OTHER RWD*/
.desk-show {
  display: block !important;
}

.desk-ib-show {
  display: inline-block !important;
}

.mobile-show {
  display: none !important;
}

.peload {
  opacity: 0;
  transition: opacity 2000ms 3000ms ease;
}

.peload.ed {
  opacity: 1;
}

.pehide.ed {
  display: none;
}

.phone_btn {
  display: none;
}

.mobile_menu {
  display: none;
}

@media only screen and (max-width: 720px) {
  .desk-show {
    display: none !important;
  }

  .desk-ib-show {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }
}

/* 調整後樣式 */

.fju_links_box.new-live .list ul li a .txt {
  font: 500 1.25rem/1.2em "Noto Serif TC", serif;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

.fju_links_box.new-live .list ul li a:hover .txt {
  background: var(--q-color-banner-opacity);
  backdrop-filter: blur(10px);
}

@media only screen and (max-width: 992px) {
  .fju_links_box.new-live .list ul li a .txt {
    font: 500 1.125rem/1.2em "Noto Serif TC", serif;
  }
}

.toDefaultBtn {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  :hover {
    color: rgb(0, 0, 0);
  }
}
.toDefaultBtn button {
  background-color: transparent;
  border: none;
  color: #fff;
}

.loadingBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
}
.fontSizeSmall {
  font-size: 0.9rem !important;
}
.fontSizeMedium {
  font-size: 1rem !important;
}
.fontSizeLarge {
  font-size: 1.2rem !important;
}
.fontSizeBtn {
  padding: 6px;
  border: 1px #b71939 solid;
  border-radius: 4px;
  color: #b71939;
  font-weight: 900;
}
.fontSizeBtn:hover {
  color: #fff;
  background-color: #b71939;
}
.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}
.button-container {
  display: flex; /* 使用flex布局實現水平排列 */
  align-items: center; /* 垂直置中 */
  justify-content: right; /* 水平置中 */
}

.image-button {
  border: 1px solid var(--q-color-primary); /* 邊框顏色 */
  border-radius: 3px; /* 邊框圓角 */
  width: 32px; /* 按鈕寬度 */
  height: 32px; /* 按鈕高度 */
  display: flex; /* 使用flex布局 */
  justify-content: center; /* 水平置中 */
  align-items: center; /* 垂直置中 */
  margin: 3px; /* 外邊距 */
}
.image-button:hover {
  background-color: var(--q-color-primary); /* 滑鼠懸停時的背景顏色 */
  transition: filter 0.3s; /* 過渡效果 */
}
.image-button img {
  transition: filter 0.3s; /* 過渡效果 */
}
.image-button:hover img {
  filter: invert(100%); /* 滑鼠懸停時反白圖片 */
}
/* 不同大小的圖片 */
.small-img {
  width: 45%;
}
.medium-img {
  width: 75%;
}
.large-img {
  width: 100%;
}
