@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.eventCard {
  opacity: 0;
  animation: cardShow 3s ease 0.3s forwards;
}

@keyframes cardShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .logo .custom-logo-link {
  max-width: 270px;
  min-width: 0px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  body .logo .custom-logo-link {
    max-width: 200px;
  }
}
body .logo .custom-logo-link img {
  width: 100%;
  height: auto;
}
body header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid white;
  background: white;
  transition: all 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
}
body header .designhuHeader > li > a {
  white-space: nowrap;
}
body header .designhuHeader > li > a span {
  font-family: inherit;
  transition: all 0.3s ease-in-out;
}
body header .designhuHeader li.current-menu-item > a,
body header .designhuHeader li.current_page_parent > a {
  color: #23BAC1 !important;
}
body header .designhuHeader li.current-menu-item > a span,
body header .designhuHeader li.current_page_parent > a span {
  color: #23BAC1 !important;
}
body header .designhuHeader li.current-menu-item > a > .line::before,
body header .designhuHeader li.current_page_parent > a > .line::before {
  opacity: 0;
  background-image: linear-gradient(to right, #FFF, #FFF 1px, transparent 1px, transparent 3px);
  opacity: 0;
}
body header .designhuHeader li.current-menu-item > a > .line::after,
body header .designhuHeader li.current_page_parent > a > .line::after {
  left: 0;
  width: 100%;
  background-color: #23BAC1;
}
body header .designhuHeader > li.current_page_item > a,
body header .designhuHeader > li.current-menu-item > a {
  color: #23BAC1;
}
body header .designhuHeader > li.current_page_item > a span,
body header .designhuHeader > li.current-menu-item > a span {
  color: #23BAC1;
}
body header .designhuHeader > li.current_page_item > a > .line::before,
body header .designhuHeader > li.current-menu-item > a > .line::before {
  opacity: 0;
  background-image: linear-gradient(to right, #FFF, #FFF 1px, transparent 1px, transparent 3px);
  opacity: 0;
}
body header .designhuHeader > li.current_page_item > a > .line::after,
body header .designhuHeader > li.current-menu-item > a > .line::after {
  left: 0;
  width: 100%;
  background-color: #29ADB1;
}
body header .designhuHeader > li.current_page_item > a::before,
body header .designhuHeader > li.current-menu-item > a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #23BAC1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -12px;
}
body header #webNavigation {
  display: inline-block;
}
@media (max-width: 768px) {
  body header #webNavigation {
    display: none;
  }
}
body header #webNavigation .designhuHeader {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
}
body header #webNavigation .designhuHeader > li {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
}
body header #webNavigation .designhuHeader > li > a {
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
}
body header #webNavigation .designhuHeader > li > a:hover {
  color: #23BAC1;
}
body header #webNavigation .designhuHeader > li > a:hover > span > span {
  color: #23BAC1;
}
body header #webNavigation .designhuHeader li.menu-item-has-children {
  position: relative;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  background: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav > ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(34, 34, 34, 0.85);
  box-shadow: 170px 73px 52px 0 rgba(34, 34, 34, 0), 109px 47px 47px 0 rgba(34, 34, 34, 0.01), 61px 26px 40px 0 rgba(34, 34, 34, 0.03), 27px 12px 30px 0 rgba(34, 34, 34, 0.06), 7px 3px 16px 0 rgba(34, 34, 34, 0.06);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
  padding-left: 16px;
  padding-right: 16px;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav > ul > li {
  width: 100%;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
  padding: 12px 8px 8px 8px;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav > ul > li > a {
  display: inline-block;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #DEDFFB;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav > ul > li > a > span > span {
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #DEDFFB;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
}
body header #webNavigation .designhuHeader li.menu-item-has-children > nav > ul > li > a:hover > span > span {
  color: #23BAC1;
}
body header #webNavigation .designhuHeader li.menu-item-has-children.open > nav {
  grid-template-rows: 1fr;
}
body header #webNavigation .designhuHeader li.menu-item-has-children.open > nav > ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
body header #webNavigationM {
  display: flex;
  width: 50%;
  position: absolute;
  right: -100%;
  flex-direction: column;
  height: calc(100vh - 100px);
  overflow-y: auto;
  transition: all 0.5s cubic-bezier(0.16, 0.5, 0.43, 1);
  z-index: 9999;
  background-color: white;
  top: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  padding: 40px 16px 60px 16px;
}
@media (max-width: 768px) {
  body header #webNavigationM {
    width: 100%;
    height: calc(100vh - 85px);
  }
}
body header #webNavigationM .designhuHeader {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children {
  position: relative;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children > nav {
  background: white;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children > nav > ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children > nav > ul > li {
  width: 100%;
  padding: 0 16px;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children > nav > ul > li > a {
  white-space: initial;
  width: 100%;
  padding: 12px 16px;
  text-align: left;
}
body header #webNavigationM .designhuHeader li.menu-item-has-children.open > nav {
  grid-template-rows: 1fr;
}
body header #webNavigationM .designhuHeader > li {
  width: 100%;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
}
body header #webNavigationM .designhuHeader > li > a {
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding: 12px 8px 8px 8px;
  color: white;
}
body header #webNavigationM .designhuHeader > li > a > span > span {
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: white;
}
body header #webNavigationM.active-menu_m {
  right: 0;
}
body header.scrolled {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
}
body header.awake {
  transform: translateY(0);
}
@media (max-width: 1100px) {
  body header.awake {
    transform: translateY(0);
  }
}
body header.sleep {
  transform: translateY(-100%);
}

