@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
b {
  font-weight: bold !important;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
}
a img {
  outline: none;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}
body {
  background-color: #000c26;
  font-family: "Noto Serif TC", serif;
}

:root {
  --h2-size: 46px;
  --h3-size: 28px, 3vw, 40px;
  --h4-size: 30px;
  --gold: #c49f4a;
  --deep-blue: #011330;
  --black: #1a1a1a;
  --white: #ffffff;
  --primary-txt: 20px;
  --secondary-txt: 18px;
  --deep: #011330;
  --txt: #1a1a1a;
  --line: #cfcfcf;
  --bg: #ffffff;
}

/**全域**/
.goTop {
  position: fixed;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: none;
  bottom: 100px;
  right: 20px;
}
.goTop:hover {
  opacity: 0.8;
}
.goTop img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .goTop {
    position: fixed;
    z-index: 100;
    width: 40px;
    height: 40px;
    display: none;
    bottom: 100px;
    right: 10px;
  }
}

#WRAPPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

/**header**/
header {
  display: block;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  box-sizing: border-box;
  padding: 15px 50px;
  background: #ffffff;
}

.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 30px;
  right: 20px;
  z-index: 4;
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span {
  background: #000c26;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2) {
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span {
  background: #000c26;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#logo {
  float: right;
  width: 85px;
}

nav {
  position: relative;
  float: left;
  z-index: 2;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
  text-align: center;
}

nav div,
nav a {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  padding: 20px 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

nav div span,
nav a span {
  position: relative;
  font-size: 18px;
  color: #000c26;
  font-weight: 500;
  z-index: 1;
  line-height: 1;
}

nav div::after,
nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/arrow_link.svg") no-repeat center / contain;
  position: relative;
  z-index: 1;
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
  opacity: 0.9;
}

nav div:hover span,
nav a:hover span {
  color: #c49f4a;
  transition: ease-in-out 0.3s;
}

nav div:hover::after,
nav a:hover::after {
  transform: translateX(2px);
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(588%)
    hue-rotate(357deg) brightness(89%) contrast(89%);
}

@media screen and (max-width: 680px) {
  header {
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    box-sizing: border-box;
    padding: 10px 30px;
    background: #ffffff;
  }

  #logo {
    float: left;
    width: 60px;
  }

  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 20px;
    right: 0px;
    z-index: 12;
  }

  nav {
    position: fixed;
    float: unset;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0%;
    z-index: 3;
    box-sizing: border-box;
    padding: 40px;
    transition: ease-in-out 0.3s;
    text-align: center;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
  }

  nav.reveal {
    top: 0%;
  }
}

/**kv主視覺**/
#KV {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  height: calc(100vh - 90px);
  margin-top: 90px;
}

#kvSlider,
#kvSlider li {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 90px);
}

#kvSlider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#KV .lSPager.lSpg {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 1;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #8b8b8b;
  border-radius: 0px;
  display: inline-block;
  height: 5px;
  overflow: hidden;
  text-indent: -999em;
  width: 50px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #fcdd40;
}
@media screen and (max-width: 680px) {
  #KV {
    height: calc(100vh - 62px);
    margin-top: 62px;
  }
}

/**section**/

section {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 100px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

section.full {
  padding-left: 0px;
  padding-right: 0px;
}

.mid_content {
  display: inline-block;
  width: 1100px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}

#sec1 {
  background: url("../images/see_bg.png") center center / cover no-repeat;
}

#sec2 {
  background-color: #ffffff;
  padding-bottom: 0px !important;
}

#sec3 {
  background: #ffffff;
}

/* RWD */
@media (max-width: 1200px) {
  section.full .mid_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.sec_title_wrap {
  width: 100%;
  text-align: left;
}

.sec-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 14px;
  padding-bottom: 5px;
  font-size: var(--h2-size);
  font-weight: 700;
  line-height: 1.2;
  color: var(--deep-blue);
  letter-spacing: 0.02em;
  z-index: 0;
}

.sec-title.black {
  color: var(--black);
}

/* 左側黑點 */
.sec-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--deep-blue);
}

