﻿/* ---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: #2e2a2e;
  display: relative;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

table {
  border-collapse: collapse;
}

/* --主視覺------------------------------------- */

#KV {
  width: 100%;
  min-height: 720px;
  background-image: url(image/KV_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  position: relative;
}

.KV_content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.KV_tit {
  width: 100%;
  max-width: 500px;
  z-index: 999;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 0 0;
}

.KV_landmarks img {
  width: 90%;
}

.KV_landmarks {
  width: 680px;
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  text-align: center;
  animation: landmarks 5s infinite ease-in-out;
}

@keyframes landmarks {
  0% {
    top: 108%;
  }
  50% {
    top: 104%;
  }
  100% {
    top: 108%;
  }
}

@media screen and (min-width: 1921px) {
  #KV {
    background-size: cover;
  }
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  #KV {
    width: 100%;
    min-height: 720px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  .KV_content {
    max-width: 950px;
    margin: 0 auto;
  }

  .KV_tit {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }

  .KV_landmarks {
    width: 90%;
    max-width: 620px;
    position: absolute;
    top: 420px;
    left: 50%;
  }

}

@media screen and (max-width: 811px) {
  #KV {
    min-height: 540px;
    background-size: cover;
  }

  .KV_content {
    padding: 50px 0 0 0;
  }

  .KV_tit {
    width: 85%;
    max-width: 330px;
    padding: 0;
    margin: 0 auto;
  }

  .KV_landmarks {
    max-width: 100%;
    width: 500px;
    top: 350px;
  }

@keyframes landmarks {
  0% {
    top: 115%;
  }
  50% {
    top: 112%;
  }
  100% {
    top: 115%;
  }
}
}

/* --主視覺分頁------------------------------------ */

.KV_bg {
  width: 100%;
  height: 640px;
  position: relative;
  background-position: center;
}

.KV_bg_ctbc {
  background-image: url(image/KV_pc_ctbc.png);
}

.KV_bg_lion {
  background-image: url(image/KV_pc_lion.png);
}


.KV_pc_2 {
  width: 100%;
  height: 640px;
  display: block;
  letter-spacing: 3px;
  background-color: #0f0d18;
  position: relative;
  background-repeat: no-repeat;
}

.KV_mobile {
  display: none;
}

.KV_ColorBlock {
  width: 820px;
  height: 640px;
  clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
  position: absolute;
  z-index: 1;
  animation: KV_ColorBlock_move 1.5s ease-in-out;
}


.KV_ColorBlock.color_green {
  background-color: #009890e5;
}

.KV_ColorBlock.color_red {
  background-color: #bd1414bd;
}

