﻿/* ---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:  "Noto Sans TC", "Helvetica Neue", "Microsoft JhengHei", sans-serif;
  color: #2e2a2e;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

table {
  border-collapse: collapse;
}

html {
  scroll-behavior: smooth; 
  scroll-padding-top: 80px; 
}

/* --主視覺------------------------------------- */

#KV {
  width: 100%;
  min-height: 750px;
  background-image: url(image/KV_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.KV_content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  gap: 30px;
}

.KV_tit {
  z-index: 999;
  position: relative;
  width: 50%;
  animation: textGlitter 4s ease-in-out infinite;
}

.KV_tit img {
  width: 95%;
  max-width: 580px;
}

.KV_img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: 160px; /* ★ 電腦版：機器人向左平移 80px，可自行調整 */
  animation: floating 3s ease-in-out infinite;
}

.KV_img img {
  width: 90%;
  max-width: 400px;
  filter: drop-shadow(0 0 10px rgba(0, 191, 255, 0.5));
  animation: robotGlow 4s ease-in-out infinite;
}

/* --- 動畫 Keyframes --- */

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes robotGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 10px rgba(0, 191, 255, 0.5));
  }
  50% {
    filter: drop-shadow(0 0 25px rgba(0, 191, 255, 1));
  }
}

 @keyframes textGlitter {
  0%,
  100% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(115%);
  }
}

@media screen and (min-width: 1921px) {
  #KV {
    background-size: cover;
  }
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  #KV {
    min-height: 600px;
    background-size: cover;
    background-image: url(image/KV_pc_2.png);
  }

 
  .KV_tit {
    width: 60%; 
    text-align: right; 
  }

  .KV_tit img {
    width: 100%;

    max-width: 550px; 
  }


  .KV_img {
    width: 40%; 
    justify-content: flex-start; 
    right: 0; 
  }

  .KV_img img {
    max-width: 300px; 
  }
}
@media screen and (max-width: 811px) {
  #KV {
    background-image: url(image/KV_mobile@2x.png);
    min-height: 600px;
    background-size: cover;
  }

  .KV_content {
    padding: 50px 0 0 0;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .KV_tit {
    width: 100%;
    padding: 0 15px; 
    text-align: center;
  }

  .KV_tit img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }

  .KV_img {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    right: 0; /* ★ 手機版：取消電腦版的偏移，確保置中 */
  }

  .KV_img img {
    max-width: 270px;
  }
}
/* --內容區共同設定------------------------------------ */

.content_section {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  line-height: 1.2;
}

.content_section_2 {
  padding: 20px 0;
}

.content_section_3 {
  padding: 40px 0;
  text-align: center;
}

.content_block {
  padding: 25px 0;
}

h1 {
  font-size: 45px;
}

h3 {
  width: 80%;
  max-width: 1280px;
  font-size: 36px;
  text-align: center;
  color: #0b2743;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 20px;
  margin: 0 auto;
}

h3.type1 {
  width: 100%;
  text-align: left;
  margin: 0;
}

h4 {
  color: #003781;
  font-size: 26px;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 2px;
}

h4.color-1 {
  color: #13a0d3;
  letter-spacing: 2px;
  padding: 10px 0 0 0;
}

h4.type1 {
  width: 85%;
  min-height: 80px;
  font-size: 20px;
  color: #383838;
  text-align: justify;
  font-weight: normal;
  margin: 0 auto;
}