/* 底部金色標記線 */
.sec-title::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 0;
  bottom: 0px;
  height: 4px;
  background: var(--gold);
  z-index: -1;
}

.sec-title-p {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(18px, 1.05vw, 20px);
  line-height: 1.2;
  color: var(--black);
  letter-spacing: 0.02em;
  z-index: 0;
}

/**看見台經**/

.see_video {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(560px, 600px);
  align-items: center;
  gap: clamp(28px, 6vw, 100px);
  margin-top: 50px;
}

/* 左側文案 */
.see_video .intro {
  width: 100%;
  text-align: left;
}

.see_video .intro h3 {
  margin: 0 0 18px;
  font-size: clamp(var(--h3-size));
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--deep-blue);
  font-weight: 600;
}

.see_video .intro p {
  margin: 0;
  font-size: clamp(18px, 1.05vw, 18px);
  line-height: 1.9;
  color: var(--deep-blue);
  width: 100%;
}

/* 右側影片區 */
.see_video .video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

/* 影片裁切填滿 */
.see_video .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 中央播放鈕 */
.see_video .video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(56px, 7vw, 74px);
  height: clamp(56px, 7vw, 74px);
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.see_video .video .play-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.see_video .video .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

/* 播放後隱藏按鈕（JS 會加 class） */
.see_video .video.is-playing .play-btn {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .see_video {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .see_video .intro {
    max-width: none;
  }

  .see_video .intro p {
    max-width: none;
  }
}

/* 區塊背景可改你的背景圖 */
#history {
  width: 100%;
  margin-top: 50px;
}

.history-wrap {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 460px 1fr;
  align-items: center;
  gap: clamp(30px, 5vw, 100px);
}

/* 左側 */
.timeline-circle {
  --ring-w: 1.5px;
  position: relative;
  width: 460px;
  height: 460px;
}

.outer-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 217.5deg,
    transparent 0deg 100deg,
    var(--gold) 100deg 360deg
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--ring-w)),
    #000 calc(100% - var(--ring-w))
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--ring-w)),
    #000 calc(100% - var(--ring-w))
  );
  z-index: 10;
}
/* 中央圖 */
.inner-photo {
  position: absolute;
  inset: 33px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}

.inner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

/* 圓圖上的字 */
.photo-overlay {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  padding: 18px 60px 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.overlay-sub {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.35;
}

.overlay-years {
  margin: 0;
  font-size: 46px;
  line-height: 1;
}

/* 年份點 */
.year-dots {
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
}

.year-dot {
  position: absolute;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto; /* 只有點可點 */
  z-index: 31;
}

/* 圓點本體（先放大一點確認可見） */
.year-dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px #fff; /* 背景亮時更清楚 */
}

/* 年份文字 */
.year-dot span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(
    calc(-50% + var(--tx, 0px)),
    calc(-50% + var(--ty, 0px))
  );
  font-size: 13px;
  line-height: 1;
  color: var(--gold);
  white-space: nowrap;
}
.year-dot.active::before {
  transform: scale(1.35);
}

/* 右側文案 */
.history-right {
  text-align: left;
}
.history-right .range {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: 0.08em;
}

.history-right .title {
  margin: 0 0 16px;
  font-size: clamp(var(--h3-size));
  line-height: 1.2;
  color: var(--black);
  font-weight: 500;
}

.history-right .desc {
  margin: 0;
  max-width: 720px;
  font-size: clamp(18px, 1vw, 18px);
  line-height: 1.95;
}

.photo-stack {
  position: absolute;
  inset: 0;
}

.photo-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0;
  transform: scale(1.2);
  transition:
    opacity 0.65s ease,
    transform 1.4s ease;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.photo-layer.is-active {
  opacity: 1;
  transform: scale(1);
}
/* 可選：切換中，右側文字也帶一點進場 */
.history-right.is-switching .range,
.history-right.is-switching .title,
.history-right.is-switching .desc {
  animation: textIn 0.45s ease both;
}

@keyframes textIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RWD */
@media (max-width: 1024px) {
  .history-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .timeline-circle {
    width: 300px;
    height: 300px;
  }

  .inner-photo {
    inset: 22px;
  }

  .photo-overlay {
    padding: 18px 20px 60px;
  }

  .overlay-years {
    font-size: 34px;
  }

  .history-right .range {
    font-size: 24px;
  }
}

