﻿/* ---reset.css--- */
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,
caption,
tfoot,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

body {
  line-height: 1;
  font-size: 16px;
  font-family:
    "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Source Sans Pro",
    sans-serif;
  color: var(--color-text-main);
  display: relative;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

table {
  border-collapse: collapse;
}

:root {
  /* --- 品牌主色系 --- */
  --color-primary: #f26119;
  --color-primary-hover: #d43912;

  /* --- 文字與重要區塊色 --- */
  --color-dark: #3e3a39;
  --color-text-main: #2e2a2e;
  --color-text-gray: #707070;
  --color-text-gray: #707070;

  /* --- 常用背景色 --- */
  --bg-light-blue: #d4f6ff;
  --bg-light-gray: #f7f8f8;
  --bg-light-orange: #fff6eb;
  --bg-light-gary: #505050;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --warm-white: #fffbf7;
  --text-mid: #5c3d1e;
  --text-light: #a16207;
  --shadow-warm: rgba(234, 88, 12, 0.15);
}

.font-white {
  color: #ffffff;
}

/* --選單------------------------------------- */

.header {
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0px 1px 2px #cccccc;
  box-shadow: 0px 1px 2px #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-area {
  width: 100%;
  height: 80px;
  margin: 0px;
  position: relative;
}

nav {
  width: 100%;
  height: 80px;
  position: relative;
  color: #ecedee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav .logo {
  display: inline-block;
  width: 260px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-left: 20px;
}

nav .logo img,
nav .logo picture {
  display: block;
  width: 100%;
}

nav .logo img img,
nav .logo picture img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 840px) {
  nav .logo {
    width: 120px;
    margin-left: 10px;
  }
}

#main-menu {
  position: relative;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

#main-menu .toggle {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  right: 20px;
}

#main-menu .toggle div {
  width: 30px;
  height: 3px;
  background: #9e9e9e;
  margin: 6px 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: block;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #main-menu .toggle {
    display: inline-block;
  }
}

#main-menu #drop {
  display: none;
}

#main-menu #drop ~ ul {
  position: relative;
  list-style: none;
  text-align: right;
  letter-spacing: 0;
  font-size: 0;
  margin: 0;
  top: 0;
  right: 0;
  z-index: 999;
}

#main-menu #drop ~ ul li {
  display: inline-block;
  margin: 0;
  padding: 3px 0px 0px;
  position: relative;
}

#main-menu #drop ~ ul li a,
#main-menu #drop ~ ul li span {
  font-size: 20px;
  cursor: pointer;
  display: block;
  text-align: left;
  background: #ffffff;
  color: #3c3c3c;
  padding: 0px 30px 0px 0px;
}

#main-menu #drop ~ ul li a:hover {
  color: var(--color-primary);
}

#main-menu #drop ~ ul li span:hover {
  color: var(--color-primary);
}

#main-menu #drop ~ ul li a.act,
#main-menu #drop ~ ul li span.act {
  color: #005598;
}

#main-menu #drop ~ ul li .subNav {
  position: absolute;
  width: 140%;
  left: 0px;
  top: 51px;
  background-color: #ffffff;
  list-style: none;
  display: none;
  z-index: 999;
  -webkit-transform: translateY("100%");
  transform: translateY("100%");
  padding: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #cccccc;
  border-top: none;
}

#main-menu #drop ~ ul li .subNav li {
  display: block;
  text-align: left;
  padding: 12px 10px;
}

#main-menu #drop ~ ul li .subNav li a:hover {
  color: var(--color-primary);
}

#main-menu #drop ~ ul:active {
  display: block;
}

@media screen and (max-width: 1199px) {
  #main-menu #drop ~ ul {
    min-width: 120px;
    position: absolute;
    top: 80px;
    right: -200px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #main-menu #drop ~ ul li {
    display: block;
  }
  #main-menu #drop ~ ul li a,
  #main-menu #drop ~ ul li span {
    font-size: 16px;
    text-align: left;
    color: #3c3c3c;
    padding: 20px 5px;
    border-top: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  #main-menu #drop ~ ul li a.act,
  #main-menu #drop ~ ul li span.act {
    color: #005598;
  }
  #main-menu #drop ~ ul li:first-child a,
  #main-menu #drop ~ ul li:first-child span {
    border-top: none;
  }
  #main-menu #drop ~ ul li .subNav {
    position: relative;
    width: auto;
    left: 0px;
    top: -20px;
    z-index: 1;
    -webkit-transform: translateY("0px");
    transform: translateY("0px");
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }
  #main-menu #drop ~ ul li .subNav li {
    display: block;
    text-align: center;
    padding: 0px;
  }
  #main-menu #drop ~ ul li .subNav li a {
    padding: 15px 0 0 15px;
    text-align: left;
    border: none;
  }
  #main-menu #drop:checked ~ ul {
    min-width: 160px;
    padding: 0 10px;
    top: 80px;
    right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1199px) {
  #main-menu #drop:checked ~ ul {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  #main-menu #drop:checked ~ .toggle div:first-of-type,
  #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background: #ee5c45;
  }
  #main-menu #drop:checked ~ .toggle div:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }
  #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #main-menu #drop:checked ~ .toggle div:nth-of-type(3) {
    opacity: 0;
  }
}

/* --首頁主視覺------------------------------------- */

.KV_pc_1 {
  width: 100%;
  height: 780px;
  display: block;
  letter-spacing: 3px;
  background-color: #0f0d18;
  position: relative;
  background-repeat: no-repeat;
}

.KV_pc_2 {
  display: none;
}

.KV_mobile {
  display: none;
}

.KV_slideshow {
  width: 100%;
  height: 780px;
  position: relative;
  overflow: hidden;
}

.KV_slideshow_item {
  width: inherit;
  height: inherit;
  position: absolute;
  opacity: 0;
  animation: slideanim 15s infinite ease-in-out;
}

.KV_slideshow_item:nth-child(1),
.KV_slideshow_item:nth-child(1) img {
  animation-delay: 0;
}
.KV_slideshow_item:nth-child(2),
.KV_slideshow_item:nth-child(2) img {
  animation-delay: 5s;
}

.KV_slideshow_item:nth-child(3),
.KV_slideshow_item:nth-child(3) img {
  animation-delay: 10s;
}

