
.sec_6kinds{ padding-top: 20px;}
.stage_header_in{
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;  
  flex-direction: row;
}
.sec_wrapper.stage_body
{
  padding-top: 0;
}
/* 行為大調查 */
.score_board{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -150px;
  margin-bottom: 30px;
}
.dashboard_wrapper_relative{
  position: relative;
}
.dashboard_wrapper_relative > *{
  position: absolute;
}
.dashboard_57{
  color: #1cd8c0;
  font-size: 60px;
  font-weight: bold;
  top: -10px;
  right: 78px;
  z-index: 2;
}
.dashboard_title{
  color: #1cd8c0;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  bottom: 10%;
  left: 0%;
  width: 100%;
  text-align: center;  
}
.dashboard_pointer{
  bottom: 28%;
  left: 48%;
  z-index: 2;  
  width: 4%;
  transform: rotate(30deg);
  transform-origin: 0% 100%;
}
.dashPointer {
    -webkit-animation-name: dashPointer;
    animation-name: dashPointer;
}
@keyframes dashPointer {
    0% {
      transform: rotate(-90deg);
    }
    to {
      transform: rotate(30deg);
    }
}
.dashboard_bg{
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.dashboard_wrapper_relative, .dashboard_bg, .dashboard_bg svg{
  width: 400px;
  height: 250px;
}
.score_header{
  width: 100%;
  background:  #1cd8c0;
  padding-top: 50px;
}

.score_header_in{
  border: 0px solid red;
  width: 100%;
  height: 120px;
  background: url(../images/score/shine_left.svg) no-repeat, url(../images/score/shine_right.svg) no-repeat;
  background-size: 100px auto, 90px auto;
  background-position: left 0px top -10px, right 0px bottom 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

  .three_header_in, .finance_header_in{
    width: 100%;
    height: 120px;
    background: url(../images/analyze/shine_left.svg) no-repeat, url(../images/analyze/shine_right.svg) no-repeat;
    background-size: 100px auto, 90px auto;
    background-position: left 0px top -10px, right 0px bottom 10px;
    display: flex;
    align-items: center;
    justify-content: center;  
    flex-direction: row;
  }
  .analyze_header_in{
    width: 100%;
    height: 120px;
    background: url(../images/analyze/shine_left.svg) no-repeat, url(../images/analyze/shine_right.svg) no-repeat, url(../images/analyze/bg_line.svg) no-repeat;
    background-size: 100px auto, 90px auto, 360px auto;
    background-position: left 0px top -10px, right 0px bottom 10px, center center;
    display: flex;
    align-items: center;
    justify-content: center;  
    flex-direction: row;    
  }  
.school_header_in{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 120px;
  flex-direction: row;
}
.school_span {
  width: calc(100% - 77%);
  height: 4px;
  background-color: #1cd8c0;
  border:none;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 1%;
}
h1.h1_white{
  color: #fff;
}
.score_header_content{
  border: 0px solid red;
  min-height: 250px;
  flex-direction: row;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url(../images/score/bg-left.jpg) no-repeat, url(../images/score/bg-right.jpg) no-repeat;
  background-position: left 50px bottom 0px, right 0px bottom 0px;
  padding: 0 280px;
}
/* font */
.score_note p, .score_article_note{
  font-size: 14px;
}
.score_article_note{
  line-height: 1.5;
}
.score_header_p{
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
}

.score_article_p{
  margin-bottom: 20px;
}
.score_circle_wrapper{
  margin: 10px 0;
}
.score_body{
  /* background: #EAFAF8; */
  background: url(../images/score/bg.jpg);
  background-size: cover;
  min-height: 800px;
  padding: 50px 0;
}
.score_body_in{
  border: 0px solid blue;
  width: 80%;
  max-width: 640px;
  margin: 0 auto;
}
.score_yellow{
  background-color: #FFBF27;
}
.score_purple{
  background-color: #4b3f87;
}
.score_blue{
  background-color: #1E9BD7;
}
.score_note_wrapper, .score_note{
  display: flex;
  align-items: center;
  justify-content: center;
}
.score_note:not(:first-child){
  margin-left: 10px;
}
.score_bullet{
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin: 0 10px;
}
.score_circle_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;  
}
.score_circle_box{
  width: 130px;
  height: 130px;
  position: relative;
  border: 0px solid red;
  margin: 20px 20px;
}
.score_ring{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;  
}
.score_ring svg{
  width: 128px;
  height: auto;
}
.score_circle{
  width: 124px;
  height: 124px;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 6px;
  top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.score_c_title, .score_c_number, .score_c_unit{
  color: #fff;
  line-height: 1;
  border: 0px solid blue;
}
.score_c_title{
  font-size: 14px;
  margin: 0 0 6px -6px;
}
.score_c_number{
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 2px;
}
.score_c_unit{
  font-size: 20px;
  margin-left: 3px;
}
/* lotte kv - animation */
.img_fluid{
  width: 100%;
  height: auto;
}
.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;
  overflow: hidden;
}

.sv_kv_intro{
  margin-top: 20px;
  
}
.sv_kv_intro p{
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);   */
  line-height: 1.5;
}
.sv_kv_intro p{
  color: #3e3a39;
  font-weight: normal;
}
.sv_kv_intro p:first-child{
  margin-bottom: 18px;
}
.sv_kv_brain{
  align-self: flex-end;
  max-width: 700px;
}
.sv_kv_brain_relative, .sv_kv_title_relative{
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.sv_kv_brain_relative{
  border: 0px solid blue;
  padding-bottom: 100%;  
}
.kv_obj{
  position: absolute;
  height: auto;
}
.sv_kv_title{
  border: 0px solid blue;
}
.kvt_title1, .kvt_title2{
  width: 100%;
}
.kvt_titleline{
  width: 43%;
}
.kvt_title1{
  z-index: 1; left: 0; top: 5%;
}
.kvt_title2{
  z-index: 1; left: 0; bottom: 5%;
}
.kvt_titleline{
  z-index: 1; right: 0; bottom: 7%;  
}

.kvb_cldgray{
  z-index: 0; left: 0; top: 15%;
}
.kvb_cldleft{
  z-index: 0; width: 25.7%; left: 0; top: 60%;
}
.kvb_cover{
  z-index: 1; left: 0; top: 2%;
}
.kvb_brain{
  z-index: 2; right: 0; bottom: -9%;
}
.kvb_sheep, .kvb_boss, .kvb_red,
.kvb_ppl, .kvb_green, .kvb_blue{
   z-index: 3; left: 0; bottom: 0%;
}
.kvb_green{
  z-index: 4;
}
.kvb_cldbig{
  z-index: 9; width: 57.14%; right: -30%; bottom: 0;
}
.kvb_cldgray, .kvb_cover, .kvb_sheep, .kvb_boss, .kvb_red,
.kvb_ppl, .kvb_green, .kvb_blue, .kvb_brain
{
  width: 100%;
}
.sv_scrollable_wrapper{
  position: relative;
  background:white;
  z-index: 10;
}
.sv_kv_intro{
  border: 0px solid yellow;
  padding: 0 5px 30px 5px;
}

.sv_kv_intro_relative{
  position: relative;
  min-height: 210px;
}
.sv_kv_intro_relative:before{
  border: 0px solid yellow;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(28, 216, 192, 0) 0%, rgba(28, 216, 192, 1) 100%);
}
.sv_kv_intro_words{
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.kvFadeIn {
    -webkit-animation-name: kvFadeIn;
    animation-name: kvFadeIn;
}
@keyframes kvFadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.kvTitleLine {
    -webkit-animation-name: kvTitleLine;
    animation-name: kvTitleLine;
}
@keyframes kvTitleLine{
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center;
            transform-origin: center; }
}
.kvFadeInUpBrain{
    -webkit-animation-name: kvFadeInUpBrain;
    animation-name: kvFadeInUpBrain;
}
@keyframes kvFadeInUpBrain {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.kvFadeInDownBrain{
    -webkit-animation-name: kvFadeInDownBrain;
    animation-name: kvFadeInDownBrain;
}
@keyframes kvFadeInDownBrain {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.kvFadeInUp {
    -webkit-animation-name: kvFadeInUp;
    animation-name: kvFadeInUp;
}

@keyframes kvFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.titleFadeInUp {
    -webkit-animation-name: titleFadeInUp;
    animation-name: titleFadeInUp;
}

@keyframes titleFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.animated.infinite{
  animation-iteration-count: intinite;
}

.kvCloudLeftFly{
  -webkit-animation-name: kvCloudLeftFly;
  animation-name: kvCloudLeftFly;  
  animation-duration: 5s;  
}
@keyframes kvCloudLeftFly {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50%{
        opacity: 1;
        -webkit-transform: translate3d(-10%, 10%, 0);
        transform: translate3d(-10%, 10%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.kvCloudGrayFly{
  -webkit-animation-name: kvCloudGrayFly;
  animation-name: kvCloudGrayFly;  
  animation-duration: 5s;  
}
@keyframes kvCloudGrayFly {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    50%{
        opacity: 1;
        -webkit-transform: scale(0.9) translate3d(0%, -5%, 0);
        transform: scale(0.9) translate3d(0%, -5%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0)
    }   
}
.kvCloudBigFly{
  -webkit-animation-name: kvCloudBigFly;
  animation-name: kvCloudBigFly;  
  animation-duration: 5s;
}
@keyframes kvCloudBigFly {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 50%, 0);
        transform: translate3d(-50%, 50%, 0)
    }
    30%{
      opacity: 1;
    }
    /* 60%{
      opacity: 1;
    } */
    100%{
        opacity: 0;
        -webkit-transform: translate3d(50%, -50%, 0);
        transform: translate3d(50%, -50%, 0)
    }    
    /* 100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }     */
}
.kvFloating{
  -webkit-animation-name: kvFloating;
  animation-name: kvFloating;   
  animation-duration: 10s;
}
@keyframes kvFloating {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%{
        -webkit-transform: translate3d(0, -2%, 0);
        transform: translate3d(0, -2%, 0)
    }    
    80%{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.kvFloating2{
  -webkit-animation-name: kvFloating2;
  animation-name: kvFloating2;   
  animation-duration: 10s;
}
@keyframes kvFloating2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%{
        -webkit-transform: translate3d(0, 1%, 0);
        transform: translate3d(0, 1%, 0)
    }    
    80%{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.kvIntroScrollUp{
  -webkit-animation-name: kvIntroScrollUp;
  animation-name: kvIntroScrollUp;  
}
@keyframes kvIntroScrollUp {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 120%, 0);
        transform: translate3d(0, 120%, 0)
    }
    100%{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.scrollfadeInDown {
    -webkit-animation-name: scrollfadeInDown;
    animation-name: scrollfadeInDown
}
@keyframes scrollfadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.scrollFloating{
    -webkit-animation-name: scrollFloating;
    animation-name: scrollFloating ;
    animation-duration: 3.2s;
}
@keyframes scrollFloating {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    20%{
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }    
    40%{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.h1FadeInUp{
  -webkit-animation-name: h1FadeInUp;
  animation-name: h1FadeInUp;  
}
@keyframes h1FadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    100%{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.bodyFadeInUp{
  -webkit-animation-name: bodyFadeInUp;
  animation-name: bodyFadeInUp;  
}
@keyframes bodyFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    100%{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.bodyFadeInDown{
  -webkit-animation-name: bodyFadeInDown;
  animation-name: bodyFadeInDown;  
}
@keyframes bodyFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    100%{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }    
}
.videoFadeInLeft {
    -webkit-animation-name: videoFadeInLeft;
    animation-name: videoFadeInLeft;
}
@keyframes videoFadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.ntuDecoLineLeft {
    -webkit-animation-name: ntuDecoLineLeft;
    animation-name: ntuDecoLineLeft;
}
@keyframes ntuDecoLineLeft {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  49% {
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
   }
.ntuDecoLineRight {
    -webkit-animation-name: ntuDecoLineRight;
    animation-name: ntuDecoLineRight;
}
@keyframes ntuDecoLineRight {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  49% {
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }

.videoDecoLine {
    -webkit-animation-name: videoFadeInRight;
    animation-name: videoFadeInRight;
}
@keyframes videoFadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.videoDecoLine{
    -webkit-animation-name: videoDecoLine;
    animation-name: videoDecoLine;
}
@keyframes videoDecoLine {
    0% {
        opacity: 1;
        /* -webkit-transform: translate3d(10%, 0, 0); */
        transform: scaleX(0.1);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}
.score_btn_wrapper{
  display: flex;
  justify-content: space-around;
  align-items: center;
  
}
.score_btn_wrapper .survey_btn{
  width: auto;
  background-color: #1E9BD7;
  box-shadow: inset -4px -4px 10px -3px #0e81a5;
  -webkit-box-shadow: inset -4px -4px 10px -3px #0e81a5;
  -moz-box-shadow: inset -4px -4px 10px -3px #0e81a5;
  -o-box-shadow: inset -4px -4px 10px -3px #0e81a5;
}

/* 解碼6大投資個性背後的12種特徵 */
.change .circle:before {
  background: #fff;
  position: absolute;
  top: 0;/*92px*/
  left: 0;
  border-radius: 100%;
  transform: scale(1.7);
  transform-origin: 50% 0;
}
.analyze_wrapper {
  margin-top: -5px;
  background: url(../images/analyze/bg.jpg);
  background-size: cover;
  min-height: 800px;
  padding: 0px 0 50px 0;  
}
.analyze_intro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
}
.font_yellow{
  color: #ffbf27;
  font-weight: bold;
}
.analyze_article{
  margin-bottom: 30px;
  width: 100%;
}
.analyze_stage{
  border: 0px solid green;
  width: 100%;
  background-image: url("../images/floor.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 290px;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 人物選擇 */
.relative_people{
  max-width: 75%;
}
.relative_people{
  border: 0px solid green;
  width: 100%;
  margin: 20px auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.relative_box{
  border: 0px solid blue;
  width: 100%;
  height: 300px;
  max-width: 640px;
  position: relative;
  left: auto;
  top: auto;
}
.people{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  cursor: pointer;
}
.people::before{
  border: 0px solid #aaa;
  position: absolute;
  content: '';
  width: 150px;  
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0px;
  background-size: 150px auto;
  opacity: 0;
  transition: .2s;
}
.people img{
  width: 150px;
  height: auto;
}

.relative_kind {
  max-width: 10%;
  padding-top: 250px;
  font-size: 15px;
}
.relative_kind span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  vertical-align: middle;
  margin-right: 6px;
  background: #1cd8c0;
}
.relative_kind .span_ppl {
  background: #5949a7;
}
.relative_kind {
  border: 0px solid blue;
  width: 140px;
  font-size: 14px;
  padding-top: 0px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -170px;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.relative_kind span {
  margin-bottom: 6px;
}
.relative_box{
  width: 100%;
}
.people{
  position: absolute;
  left: 0;
  bottom: 0;
  /* width: 150px; */
  cursor: pointer;
}
.people::before{
  border: 0px solid #aaa;
  position: absolute;
  content: '';
  /* width: 150px;   */
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0px;
  /* background-size: 150px auto; */
  opacity: 0;
  transition: .2s;
}

.people img{
  /* width: 150px; */
  height: auto;
}
.people, .people::before, .people::after, .people img{
  width: 150px;
}
.people::before{
  background-size: 150px auto;
}
.people:hover::before{
  opacity: 1;
  transition: .2s;
}
.people.active::before, .people.active:hover::before{
  opacity: 1;
  transition: .2s;
}
.old, .old::after{
  left: -3%;
  bottom: 0;  
  z-index: 2;
}
.woman{
  left: 13%;
  bottom: 0;
  z-index: 2;
}
.girl{
  left: 31%;
  bottom: 0;
  z-index: 2;
}
.s_type4{
  left: 48%;
  bottom: 0;  
  z-index: 2;
}
.s_type5{
  left: 65%;
  bottom: 0;
  z-index: 2;
}
.s_type6{
  left: 82%;
  bottom: 0;
  z-index: 2;
}
.people::after{
  content: '';
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  /* width: 150px; */
  text-align: center;
  position: absolute;
  bottom: 12px;
}
.old::before{
  background-image: url(../images/analyze/s_type1_on.png);
}
.old::after{
  content: '慢熱型';
  margin-left: 5px;
}
.woman::before{
  background-image: url(../images/analyze/s_type2_on.png);
}
.woman::after{
  content: '守舊型';
}
.girl::before{
  background-image: url(../images/analyze/s_type3_on.png);
}
.girl::after{
  content: '直覺型';
  margin-left: -8px;
}
.s_type4::before{
  background-image: url(../images/analyze/s_type4_on.png);
}
.s_type4::after{
  content: '從眾型';
}
.s_type5::before{
  background-image: url(../images/analyze/s_type5_on.png);
}
.s_type5::after{
  content: '分析型';
  margin-left: 5px;
}
.s_type6::before{
  background-image: url(../images/analyze/s_type6_on.png);
}
.s_type6::after{
  content: '審慎型';
  margin-left: 5px;
}
.analyze_cube {
  border: 0px solid yellow;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.analyze_cube div{
  max-width: 120px;
  height: 120px;
  margin: 18px;
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 500; 
  text-align: center;
  vertical-align: middle;
  color: #40c1ab;
  border: 1px solid #40c1ab;
  border-radius: 6px;
}
.analyze_cube div span {
  display: block;
  margin-top: 30px; 
}
.analyze_result{
  border: 0px solid blue;
  margin: 20px auto;
  width: 100%;
}
.analyze_result_box{
  width: 100%;
  /* max-width: 800px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
}
.role_tag{
  font-size: 18px;
  color: #fff;
  background-color: #1cd8c0;
  height: 40px;
  padding: 0px 20px;
  padding-top: 2px;
  border-radius: 20px;
  line-height: 40px;
  margin: 0px 5px; 
}
.role_tag.role_tag_g{
  background-color: #1cd8c0;
}
.role_tag.role_tag_p{
  background-color: #5949A7;
}
.role_avatar{
  width: 100px;
  margin-right: 10px;
}
.role_tag_up, .role_tag_down{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.role_tag_up{
  border-bottom: 1px solid #aaa;
  
}

/* swiper */

.stage_intro{
  width: 100%;
  max-width: 980px;
}
/* swiper 的設置*/
.swiper-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  border: 0px solid red;
}

.swiper-pagination{
  position: 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;
}
.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-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  background-color: #aaa;
}

/* 6個小精靈 */
.idSwiper_Role_div{
  border: 0px solid blue;
  position: relative;
  width: 100%;
  max-width: 700px;  
}
.swiper-container.idSwiper_Role{
  border: 0px solid #50BEAF;
  padding-bottom: 35px;
  background: url("../images/stage.png") no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 400px auto;
  overflow: hidden;
}
.idSwiper_Role_div .swiper-button-next, 
.idSwiper_Role_div .swiper-button-prev{
  top: 40% ;
}
.idSwiper_Role_div .swiper-button-prev{
  left: -10px;
}
.idSwiper_Role_div .swiper-button-next{
  right: -10px;
}
/* 當前 角色 */
.idSwiper_Role .swiper-slide.swiper-slide-active{
  opacity: 1!important;
  transform: scale(1);
  transform-origin: bottom center;
  transition: .5s;
}
/* 前一個 角色 */  /* 後一個 角色 */
.idSwiper_Role .swiper-slide.swiper-slide-prev{ 
  opacity: 0.5;
}
.idSwiper_Role .swiper-slide.swiper-slide-next{
  opacity: 0.5;
}
.idSwiper_Role .swiper-slide{
  opacity: 0;
  transform: scale(0.6);
  transform-origin: bottom;
  transition: .5s;
}
.mybox_role{
  border: 0px solid #aaa;
  margin: 0 auto;
  width: 160px;
  height: 320px;
  height: 385px;
  display: flex;
  align-items: center;
  justify-content: center;  
  flex-direction: row;
}
.mybox_txt{
  text-align: center;
}
.stage_article_wrapper{
  padding-top: 30px;
  min-height: 220px;
}
.stage_article{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stage_article img{
  margin-bottom: 20px;
}
.stage_article p{
  color: #5949a7;
  font-size: 16px;
  width: 100%;
}
/* 影片 */
.video_header_in{
  height: 120px;
  flex-direction: row;
}
.o-income-ai{
  padding-top: 0px!important;
}
 .fund_left_title {
   color: #fabc3e;
   font-size: 26px !important;
 }
 .fund_left_txt p{
   color: #3E3A39!important;
   margin-bottom: 16px;
   letter-spacing: 0;
 }

 .o-income-ai__right-video-deco-square{
   width: 75%!important;
 }
 .o-income-ai__right-video-deco-square:before, .o-income-ai__right-video-deco-square:after{
  background-color:#1cd8c0;
 }
.o-income-ai__right-video-trigger-border-deco{
  border-color: #fabc3e;
}
.o-income-ai__right-video-trigger-border-deco:after{
  background-color: #f0f0f0;
}
.o-income-ai__right-video-trigger-border-deco:before{
  background-color: #1cd8c0;
}

.video_btn_wrapper{
  width: 250px;
  position: relative;
  margin: -10px auto 30px auto;
}
.video_btn_pointer{
  width: 60px;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: -20px;
  right: -10px;
}
.video_btn_wrapper .survey_btn{
  width: 100%;
}
/* video popup */  
.m-video-popup {
    position: fixed;
    z-index: 1001;
    background: #fff;
    max-width: 1000px;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.m-video-popup__iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sv_video_modal.hide{
  display: none;
}
.sv_video_modal .a-close-bg{
    opacity: 1;
    pointer-events: auto;
} 
.sv_video_modal.hide .a-close-bg{
    opacity: 0;
    pointer-events: none;
} 
.a-close-bg {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.a-close {
    position: fixed;
    top: 60px;
    right: 60px;
    z-index: 1001;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.a-close:before, .a-close:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.a-circle-frame img {
    width: 100%;
    height: auto;
}
.a-close:hover .a-circle-frame {
    -webkit-animation: rotate 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    animation: rotate 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.a-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 1199px) {
    .a-close {
      top: 40px;
      right: 40px; } }
  @media (max-width: 767px) {
    .a-close {
      top: 20px;
      right: 20px; } }
.sv_video_modal{
  z-index: 99;
}


object{ width: 100%; height: auto;}