@keyframes KV_ColorBlock_move {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.KV_slideshow {
  width: 100%;
  height: 640px;
  position: relative;
  overflow: hidden;
}

.KV_slideshow_item {
  width: inherit;
  height: inherit;
  position: absolute;
  opacity: 0;
  animation: slideanim 9s 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: 3s;
}

.KV_slideshow_item:nth-child(3),
.KV_slideshow_item:nth-child(3) img {
  animation-delay: 6s;
}

.KV_slideshow_item img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.KV_slideshow_item_text {
  color: #fff;
  position: absolute;
  top: 34%;
  left: 5%;
  z-index: 999;
}

.KV_slideshow_item_text h6 {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 4px;
  padding: 20px 0;
  font-weight: normal;
}

.KV_slideshow_item_text p {
  width: 240px;
  color: #097979;
  background-color:#FFFFFF ;
  font-size: 24px;
  line-height: 1.4;
  padding: 12px 20px;
  font-weight: bold;
}

.KV_slideshow_item_text p.type2 {
  color: #ba1e1e;
}


.KV_slideshow_item_text b {
  color: #fe5c3f;
  font-size: 28px;
  font-weight: 900;
}


@keyframes slideanim {
  5% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
@media screen and (min-width: 1921px) {
  .KV_bg {
    background-size: cover;
  }
}

@media screen and (min-width: 812px) and (max-width: 1199px) {

  .KV_ColorBlock {
    width: 660px;
  }


}

@media screen and (max-width: 811px) {
  .KV_pc_2 {
    display: none;
  }

  .KV_mobile {
    display: block;
    width: 100%;
    height: 480px;
    background-position: center;
    background-size: cover;
  }

  .KV_slideshow {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
  }

  .KV_bg_ctbc_mobile {
    background-image: url(image/KV_pc_ctbc.png);
  }

  .KV_bg_article_mobile {
    background-image: url(image/KV_pc_lion.png);
  }

  .KV_ColorBlock {
    width: 100%;
    max-width: 580px;
    height: 480px;
    clip-path: polygon(0 0, 90% 0, 28% 100%, 0% 100%);
    position: absolute;
    z-index: 1;
    animation: KV_ColorBlock_move 1.5s ease-in-out;
  }

  .KV_slideshow_item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .KV_slideshow_item_text {
    top: 140px;
  }

  .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: 18px;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 8px 0 12px 0;
    font-weight: normal;
  }

  .KV_slideshow_item_text p {
    width: 150px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 8px ;
    text-align: center;
  }

  .KV_slideshow_item_text b {
    font-size: 21px;
}

  .KV_slideshow_item_text p.type2 {
    font-size: 18px;
  }

  .KV_btn {
    display: block;
    width: 150px;
    color: #005598;
    background-color: #ffffff;
    font-size: 19px;
    padding: 12px;
    letter-spacing: 2px;
    margin-top: 0;
  }
}



/* --內容區共同設定------------------------------------ */

.content_section {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  line-height: 1.2;
}

.content_section_2 {
  padding: 80px 0 20px 0;
}

.content_section_3 {
  padding: 40px 0 80px 0;
  text-align: center;
}

h1{
	font-size: 45px;
}

h3 {
  width: 80%;
  max-width: 1280px;
  font-size: 36px;
  text-align: center;
  color: #1e1e1e;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 20px;
  margin: 0 auto;
}

h4 {
  font-size: 26px;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
}

h4.color-1 {
  color: #132375;
}

h4.color-2 {
  color: #db6414;
}

h4.color-3 {
  color: #097979;
}

h4.color-4 {
  color: #ba1e1e;
}

h4.type1 {
  width: 85%;
  min-height: 80px;
  font-size: 20px;
  color: #383838;
  text-align: justify;
  font-weight: normal;
  margin: 0 auto;
}

h4.type2 {
  color: #097979;
  font-weight: bold;
  letter-spacing: 2px;
}

h4.type3 {
  color: #ba1e1e;
  font-weight: bold;
  letter-spacing: 1px;
}

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.type1 {
  color: #a81616;
}

h5.type2 {
  color: #22a09a;
  padding: 0;
  line-height: 1.2;
}

h5.type3 {
  color: #ea475f;
  padding: 0;
  line-height: 1.2;
}

h5.color-2 {
  color: #05c3de;
  font-weight: bold;
  letter-spacing: 2px;
}

.content_text {
  width: 90%;
  max-width: 900px;
  font-size: 18px;
  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: 200px;
}

.content_btn {
  display: inline-block;
  width: 60%;
  max-width: 240px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #2c549b;
  border-radius: 5px;
  padding: 18px 25px;
  margin: 20px 10px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.content_btn.type_ctbc{
  background-color: #fe5c3f;
}

.content_btn.type_ctbc:hover{
  background-color: #ff401e;
}

.content_btn.type_lion{
  background-color: #9d1c53;
}

.content_btn.type_lion:hover{
  background-color: rgb(117, 21, 63);
}

.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: 500px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 15px 0;
  margin: 0 auto;
  background-color: #871111;
}

.content_btn.type2:hover {
  background-color: #be2c2c;
}

.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_btn.type4 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #871111;
  background-color: #ffffff;
  border: 2px solid #871111;
  border-radius: 50px;
  padding: 10px;
  margin: 15px 5px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.content_chart {
  display: block;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.content_chart.size-lgi {
  width: 95%;
  max-width: 920px;
  padding: 0;
}


.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: 500px;
  width: 90%;
  padding: 10px 0;
}

.content_chart_mobile {
  display: none;
}

.content_infotex {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: justify;
  font-size: 15px;
  line-height: 1.4;
  color: #8c898a;
  padding: 20px 0;
}

.content_infotex b {
  color: #4c525a;
}

.content_infotex_all {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.target-fix:target {
  padding-top: 80px;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .content_text {
    font-size: 17px;
  }
}

@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: 22px;
    letter-spacing: 2px;
    padding: 10px 0;
  }

  h4 {
    width: 95%;
    font-size: 20px;
    margin: 0 auto;
  }

  h4.type1 {
	min-height: auto;
    font-size: 18px;
  }

  h5 {
    width: 90%;
    font-size: 18px;
    padding: 5px 0;
    margin: 0 auto;
  }

  .cardArea.four h5 {
    font-size: 17px;
  }

  .content_text {
    font-size: 15px;
  }

  .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: 15px 0;
  }

  .content_btn {
    font-size: 18px;
    margin: 15px 0 0 0;
  }

  .content_btn.type2 {
    font-size: 16px;
  }

  .content_btn.type4 {
    font-size: 16px;
  }

  .content_infotex {
    width: 90%;
    font-size: 13px;
    padding: 15px 0;
  }
}