.KV_slideshow_item img {
  width: 100%;
  height: 780px;
  object-fit: cover;
}

.KV_slideshow_item_text {
  color: #fff;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 999;
}

.KV_slideshow_item_text h5 {
  font-size: 78px;
  line-height: 1.2;
  letter-spacing: 5px;
  font-weight: bold;
  padding: 10px 0 20px 0;
}

.KV_slideshow_item_text h6 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 8px 0;
  font-weight: normal;
}

.KV_slideshow_item_text p {
  width: 90%;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  background-color: var(--color-primary);
  border-radius: 30px 5px 30px 5px;
  padding: 20px 10px 20px 30px;
  margin: 0 auto 15px auto;
}

@keyframes slideanim {
  5% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  .KV_pc_1 {
    width: 100%;
    height: 780px;
    display: block;
    letter-spacing: 3px;
    background-color: #0f0d18;
    position: relative;
    background-repeat: no-repeat;
  }

  .KV_mobile {
    display: none;
  }

  .KV_slideshow {
    width: 100%;
    height: 780px;
    position: relative;
    overflow: hidden;
  }

  .KV_slideshow_item img {
    width: 100%;
    height: 780px;
    object-fit: cover;
  }
}

@media screen and (max-width: 811px) {
  #KV {
    width: 100%;
    height: 560px;
    display: block;
  }

  .KV_pc_1 {
    display: none;
  }

  .KV_mobile {
    display: block;
  }

  .KV_slideshow {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
  }

  .KV_slideshow_item img {
    width: 100%;
    height: 560px;
    object-fit: cover;
  }

  .KV_slideshow_item_text {
    color: #fff;
    position: absolute;
    top: 130px;
    left: 6%;
    z-index: 999;
  }

  .KV_slideshow_item_text h5 {
    font-size: 45px;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 10px 0 16px 0;
  }

  .KV_slideshow_item_text h6 {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 0;
    font-weight: normal;
  }

  .KV_slideshow_item_text p {
    font-size: 16px;
    line-height: 1.4;
    background-color: var(--color-primary);
    border-radius: 20px 5px 20px 5px;
    padding: 15px;
    margin: 0 auto 15px auto;
  }
}

/* --分頁主視覺------------------------------------- */

#KV_pagination {
  width: 100%;
  height: 700px;
  background-image: url(image/KV_pagination_pc.png);
  background-color: #ffeeda;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  position: relative;
}

.KV_pagination_content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.KV_pagination_tit_pc {
  position: absolute;
  width: 580px;
  top: 100px;
  left: 40%;
  animation: KV_tit_move 0.95s ease-in-out infinite alternate;
}

@keyframes KV_tit_move {
  0% {
    top: 100px;
    width: 580px;
  }
  100% {
    top: 90px;
    width: 595px;
  }
}

@media screen and (min-width: 1921px) {
  #KV_pagination {
    background-size: auto, cover;
  }
}

@media screen and (min-width: 1199px) {
  .KV_pagination_btn {
    position: relative;
    width: 500px;
    padding-top: 380px;
    padding-left: 48%;
  }

  .KV_pagination_btn_area_1:hover {
    width: 185px;
    height: 185px;
    transition: 0.3s ease-in-out;
    background-image: url(image/KV_pagination_btn_1_hover.svg);
  }

  .KV_pagination_btn_area_2:hover {
    width: 185px;
    height: 185px;
    transition: 0.3s ease-in-out;
    background-image: url(image/KV_pagination_btn_2_hover.svg);
  }

  .KV_pagination_btn_area {
    position: absolute;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
  }

  .KV_pagination_btn_area_1 {
    margin: 0 20px;
    background-image: url(image/KV_pagination_btn_1.svg);
  }

  .KV_pagination_btn_area_2 {
    margin: 0 20px;
    background-image: url(image/KV_pagination_btn_2.svg);
    left: 75%;
  }
}

@media screen and (min-width: 932px) and (max-width: 1198px) {
  .KV_pagination_content {
    width: 90%;
  }

  .KV_pagination_tit_pc {
    position: absolute;
    width: 540px;
    top: 100px;
    left: 34%;
    animation: KV_tit_move 0.95s ease-in-out infinite alternate;
  }

  @keyframes KV_tit_move {
    0% {
      top: 100px;
      width: 540px;
    }
    100% {
      top: 90px;
      width: 555px;
    }
  }

  .KV_pagination_btn {
    position: relative;
    width: 500px;
    padding-top: 360px;
    padding-left: 48%;
  }

  .KV_pagination_btn_area_1:hover {
    width: 185px;
    height: 185px;
    transition: 0.3s ease-in-out;
    background-image: url(image/KV_pagination_btn_1_hover.svg);
  }

  .KV_pagination_btn_area_2:hover {
    width: 185px;
    height: 185px;
    transition: 0.3s ease-in-out;
    background-image: url(image/KV_pagination_btn_2_hover.svg);
  }

  .KV_pagination_btn_area {
    position: absolute;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
  }

  .KV_pagination_btn_area_1 {
    margin: 0 20px;
    background-image: url(image/KV_pagination_btn_1.svg);
  }

  .KV_pagination_btn_area_2 {
    margin: 0 20px;
    background-image: url(image/KV_pagination_btn_2.svg);
    left: 62vw;
  }
}

@media screen and (max-width: 931px) {
  #KV_pagination {
    height: 720px;
    background-image: url(image/KV_pagination_mobile.png);
  }

  .KV_pagination_content {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }

  .KV_pagination_tit_pc {
    position: absolute;
    width: 90%;
    max-width: 400px;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: KV_tit_move 0.95s ease-in-out infinite alternate;
  }

  @keyframes KV_tit_move {
    0% {
      top: 50px;
      width: 90%;
    }
    100% {
      top: 40px;
      width: 94%;
    }
  }

  .KV_pagination_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 280px;
    padding-top: 165px;
    margin: 0 auto;
  }

  .KV_pagination_btn_area_1:hover {
    transition: 0.3s ease-in-out;
    background-image: url(image/KV_pagination_btn_1_hover.svg);
  }

  .KV_pagination_btn_area_2:hover {
    transition: 0.3s ease-in-out;
    background-image: url(image/KV_pagination_btn_2_hover.svg);
  }

  .KV_pagination_btn_area {
    display: inline-block;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
  }

  .KV_pagination_btn_area_1 {
    margin: 0;
    background-image: url(image/KV_pagination_btn_1.svg);
  }

  .KV_pagination_btn_area_2 {
    margin: 0;
    background-image: url(image/KV_pagination_btn_2.svg);
  }
}