h4.type2 .tag {
  display: inline-block;
  background-color: #003781;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: normal;
  padding: 8px 20px;
  border-radius: 5px 15px 5px 15px;
  margin-right: 8px;
  letter-spacing: 2px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

h4.type3 {
  width: 85%;
  font-size: 24px;
  background-color: #003781;
  color: #ffcd2c;
  margin: 10px auto;
  letter-spacing: 2px;
  border-radius: 5px 25px 5px 25px;
}

h4.type4 {
  font-weight: normal;
  padding: 0px 0 10px 0;
  text-align: left;
}

h5 {
  width: 90%;
  max-width: 800px;
  font-size: 20px;
  font-weight: normal;
  color: #2e2a2e;
  line-height: 1.5;
  padding: 5px 0;
  margin: 0 auto;
}

h5.type2 {
  color: #13a0d3;
  text-align: left;
  margin: 0;
  letter-spacing: 3px;
}

.content_text {
  width: 90%;
  max-width: 900px;
  font-size: 20px;
  font-weight: normal;
  color: #2e2a2e;
  text-align: justify;
  line-height: 1.5;
  padding: 10px 0;
  margin: 0 auto;
}

.font_center {
  text-align: center;
}

.font_justify {
  text-align: justify;
}

.font_left {
  text-align: left;
}

.font_right {
  text-align: right;
}

.content_tit_img img {
  width: 220px;
}

.content_btn {
  display: inline-block;
  width: 60%;
  max-width: 240px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #003781;
  border-radius: 5px;
  padding: 18px 25px;
  margin: 20px 10px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.content_btn_two {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.content_btn:hover {
  background-color: #2e61b8;
}

.content_btn.type2 {
  width: 100%;
  max-width: 300px;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
  padding: 15px 0;
  margin: 15px 0;
  display: block;
  background-color: #1467b2;
  border-radius: 50px;
}

.content_btn.type2:hover {
  background-color: #055296;
}

.content_btn.type3 {
  width: 90%;
  max-width: 200px;
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 42px;
  background: #888888;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
  box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
  cursor: pointer;
  margin: 0 auto;
}

.content_chart {
  display: block;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.content_chart.size2 {
  max-width: 700px;
  padding: 0;
}

.content_chart.size3 {
  width: 95%;
  max-width: 850px;
  padding: 0;
}

.content_chart.size4 {
  width: 90%;
  max-width: 1000px;
  padding: 0;
}

.content_chart_two {
  display: inline-block;
  max-width: 450px;
  width: 90%;
  padding: 10px 0;
}

/* 雙圖警語版 */
.chart-wrapper {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;        
  gap: 30px;              
  align-items: flex-start; 
}


.chart-item {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  text-align: center;     
  max-width: 450px;       
  width: 100%;            
}

.chart-item .content_chart_two {
    width: 100%; 
    max-width: 100%;
}

.content_chart_mobile {
  display: none;
}

.content_infotex {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
  color: #8c898a;
  padding: 20px 0;
}

.content_infotex a {
  color: #8c898a;
}

.content_infotex b {
  color: #59616b;
  font-size: 15px;
}

.content_infotex_all {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}



@media screen and (min-width: 812px) and (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }

  h3.type1 {
    width: 80%;
    text-align: left;
  }

  h4 {
    font-size: 22px;
  }

  .content_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 811px) {
  .content_section {
    padding: 30px 0;
  }

  .content_section_2 {
    padding: 30px 0 0 0;
  }

  .content_section_3 {
    padding: 20px 0;
    text-align: center;
  }

  h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 10px 0;
  }

  h3.type1 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  h4 {
    width: 95%;
    font-size: 22px;
    margin: 0 auto;
  }

  h4.type1 {
    min-height: auto;
    font-size: 17px;
  }

  h4.type3 {
    font-size: 21px;
  }

  h5 {
    width: 90%;
    font-size: 18px;
    padding: 5px 0;
    margin: 0 auto;
  }

  .cardArea.four h5 {
    font-size: 17px;
  }

  .content_text {
    font-size: 16px;
  }

  .content_tit_img img {
    width: 160px;
  }

  .content_chart_pc {
    display: none;
  }

  .content_chart_mobile {
    display: block;
    margin: 0 auto;
  }

  .content_chart {
    width: 90%;
    padding: 10px 0;
  }

  .content_chart_two {
    width: 90%;
    padding: 0;
  }

  .content_btn {
    font-size: 18px;
    margin: 15px 0 0 0;
  }

  .content_btn.type2 {
    font-size: 16px;
  }

  .content_btn.type4 {
    font-size: 16px;
  }

  .content_btn.type5 {
    font-size: 18px;
  }

  .content_infotex {
    width: 90%;
    font-size: 12px;
    padding: 15px 0;
  }

  .content_infotex b {
    font-size: 13px;
  }
}

/* --輪播圖表------------------------------------ */
.content_slider_block {
  width: 85%;
  max-width: 1000px;
  border-radius: 20px;
  padding: 30px 40px 20px 40px;
  margin: 20px auto;
  position: relative;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  .content_slider_block {
    width: 85%;
    padding: 30px 30px 20px 30px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 811px) {
  .content_slider_block {
    width: 85%;
    padding: 0px 10px;
    margin: 20px auto;
  }
}

/* --卡片------------------------------------ */

.cardArea_section {
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;

  justify-content: center;
  flex-wrap: initial;
}

.cardArea {
  width: 70%;
  max-width: 300px;
  margin: 20px;
}

.cardArea_two {
  max-width: 400px;
  margin: 20px 30px;
}

.cardArea.border {
  border: 1px solid #a6e0f3;
}

.cardArea p {
  width: 90%;
  font-size: 18px;
  color: #707070;
  text-align: justify;
  margin: 0 auto;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.cardArea p.type2 {
  color: #f26119;
}

.cardArea.icon img {
  max-width: 130px;
}

.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 img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.cardArea_icon {
  width: 85%;
  max-width: 350px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 25px 0;
}

.cardArea_icon img {
  width: 100%;
  max-width: 260px;
}

.imgArea {
  margin: 0 auto;
}

.imgArea .item {
  display: inline-block;
  width: 50%;
  max-width: 140px;
  padding: 20px;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  .cardArea_section {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }

  .cardArea_two {
  max-width: 400px;
  margin: 20px 10px;
}
}

@media screen and (max-width: 811px) {
  .cardArea {
    margin: 20px 5px;
    width: 50%;
    max-width: 150px;
  }

  .cardArea_section {
    flex-wrap: wrap;
  }

  .cardArea_two {
    width: 100%;
    max-width: 320px;
    margin: 0 0 20px 0;
  }

  .cardArea_icon {
    width: 85%;
    max-width: 350px;
  }

  .cardArea p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .imgArea .item {
    width: 35%;
    max-width: 95px;
    padding: 15px 5px;
  }

  .cardArea.icon img {
    max-width: 100px;
  }
}

/* --影音區------------------------------------- */

#video {
  background-color: #ffffff;
  background-image: url(image/video_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

#video_ctbc {
  background-color: #22a09a;
}

#video_lion {
  background-color: #c14040;
}

.mvBox {
  margin: 0 auto 20px;

  padding: 0;

  position: relative;

  text-align: center;
}

.mvBox > .mvBox-tit:before {
  content: "";

  display: block;
}

.mvBox > .mvBox-video {
  display: block;

  position: relative;

  padding-bottom: 56.25%;

  height: 0;

  overflow: hidden;

  margin: 0 auto;
}

.mvBox > .mvBox-video > iframe,
.mvBox > .mvBox-video > object,
.mvBox > .mvBox-video > embed {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.cardList {
  width: 70%;
  display: flex;
  margin: 0 auto;
  padding: 0;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
}

.cardList > li {
  width: 100%;
  margin: 0 auto 20px;
}

.cardList.two > li {
  width: 45%;
}

.cardList.three > li {
  width: 45%;
}

@media screen and (max-width: 1079px) {
  .cardList {
    width: 90%;
    flex-direction: column;
  }

  .cardList > li {
    margin: 0 auto;
  }

  .cardList.two > li {
    width: 80%;
  }

  .cardList.three > li {
    width: 80%;
  }

  .mvBox > .mvBox-tit {
    font-size: 18px;
  }
}

/* --overview------------------------------------ */
#overview {
  width: 100%;
  background-color: #f5fafe;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.5em;
  background-size: cover;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
}

@media screen and (max-width: 811px) {
}

/* --為什麼AI趨勢，台股機會似乎勢在必得?------------------------------------ */

#ai-growth {
  background-color: #dfeff2;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
}

@media screen and (max-width: 811px) {
}

/* --想投資AI也想投資台股，但不知道從哪裡開始?------------------------------------ */

#getting-started {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(image/getting-started_bg.png);
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

#getting-started h3 {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

#getting-started .content_text {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.bg_people {
  position: absolute;
  bottom: 0;
  width: auto;
  max-width: 300px; /* 您可以根據圖片細緻度調整大小 */
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease; /* 增加一點轉場平滑感 */
}

.bg_people_1 {
  right: 5%; /* 靠右 */
}

.bg_people_2 {
  left: 5%; /* 靠左 */
}

.scroll-indicator-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

.down-arrow {
  width: 80px;
  height: 80px;
  animation: bounce-down 2s infinite;
}

@keyframes bounce-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  40% {
    transform: translateY(16px);
    opacity: 1;
  }
  60% {
    transform: translateY(14px);
    opacity: 1;
  }
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  #getting-started {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 811px) {
  #getting-started {
    padding-bottom: 120px;
  }

  .bg_people {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    max-width: 90%;
    height: auto;
  }
  .scroll-indicator-container {
    padding: 5px 0;
  }
  .down-arrow {
    width: 50px;
    height: 50px;
  }
}