/* --輪播圖表------------------------------------ */
.content_slider_block {
  width: 85%;
  max-width: 1000px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 40px 20px 40px;
  margin: 20px auto;
  position: relative;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  .content_slider_block {
    width: 85%;
    padding: 50px 30px 20px 30px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 811px) {
  .content_slider_block {
    width: 85%;
    padding: 30px 20px 10px 20px;
    margin: 20px auto;
  }
}

/* --卡片------------------------------------ */

.cardArea_section {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -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.ctbc {
  background-color: #e3f9f8;
  padding: 10px 0 20px 0; 
  border-radius: 10px;
}

.cardArea.lgi {
  border: 2px solid #ba1e1e;
  background-color: #ffffff;
  padding: 10px 0 20px 0; 
  border-radius: 10px;
}

.cardArea_two {
  max-width: 420px;
  margin: 20px 40px;
}


.cardArea.four{
  width: 50%;
  max-width: 250px;
  margin: 20px;
}

.cardArea.cardArea.type2 {
  width: 80%;
  max-width: 380px;
  margin: 0 25px;
}

.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.icon.ctbc img {
  max-width: 90px;
}

.cardArea.icon.lgi img {
  max-width: 100px;
}



.cardArea_pic {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 0 35px 0;
}

.cardArea_pic.type2 {
  padding: 0;
}

.cardArea_pic.shadow {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px 0px rgba(196, 196, 196, 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: 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;
  }
}

@media screen and (max-width: 811px) {
  .cardArea {
    margin: 20px 10px;
  }

  .cardArea.type2 {
    margin: 5px auto;
  }

  .cardArea_two {
    width: 80%;
    margin: 20px 10px;
  }

  .cardArea.four{
    width: 50%;
    max-width: 170px;
    margin: 12px 8PX;
}

  .cardArea p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .imgArea .item {
    width: 35%;
    max-width: 95px;
    padding: 15px 5px;
  }
}

/* --影音區------------------------------------- */

#video {
  background-color: #FFFFFF;
  background-image: url(image/video_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

#video_ctbc{
  background-color: #22a09a;
}

.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%;
  color: #ffffff;
  background-color: #2e466d;
  background-image: url();
  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) {
  #overview {
    padding: 0px;
  }
}

/* --越南投資潛力------------------------------------ */

#potential {
  background-color: #d9d8ef;
  background-size: contain;
  background-repeat: repeat-y;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
}

@media screen and (max-width: 811px) {
}

/* --越南經濟實力------------------------------------ */

#strength {
  background-color: #fff1d2;
  background-size: contain;
  background-repeat: repeat-y;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
}

@media screen and (max-width: 811px) {
}

/* --定期定額越南股市------------------------------------ */
#RspVietnam {
  background-color: #fff0f0;
}

/* --文章專區------------------------------------ */
#article {
  background-color: #eeeeee;
}

/* --中信分頁------------------------------------- */
#vn-stock-reasons {
  background-color: #c3e6e6;
  background-size: contain;
  background-repeat: repeat-y;
}

#ctbc-vn-fund{
  background-color: #007068;
  padding: 30px;
}

#vn-market-benefits{
  background-color: #FFFFFF;
}

#active-vn-fund{
  background-color: #e1efed;;
}


