@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap&subset=chinese-traditional);
@font-face {
  font-family: Klavika;
  src: url(fonts/Klavika/KlavikaWebBasicRegular.eot);
  src: url(fonts/Klavika/KlavikaWebBasicRegular.woff);
  font-weight: normal;
}
@font-face {
  font-family: Klavika;
  src: url(fonts/Klavika/KlavikaWebBasicBold.eot);
  src: url(fonts/Klavika/KlavikaWebBasicBold.woff);
  font-weight: bold;
}

.vic_hide{
  display: none!important;
}
*:focus {
  outline: none !important;
}
*{
  box-sizing: border-box;
}
body, html {
  font-family: Klavika, "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Arial", sans-serif;
  font-size: 18px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: #3E3A39;
  font-weight: normal;

}
/* section{
  overflow-x: hidden;
} */
button:focus {
  outline: none;
  cursor: pointer;
}
p {
  margin: 0;
  line-height: 1.8rem;
  text-align: justify;
}
a {
  text-decoration: none;
}
a, a:active, a:visited {
  color: inherit;
}
h1 {
  font-weight: 600;
}
.navbar-brand{
  margin-right: 0;
}
/* loading -start */
.m-loading {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
}

.m-loading__center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #d7d7d7;
  transform: rotate(0deg);
}

.m-loading__center:before {
  content: "";
  background: #000;
  transform: scaleY(0);
  -webkit-animation: loader-inner 2s ease infinite forwards;
  animation: loader-inner 2s ease infinite forwards;
  transform-origin: 0 0;
}

@-webkit-keyframes loader-inner {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  25% {
    transform: scaleY(0);
  }
  49% {
    transform-origin: 0 0;
  }
  50% {
    transform: scaleY(1);
    transform-origin: 0 bottom;
  }
  75% {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
    transform-origin: 0 bottom;
  }
}

@keyframes loader-inner {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  25% {
    transform: scaleY(0);
  }
  49% {
    transform-origin: 0 0;
  }
  50% {
    transform: scaleY(1);
    transform-origin: 0 bottom;
  }
  75% {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
    transform-origin: 0 bottom;
  }
}

.m-loading__center .m-loading__inner {
  transform: rotate(0deg);
}

.m-loading__center .m-loading__inner,
.m-loading__center:before,
.m-loading__center svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  transform: rotate(0deg);
}