.hamberger {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  margin: 0 auto;
  gap: 18px;
}
@media (max-width: 1100px) {
  .hamberger {
    width: 76px;
    gap: 8px;
  }
}
.hamberger .bar {
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #545860;
  transition: all 0.2s ease-in-out;
}

body.home .hamberger .bar {
  background-color: #29ADB1;
}

.hamberger.active {
  transition-delay: 0.4s;
}

.hamberger.active > .bar:nth-child(2) {
  width: 0;
}

.hamberger.active > .bar:nth-child(1),
.hamberger.active > .bar:nth-child(3) {
  transition-delay: 0.2s;
}

.hamberger.active > .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamberger.active > .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/*
*連結底線
*/
a.lineBottom,
button.lineBottom {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
a.lineBottom .line,
button.lineBottom .line {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
a.lineBottom .line:before, a.lineBottom .line:after,
button.lineBottom .line:before,
button.lineBottom .line:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 6px);
  bottom: 0;
  height: 1px;
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
a.lineBottom .line::before,
button.lineBottom .line::before {
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
a.lineBottom .line::after,
button.lineBottom .line::after {
  right: 0;
  width: 0;
  background: #23BAC1;
}
a.lineBottom:hover .line::before,
button.lineBottom:hover .line::before {
  opacity: 0;
  background-image: linear-gradient(to right, #FFF, #FFF 1px, transparent 1px, transparent 3px);
  opacity: 0;
}
a.lineBottom:hover .line::after,
button.lineBottom:hover .line::after {
  left: 0;
  width: 100%;
  background-color: #23BAC1;
}/*# sourceMappingURL=main.css.map */

.kl-section__wys p,
.kl-section__wys span,
.kl-section__wys strong{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft JhengHei";
    font-size: 18px;
    font-style: normal;
    line-height: 36px; 
}
@media(max-width: 480px){
  .kl-section__wys p,
  .kl-section__wys span,
  .kl-section__wys strong{
    font-size: 18px !important;
  }
}
.kl-section__wys p {
  font-weight: 100;
  margin-bottom: 13px;
}

.kl-section__wys.interface p {
  color: #1A1A1A;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;

  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.kl-section__wys.interface strong {
  color: #1A1A1A;
  font-weight: 700;
}
@media(max-width: 480px){
  .kl-section__wys.interface p {
    text-align: start;
  }
}

/* 讓圖片區當作定位容器 */
.kl-ks__image,
.kl-tc__image {
  position: relative;
}

/* ===== Pagination：圓點置中在底部 ===== */
.ksSwiper-pagination,
.tcSwiper-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 60px !important;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;

  width: auto;
  z-index: 10;
}

/* 每一顆圓點的樣式 */
.ksSwiper-pagination .swiper-pagination-bullet,
.tcSwiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1; /* 不要半透明 */
  transition: all 0.25s ease;
}

/* 被選中的圓點（你可以調成你截圖裡的樣子） */
.ksSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tcSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/* ===== Navigation：左右箭頭用自己的 SVG ===== */

.ksSwiper-nav .swiper-button-prev,
.ksSwiper-nav .swiper-button-next,
.tcSwiper-nav .swiper-button-prev,
.tcSwiper-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;

  z-index: 11;
}

/* 左箭頭位置 + SVG（把 URL 換成你的檔案路徑） */
.ksSwiper-nav .swiper-button-prev,
.tcSwiper-nav .swiper-button-prev {
  left: 24px;
  background-image: url("/wp-content/uploads/swiper左箭頭.svg");
}

/* 右箭頭位置 + SVG */
.ksSwiper-nav .swiper-button-next,
.tcSwiper-nav .swiper-button-next {
  right: 24px;
  background-image: url("/wp-content/uploads/swiper右箭頭.svg");
}

/* 把 Swiper 預設的箭頭字元隱藏掉 */
.ksSwiper-nav .swiper-button-prev::after,
.ksSwiper-nav .swiper-button-next::after,
.tcSwiper-nav .swiper-button-prev::after,
.tcSwiper-nav .swiper-button-next::after {
  content: "";
}

.kl-section__title.imagine p,
.kl-section__title.imagine span {
  color: #1A1A1A;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Microsoft JhengHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 1px;

  max-width: 750px;
  margin: 0 auto 40px auto;
}
@media(max-width: 480px){
  .kl-section__title.imagine p,
  .kl-section__title.imagine span {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.kl-section__wys.imagine {
  margin-bottom: 40px !important;
}
.kl-section__wys.imagine p,
.kl-section__wys.imagine strong {
  color: #1A1A1A;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-style: normal;
  line-height: 36px; 

  max-width: 750px;
  margin: 0 auto;
} 
.kl-section__wys.imagine p{
  font-weight: 400;
}
.kl-section__wys.imagine strong {  
  font-weight: 700;
}
@media(max-width: 480px){
  .kl-section__wys.imagine p,
  .kl-section__wys.imagine strong { 
    margin-bottom: 24px;
  }
}


.kl-use-panel {
  display: none;
}
.kl-use-panel.is-active {
  display: block;
}
.kl-use-desc-item {
  display: none;
}
.kl-use-desc-item.is-active {
  display: block;
}
.kl-use-tab.is-active .pc-arrow{
  display: block;
}
@media(max-width: 480px){
  .kl-use-tab.is-active .pc-arrow {
    display: none;
  }
  .kl-use-tab.is-active .mb-arrow {
    display: block;
  }
}
.kl-use-tab.is-active {
  background-color: #17A1FF;
}
.kl-use-tab.is-active span{
  color: #fff;
}
.kl-use-tab.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;           /* 控制跑出去的距離，可微調 */
  transform: translateY(-50%);
  width: 13px;
  height: 11px;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'><path d='M0.320068 0.384277L6.32007 5.38428L0.320068 10.3843' stroke='white'/><path d='M5.32007 0.384277L11.3201 5.38428L5.32007 10.3843' stroke='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.kl-section__wys.soul,
.kl-section__wys.soul p,
.kl-section__wys.soul strong {
  color: #1A1A1A;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-style: normal;
  line-height: 36px; 

  max-width: 750px;
  margin: 0 auto 40px auto;
} 
.kl-section__wys.soul p{
  font-weight: 400;
}
.kl-section__wys.soul strong {  
  font-weight: 700;
}
@media(max-width: 480px){
.kl-section__wys.soul,
.kl-section__wys.soul p,
.kl-section__wys.soul strong {
    text-align: start;
  }
}

.kl-vote__bottom-desc p{
  color: #1A1A1A;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; 
}

.kl-use__bottom-desc p {
  color: #1A1A1A;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; 
}
@media(max-width: 480px){
  .kl-use__bottom-desc p {
    text-align: start;
  }
}

.kl-underline {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.kl-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;          /* 視字體微調，避免貼到文字 */
  width: 100%;
  height: 4px;           /* 原本的 border-bottom: 4px */
  background-color: #ff6600;
  pointer-events: none;  /* 純裝飾，避免影響互動 */
}


.kl-section__wys ul {
  list-style: disc;
}

.kl-read-card:hover .kl-read-card__title{
  text-decoration: underline;
}

.kl-vote-card__btn:hover,
.kl-vote__bottom-btn:hover {
  background-color: rgba(23, 161, 255, 0.6);
}

/* 初始：看不到、往下 16px */
.js-fade-item {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
  will-change: opacity, transform;
}

/* 顯示：透明度 1、位移回到 0 */
.js-fade-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.eagle-fly-in-left {
  animation: eagleLeftIn 1.6s ease-out forwards;
}

.eagle-fly-in-right {
  animation: eagleRightIn 1.6s ease-out forwards;
}

@keyframes eagleLeftIn {
  0%   { opacity: 0; transform: translateX(-150px) translateY(20px) scale(0.95); }
  60%  { opacity: 1; transform: translateX(10px) translateY(-8px)  scale(1); }
  100% { opacity: 1; transform: translateX(0)    translateY(0)     scale(1); }
}

@keyframes eagleRightIn {
  0%   { opacity: 0; transform: translateX(150px) translateY(-10px) scale(0.95); }
  60%  { opacity: 1; transform: translateX(-10px) translateY(5px)   scale(1); }
  100% { opacity: 1; transform: translateX(0)     translateY(0)     scale(1); }
}


/* 初始狀態：先稍微往上、透明一點 */
.svg-arrow__item {
  opacity: 0;
  transform: translateY(-8px);
  transform-origin: center;
  will-change: transform, opacity;
}

/* 開始跳動時會加上的 class（JS 會幫你加） */
.svg-arrow__item.is-bouncing {
  animation-name: arrowDownLoop;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* 依序延遲：第二支慢一點開始 */
.svg-arrow__item:nth-of-type(2).is-bouncing {
  animation-delay: 0.2s;
}

/* 往下跳動的路徑 */
@keyframes arrowDownLoop {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);   /* 往下 */
  }
  60% {
    transform: translateY(0);     /* 回來 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 這是關鍵：右邊強制跟著父層一樣高 */
.kl-ks__inner,
.kl-tc__inner {
  align-items: stretch !important;
}

/* 右邊的容器高度跟父層一樣 */
.kl-ks__image,
.kl-tc__image {
  display: flex;
  flex-direction: column;
  height: auto;       /* auto → 才能被 stretch 拉滿 */
  flex: 1 1 50%;
}

/* Swiper 本體吃滿右欄高度 */
.kl-ks__image .ksSwiper,
.kl-tc__image .tcSwiper {
  flex: 1;            /* 👈 這行最重要，強制撐滿剩餘高度 */
  min-height: 0;      /* 避免 overflow 破版 */
}

/* Swiper 內部也一起撐滿 */
.kl-ks__image .swiper-wrapper,
.kl-ks__image .swiper-slide,
.kl-tc__image .swiper-wrapper,
.kl-tc__image .swiper-slide {
  height: 100% !important;
}

/* 圖片永遠填滿高度 */
.kl-ks__image img,
.kl-tc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kl-represent__image {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.kl-represent__image.is-visible {
  opacity: 1;
}


.fade-seq {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-seq.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* Interface 區塊圖片：初始在上方 + 透明 */
.interface-img {
  opacity: 0;
  transform: translateY(-60px); /* 從螢幕上方掉下來的感覺，可依喜好調整距離 */
  transition: opacity 0.8s ease, transform 0.8s ease;
}
/* 進場後：回到原位 + 顯示 */
.interface-img.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kl-read-card__image,
.kl-read-card__image img{
  height: 312px;
}
@media(min-width: 1441px){
  .kl-read-card__image,
  .kl-read-card__image img{
    height: auto;
    aspect-ratio: 555/312;
  }
}
@media(max-width: 480px){
  .kl-read-card__image,
  .kl-read-card__image img{
    height: 158px;
  }


  .kl-ks__image,
  .kl-ks__image img,
  .kl-tc__image,
  .kl-tc__image img {
    height: 399px;
  }
}
.kl-ks__content{
  padding-top:96px;
  padding-bottom:96px;
}
.kl-ks__inner,
.kl-tc__inner{
  height: 880px;
}
@media(min-width: 1441px){
  .kl-section.kl-wys {
    padding-top: 288px;
  }
}

.kl-section__title-mb.soul{
  display: none;
}
  .kl-section__title-mb.vote{
  display: none;
}
@media(max-width: 480px){
  .kl-ks__inner,
  .kl-tc__inner {
    height: auto !important;
  }
  .use-title h2 {
    font-size: 19px !important;
  }
  .kl-section__title-mb.soul{
    display: block;
  }
  .kl-section__title.soul{
    display: none;
  }
  .kl-section__title-pc.vote{
    display: none;
  }
  .kl-section__title-mb.vote{
    display: block;
    color: #1A1A1A;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft JhengHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 1px;
  }
  section.kl-vote .kl-section__inner.vote{
    gap: 24px !important;
    padding: 0 20px !important;
  }
  .left-blur-circle.soul,
  .right-blur-circle.soul {
    opacity: 0.6 !important;
    z-index: -1 !important;
  }
  .right-blur-circle.soul {
    top: 835px !important;
  }
  .kl-vote__bottom{
    flex-direction: column;
    margin-top: 40px !important;
    margin-left: 27.5px !important;
    margin-right: 27.5px !important;
    padding: 20px !important;
  }
  .kl-vote__bottom-title{
    font-size: 24px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  .kl-vote__bottom-desc p{
    text-align: center !important;
  }
  .kl-vote__bottom-desc p:first-child{
    margin-bottom: 20px;
  }
  .kl-vote__bottom-desc p:last-child{
    margin-top: 20px;
  }
  .kl-disclaimer-read {
    margin-top: 40px !important;
  }
  .kl-disclaimer-read .kl-disclaimer {
    max-width: 100% !important;
    padding: 20px !important;
    border-radius: 0px !important;
  }
  .kl-disclaimer-read .kl-disclaimer ul{
    padding-left: 20px !important;
  }
  .kl-disclaimer-read .kl-disclaimer ul li{
    font-size: 18px !important;
    line-height: 36px !important; 
  }
  .kl-read{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .kl-vote__bottom-desc.mb .date {
    padding: 8px;
    border-radius: 10px;
    background: rgba(23,161,255,0.2);
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
@media(max-width: 768px){
  .kl-read__cards {
    flex-direction: column;
  }
    .site-footer {
    padding: 40px 20px !important;
  }
  .footer-logo {
    margin-bottom: 20px !important;
  }
  .site-footer .site-info {
    flex-direction: column !important;
    gap: 30px !important;
  }
  .site-footer .site-info div{
    width: 100% !important;
    min-height: auto !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
  }
  .footer-socials {
    margin-bottom: 20px !important;
  }
}
@media(max-width: 900px){
  .footer-copy{
    white-space: normal !important;
  }
  .kl-vote__bottom{
    flex-direction: column;
    margin-top: 40px !important;
    margin-left: 27.5px !important;
    margin-right: 27.5px !important;
    padding: 20px !important;
  }
  .kl-vote__bottom-title{
    font-size: 24px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  .kl-vote__bottom-desc p{
    text-align: center !important;
  }
  .kl-vote__bottom-desc p:first-child{
    margin-bottom: 20px;
  }
  .kl-vote__bottom-desc p:last-child{
    margin-top: 20px;
  }
  .kl-vote__cards{
    flex-direction: column;
    gap: 24px !important;
    padding: 0 7.5px !important;
  }
  .kl-vote__bottom-desc.mb p:first-child,
  .kl-vote__bottom-desc.mb p:last-child{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}
.kl-disclaimer-read .kl-disclaimer ul li{
  color: #1A1A1A;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Microsoft JhengHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
  letter-spacing: 1px;
}

@media(max-width: 365px){
  .kl-wys__slogan-mb{
    font-size: 16px;
  }
  .kl-opinion-soul .kl-section__title-mb span{
    font-size: 22px;
  }
}

/* Banner 容器：高度上限 360px */
.kl-banner__bg{
  position: relative;
  height: 360px;       
  max-height: 360px;
  overflow: hidden;   
}

/* 圖片比容器高，才能上下移 */
.kl-banner__bg img{
  position: absolute;
  inset: 0;
  width: 180%;
  height: 130%;        /* 大於 360px 高 */
  object-fit: cover;
  will-change: transform;
  transform: translateY(0);
}
@media(max-width: 480px){
.kl-banner__bg{
  position: relative;
  height: 89px;       
  max-height: 89px;
  overflow: hidden;   
}
.kl-banner__bg img{
  width: 180%;
  height: 130%;      
  object-fit: cover;
  will-change: transform;
  transform: translateY(0);
}
}


* {
  /* 允許在任何字元處斷行（包含標點） */
  line-break: anywhere;

  /* 讓中文斷行更自由（搭配上面效果更明顯） */
  word-break: break-word;

}

.jsVoteCard {
  will-change: transform, opacity;
}