/* --分頁主視覺------------------------------------- */

#KV_active-funds {
  width: 100%;
  height: 790px;
  background-image: url("image/KV_active-funds_pc.png");
  background-color: #fbeeda;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
}

.KV_container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.KV_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 15%;
  padding-left: 5%;
  padding-right: 3%;
  height: 100%;
  box-sizing: border-box;
}

.tit_mobile {
  display: none;
}

.tit_left,
.tit_right {
  width: 100%;
  max-width: 420px;
  margin: 0;
  z-index: 2;
}

.tit_left img,
.tit_right img,
.tit_mobile img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  #KV_active-funds {
    height: 600px;
    background-image: url("image/KV_active-funds_pc_2.png");
  }

  .KV_title_wrap {
    align-items: flex-start;
    padding-top: 12%;
    justify-content: center;
    gap: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tit_left,
  .tit_right {
    flex: 1;
    max-width: 320px;
  }
}

@media screen and (max-width: 811px) {
  #KV_active-funds {
    height: auto;
    min-height: 650px;
    background-size: cover;
    background-image: url("image/KV_active-funds_mobile.png");
    background-position: center bottom;
  }

  .KV_title_wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .tit_desktop {
    display: none;
  }

  .tit_mobile {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    z-index: 2;
  }
}
/* --內容區共同設定------------------------------------ */

.content_section {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  line-height: 1.2;
}

.content_section_2 {
  padding: 80px 0 20px 0;
}

h2 {
  width: 80%;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 3px;
  margin: 0 auto;
}

h2 b {
  color: var(--color-primary);
}

h2.type2 {
  padding: 60px 0 0 0;
}

h3 {
  font-size: 32px;
  padding: 0px 0 10px 0;
}

h3 b {
  color: var(--color-primary);
}

h4 {
  font-size: 24px;
  padding: 10px 0;
  line-height: 1.4;
  margin: 0 auto;
}

h4 b {
  color: var(--color-primary);
}

h4.type2 {
  width: 85%;
  color: var(--color-text-main);
  text-align: left;
  padding: 5px 0;
  margin: 0 auto;
}

h4.type3 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--color-primary);
  border: 3px solid var(--color-primary);
  border-radius: 10px;
  padding: 10px 20px;
}

h4.type4 {
  width: 90%;
  padding: 30px 0 0 0;
  margin: 0 auto;
}

h4.type5 {
  color: #ffd7bf;
  letter-spacing: 2px;
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

h5 {
  font-size: 18px;
  font-weight: normal;
}

h6 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
}

.content_item {
  width: 65%;
  max-width: 360px;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 15px;
  background-color: #ffffff;
  border: 4px solid var(--color-dark);
  border-radius: 50px;
  margin: 40px auto;
}