/*前瞻未來*/

.fourm-wrap {
  width: 100%;
  background: url("../images/forward_bg.png") center center / cover no-repeat;
}

/* 上方選單 */
.forum-tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  justify-content: center;

  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 26px auto;
  position: relative;
  z-index: 999;

  width: fit-content;
  max-width: 100%;
  display: none;
}

.forum-tab {
  position: relative;
  padding: 18px 18px 16px;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  min-height: 78px;
  font-family: "Noto Serif TC", serif;
}

.forum-tab:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: var(--line);
}

.forum-tab .tab-title {
  display: block;
  font-weight: 700;
  color: var(--black);
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.forum-tab .tab-date {
  display: block;
  font-size: 20px;
  color: #222;
}

.forum-tab .tab-icon {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 18px;
  height: 18px;
  opacity: 0.9;
}

/* active 狀態 */
.forum-tab.is-active .tab-title {
  color: var(--deep);
}
.forum-tab.is-active {
  background: rgba(196, 159, 74, 0.08);
}

/* 主內容 */
.forum-main {
  display: grid;
  width: 100%;
  grid-template-columns: 50% 50%;
  gap: 0px;
  align-items: center;
  margin-top: 50px;
}

/* 左側文案 */
.forum-left {
  padding: 10px 50px 10px 15vw;
  text-align: left;
}

.forum-title {
  margin: 0 0 14px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  color: var(--black);
  font-size: clamp(36px, 3.2vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.forum-desc {
  margin: 0 0 16px;
  color: var(--black);
  line-height: 1.4;
  font-size: 20px;
}

.forum-meta {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-direction: column;
}
.forum-date {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--black);
  letter-spacing: 0.02em;
}
.forum-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border: 1px solid #333;
  color: var(--black);
  text-decoration: none;
  font-weight: 700;
  background: #fff;
}
.forum-cta:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* 右側講者輪播 */
.forum-right {
  position: relative;
}

.speaker-wrap {
  position: relative;
  padding: 0 0px 0px 36px; /* 左右留給箭頭 */
}

.speaker-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 34px;
  color: #000;
  cursor: pointer;
  z-index: 5;
}
.speaker-nav.prev {
  left: 0;
}
.speaker-nav.next {
  right: 0;
}

/* lightSlider ul */
.speaker-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 每張卡 */
.speaker-card {
  display: block;
  text-decoration: none;
  color: #000;
}

.speaker-photo {
  position: relative;
  height: 340px;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #e6cf86, #c9a34f);
}

.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.speaker-info {
  padding: 12px 4px 0;
  text-align: left;
}
.speaker-name {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 24px;
}
.speaker-title {
  margin: 0;
  color: var(--black);
  font-size: 18px;
  line-height: 1.6;
}

.forum-left,
.forum-right {
  min-width: 0;
}