/* --主動選股，把波動轉為機會 ------------------------------------ */
#active-strategy {
  background-color: #ecf5fc;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

#active-strategy .content_btn {
  position: relative;
  z-index: 2;
}

#active-strategy .content_text {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  #active-strategy {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 811px) {
  #active-strategy {
    padding-bottom: 160px;
  }
}

/* --中租靈活扣 x 安聯台股基金布局 ------------------------------------ */
#investment-plans {
  background-color: #e4f1f9;
}

/* --推薦基金 ------------------------------------ */

.referral_fund {
  width: 90%;
  color: #ffffff;
  background-color: #003781;
}

@media screen and (max-width: 811px) {
  .referral_fund {
    padding: 30px 0;
  }
}

#FundTW {
  background-color: #f9f5f0;
}

.card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1000px;
  margin: 30px auto;
  padding: 0px;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  border-radius: 24px;
  background-color: #ffffff;
  border: 2px solid #b7d9ef;
}

.card2 img {
  width: 400px;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  margin: 0px;
  display: block;
}

.card2-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  margin: 0px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card2-content .title {
  font-size: 36px;
  font-weight: bold;
  color: #3c3c3c;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.card2-content .pagr {
  color: #3c3c3c;
  font-size: 21px;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.card2-content > .btn {
  display: table;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .card2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px auto 16px;
  }
  .card2 img {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .card2-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
  }
  .card2-content .title {
    font-size: 24px;
  }
  .card2-content .pagr {
    font-size: 18px;
  }
  .card2-content > .btn {
    display: inline-block;
    vertical-align: middle;
  }
}