.cardArea_section {
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1400px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cardArea {
  width: 70%;
  max-width: 300px;
  margin: 20px;
}

.cardArea p {
  width: 85%;
  font-size: 18px;
  color: var(--color-text-gray);
  text-align: justify;
  margin: 0 auto;
  line-height: 1.7em;
  letter-spacing: 1px;
}

.cardArea p.type2 {
  color: var(--color-primary);
}

.cardArea.icon img {
  max-width: 90px;
}

.cardArea_pic {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 0 25px 0;
}

.cardArea_pic.shadow {
  -webkit-box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 20px 0px rgba(255, 211, 154, 0.3);
}

.cardArea_pic.board {
  border: 1px solid #aaaaaa;
}

.cardArea_pic img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.imgArea {
  margin: 0 auto;
}

.imgArea .item {
  display: inline-block;
  width: 65%;
  max-width: 240px;
  padding: 20px;
}

.content_btn {
  display: block;
  width: 60%;
  max-width: 240px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--color-dark);
  border-radius: 50px;
  padding: 18px 25px;
  margin: 30px auto;
  cursor: pointer;
  border: none;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.content_btn:hover {
  background-color: var(--color-primary-hover) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.content_btn:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ReadArticleType {
  width: 90%;
  max-width: 320px;
  display: inline-block;
  margin: 16px 0px;
  padding: 12px 25px;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 40px;
  border: 2px solid #acacac;
  cursor: pointer;
  background-color: #ffffff;
  color: #5b5b5b;
}

.ReadArticleType .fa-circle-arrow-down {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.ReadArticleType.act {
  background-color: #ffffff;
  color: var(--color-primary);
  border: 3px solid var(--color-primary);
}

.ReadArticleType.act .fa-circle-arrow-down {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.content_text {
  width: 85%;
  max-width: 1000px;
  font-size: 20px;
  text-align: justify;
  line-height: 1.5;
  padding: 20px 0;
  margin: 0 auto;
}

.content_infotex {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
  font-size: 16px;
  letter-spacing: 1px;
  color: #727272;
  padding: 30px 0;
}

.content_infotex b {
  color: var(--color-dark);
}

.content_infotex_all {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.target-fix:target {
  padding-top: 80px;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  .content_btn {
    font-size: 21px;
  }
}

@media screen and (max-width: 811px) {
  .content_section {
    padding: 40px 0;
  }

  .content_section_2 {
    padding: 40px 0 0 0;
  }

  h2 {
    width: 95%;
    font-size: 26px;
    letter-spacing: 2px;
    padding: 5px 10px;
  }

  h2.type2 {
    padding: 40px 0 0 0;
  }

  h3 {
    width: 90%;
    font-size: 22px;
    margin: 0 auto;
  }

  h4 {
    font-size: 20px;
  }

  h4.type3 {
    width: 80%;
    padding: 10px 20px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 14px;
    line-height: 1.2;
  }

  .cardArea {
    margin: 20px 10px;
  }

  .cardArea p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .imgArea .item {
    max-width: 200px;
  }

  .ReadArticleType {
    width: 80%;
    font-size: 18px;
  }

  .content_item {
    font-size: 20px;
    padding: 12px;
    margin: 20px auto;
  }

  .content_text {
    width: 90%;
    font-size: 16px;
    padding: 15px 0;
    margin: 0 auto;
  }

  .content_btn {
    font-size: 20px;
    margin: a auto;
  }

  .content_infotex {
    font-size: 14px;
    padding: 10px 0;
  }
}

/* --表格------------------------------------ */

.chart-table {
  margin: 10px 0px;
  overflow-x: auto;
  position: relative;
}
.chart-table-2 {
  width: 100%;
  margin: 0 auto;
}

.wide-table {
  width: 90%;
  max-width: 1000px;
}

.table-mobile-only {
  display: none;
}

.chart-table table {
  border-spacing: 0px;
  font-size: 17px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
  border: none;
  margin: 0 auto;
}
.chart-table table thead tr {
  background: #474959;
  white-space: nowrap;
}
.chart-table table thead tr td {
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
  padding: 12px 5px;
}
.chart-table table thead tr td i {
  margin-left: 4px;
  cursor: pointer;
}
.chart-table table thead tr td .fa-sort {
  color: #ffffff;
}
.chart-table table thead tr td .fa-sort-down,
.chart-table table thead tr td .fa-sort-up {
  color: #3c3c3c;
}

.chart-table table tr {
  background: #fff;
}

.chart-table table tr td {
  text-align: center;
  padding: 12px 5px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  word-break: break-all;
}

.chart-table table tr td:first-of-type:not([rowspan]) {
}

.chart-table table tr td:first-child {
  border-left: none;
}

.chart-table table tr td + td {
  border-left: solid 1px #ccc !important;
}

.chart-table table tr td .nowarp {
  white-space: nowrap;
}
.chart-table table tr td strong {
  color: #3c3c3c;
}
.chart-table table tr td strong.color {
  color: #f26119;
}
.chart-table table tr td strong.color1 {
  color: #4477c1;
}
.chart-table table tr td strong.bigger {
  font-size: 24px;
}
.chart-table table tr td.text-left {
  text-align: left;
}

.chart-table table tr td .fundName {
  color: #714c0b;
}
.chart-table table tr td .fundName strong {
  color: #005598;
  font-weight: normal;
}
.chart-table table tr td i.fa-solid {
  font-size: 26px;
  vertical-align: middle;
}
.chart-table table tr td .fa-circle-check {
  color: #28a745;
}
.chart-table table tr td .fa-circle-xmark {
  color: #f26a64;
}
.chart-table table tr td i.bigger {
  font-size: 26px;
}
.chart-table table tr td.dark {
  background-color: #7d818e;
  color: #ffffff;
  border-left: none !important;
}
.chart-table table tr:nth-of-type(2n + 0) {
  background: #f2f2f2;
}

.chart-table table td.highlight-ace {
  background-color: var(--orange-50) !important;
  border-left: 1px solid var(--color-primary) !important;
  border-right: 1px solid var(--color-primary) !important;
  position: relative;
}

.chart-table table thead tr td.highlight-ace-header {
  background-color: var(--color-primary);
  color: #fff;
  border-left: 1px solid var(--color-primary) !important;
  border-right: 1px solid var(--color-primary) !important;
}

.chart-table table tr:last-child td.highlight-ace {
  border-bottom: 1px solid var(--color-primary) !important;
}

.chart-table table td small {
  font-size: 14px;
  color: var(--color-text-gray);
  display: block;
  margin-top: 4px;
}

.chart-table.type2 table {
  border-spacing: 0px;
  border-radius: 0;
}
.chart-table.type2 table tr td {
  border-left: solid 1px #cacaca;
  border-bottom: none;
}
.chart-table.type2 table tr td:first-of-type {
  border-left: none;
}
.chart-table.type2 table thead tr {
  background: #303030;
}
.chart-table.type2 table thead tr a {
  color: #fff;
  border-bottom: solid 1px;
}
.chart-table.type2 table thead tr a:hover {
  border-bottom-color: transparent;
}
.chart-table.type2 table tbody tr:nth-of-type(2n + 0) {
  background: #efefef;
}

.chart-remark {
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0px;
  color: #444;
}
.chart-remark b,
.chart-remark strong {
  color: #333;
}
.chart-chartAndText {
  font-size: 0px;
}
.chart-chartAndText .chart,
.chart-chartAndText .chartText {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
}
.chart-chartAndText .chart-img {
  margin-top: 0px;
}
.chart-chartAndText .chartText {
  padding-left: 12px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .chart-table-2 {
    width: 100%;
  }
  .wide-table {
    min-width: auto;
  }
  .table-desktop-only {
    display: none !important;
  }
  .table-mobile-only {
    display: table !important;
  }
  .chart-table .table-mobile-only thead tr {
    white-space: normal;
  }

  .chart-table .table-mobile-only thead tr td {
    padding: 10px 4px;
    font-size: 15px;
    line-height: 1.4;
    word-break: break-word;
  }
  .chart-area {
    margin: 15px 0px;
  }
  .chart-area .chart {
    display: block;
    padding: 0px;
    width: auto;
    margin: 15px 0px;
  }
  .chart-area .chart + .chart {
    margin-top: 25px;
  }
  .chart-area.threeChart .chart {
    width: auto;
  }
  .chart-tit {
    font-size: 17px;
  }
  .chart-tit.type2 {
    font-size: 17px;
  }
  .chart-tit.type2:before {
    width: 6px;
    height: 17px;
    top: -1px;
  }
  .chart-table table {
    font-size: 15px;
  }
  .chart-table table tr td strong.bigger {
  font-size: 19px;
}
  .chart-remark {
    font-size: 12px;
  }
  .chart-chartAndText .chart,
  .chart-chartAndText .chartText {
    display: block;
    width: auto;
  }
  .chart-chartAndText .chartText {
    padding-left: 0px;
    font-size: 16px;
  }

  .chart-table .vertical-table-mobile.wide-table {
    min-width: auto;
  }


  .chart-table .vertical-table-mobile thead {
    display: none;
  }


  .chart-table .vertical-table-mobile,
  .chart-table .vertical-table-mobile tbody,
  .chart-table .vertical-table-mobile tr,
  .chart-table .vertical-table-mobile td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }


  .chart-table .vertical-table-mobile tr {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
  }

 
  .chart-table .vertical-table-mobile tr td:first-child {
    background-color: #474959;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center !important;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
    border-left: none !important;
  }

 
  .chart-table .vertical-table-mobile td {
    text-align: right;
    padding: 12px 15px;
    border-bottom: 1px solid #eeeeee;
    border-left: none !important; 
    font-size: 15px;
  }


  .chart-table .vertical-table-mobile td:last-child {
    border-bottom: none;
  }

  
  .chart-table .vertical-table-mobile td[data-title]::before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    color: #666666;
  }


  .chart-table .vertical-table-mobile td[data-title]::after {
    content: "";
    display: table;
    clear: both;
  }
}

/* -- 影音------------------------------------ */
.Video-container {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  padding: 20px 0;
  margin: 0 auto;
}

.Video-container iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 811px) {
  .Video-container {
    width: 95%;
    padding: 0;
  }
}

/* -- 投資如同登山越早出發越輕鬆------------------------------------ */
#calculate {
  width: 100%;
  background-color: var(--bg-light-blue);
}

.cacalculate_pic {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

/* --選擇老字號基金投資嚮導 加速登頂夢想百岳------------------------------------ */
#suitable {
  width: 100%;
  min-height: 800px;
  background-color: var(--bg-light-blue);
  background-image:
    url(image/suitable_bg_pc_1_2.png), url(image/suitable_bg_pc_1_1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom;
}

.content_section_suitable {
  padding: 0;
}

.suitable_pic {
  display: inline-block;
  width: 70%;
  max-width: 300px;
  margin: 10px;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  #suitable {
    background-image:
      url(image/suitable_bg_pc_2_2.png), url(image/suitable_bg_pc_2_1.png);
  }

  .content_section_suitable {
    padding: 0 0 40px 0;
  }
}

@media screen and (max-width: 811px) {
  #suitable {
    min-height: 550px;
    background-image:
      url(image/suitable_bg_mobile_1_2.png),
      url(image/suitable_bg_mobile_1_1.png);
    background-position:
      center bottom,
      left bottom;
  }

  .content_section_suitable {
    padding: 0 0 40px 0;
  }
}

