@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700;900&family=Noto+Sans+TC:wght@400;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: "Allianz Neo";
}

a{
  transition: all 0.3s linear;
}

.systematic-equity{
  max-width: 980px;
  padding: 0 10px;
  margin: 20px auto;
}
.systematic-equity .section-title{
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}
.systematic-equity .section-title .line-break{
  display: none;
}
.systematic-equity .blocks-section{
  display: flex;
  width: 90%;
  margin: 5% auto 0;
  justify-content: center;
}
.systematic-equity .blocks-wrap{
  position: relative;
  padding: 0 6%;
  border-bottom: 1px solid #464441;
  width: 45%;
  z-index: 5;
}
.systematic-equity .row-2-col{
  display: flex;
}
.systematic-equity .block-item{
  position: relative;
  width: 100%;
  padding-top: 22%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin-top: -5.5%;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}
.systematic-equity .block-item .block-name{
  position: absolute;
  color: #fff;
  font-weight: 700;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3%;
}

.systematic-equity .left-block-1{
  background-image: url("../images/left-block-1.svg");
}
.systematic-equity .left-block-2{
  background-image: url("../images/left-block-2.svg");
}

.systematic-equity .right-blocks{
  display: none;
}
.systematic-equity .right-blocks.block-active{
  display: block;
}
.systematic-equity .right-blocks .block-item{
  opacity: 0;
}
.systematic-equity .right-block-1980-1{
  background-image: url("../images/right-block-1980-1.svg");
}
.systematic-equity .right-block-1980-2{
  background-image: url("../images/right-block-1980-2.svg");
}
.systematic-equity .right-block-1980-3{
  background-image: url("../images/right-block-1980-3.svg");
}
.systematic-equity .right-block-1980-4{
  background-image: url("../images/right-block-1980-4.svg");
}

.block-1980{
  animation: block-1980 0.5s forwards;
}
.block-1980-9{
}
.block-1980-8{
  animation-delay: calc(0.2s * 1);
}
.block-1980-7{
  animation-delay: calc(0.2s * 2);
}
.block-1980-6{
  animation-delay: calc(0.2s * 3);
}
.block-1980-5{
  animation-delay: calc(0.2s * 4);
}
.block-1980-4{
  animation-delay: calc(0.2s * 5);
}
.block-1980-3{
  animation-delay: calc(0.2s * 6);
}
.block-1980-2{
  animation-delay: calc(0.2s * 7);
}
.block-1980-1{
  animation-delay: calc(0.2s * 8);
}

.systematic-equity .right-block-1990-1{
  background-image: url("../images/right-block-1990-1.svg");
}
.systematic-equity .right-block-1990-2{
  background-image: url("../images/right-block-1990-2.svg");
}
.systematic-equity .right-block-1990-3{
  background-image: url("../images/right-block-1990-3.svg");
}
.systematic-equity .right-block-1990-4{
  background-image: url("../images/right-block-1990-4.svg");
}
.systematic-equity .right-block-1990-5{
  background-image: url("../images/right-block-1990-5.svg");
}
.systematic-equity .right-block-1990-6{
  background-image: url("../images/right-block-1990-6.svg");
}

.block-1990{
  animation: block-1990 0.5s forwards;
}
.block-1990-9{
}
.block-1990-8{
  animation-delay: calc(0.2s * 1);
}
.block-1990-7{
  animation-delay: calc(0.2s * 2);
}
.block-1990-6{
  /*margin-left: 22%;*/
  animation-delay: calc(0.2s * 3);
}
.block-1990-5{
  animation-delay: calc(0.2s * 4);
}
.block-1990-4{
  animation-delay: calc(0.2s * 5);
}
.block-1990-3{
  animation-delay: calc(0.2s * 6);
}
.block-1990-2{
  animation-delay: calc(0.2s * 7);
}
.block-1990-1{
  animation-delay: calc(0.2s * 8);
}

.systematic-equity .right-block-2000-1{
  background-image: url("../images/right-block-2000-1.svg");
}
.systematic-equity .right-block-2000-2{
  background-image: url("../images/right-block-2000-2.svg");
}
.systematic-equity .right-block-2000-3{
  background-image: url("../images/right-block-2000-3.svg");
}
.systematic-equity .right-block-2000-4{
  background-image: url("../images/right-block-2000-4.svg");
}
.systematic-equity .right-block-2000-5{
  background-image: url("../images/right-block-2000-5.svg");
}
.systematic-equity .right-block-2000-6{
  background-image: url("../images/right-block-2000-6.svg");
}
.systematic-equity .right-block-2000-7{
  background-image: url("../images/right-block-2000-7.svg");
}
.systematic-equity .right-block-2000-8{
  background-image: url("../images/right-block-2000-8.svg");
}
.systematic-equity .right-block-2000-9{
  background-image: url("../images/right-block-2000-9.svg");
}
.systematic-equity .right-block-2000-10{
  background-image: url("../images/right-block-2000-10.svg");
}

.block-2000{
  animation: block-2000 0.5s forwards;
}
.block-2000-11{
}
.block-2000-10{
  animation-delay: calc(0.2s * 1);
}
.block-2000-9{
  animation-delay: calc(0.2s * 2);
}
.block-2000-8{
  /*margin-left: 22%;*/
  animation-delay: calc(0.2s * 3);
}
.block-2000-7{
  animation-delay: calc(0.2s * 5);
}
.block-2000-6{
  animation-delay: calc(0.2s * 4);
}
.block-2000-5{
  /*margin-left: 22%;*/
  animation-delay: calc(0.2s * 6);
}
.block-2000-4{
  animation-delay: calc(0.2s * 8);
}
.block-2000-3{
  animation-delay: calc(0.2s * 7);
}
.block-2000-2{
  animation-delay: calc(0.2s * 9);
}
.block-2000-1{
  animation-delay: calc(0.2s * 10);
}