/* RWD */
@media (max-width: 1024px) {
  .forum-tabs {
    /* 變成「會換行的 grid」 */
    width: 100%;
    max-width: 100%;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    padding: 0;

    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 兩個一排 */
    justify-content: stretch; /* 撐滿 */
  }

  .forum-tab::after {
    display: none;
  }

  .forum-tab:nth-child(odd)::after {
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 1px;
    height: calc(100% - 32px);
    background: var(--line);
  }
  .forum-tab:not(:last-child)::after {
    display: none;
  }

  .forum-tab .tab-title {
    font-size: 16px;
  }
  .forum-tab .tab-date {
    font-size: 16px;
  }

  .forum-main {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .speaker-wrap {
    padding: 0 28px;
  }
}

@media (max-width: 768px) {
  /* .forum-tabs {
    grid-template-columns: 1fr;
  }
  .forum-tab:nth-child(odd)::after {
    display: none;
  } */
  .forum-left {
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
  .forum-right {
    position: relative;
    margin-top: 20px;
  }

  .speaker-wrap {
    position: relative;
    padding: 0 36px 0px 36px; /* 左右留給箭頭 */
  }
}

.fourm_block {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.fourm_block.yellow {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(94.4deg, #fff1a7 0.29%, #ffe87a 100%);
}

.fourm_block_tilte {
  font-size: var(--h4-size);
  color: var(--black);
  width: 100%;
  font-weight: 700;
  text-align: left;
}

.event-slider-wrap {
  width: 100%;
  margin-top: 50px;
  position: relative;
  box-sizing: border-box;
}

/* 左右箭頭 */
.evt-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evt-prev {
  left: 0;
}
.evt-next {
  right: 0;
}
.evt-nav img {
  width: 18px;
  height: 18px;
}

/* 卡片 */
.evt-card {
  background: #fff;
}

.evt-img {
  display: block;
  height: 260px;
  overflow: hidden;
}
.evt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.evt-body {
  text-align: left;
  padding: 14px 16px 16px;
}
.evt-title {
  margin: 0 0 8px;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--txt);
}
.evt-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #222;
  min-height: 52px; /* 讓三張高度一致（可調） */
}

.evt-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.evt-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border: 1px solid #333;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  font-size: 14px;
}
.evt-btn img {
  width: 14px;
  height: 14px;
}

.evt-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.evt-btn:hover img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(28%) saturate(743%)
    hue-rotate(6deg) brightness(92%) contrast(91%);
}

/* pager dots（像你截圖） */
.event-slider-sec .lSPager.lSpg {
  margin-top: 14px !important;
}
.event-slider-sec .lSPager.lSpg > li a {
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: #999;
  opacity: 0.5;
}
.event-slider-sec .lSPager.lSpg > li.active a {
  background: var(--gold);
  opacity: 1;
}

/* RWD */
@media (max-width: 1024px) {
  .evt-img {
    height: 220px;
  }
}
@media (max-width: 640px) {
  .evt-img {
    height: 200px;
  }
  .evt-nav {
    width: 34px;
    height: 34px;
  }
}

.youngview-slider-wrap {
  width: 92%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  padding: 0 52px;
  box-sizing: border-box;
}

/* 左右箭頭 */
.young-evt-nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.young-evt-prev {
  left: 0;
}
.young-evt-next {
  right: 0;
}
.young-evt-nav img {
  width: 18px;
  height: 18px;
}

/* 卡片 */
.young-evt-card {
  background: #fff;
  position: relative;
}

.young-evt-img {
  display: block;
  height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.young-evt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.young-evt-body {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding: 14px 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 28.37%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.young-evt-info {
  text-align: left;
  padding-right: 30px;
}
.young-evt-title {
  margin: 0 0 8px;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
}
.young-evt-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--white);
  min-height: 52px;
}

.young-evt-actions {
  display: flex;
  justify-content: flex-end;
}
.young-evt-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  padding: 6px 12px;
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  font-size: 14px;
}
.young-evt-btn img {
  width: 14px;
  height: 14px;
}

.young-evt-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.young-evt-btn:hover img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(28%) saturate(743%)
    hue-rotate(6deg) brightness(92%) contrast(91%);
}

/* pager dots（像你截圖） */
.youngview-slider-wrap .lSPager.lSpg {
  margin-top: 14px !important;
}
.young-event-slider-sec .lSPager.lSpg > li a {
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: #999;
  opacity: 0.5;
}
.young-event-slider-sec .lSPager.lSpg > li.active a {
  background: var(--gold);
  opacity: 1;
}

/* RWD */

@media (max-width: 640px) {
  .youngview-slider-wrap {
    width: 100%;
    padding: 0 0px;
  }
  .young-evt-prev {
    left: 0px;
  }
  .young-evt-next {
    right: 0px;
  }
  .young-evt-nav {
    width: 34px;
    height: 34px;
  }
}

/*台經DNA*/

.dna-section {
  position: relative;
  overflow: hidden;
}

.dna-section::before,
.dna-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 420px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 1;
}

.dna-section::before {
  left: 0;
  background-image: url("../images/dna_bg_left.png");
  background-position: left center;
}

.dna-section::after {
  right: 0;
  background-image: url("../images/dna_bg_right.png");
  background-position: right center;
}

/* 外框 */
.dna-people__wrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #fff;
  margin-top: 50px;
}