/* --挑戰業界最低手續費------------------------------------ */

#cost {
  background-color: #faf5ef;
}

/* --開戶之後，我可以投資什麼？------------------------------------ */

#theme {
  background-color: #ffffff;
  background-image: url(image/theme_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* --當天開戶、當天下單------------------------------------- */

#openAccount {
  background-color: var(--bg-light-orange);
}

.openAccount_tab {
  padding: 40px 0 0 0;
}

.cardArea_section_tab {
  flex-wrap: nowrap;
}

.cardArea_tab {
  width: calc(30% - 30px);
  background-color: #ffffff;
  padding: 30px 30px 40px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 20px 0px rgba(255, 211, 154, 0.3);
}

.tabArea {
  padding: 40px 0 20px 0;
}

.tabArea p {
  width: 100%;
}

.tabArea ul {
  font-size: 18px;
  text-align: left;
  list-style: decimal;
  padding: 10px 0;
  line-height: 1.7em;
  letter-spacing: 1px;
  color: #626262;
}

.topicNav {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px;
  display: block;
  text-align: center;
  letter-spacing: 0px;
}

.topicNav > li {
  width: calc(50% - 15px);
  max-width: 600px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.9em 3em !important;
  margin: 0px 5px 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px;
  color: #969696;
  background-color: #ffffff;
  white-space: nowrap;
  -webkit-box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 5px 5px 0px rgba(255, 211, 154, 0.4);
}

.topicNav > li.act {
  background-color: var(--color-primary);
  color: #fff;
}

.tabBox {
  width: 100%;
  overflow: hidden;
  height: 0px;
}
.tabBox.act {
  width: 95%;
  max-width: 1200px;
  height: 100%;
  /*border:3px solid #696aad;
	background-color: #FFFFFF;*/
  border-radius: 20px;
  padding: 40px 0 20px 0;
  margin: 0 auto;
}

.tabBox img {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.account_step_pc {
  display: block;
}

.account_step_mobile {
  display: none;
}

.bankArea {
  max-width: 900px;
  margin: 15px auto;
  font-size: 18px;
  background-color: rgb(255 231 195);
  padding: 20px 50px 40px 50px;
  text-align: justify;
  line-height: 1.6;
}

.cardAreaQA {
  max-width: 1000px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 20px 0px rgba(255, 211, 154, 0.3);
}

.cardAreaQA ul li {
  list-style: none;
  text-align: justify;
  line-height: 1.6;
}

.cardAreaQA .tit {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: 2px;
  padding: 0 0 10px 0;
}

.cardAreaQA p {
  font-size: 20px;
}

.cardAreaQA .line {
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  margin: 20px 0;
}

@media screen and (max-width: 931px) {
  .openAccount_tab {
    padding: 20px;
  }

  .tabArea ul {
    list-style-position: inside;
  }

  .topicNav > li {
    padding: 1em 1.5em !important;
    font-size: 20px;
    white-space: normal;
  }

  .cardArea_tab {
    width: 100%;
    max-width: 600px;
    padding: 30px 30px 40px 50px;
  }

  .cardArea_section_tab {
    width: 100%;
    flex-wrap: wrap;
  }

  .tabBox.act {
    width: 90%;
    padding: 20px 0;
  }

  .account_step_pc {
    display: none;
  }

  .account_step_mobile {
    display: block;
  }

  .bankArea {
    padding: 20px 25px 40px 25px;
  }

  .cardAreaQA .tit {
    font-size: 18px;
    padding: 0;
  }

  .cardAreaQA {
    padding: 30px 20px;
  }

  .cardAreaQA p {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .cardArea_tab {
    width: 100%;
    max-width: 600px;
    padding: 30px 20px 30px 35px;
  }

  .tabArea ul {
    font-size: 16px;
  }
}
/* --主動式基金引言------------------------------------- */


#active-intro {
  display: flex;
  justify-content: center;
}

#active-intro .active-intro-box {
  box-sizing: border-box;
  width: 95%;
  max-width: 860px;
  padding: 32px 40px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 18px;
  color: var(--color-text-main); 
  letter-spacing: 0.05em;
  text-align: justify;
  background-color: var(--bg-light-orange); 
  border-left: 6px solid var(--color-primary); 
  border-radius: 4px;
  box-shadow: 0 4px 20px var(--shadow-warm); 
}