.m-loading__center svg {
  z-index: 2;
}
/* loading -end */
/* scroll down */
.scroll {
  position: relative;
  width: 100%;
  top: -50px;
}
.scroll_arrow{
  width: 12px;
  height: 50px;
  margin-left: 10px;
}
.scroll_content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll_content > span{
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 5px;
}
/* scroll to top */
.scrollToTop {
  position: fixed;
  z-index: 98;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 80px;
}
.scrollToTop_arrow{
  width: 12px;
  height: 50px;
  margin-left: -10px;
  margin-bottom: 2px;  
  transform: rotate(180deg);
}
.scrollToTop_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scrollToTop_content > span{
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
}
.sec_wrapper{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1 {
  color: #1cd8c0;
}
/* swiper 的設置 */
.swiper-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  border: 0px solid red;
}
.swiper-container p {
  line-height: 1.8rem;
}
.swiper-pagination {
  position: static;/*static*/
  margin-top: 20px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  border-radius: 4px;
  background-color: #50BEAF;
  opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;
  height: 8px;
  background-color: #50BEAF;
  opacity: 1;
}
.swiper-pagination-bullet:hover{
  opacity: 1;
}
.swiper-wrapper {
  padding: 0;
  position: relative;
}
.swiper-stage {
  width: 100%;
  height: 65px;
  background: url("../images/stage.png") 50% 0% no-repeat;
  background-size: 430px auto;
  position: absolute;
  bottom: 65px;
}
.swiper-wrapper .swiper-slide {
  border: 0px solid blue;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #50BEAF;
  color: white;
}
.swiper-button-next:after, .swiper-button-prev::after{
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url('../images/arrow_r.svg') no-repeat center center;
  background-size: 20px auto;
}
.swiper-button-prev::after{
  transform: rotate(180deg);
}
/* swiper裡面的內容 */
.mybox_aaa{
  border: 0px solid #aaa;
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mybox_aaa > .txt {
  position: absolute;
  width: 80%;
  top: 470px;
}
.idSwiper_Suggest{
  border: 5px solid #50BEAF;
  width: 80%;
  max-width: 960px;
}
.mybox_bbb{
  border: 0px solid #aaa;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;  
  padding: 50px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
}

/* 你是哪一種投資人？ */
.o-income-ai {
  padding-top: 0 !important;
  width: 100%;
}
.o-income-ai__right-video-deco-square {
  width: auto !important;
}
.o-income-ai__left-inner {
  padding-top: 0 !important;
  top: 50% !important;
}
.fund_main {
  background: #f0f0f0;
  padding: 50px 0 150px 0;
  width: 100%;
  overflow: hidden;
 }
 .fund_main h1 {
   color: #1cd8c0;
   text-align: center;
 }
 .fund_left_title {
   color: #1cd8c0;
   font-size: 26px !important;
 }
 .fund_left_txt {
   line-height: 1.8rem;
   color: #333 !important;
   width: 90%;
 }
 .fund_right_title h4 {
   font-size: 28px;
   text-align: center;
   color: #fabc3e;
 }





/* 解碼6大投資個性背後的12種特徵 */
.analyze_wrapper {
  background-color: #f8f8f8;
}

.purple {
  color: #55499e;
  font-weight: 700;
}
.analyze_cube {
  margin: 0 auto;
  position: relative;
  top: -400px;
  justify-content: center;
}
.analyze_cube div{
  max-width: 120px;
  height: 120px;
  margin: 18px;
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 700; 
  text-align: center;
  vertical-align: middle;
  color: #40c1ab;
  border: 1px solid #40c1ab;
  border-radius: 6px;
}
.analyze_cube div span {
  display: block;
  margin-top: 30px; 
}
.cube_p {
background-color: #5949A7;
box-shadow: inset 0px 0px 15px 3px #CC9EFF;
-webkit-box-shadow: inset 0px 0px 15px 3px #CC9EFF;
-moz-box-shadow: inset 0px 0px 15px 3px #CC9EFF;
-o-box-shadow: inset 0px 0px 15px 3px #CC9EFF;
border: 0 !important;
color: #fff !important;
}
.cube_g {
background-color: #1cd8c0;
box-shadow: inset 0px 0px 15px 3px #C8FFF9;
-webkit-box-shadow: inset 0px 0px 15px 3px #C8FFF9;
-moz-box-shadow: inset 0px 0px 15px 3px #C8FFF9;
-o-box-shadow: inset 0px 0px 15px 3px #C8FFF9;
border: 0 !important;
color: #fff !important;
}

.survey_btn {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  display: block;
  text-align: center;
  line-height: 44px;
  margin-top: 30px;
  color: #fff !important;
  letter-spacing: 1px;
  border-radius: 6px;
  background: #1cd8c0;
  box-shadow: inset -4px -4px 10px -3px #1db7a3;
  -webkit-box-shadow: inset -4px -4px 10px -3px #1db7a3;
  -moz-box-shadow: inset -4px -4px 10px -3px #1db7a3;
  -o-box-shadow: inset -4px -4px 10px -3px #1db7a3;
  font-size: 20px;
}


/* 半圓背景 */
.change {
  margin: -100px 0 0;
  position: relative;
}
.change .circle {
  height: 60px;
  overflow: hidden;
  position: relative;
}
.change .circle:before {
  content: "";
  width: 100%;
  padding-bottom: 18%;
  background: #a55252;
  position: absolute;
  top: 0;/*92px*/
  left: 0;
  border-radius: 100%;
  transform: scale(1.7);
  transform-origin: 50% 0;
}


/* 聯博投信提供臺灣人三大投資建議 */
.tree_point {
  width: 100%;
  padding: 50px 0 120px 0;
  background: url('../images/bg_wave1.png') 0% 100% no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}
.tp_main {
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.tp_box {
  max-width: 260px !important;
  min-width: 260px;
  margin: 0 10px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tp_box_wrapper{
  justify-content: flex-start;
  align-items: center;
  
}
.fv_box, .tp_box_wrapper{
  animation: 0;
}
.fv_box:hover, .tp_box_wrapper:hover{
  animation: tpBoxFloating 1s infinite;
  color: inherit;
}
@keyframes tpBoxFloating {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50%{
        -webkit-transform: translate3d(0, -1%, 0);
        transform: translate3d(0, -1%, 0)
    }    
    100%{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.tp_box_circle{
  width: 112px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;  
}
.tp_txt {
  min-height: 100px;
  width: 100%;
}
.tp_txt p{ line-height: 1.6;}
.tp_box_arrow {
  width: 40px;
  align-self: flex-end;
}

/* pop up Outer */
.popup {
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.1);
  z-index: 999;
}
/* pop up Inner */
.popup-inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  border: 0px solid yellow;
}
.popup-inner-wrapper{
  max-width: 1000px;
  width:90%;
  padding:20px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  box-shadow: 6px 6px 0px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 6px 6px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius:20px;
  border: 3px solid #1cd8c0;
  background:#fff;
  text-align:center;
}
.popup-scroll {
  width: 96%;
  margin: 0 auto;
  text-align: left;
  padding:20px 0;
}
.popup-scroll b {
  color: #E25244;
}
.popup_h4 {
  color: #1cd8c0;
  text-align: center;
  width: 96%;
  margin: 10px auto;
}
.popup_h4 > span{
  font-weight: bold;
  font-size: 105%;
  display: inline-block;
  padding-right: 2px;
  width: 24px;
}
.popup-inner .survey_btn{
  width: 150px;
  margin: 10px auto;
    background: #1e9bd7;
    box-shadow: inset -4px -4px 10px -3px #1787b9;
    -webkit-box-shadow: inset -4px -4px 10px -3px #1787b9;
    -moz-box-shadow: inset -4px -4px 10px -3px #1787b9;
    -o-box-shadow: inset -4px -4px 10px -3px #1787b9;  
}
.popup-scroll input[type="text"]{
  width:80%;
  height:36px;
}
.popup-scroll-wrapper{
  max-height: 400px;
  overflow-y: auto;
}
/* Close Button */
.popup-close {
  width:50px;
  height:50px;
  padding-top:0px;
  line-height:40px !important;
  display:block;
  position:absolute;
  top: 20px;
  right: 10px;
  border-radius:30px;
  background: #1cd8c0;
  font-family:Sans-Serif;
  font-size:42px;
  text-align:center;
  line-height:100%;
  color:#fff !important;
  font-weight:300 !important;
  z-index: 3;
}
.rb-modal-prev, .rb-modal-next{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1cd8c0;
  color: white;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rb-modal-prev:after, .rb-modal-next:after{
  content: '';
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(../images/arrow_r.svg) no-repeat center center;
  background-size: 20px auto;
}
.rb-modal-prev{ left: 10px;}
.rb-modal-next{right: 10px;}
.rb-modal-prev:after{
  transform: rotate(180deg);
}
/* 進一步了解行為金融學 */
.finance {
  padding: 50px 0 120px 0;
  background-color: #eafaf9;
}
.finance h1 {
  text-align: center;
  color: #1cd8c0;
}
.finance_intro {
  padding-top: 30px;
  padding-bottom: 40px;
}
.finance_video {
  justify-content: center;
}
.fv_box {
  padding: 0;
  max-width: 300px;
  background: #fff;
  border-radius: 10px;
  margin-top: 34px;
  margin: 0 10px;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
  -o-box-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
}
.fvb_video {
  height: 160px;
  background: url('../images/img-ken-haman.png') 0 0 no-repeat;
  background-size: 100% auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fvb_video2 {
  background: url('../images/huang.png') 0 0 no-repeat;
  background-size: 100% auto;
}
.fvb_txt {
  width: 100%;
}
.fvb_txt h4 {
  font-weight: 600;
  text-align: center;
  color: #1cd8c0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.fvb_txt p {
  padding: 0 40px;
  min-height: 120px;
}
.fvb_txt a {
  width: 100%;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  margin-top: 30px;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 10px;
  background: #7FBDB3;
  box-shadow: inset -4px -4px 10px -3px #0A9B83;
  -webkit-box-shadow: inset -4px -4px 10px -3px #0A9B83;
  -moz-box-shadow: inset -4px -4px 10px -3px #0A9B83;
  -o-box-shadow: inset -4px -4px 10px -3px #0A9B83;
}
.fvb_icon {
  width: 100%;
  padding: 0 12px 20px 6px;
  text-align: right;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fvb_icon_img{
  width: 42px;
  height: 42px;
}
.finance_intro2 {
  width: 100% !important;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 120px;
  justify-content: center;
}
.finance_intro2 p:first-child{
  margin-bottom: 16px;
}

.finance_intro2 p.intro2_img {
  margin-top: 40px;
  text-align: center;
}
.intro2_img img {
  height: 43px;
  padding: 0 3%;
}
.fin_intro2_img img {
  width: 100%;
}

/* lotte kv */
.sv_kv_static{
  position: relative;
  width: 100%;
  height: 770px;
  background-color: #1cd8c0; 
}
.sv_kv_fixed{
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 700px;
}
.sv_kv_wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.sv_kv_txt, .sv_kv_brain{
  /* border: 1px solid yellow; */
  width: 50%;
} 
.sv_kv_txt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sv_kv_title, .sv_kv_intro{
  width: 80%;
  max-width: 580px;
}
.sv_kv_intro{
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sv_kv_brain{
  align-self: flex-end;
}
.sv_kv_brain_relative{
  position: relative;
  width: 100%;
  height: 100%;
}
.kvb_obj{
  position: absolute;
}
.kvb_brain{
  z-index: 0;
  right: 0;
  bottom: 0;
}
.sv_scrollable_wrapper{
  position: relative;
  background:white;
}

.footer {
  background: #f0f0f0;
  padding-top: 30px;
}


/* scrollbar inner */
.scrollbar-inner > .scroll-element.scroll-y{
  width: 4px;
}
.scrollbar-inner > .scroll-element .scroll-bar{
  background-color: #1cd8c0;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar{
  opacity: 1;
}

/* data-fancy */
.fancybox-overlay{
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-wrap{
  position: absolute;
  width: 80%;
  max-width: 440px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-skin{
  box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
  position: relative;
  background: #000;
  color: #fff;
  text-shadow: none;
}
.fancybox-outer, .fancybox-inner{
  position: relative;
}
.reminderBox{
  display: block;
  padding: 60px 120px 20px 120px;
  border-radius: 4px;
  border: 3px solid #aaaaaa;
  background-color: #aaaaaa;
  background: #fff;
  color: #000;
  border-color: #1cd8c0;
  border-radius: 20px;

}
.reminderBox__alert {
    text-align: center;
    font-size: 18px;
}
.reminderBox__alert p {
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.reminderBox__btn {
    text-align: center;
    margin: 30px auto 15px;
    box-sizing: border-box;
}
.reminderBox__btn a{
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
}
.reminderBox__btn--agree a {
    line-height: 40px;
    transition: .5s;
    padding: 10px 55px;
     color: #fff;
    background: #1cd8c0;
    border-radius: 6px;
    box-shadow: inset -4px -4px 10px -3px #1db7a3;
    -webkit-box-shadow: inset -4px -4px 10px -3px #1db7a3;    
}    
.reminderBox__btn--cancel a {
    color: #aaaaaa;
    padding: 10px 55px;
}
.fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 998;
}
.fancybox-skin .popup-close{
  top: 15px;
  right: 15px;
}