/* --利安分頁------------------------------------- */

#vn-opportunity{
  background-color: #f9e5e5;
}

#vn-strengths{
  background-color: #FFFFFF;
}

#lion-vn-fund{
  background-color: #a52020;
  padding: 30px;
}

.content_slider_item {
  display: block;
  position: absolute; 
  width: 290px;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
  .content_slider_item {
    width: 210px;
  }
}

@media screen and (max-width: 811px) {
  .content_slider_item {
    display: block;
    position: relative; 
    width: 220px;
  }
}


/* --績效表格------------------------------------- */

.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;
}

.ctbc-vn-fund th {
  color: #ffffff;
  background-color: #097979;
  padding: 15px 5px;
}

.lion-vn-fund th {
  color: #ffffff;
  background-color: #a52020;
  padding: 15px 5px;
}

.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;
  }
}


/* --基金清單------------------------------------- */

.fund_block table {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.fund_block table td {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 22px 10px;
}

.fund_name {
  text-align: justify;
}

.fund_name b {
  color: #061937;
}

.fund_btn {
  width: 30%;
}

.fund_btn a {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #061937;
  padding: 15px;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.fund_btn a:hover {
  background-color: #0c995c;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 811px) {
  .fund_block table td {
    font-size: 16px;
  }

  .fund_btn {
    width: 35%;
  }

  .fund_btn a {
    font-size: 14px;
  }
}

/* --側邊按鈕------------------------------------- */
.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: 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;
  }
}

/* --基金公司警語------------------------------------- */

#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;
  }
}

/* --footer------------------------------------- */
/*
footer {
	background: #3D3D3D;
	color: #F7F7F7;
	line-height: 1.8;
	margin:0;
	padding: 40px 0 50px;
	box-sizing: border-box;
}

footer > div {
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0 30px;
}

footer > div > dl {
	padding: 10px 0 10px 1.5em;
	margin: 10px auto;
	border-top: 2px solid #F7F7F7;
	border-bottom: 2px solid #F7F7F7;
	display: block;
}
footer > div > dl dt,
footer > div > dl dd{
	margin: 0;
	line-height: 1.5;
	font-size: 16px;
	display: list-item;
}
footer > div > dl dt {
	list-style-type: square;
}

footer > div > dl dd:nth-of-type(even) {
	font-size: 16px;
}

footer > div > dl dd a,
footer > div > dl dt a {
	color: #F7F7F7;
	text-decoration: none;
}

footer > div > p {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}
footer > div > p b{
	display: inline-block;
	padding: 0 0 0 16px;
}
footer > div > p > .socialBox{
	display: inline-block;
	text-align: right;
	position: absolute;
	right:0;
	bottom:0;
	z-index: 2;	
	letter-spacing: 5px;
	padding: 0;	
}
footer > div > p > .socialBox > a{
	display: inline-block;
}
footer > div > p > .socialBox > a i{
	font-size:30px;
	color:#c8a973;
}
footer > div > p > .socialBox > a:hover i{
	color:#b49560;
}
footer > div > p > .socialBox > a .footIcon{
	font-size:36px;
	height:36px;
	display: inline-block;
	vertical-align: 0;
	border:none;
}


footer > div > .text_scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 122px;
	width:100%;
	margin: 0;
	padding:0 16px 0 0;
	box-sizing: border-box;
}

footer > div > .text_scroll > p {
	margin: 0;
	font-weight:normal;
}

footer > div > .text_scroll span {
	color: #A89878;
	font-weight: bold;
}

.text_scroll{
	font-size: 15px;
}	

@media screen and (max-width: 669px){
	footer {
		padding: 20px 0;
		margin-bottom:48px;
	}
	footer > div > p {
		text-align: center;
	}
	footer > div > p b{
		display: block;
		padding: 0;
	}
	footer > div > p > .socialBox{
		display: block;
		text-align: center;
		position: relative;
		right:0;
		bottom:0;
		z-index: 1;	
		padding: 8px 0 0;
		letter-spacing: 16px;		
	}
	footer > div > p > .socialBox > a .footIcon{
		font-size:48px;
		height:48px;
		display: inline-block;
		vertical-align: 0;
		border:none;
	}

}

*/