#active-intro .hl-brand {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}

#active-intro .hl-bold {
  font-weight: bold;
  color: var(--color-dark);
  border-bottom: 2px solid var(--orange-200); 
}


@media (max-width: 811px) {
  #active-intro .active-intro-box {
    padding: 24px 20px;
    font-size: 16px;
  }
}

/* --投資不是只有證券帳戶？------------------------------------- */

.bg-orange-100 {
  background-color: rgb(255, 249, 243);
}


.dot-pattern {
  background-image: radial-gradient(#ffd6bf 1px, transparent 1.5px);
  background-size: 25px 25px;
}

/* --每投資十萬元，存基金能替你節省最高1,131元的手續費------------------------------------- */
#saving-calculator {
  background-color: var(--orange-50);
}

.container-methods {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.methods {
  display: inline-block;
  width: 80%;
  max-width: 320px;
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  margin: 15px;
  vertical-align: top;
}

.methods ul {
  font-size: 18px;
  line-height: 1.6;
}

.methods-2 {
  background-color: #ffffff;
}

.methods-3 {
  background-color: #eff9f8;
  margin: 15px 30px;
}

.methods-3 img {
  max-width: 180px;
}

.methods img {
  width: 95%;
  padding: 10px 0;
}

.methods-2 img {
  max-width: 100px;
}

.methods ul {
  list-style: none;
  text-align: justify;
  padding-left: 0;
  padding-bottom: 0;
}

.methods li {
  padding-bottom: 0;
  text-indent: -5px;
}

.methods p {
  margin: 0px;
}

.checklist {
  display: inline-block;
  max-width: 26px;
  vertical-align: middle;
}

@media screen and (min-width: 767px) {
  .methods {
    min-height: 350px;
  }
}

@media screen and (max-width: 811px) {
  .methods {
    margin: 15px auto;
  }
}

/* --定期定額不只是固定扣款------------------------------------- */

.exclusive-tag {
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 5px;
  font-weight: normal;
}

.chart-table table td i.fa-circle-check {
  color: #28a745;
  font-size: 1.2rem;
}
.chart-table table td i.fa-circle-xmark {
  color: #f26a64;
  font-size: 1.2rem;
}

/* --QA------------------------------------- */

#QA {
  background-color: var(--bg-light-gray);
}

.accordions {
  width: 85%;
  max-width: 1000px;
  margin: 60px auto;
}

.accordion-item {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}

.accordion-item .accordion-title {
  cursor: pointer;
  padding: 20px;
  transition: all 0.4s;
  border-radius: 5px 5px 0 0;
}

.accordion-item .accordion-title.active-title {
  background-color: var(--color-primary);
  color: #fff;
}

.accordion-item .accordion-title h2 {
  width: 100%;
  margin: 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  text-align: initial;
  line-height: 1.3;
  font-weight: normal;
}

.accordion-item .accordion-title i.fa-chevron-down {
  transform: rotate(0);
  transition: 0.4s;
  width: 22px;
  height: 13px;
  color: var(--color-primary);
  background-repeat: no-repeat;
  padding: 0 5px 0 10px;
  background-position: center right;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
  transform: rotate(-180deg);
  transition: 0.4s;
  width: 22px;
  height: 13px;
  color: #ffffff;
  background-repeat: no-repeat;
  padding: 0 5px 0 10px;
  background-position: center left;
}

.accordion-item .accordion-content {
  display: none;
  line-height: 1.7;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
  display: block;
}

.accordion-content-text {
  font-size: 18px;
  text-align: justify;
}

.accordion-content-text a {
  color: #0069a8;
}

.accordion-content-text li {
  list-style-type: none;
  padding: 8px 0 0 0;
}

.accordion-content-item {
  list-style-type: decimal;
  list-style-position: inside;
}

@media screen and (max-width: 811px) {
  .accordions {
    margin: 10px auto;
  }

  .accordion-item .accordion-title h2 {
    font-size: 14px;
  }

  .accordion-item .accordion-title {
    cursor: pointer;
    padding: 8px 12px 14px 12px;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
  }

  .accordion-item .accordion-content {
    line-height: 1.5;
    padding: 20px 12px;
  }

  .accordion-content-text {
    font-size: 13px;
    text-align: justify;
  }
}

/* --側邊按鈕------------------------------------- */
.fixedRightBtn-area {
  position: fixed;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 999;
  display: none;
}

.fixedRightBtn a {
  display: block;
  text-align: center;
  width: 40px;
  color: #ffffff;
  padding: 14px 9px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  position: relative;
  left: 0%;
  margin-bottom: 5px;
  border-radius: 10px 0 0 10px;
}

.fixedRightBtn b {
  writing-mode: tb-rl;
}

.link_1 {
  background: #14b64a;
}

.link_2 {
  background: #3266a6;
}

.link_1:hover {
  background: #0a9b3a;
}

.link_2:hover {
  background: #1c4d8a;
}

@media screen and (max-width: 667px) {
  .fixedRightBtn-area {
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: none;
  }

  .fixedRightBtn a {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    margin-bottom: 0px;
    border-radius: 0;
  }

  .fixedRightBtn b {
    writing-mode: horizontal-tb;
  }
}

/* --基金公司警語------------------------------------- */

#company_attention {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #525252;
  background-color: #e9e9e9;
  padding: 40px 0;
}

.company_attention_text {
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}

.company_attention_item {
  display: inline-block;
  padding-right: 40px;
}

@media screen and (max-width: 811px) {
  #company_attention {
    font-size: 14px;
  }
}

/* --注意事項------------------------------------- */

#CONTENT_Attention {
  padding: 60px 0;
  background-color: var(--bg-light-gray);
}

.Attention_tit {
  padding: 60px 0 0 0;
}

@media screen and (min-width: 1200px) {
  #campaign_infotext {
    width: 100%;
    text-align: center;
    background-color: var(--bg-light-gray);
  }

  #Attention {
    margin: 0 auto;
    width: auto;
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: left;
  }

  .Attention_title {
    width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #5e5e5e;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  }

  .Attention_text li {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
    color: #595757;
    list-style-type: square;
    text-align: justify;
  }
}