/* --績效表格------------------------------------- */

.performance {
  width: 95%;
  max-width: 1000px;
  font-size: 18px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.content_performance {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
}

.performance table {
  width: 100%;
}

.performance_item {
  font-size: 20px;
  text-align: left;
  padding: 0 0 10px 0;
}

.performance th {
  color: #ffffff;
  padding: 15px 5px;
  background-color: #6c849f;
}

.performance td {
  padding: 15px 10px;
  text-align: center;
}

.performance tr:nth-child(even) {
  background: #ececec;
}
.performance tr:nth-child(odd) {
  background: #ffffff;
}

@media screen and (max-width: 811px) {
  .performance {
    width: 800px;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: auto;
  }

  .performance td {
    padding: 10px 2px;
    border-bottom: 2px solid #d3d3d3;
  }

  .performance_item {
    font-size: 16px;
  }
}

/* --側邊按鈕------------------------------------- */
.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;
}

.link {
  background: #3266a6;
}

.FB_link {
  background: #ff725c;
}

.link:hover {
  background: #1c4d8a;
}

.FB_link:hover {
  background: #df503a;
}

@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: 18px;
    margin-bottom: 0px;
    border-radius: 0;
  }
}

/* --返回上方------------------------------------- */
.topBtn {
  position: fixed;
  z-index: 999;
  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;
  }
}

/* --基金公司警語------------------------------------- */

#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_text b {
  color: #193c6a;
}

.company_attention_item {
  display: inline-block;
  padding-right: 40px;
}

@media screen and (max-width: 811px) {
  #company_attention {
    font-size: 16px;
  }
}

/* --注意事項------------------------------------- */

.Attention_tit {
  padding: 60px 0 0 0;
}

@media screen and (min-width: 1200px) {
  #Promotions {
    width: 100%;
    text-align: center;
    background-color: #f7f8f8;
  }

  #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) {
  #Promotions {
    width: 100%;
    text-align: center;
    background-color: #f7f8f8;
  }

  #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) {
  #Promotions {
    width: 100%;
    text-align: center;
    background-color: #f7f8f8;
    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;
  }
}

/* --標籤------------------------------------- */

.event-tit {
  font-size: 36px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 24px;
  padding: 0px;
}

.event-tit .tag {
  padding: 0.3em 0.6em;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}

.event-tit .tag-area {
  position: relative;
}

.event-tit .tag :after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 8px 8px 0px 8px;
  border-style: solid;
  left: 0;
  bottom: 0;
  transform: translate(100%, 100%);
}

.event-tit.close {
  margin: 0px auto;
}

.event-tit.blue {
  color: #0e4caf;
}

.event-tit.blue .tag {
  background-color: #0e4caf;
  padding: 0.3em 1em 0.4em 1em;
}

.event-tit.blue .tag :after {
  border-color: #0e4caf;
  border-color: #0e4caf transparent transparent transparent;
}

.event-tit.black {
  color: #3c3c3c;
}

.event-tit.black .tag {
  background-color: #4477c1;
}

.event-tit.black .tag :after {
  border-color: #4477c1;
  border-color: #4477c1 transparent transparent transparent;
}

.event-tit .gold {
  color: #ba903f;
}

.event-tit.gold .tag {
  background-color: #ba903f;
  padding: 0.3em 1em 0.4em 1em;
}

.event-tit.gold .tag :after {
  border-color: #ba903f;
  border-color: #ba903f transparent transparent transparent;
}

.event-tit .cyan {
  color: #339999;
}

.event-tit.cyan .tag {
  background-color: #339999;
  padding: 0.3em 1em 0.4em 1em;
}

.event-tit.cyan .tag :after {
  border-color: #339999;
  border-color: #339999 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .event-tit {
    font-size: 22px;
    margin: 0px auto 18px;
  }
  .event-tit .tag {
    font-size: 18px;
  }

  .event-tit.cyan .tag {
    font-size: 22px;
  }
}