.block-item.block-2000-3 .block-name, .block-item.block-2000-4 .block-name,
.block-item.block-2000-6 .block-name, .block-item.block-2000-7 .block-name {
  margin-top: 5%;
}

.systematic-equity .blocks-year{
  width: 8%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1%;
}
.systematic-equity .blocks-year .year-wrap{
  width: 150%;
  margin-left: -25%;
}
.systematic-equity .blocks-year a{
  width: 90%;
  position: relative;
  font-size: 20px;
  display: inline-block;
  color: #8b8b8b;
  font-weight: 700;
  border: 1px solid #C8C7C4;
  border-radius: 18px;
  padding: 3px 15px;
  text-decoration: none;
  margin: 10px 0;
}
.systematic-equity .blocks-year a:before, .systematic-equity .blocks-year a:after{
  content: '';
  border-top: 1px solid #0076B6;
  position: absolute;
  width: 20%;
  height: 1px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.systematic-equity .blocks-year a:before{
  right: 100%;
}
.systematic-equity .blocks-year a:after{
  left: 100%;
}

.systematic-equity .blocks-year a:hover{
  color: #fff;
  background: #0076B6;
  border: 1px solid #0076B6;
}
.systematic-equity .blocks-year a.year-active{
  width: 100%;
  color: #fff;
  background: #0076B6;
  border: 1px solid #0076B6;
}

/*.systematic-equity .blocks-year a:hover:before, .systematic-equity .blocks-year a:hover:after,*/
.systematic-equity .blocks-year a.year-active:before, .systematic-equity .blocks-year a.year-active:after{
  opacity: 1;
  visibility: visible;
}

/* flip */
.systematic-equity .flip-box-wrap{
  display: flex;
  justify-content: center;
}
.systematic-equity .flip-box-wrap .flip-box{
  width: 30%;
  padding-top: 30%;
  perspective: 1000px;
  margin: 0 1%;
}
.systematic-equity .flip-box-wrap .flip-box-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.systematic-equity .flip-box-wrap .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.systematic-equity .flip-box-wrap .flip-box-front,
.systematic-equity .flip-box-wrap .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.systematic-equity .flip-box-wrap .flip-box-front {
  background: #E8F5FA;
  display: flex;
  flex-direction: column;
  padding: 5% 10%;
}
.systematic-equity .flip-box-wrap .flip-box-back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #005B92;
  transform: rotateY(180deg);
  font-size: 16px;
  line-height: 150%;
}

.systematic-equity .flip-box-wrap .flip-box-front .box-name{
  font-size: 40px;
  font-weight: 700;
  color: #0076B6;
  margin: 10% 0 15px;
  line-height: 38px;
}
.systematic-equity .flip-box-wrap .flip-box-front .box-description{
  font-weight: 100;
  flex: 1;
  line-height: 150%;
}
.systematic-equity .flip-box-wrap .flip-box-front .learn-more {
  font-size: 20px;
  color: #0076B6;
  margin: 20px 0;
  font-weight: 600;
}

.systematic-equity .section-remark{
  text-align: center;
  font-weight: 100;
  margin: 30px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .systematic-equity{
  }

  /* flip box */
  .systematic-equity .flip-box-wrap .flip-box-front .box-name{
    font-size: 35px;
    margin: 10% 0 10px;
  }
  .systematic-equity .flip-box-wrap .flip-box-front .learn-more{
    font-size: 18px;
    margin: 15px;
  }
  .systematic-equity .flip-box-wrap .flip-box-back{
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .systematic-equity{
  }
  .systematic-equity .section-title{
    font-size: 22px;
  }
  .systematic-equity .section-title .line-break{
    display: block;
  }
  .systematic-equity .blocks-section{
    flex-direction: column;
    margin-top: 20px;
  }
  .systematic-equity .blocks-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 6% 15% 0;
    order: 1;
    display: none;
  }
  .systematic-equity .blocks-wrap.active-blocks-wrap{
    display: block;
  }
  .systematic-equity .block-item .block-name{
    font-size: 14px;
  }
  /*.systematic-equity .right-blocks-wrap{
    display: none;
  }*/
  .systematic-equity .blocks-year{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    order: 0;
  }
  .systematic-equity .blocks-year .year-wrap{
    width: 100%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
  }
  .systematic-equity .blocks-year a{
    margin: 0 10px;
    font-size: 18px;
    line-height: 150%;
  }
  .systematic-equity .blocks-year a.year-active{
    width: 90%;
  }
  .systematic-equity .blocks-year a:before,
  .systematic-equity .blocks-year a:after{
    display: none;
  }

  /* flip box */
  .systematic-equity .flip-box-wrap{
    flex-direction: column;
    padding: 0 5%;
  }
  .systematic-equity .flip-box-wrap .flip-box{
    width: 100%;
    padding-top: 100%;
    margin: 0 0 30px;
  }
  .systematic-equity .flip-box-wrap .flip-box:last-child{
    margin-bottom: 0;
  }
  .systematic-equity .flip-box-wrap .flip-box-front .box-name{
    font-size: 40px;
    margin: 10% 0 15px;
  }
  .systematic-equity .flip-box-wrap .flip-box-front .learn-more{
    font-size: 20px;
    margin: 20px 0;
  }
  .systematic-equity .flip-box-wrap .flip-box-back{
    font-size: 16px;
  }

  .systematic-equity .section-remark{
    margin: 20px;
  }
}