@media screen and (min-width: 668px) and (max-width: 1199px) {
  #campaign_infotext {
    width: 100%;
    text-align: center;
    background-color: var(--bg-light-gray);
  }

  #Attention {
    margin: 0 auto;
    width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  .Attention_title {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #5e5e5e;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
  }

  .Attention_text li {
    width: 75%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
    color: #595757;
    list-style-type: square;
    text-align: justify;
  }
}

@media screen and (max-width: 667px) {
  #campaign_infotext {
    width: 100%;
    text-align: center;
    background-color: var(--bg-light-gray);
    padding-bottom: 30px;
  }

  #Attention {
    margin: 0 auto;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
  }

  .Attention_title {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #5e5e5e;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: left;
  }

  .Attention_text li {
    width: 76%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    color: #595757;
    list-style-type: square;
    text-align: justify;
  }
}

/* --返回上方------------------------------------- */
.topBtn {
  position: fixed;
  z-index: 1;
  bottom: 35px;
  right: 15px;
  transition:
    0.5s ease transform,
    0.3s ease opacity;
  opacity: 1;
  cursor: pointer;
  display: none;
}

.topBtn article {
  display: block;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  transition: 0.3s ease all;
  position: relative;
  top: 0px;
  padding-top: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #fff;
}

.topBtn article span {
  position: relative;
}

.topBtn article i {
  display: block;
  margin: 0 auto;
}

.topBtn article:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1199px) {
  .topBtn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 80px;
  }
  .topBtn article {
    width: 40px;
    height: 40px;
    font-size: 0px;
  }
  .topBtn article i {
    font-size: 20px;
  }
}

.ctaArea {
  margin: 0px auto;
  padding: 24px;
  text-align: center;
  background-color: #8fc3d1;
  font-size: 0px;
}

.ctaBtn {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  border-radius: 60px;
  padding: 18px;
  margin: 0px 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  background-color: var(--color-dark);
  border: 4px solid var(--color-dark);
  cursor: pointer;
}
.ctaBtn#scrollBtn {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  background-color: #ffffff;
  border: 4px solid var(--color-dark);
}

.ctaBtn:hover {
  color: #ffffff;
  background: var(--color-primary-hover);
  border: 4px solid var(--color-primary-hover);
}
.ctaBtn#scrollBtn:hover {
  color: var(--color-primary-hover);
  border: 4px solid var(--color-primary-hover);
}
@media screen and (max-width: 569px) {
  .ctaArea {
    padding: 32px 18px 16px;
  }

  .ctaBtn {
    display: inline-block;
    width: 100%;
    max-width: 90%;
    border-radius: 60px;
    padding: 0.8em 0.4em;
    margin: 0px 0px 16px;
    font-size: 18px;
    cursor: pointer;
  }
}

/* --查詢扣款銀行分頁------------------------------------- */

/* ── KV_bank ── */
.KV_bank {
  background: linear-gradient(
    135deg,
    #ff6b2b 0%,
    #f97316 30%,
    #ea580c 60%,
    #c2410c 100%
  );
  position: relative;
  padding: 60px 24px 80px;
  text-align: center;
  overflow: visible;
}

.KV_bank::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    repeat;
  pointer-events: none;
}

.KV_bank::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 100px;
  background: var(--warm-white);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.KV_bank-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  padding: 6px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.KV_bank-title {
  color: #ffffff;
  margin-bottom: 8px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

/* ── 搜尋欄 ── */
.search-wrap {
  max-width: 520px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1001;
}

.search-wrap input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 80px 16px 26px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08);
  outline: none;
  transition: all 0.3s ease;
  color: var(--color-dark);
}
.search-wrap input:focus {
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.18),
    0 0 0 3px rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.search-wrap input::placeholder {
  color: #b3b3b3;
  letter-spacing: 1px;
}

.search-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange-500);
  font-size: 18px;
  pointer-events: none;
}

/* --- 清除搜尋按鈕  --- */
.search-clear {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  color: #cccccc;
  font-size: 18px;
  cursor: pointer;
  display: none;
  transition: color 0.2s;
}

.search-clear:hover {
  color: var(--orange-400);
}

.main-wrap-bg {
  background-color: var(--warm-white);
}
.main-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 20px 60px;
}

.quick-tags {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.quick-tag {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 8px;
  padding: 5px 14px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.quick-tag:hover,
.quick-tag.active {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.7);
}

/* --- 錨點導覽列 --- */
.anchor-nav {
  display: flex;
  background: #ffffff;
  border: 1px solid var(--color-primary);
  border-radius: 16px;
  box-shadow: 2px 5px 5px 0px rgba(255, 211, 154, 0.4);
  max-width: 800px;
  margin: 0 auto 40px;
  position: sticky;
  top: 90px;
  z-index: 100;
}
.anchor-btn {
  flex: 1;
  padding: 12px;
  border: none;
  background: transparent;
  color: var(--color-dark);
  font-weight: bold;
  cursor: pointer;
  border-radius: 12px;
  transition: 0.3s;
}
.anchor-btn.active {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 4px 15px rgba(242, 97, 25, 0.3);
}

@media screen and (max-width: 811px) {
  .anchor-btn {
    padding: 10px 5px;
  }
}

/* ── CARDS ── */
.card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(251, 146, 60, 0.12);
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.5s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card:nth-child(2) {
  animation-delay: 0.1s;
}

.card:nth-child(3) {
  animation-delay: 0.2s;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--color-darkk);
}

.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--orange-50);
  color: var(--color-primary);
  border: 1px solid var(--orange-200);
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-left: 8px;
}

@media screen and (max-width: 811px) {
  .card-badge {
    border-radius: 10px;
    margin-left: 0px;
    margin-top: 10px;
  }
}

/* ── REQUIREMENTS ── */
.req-section {
  margin-bottom: 20px;
  font-size: 16px;
}

.req-label {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.req-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.req-item {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--orange-50);
  border-radius: 10px;
  padding: 9px 14px;
  font-weight: 500;
  color: var(--text-mid);
  border: 1px solid var(--orange-100);
}

.req-item svg {
  color: var(--orange-500);
  flex-shrink: 0;
}

/* ── BANK TAGS ── */
.bank-section {
  margin-bottom: 24px;
}