/* 左圖 */
.dna-people__media {
  margin: 0;
  overflow: hidden;
  background: #eee;
}
.dna-people__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 右文案 */
.dna-people__content {
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-align: left;
}

.dna-people__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: clamp(26px, 2vw, 40px);
  color: var(--black);
}
.dna-people__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.dna-people__desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.9;
  color: #222;
}

/* CTA（黑底白字） */
.dna-people__cta {
  align-self: flex-start;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.dna-people__cta:hover {
  background: var(--gold);
}

.active-review-wrap {
  width: 100%;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  position: relative;
  box-sizing: border-box;
}

.dna_block {
  width: 100%;
  padding: 100px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.dna_block_title {
  font-size: var(--h4-size);
  color: var(--black);
  width: 100%;
  font-weight: 700;
  text-align: left;
}

/* 卡片 */
.active-review-card {
  position: relative;
}

.active-review-img {
  display: block;
  height: 480px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.active-review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.active-review-body {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding: 14px 50px 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 28.37%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.active-review-info {
  text-align: left;
  padding-right: 30px;
}
.active-review-title {
  margin: 0 0 8px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
}
.active-review-actions {
  display: flex;
  justify-content: flex-end;
}
.active-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  padding: 6px 12px;
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  font-size: 14px;
}
.active-review-btn img {
  width: 14px;
  height: 14px;
}

.active-review-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.active-review-btn:hover img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(28%) saturate(743%)
    hue-rotate(6deg) brightness(92%) contrast(91%);
}

/* RWD */

@media (max-width: 640px) {
  .active-review-wrap {
    grid-template-columns: 1fr;
  }

  .active-review-body {
    padding: 14px 20px 16px;
  }
}

/* RWD：手機改一欄，上圖下文 */
@media (max-width: 900px) {
  .dna-people__wrap {
    grid-template-columns: 1fr;
  }
  .dna-people__content {
    padding: 50px 20px;
  }
  .dna-people__media img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .dna-people__desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .dna-section::before,
  .dna-section::after {
    width: 240px;
    opacity: 0.6;
  }
}

/* 三欄 */
.dna-gifts__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}

/* 卡片 */
.gift-card {
  border: 1px solid var(--line);
  padding: 14px 18px 16px;
  background: #fff;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* 上方 icon + 標題 */
.gift-card__top {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -30px;
  margin-bottom: 30px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: 20px;
  background-color: #ffffff;
}

.gift-card__icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* 中間圖片區 */
.gift-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  margin-bottom: 10px;
}

.gift-card__media img {
  max-width: 80%;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

/* 文字 */
.gift-card__title {
  margin: 10px 0 6px;
  font-family: "Noto Serif TC", serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--black);
  text-align: left;
}

.gift-card__desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: var(--black);
  text-align: left;
}

.gift-card__desc.small {
  line-height: 1.75;
}

/* RWD */
@media (max-width: 900px) {
  .dna-gifts__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  /* 平板兩欄 */
  @media (min-width: 901px) and (max-width: 1100px) {
    .dna-gifts__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .gift-card:not(:first-child) {
      border-left: 1px solid var(--line);
    }
  }
}

/* footer */
.site-footer {
  padding: 50px 20px;
  box-sizing: border-box;
  background: linear-gradient(
    91.32deg,
    #000e29 -0.91%,
    #0c2f53 49.55%,
    #2d2f3c 74.77%,
    #6a5541 100%
  );
}

.site-footer__inner {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 10px 18px;
}

/* 左 logo */
.site-footer__brand img {
  width: 120px;
  height: auto;
  display: block;
}

/* 右上連結 */
.site-footer__nav {
  justify-self: end;
  display: flex;
  gap: 26px;
  align-items: center;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 6px 2px;
}

.footer-link__ic {
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0.95;
}

.footer-link:hover {
  opacity: 0.8;
}

/* 下方中間版權 */
.site-footer__copy {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 10px;
  box-sizing: border-box;
}

/* RWD */
@media (max-width: 640px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }
  .site-footer__nav {
    justify-self: center;
    margin-top: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px 18px;
  }
}