.bank-label {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  padding: 10px 0;
}

.bank-tag {
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 16px;
  background: #f8f8f8;
  color: #555;
  border: 1px solid #eee;
  transition: all 0.15s;
  cursor: default;
}

.bank-tag:hover {
  background: var(--orange-50);
  border-color: var(--orange-200);
  color: var(--orange-700);
}

.bank-more {
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 14px;
  background: transparent;
  color: var(--orange-500);
  border: 1px solid var(--orange-300);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
}

.bank-more:hover {
  background: var(--orange-50);
}

@media screen and (max-width: 811px) {
  .bank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    padding: 10px 0;
  }

  .bank-tag {
    display: block;
    padding: 8px 2px 8px 5px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.4;
    text-align: left;
  }
}

/* ── ACTIONS ── */
.card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 50px;
  letter-spacing: 2px;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  margin-top: 15px;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  background: #fff;
  color: var(--orange-600);
  border: 2px solid var(--orange-300);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-secondary:hover {
  background: var(--orange-50);
  border-color: var(--orange-500);
  transform: translateY(-2px);
}

/* ── NOTICE BOX ── */
.notice-box {
  background: #ffffff;
  border: 1px solid var(--orange-200);
  border-radius: 16px;
  padding: 20px 10px;
  margin: 25px auto;
}

.notice-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.notice-box li {
  font-size: 15px;
  color: var(--orange-500);
  padding-left: 10px;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 811px) {
  .notice-box {
    padding: 10px 5px;
    margin: 25px auto;
  }

  .notice-box li {
    font-size: 12px;
  }
}

/* ── TABLE SECTION ── */
.section-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-darkk);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.partner-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
}

.partner-table thead tr {
  background: var(--bg-light-gary);
}

.partner-table th {
  padding: 16px 12px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: normal;
  line-height: 1.2;
}

.partner-table th:last-child {
  border-right: none;
}

.partner-table thead tr:first-child th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.partner-table th:first-child {
  padding-left: 24px;
}

.partner-table tbody tr {
  background: #fff;
  transition: background 0.15s;
}

.partner-table tbody tr:nth-child(even) {
  background: #f0f0f0;
}

.partner-table tbody tr:hover {
  background: var(--orange-50);
}

.partner-table td {
  padding: 14px 12px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  color: var(--text-mid);
}

.partner-table td:first-child {
  text-align: left;
  padding-left: 24px;
  color: var(--color-darkk);
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 26px;
}

.sub-text {
  font-size: 15px;
  display: block;
  margin-top: 5px;
}

.partner-table tbody tr:last-child td {
  border-bottom: none;
}

/* ── FOOTER HINT ── */
.footer-hint {
  text-align: center;
  padding: 40px 24px 20px;
  color: #aaa;
  font-size: 12px;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--orange-50);
}

::-webkit-scrollbar-thumb {
  background: var(--orange-300);
  border-radius: 3px;
}

@media (max-width: 600px) {
  .card {
    padding: 20px;
  }

  .card-actions {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .tabs {
    flex-direction: column;
  }
}

@media screen and (max-width: 811px) {
  .partner-table thead {
    display: none;
  }

  .partner-table {
    display: block;
    width: 100%;
    border: none;
  }

  .partner-table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .partner-table tbody tr,
  .partner-table tbody tr:nth-child(even) {
    display: block;
    width: 48%;
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--orange-200);
    overflow: hidden;
  }

  .partner-table tbody tr td:first-child {
    display: block;
    width: 100%;
    background: var(--bg-light-gary);
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 12px 5px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
  }

  .partner-table tbody tr td:not(:first-child) {
    display: block;
    width: 100%;
    text-align: right;
    padding: 6px 12px;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
  }

  .partner-table tbody tr td:last-child {
    border-bottom: none;
  }

  .partner-table tbody tr td:not(:first-child)::before {
    float: left;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
  }

  .partner-table tbody tr td:not(:first-child)::after {
    content: "";
    display: table;
    clear: both;
  }

  .partner-table tbody tr td:nth-child(2)::before {
    content: "可約定扣款外幣帳戶";
  }
  .partner-table tbody tr td:nth-child(3)::before {
    content: "晶片金融卡開戶";
  }
  .partner-table tbody tr td:nth-child(4)::before {
    content: "網銀開戶";
  }
  .partner-table tbody tr td:nth-child(5)::before {
    content: "紙本郵寄開戶";
  }

  .partner-table .check-icon {
    font-size: 20px;
    line-height: 24px;
  }

  .partner-table .sub-text {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: var(--text-light);
    line-height: 1.2;
  }
}

/* --- 搜尋下拉選單 --- */
.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-height: 280px;
  overflow-y: auto;
  z-index: 1000;
  list-style: none;
  padding: 10px 0;
  margin-top: 8px;
  display: none;
  text-align: left;
}

.search-item {
  padding: 12px 25px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: background 0.2s;
}

.search-item:hover {
  background: var(--orange-50);
  color: var(--orange-600);
}

.search-item.no-result {
  cursor: default;
  color: #999;
  text-align: center;
}

.search-item.no-result:hover {
  background: #fff;
  color: #999;
}

/* --- 高亮顯示 (被選中的銀行) --- */
.bank-tag.highlighted {
  background: #fff4e5 !important;
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
}

/* 清除搜尋按鈕 */
.search-clear {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
.search-clear:hover {
  color: #999;
}

/* --- 開戶方式數量提示 --- */
.method-count-badge {
  display: none;
  text-align: center;
  margin: 10px auto 30px auto;
  position: relative;
  z-index: 105;
}

.method-count-badge span {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: var(--color-dark);
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  animation: fadeInDown 0.4s ease;
}

.method-count-badge span b {
  color: var(--color-primary);
  font-size: 22px;
  margin: 0 6px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- 手機版銀行名單收合 --- */
@media screen and (max-width: 811px) {
  .bank-grid.is-collapsed .bank-tag:nth-child(n + 7) {
    display: none !important;
  }

  .bank-grid-more-btn {
    display: block;
    margin: 15px auto 0;
    width: 100%;
    max-width: 150px;
    text-align: center;
  }
}


@media screen and (min-width: 812px) {
  .bank-grid-more-btn {
    display: none !important;
  }
}
