@import "global.css";
ul li {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
}
@keyframes tipsup {
  0% {
    transform: translateY(100%);
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
  }
}
/* Firefox */
@-moz-keyframes tipsup {
  0% {
    -webkit-transform: translateY(100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    visibility: visible;
  }
}
/* Safari 和 Chrome */
@-webkit-keyframes tipsup {
  0% {
    -webkit-transform: translateY(100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    visibility: visible;
  }
}
/* Opera */
@-o-keyframes tipsup {
  0% {
    -webkit-transform: translateY(100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    visibility: visible;
  }
}
@keyframes zoomLarge {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes zoomLarge {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes zoomLarge {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes zoomLarge {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes tipright {
  0% {
    transform: translateX(100%);
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    visibility: visible;
  }
}
/* Firefox */
@-moz-keyframes tipright {
  0% {
    -webkit-transform: translateX(100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}
/* Safari 和 Chrome */
@-webkit-keyframes tipright {
  0% {
    -webkit-transform: translateX(100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}
/* Opera */
@-o-keyframes tipright {
  0% {
    -webkit-transform: translateX(100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}
@keyframes tipleft {
  0% {
    transform: translateX(-100%);
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    visibility: visible;
  }
}
/* Firefox */
@-moz-keyframes tipleft {
  0% {
    -webkit-transform: translateX(-100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}
/* Safari 和 Chrome */
@-webkit-keyframes tipleft {
  0% {
    -webkit-transform: translateX(-100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}
/* Opera */
@-o-keyframes tipleft {
  0% {
    -webkit-transform: translateX(-100%);
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}
@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50%,
  100% {
    transform: rotate(225deg);
  }
}
@keyframes rightcircle_restart {
  0% {
    transform: rotate(45deg);
  }
  50%,
  100% {
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
@keyframes leftcircle_restart {
  0%,
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
.animationted_circle {
  animation: zoomLarge 1s ease 1;
  -webkit-animation: zoomLarge 1s ease 1;
  -ms-animation: zoomLarge 1s ease 1;
  -o-animation: zoomLarge 1s ease 1;
  -moz-animation: zoomLarge 1s ease 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.animationted_left {
  animation: tipleft 1.5s ease 1;
  -webkit-animation: tipleft 1.5s ease 1;
  -ms-animation: tipleft 1.5s ease 1;
  -o-animation: tipleft 1.5s ease 1;
  -moz-animation: tipleft 1.5s ease 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.animationted_right {
  animation: tipright 1.5s ease 1;
  -webkit-animation: tipright 1.5s ease 1;
  -ms-animation: tipright 1.5s ease 1;
  -o-animation: tipright 1.5s ease 1;
  -moz-animation: tipright 1.5s ease 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.animationted {
  animation: tipsup 1.5s ease 1;
  -webkit-animation: tipsup 1.5s ease 1;
  -ms-animation: tipsup 1.5s ease 1;
  -o-animation: tipsup 1.5s ease 1;
  -moz-animation: tipsup 1.5s ease 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.content .banner {
  background-image: url('https://cdn.tunefab.tw/site/29/img/about/tf-about-top-bg.webp');
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin-bottom: 90px;
}
.content .banner .title {
  display: block;
  font-size: 36px;
  font-weight: 600;
  padding-top: 180px;
}
.content .banner .Briefly {
  display: block;
  font-size: 18px;
}
.content .about {
  text-align: center;
}
.content .about .box {
  visibility: hidden;
  display: inline-flex;
  text-align: center;
  margin-bottom: 60px;
}
.content .about .box .explain {
  width: 480px;
  margin-right: 80px;
  margin-top: 80px;
}
.content .about .box .explain .about-title {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.content .about .box .explain .about-content {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.content .about .box .explain2 {
  width: 480px;
  margin-left: 80px;
  margin-top: 80px;
}
.content .about .box .explain2 .about-title {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.content .about .box .explain2 .about-content {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.content .history {
  background-image: url('https://cdn.tunefab.tw/site/29/img/about/tf-about-blockbg.webp');
  height: 338px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.content .history .history-title {
  visibility: hidden;
  font-size: 24px;
  font-weight: 600;
  margin: 0px auto 30px;
  padding-top: 40px;
}
.content .history .founder-talk {
  visibility: hidden;
  width: 770px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 1.6;
}
.content .history .founder {
  visibility: hidden;
}
.content .time-axis {
  margin-top: 120px;
  text-align: center;
}
.content .time-axis h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 60px;
}
.content .time-axis .tf-history-time .circle.blue {
  background-image: url(https://cdn.tunefab.tw/site/29/img/about/small-blue-circle.svg);
  width: 15.08px;
  height: 15px;
  z-index: 1;
  margin: auto;
}
.content .time-axis .tf-history-time .history-box {
  display: flex;
  width: 65%;
  justify-content: space-around;
  margin: 0px auto;
  position: relative;
}
.content .time-axis .tf-history-time .history-box .time-base-box {
  flex: 0 1 29%;
  visibility: hidden;
  font-size: 16px;
  text-align: left;
  padding-top: 100px;
}
.content .time-axis .tf-history-time .history-box .time-base-box h3 {
  font-size: 36px;
  font-weight: 600;
}
.content .time-axis .tf-history-time .history-box .time-base-box span:before {
  content: '-----';
}
.content .time-axis .tf-history-time .history-box .box_circle {
  line-height: 257px;
  position: absolute;
  margin-left: 1.5px;
}
.content .time-axis .tf-history-time .history-box .bg-box {
  visibility: hidden;
}
.content .time-axis .tf-history-time .history-box .bg-box:before {
  content: '';
  background-image: url(https://cdn.tunefab.tw/site/29/img/about/tfcircle-bg.svg);
  width: 271px;
  height: 256px;
  transform: rotateY(180deg);
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.content .time-axis .tf-history-time .history-box .bg-box img {
  margin-top: 55px;
  margin-left: 63px;
}
.content .time-axis .tf-history-time .history-box .bg-box.big img {
  width: 171px;
  margin-top: 40px;
  margin-left: 46px;
}
.content .time-axis .tf-history-time .history-box-top {
  display: flex;
  width: 65%;
  justify-content: space-around;
  margin: 0px auto;
  position: relative;
}
.content .time-axis .tf-history-time .history-box-top .time-base-box {
  flex: 0 1 29%;
  visibility: hidden;
  font-size: 16px;
  text-align: left;
  padding-top: 90px;
}
.content .time-axis .tf-history-time .history-box-top .time-base-box h3 {
  font-size: 36px;
  font-weight: 600;
}
.content .time-axis .tf-history-time .history-box-top .time-base-box span:before {
  content: '-----';
}
.content .time-axis .tf-history-time .history-box-top .box_circle {
  height: 211px;
  line-height: 236px;
}
.content .time-axis .tf-history-time .history-box-top .bg-box {
  flex: 0 1 29.3%;
  visibility: hidden;
}
.content .time-axis .tf-history-time .history-box-top .bg-box:before {
  content: '';
  background-image: url(https://cdn.tunefab.tw/site/29/img/about/tfcircle-bg.svg);
  width: 271px;
  height: 256px;
  transform: rotateY(180deg);
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.content .time-axis .tf-history-time .history-box-top .bg-box img {
  width: 171px;
  margin-top: 40px;
  margin-left: 46px;
}
.content .time-axis .tf-history-time .history-box-left {
  display: flex;
  width: 65%;
  height: 257px;
  justify-content: space-around;
  margin: 0px auto;
  position: relative;
}
.content .time-axis .tf-history-time .history-box-left .time-base-box {
  flex: 0 1 29%;
  visibility: hidden;
  font-size: 16px;
  text-align: left;
  padding-top: 100px;
}
.content .time-axis .tf-history-time .history-box-left .time-base-box h3 {
  font-size: 36px;
  font-weight: 600;
}
.content .time-axis .tf-history-time .history-box-left .time-base-box span:after {
  content: '-----';
}
.content .time-axis .tf-history-time .history-box-left .box_circle {
  line-height: 257px;
  position: absolute;
  margin-left: 1.5px;
}
.content .time-axis .tf-history-time .history-box-left .bg-box {
  visibility: hidden;
}
.content .time-axis .tf-history-time .history-box-left .bg-box.rec {
  visibility: hidden;
  width: 381px;
}
.content .time-axis .tf-history-time .history-box-left .bg-box.rec:before {
  content: '';
  background-image: url(https://cdn.tunefab.tw/site/29/img/about/m4v-rec-bg.png);
  width: 381px;
  height: 286px;
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.content .time-axis .tf-history-time .history-box-left .bg-box.rec #m4v {
  width: 171px;
  position: relative;
  top: 38px;
  left: 54px;
}
.content .time-axis .tf-history-time .history-box-left .bg-box.rec #rec {
  width: 71px;
  position: relative;
  top: 130px;
  left: 80px;
}
.content .time-axis .tf-history-time .history-box-left .bg-box.dvd {
  visibility: hidden;
  width: 331px;
}
.content .time-axis .tf-history-time .history-box-left .bg-box.dvd:before {
  content: '';
  background-image: url(https://cdn.tunefab.tw/site/29/img/about/tfcircle-bg.svg);
  width: 271px;
  height: 256px;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  left: -3px;
}
.content .time-axis .tf-history-time .history-box-left .bg-box.dvd img {
  position: relative;
  top: 76px;
  left: -28px;
}
.content .time-axis .tf-history-time:before {
  content: '';
  position: absolute;
  z-index: -1;
  border-left: 2px dashed #dcdddd;
  height: 2331px;
}
.content .time-axis .tf-achievements h2 {
  visibility: hidden;
  font-size: 24px;
  margin-bottom: 45px;
  margin-top: 100px;
  font-weight: 600;
}
.content .time-axis .tf-achievements .tf-box {
  visibility: hidden;
  display: flex;
  justify-content: center;
  text-align: left;
}
.content .time-axis .tf-achievements .tf-box .explanation {
  flex: 0 1 9%;
  display: inline-flex;
  margin: 0px 30px;
}
.content .time-axis .tf-achievements .tf-box .explanation .explanation-box {
  width: 125px;
  margin-left: 30px;
  margin-right: 30px;
}
.content .time-axis .tf-achievements .tf-box .explanation .explanation-box h3 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 600;
}
.content .time-axis .tf-achievements .tf-box .box_three {
  margin-left: 45px;
  margin-right: 30px;
}
.content .time-axis .tf-achievements .Goals h2 {
  visibility: hidden;
  margin-bottom: 20px;
}
.content .time-axis .tf-achievements .Goals div {
  visibility: hidden;
  width: 500px;
  margin: auto;
}
.content .time-axis .tf-achievements .Goals div span {
  font-size: 16px;
  line-height: 1.6;
}
.content .cont_bg {
  margin-top: 60px;
  background-image: url('https://cdn.tunefab.tw/site/29/img/about/tf-about-blockbg.webp');
  height: 518px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .cont_bg .slider_box {
  width: 900px;
  margin: 0px auto;
  position: relative;
  padding: 0px 80px;
}
.content .cont_bg .img-box {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.content .cont_bg .img-box .cont__mid {
  margin-top: 20px;
}
.content .cont_bg .img-box .cont__mid .date {
  font-weight: 300;
}
.content .cont_bg .img-box .cont__bot {
  font-weight: 300;
  margin-top: 50px;
}
.content .cont_bg .img-box .cont__top span {
  display: block;
  font-size: 24px;
  margin: 60px auto 45px;
}
.content .cont_bg .img-box .cont__top .img_start.active .wrapper .circleprogress.rightcircle {
  animation: rightcircle_restart 7s linear infinite;
}
.content .cont_bg .img-box .cont__top .img_start.active .wrapper .circleprogress.leftcircle {
  animation: leftcircle_restart 7s linear infinite;
}
.content .cont_bg .img-box .cont__top .img_start {
  display: block;
  width: 80px;
  height: 79px;
  margin: auto;
  position: relative;
}
.content .cont_bg .img-box .cont__top .img_start .wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.content .cont_bg .img-box .cont__top .img_start .wrapper .circleProgress {
  width: 200%;
  height: 100%;
  border: 1.5px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  transition: 1s;
  transition-timing-function: linear;
}
.content .cont_bg .img-box .cont__top .img_start .wrapper .rightcircle {
  border-top: 1.5px solid #2ea7e0;
  border-right: 1.5px solid #2ea7e0;
  right: 0;
  animation: circleProgressLoad_right 7s linear infinite;
  -webkit-animation: circleProgressLoad_right 7s linear infinite;
  -ms-animation: circleProgressLoad_right 7s linear infinite;
  -o-animation: circleProgressLoad_right 7s linear infinite;
  -moz-animation: circleProgressLoad_right 7s linear infinite;
}
.content .cont_bg .img-box .cont__top .img_start .wrapper .leftcircle {
  border-bottom: 1.5px solid #2ea7e0;
  border-left: 1.5px solid #2ea7e0;
  left: 0;
  animation: circleProgressLoad_left 7s linear infinite;
  -webkit-animation: circleProgressLoad_left 7s linear infinite;
  -ms-animation: circleProgressLoad_left 7s linear infinite;
  -o-animation: circleProgressLoad_left 7s linear infinite;
  -moz-animation: circleProgressLoad_left 7s linear infinite;
}
.content .cont_bg .img-box .cont__top .img_start .right {
  right: 0;
}
.content .cont_bg .img-box .cont__top .img_start .left {
  left: 0;
}
.content .cont_bg .img-box .cont__top .img_start img {
  margin-bottom: 30px;
}
.content .cont_bg .flex-prev {
  position: absolute;
  top: 270px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotateY(180deg);
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}
.content .cont_bg .flex-prev:hover {
  background-color: transparent;
}
.content .cont_bg .flex-next {
  position: absolute;
  top: 270px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}
.content .cont_bg .flex-next:hover {
  background-color: transparent;
}
.content .join-us {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.content .join-us h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
.content .join-us .join-box {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.6;
}
.content .join-us .join-box img {
  margin-top: 50px;
}
.content .join-us .join-box .get-touch {
  width: 260px;
  height: 300px;
  margin: 0px 30px;
  text-decoration: none;
}
.content .join-us .join-box .get-touch .touch-box {
  font-size: 16px;
  color: #7a7a7a;
  width: 200px;
  margin: 30px auto;
}
.content .join-us .join-box .get-touch .touch-box span {
  margin-top: 10px;
  line-height: 1.6;
}
.content .join-us .join-box .get-touch .touch-box h3 {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}
.content .join-us .join-box .get-touch .touch-box h3:before {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 55px;
  bottom: 0px;
  display: inline-block;
  height: 3px;
  width: 90px;
  background-color: #526cfd;
  content: "";
  transform: scale3d(0, 1, 1);
  transform-origin: left;
  transition: all 0.5s;
}
.content .join-us .join-box .get-touch:hover {
  background-color: #fff;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.content .join-us .join-box .get-touch:hover h3 {
  color: #526cfd;
}
.content .join-us .join-box .get-touch:hover h3:before {
  transform: scale3d(1, 1, 1);
  color: #526cfd;
}
@media screen and (max-width: 1080px) {
  .content .about .box {
    width: 100%;
  }
  .content .about .box .explain {
    width: 100%;
    margin: 70px 30px;
  }
  .content .about .box .explain2 {
    width: 100%;
    margin: 70px 30px;
  }
  .content .time-axis .tf-history-time .history-box-top {
    width: 90%;
  }
  .content .time-axis .tf-history-time .history-box-left {
    width: 90%;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #m4v {
    width: 171px;
    position: relative;
    top: 38px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #rec {
    width: 71px;
    position: relative;
    top: 130px;
  }
  .content .time-axis .tf-history-time .history-box {
    width: 90%;
  }
  .content .time-axis .tf-history-time:before {
    height: 2331px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    overflow: hidden;
  }
  .content .about .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content .about .box .explain {
    order: 1;
    line-height: 1.56;
    margin: 30px;
  }
  .content .about .box .explain .about-title {
    text-align: center;
  }
  .content .about .box .explain .about-content {
    text-align: center;
  }
  .content .about .box .explain2 {
    order: 1;
    line-height: 1.56;
    margin: 30px;
  }
  .content .about .box .explain2 .about-title {
    text-align: center;
  }
  .content .about .box .explain2 .about-content {
    text-align: center;
  }
  .content .history {
    height: 368px;
  }
  .content .history .founder-talk {
    width: 80%;
  }
  .content .time-axis .tf-history-time .history-box-top {
    width: 90%;
  }
  .content .time-axis .tf-history-time .history-box-left {
    width: 90%;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec:before {
    top: 14px;
    width: 351px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #m4v {
    width: 151px;
    top: 52px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #rec {
    width: 68px;
    top: 138px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd:before {
    left: 70px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd img {
    position: relative;
    top: 76px;
    left: 20px;
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box {
    width: 40%;
  }
  .content .time-axis .tf-history-time .history-box {
    width: 90%;
  }
  .content .time-axis .tf-history-time .history-box .bg-box {
    width: 40%;
  }
  .content .time-axis .tf-history-time .history-box .time-base-box {
    width: 40%;
  }
  .content .time-axis .tf-achievements .tf-box .explanation {
    margin: 0px 10px;
  }
  .content .time-axis .tf-achievements .tf-box .explanation .explanation-box {
    margin-left: 20px;
    margin-right: 0px;
  }
  .content .cont_bg .slider_box {
    width: 75%;
    padding: 0px 50px;
  }
  .content .join-us .join-box .get-touch {
    width: 200px;
    margin: 0px 20px;
  }
}
@media screen and (max-width: 600px) {
  .content .banner .title {
    font-size: 24px;
    padding-top: 180px;
  }
  .content .banner .Briefly {
    font-size: 14px;
  }
  .content .about .box .explain {
    margin: 30px 20px;
  }
  .content .about .box .explain .about-title {
    font-size: 18px;
  }
  .content .about .box .explain .about-content {
    font-size: 12px;
  }
  .content .about .box .explain2 {
    margin: 30px 20px;
  }
  .content .about .box .explain2 .about-title {
    font-size: 18px;
  }
  .content .about .box .explain2 .about-content {
    font-size: 12px;
  }
  .content .history {
    font-size: 12px;
  }
  .content .history .history-title {
    font-size: 18px;
    margin: 0px auto 10px;
    padding-top: 40px;
  }
  .content .history .founder-talk {
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .content .time-axis .tf-history-time .circle {
    text-align: left;
    margin-left: 60px;
  }
  .content .time-axis .tf-history-time .circle.blue {
    background-image: url(https://cdn.tunefab.tw/site/29/img/about/blue-cirle.svg);
    width: 33.98px;
    height: 33.89px;
    z-index: 1;
    margin-left: 60px;
  }
  .content .time-axis .tf-history-time .history-box-top {
    width: 76%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content .time-axis .tf-history-time .history-box-top .box_circle {
    order: -2;
  }
  .content .time-axis .tf-history-time .history-box-top .bg-box {
    flex: 0 1 64%;
    order: -1;
  }
  .content .time-axis .tf-history-time .history-box-top .bg-box:before {
    transform: rotateY(0deg);
  }
  .content .time-axis .tf-history-time .history-box-top .bg-box img {
    width: 171px;
    margin-top: 40px;
    margin-left: 55px;
  }
  .content .time-axis .tf-history-time .history-box-top .time-base-box {
    flex: 1;
    padding-top: 0px;
    margin-left: 85px;
    margin-top: 20px;
    font-size: 14px;
  }
  .content .time-axis .tf-history-time .history-box-top .time-base-box h3 {
    font-size: 24px;
  }
  .content .time-axis .tf-history-time .history-box-left {
    width: 76%;
    height: 330px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content .time-axis .tf-history-time .history-box-left .box_circle {
    margin-left: 0px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box {
    width: 79%;
    order: -1;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box img {
    width: 271px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec {
    height: 240px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec:before {
    left: 0px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #m4v {
    left: -28px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #rec {
    left: 0px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd {
    height: 230px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd:before {
    left: 0px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd img {
    width: 40%;
    position: relative;
    top: 70px;
    left: -30px;
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box {
    flex: 1;
    text-align: left;
    padding-top: 0px;
    margin-left: 80px;
    font-size: 14px;
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box h3 {
    font-size: 24px;
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box span:after {
    content: '';
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box span:before {
    content: '-----';
  }
  .content .time-axis .tf-history-time .history-box {
    width: 76%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content .time-axis .tf-history-time .history-box .box_circle {
    margin-left: 0px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box {
    width: 69%;
  }
  .content .time-axis .tf-history-time .history-box .bg-box:before {
    transform: rotateY(0deg);
  }
  .content .time-axis .tf-history-time .history-box .bg-box img {
    width: 141px;
    margin-top: 55px;
    margin-left: 69px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box.big img {
    margin-top: 40px;
    margin-left: 53px;
  }
  .content .time-axis .tf-history-time .history-box .time-base-box {
    flex: 1;
    padding-top: 0px;
    margin-left: 80px;
    margin-top: 40px;
    font-size: 14px;
  }
  .content .time-axis .tf-history-time .history-box .time-base-box h3 {
    font-size: 24px;
  }
  .content .time-axis .tf-history-time:before {
    height: 3131px;
    left: 75px;
  }
  .content .time-axis .tf-achievements h2 {
    font-size: 18px;
  }
  .content .time-axis .tf-achievements .tf-box {
    display: block;
    text-align: center;
  }
  .content .time-axis .tf-achievements .tf-box .explanation {
    width: 50%;
    margin-top: 50px;
    justify-content: center;
  }
  .content .time-axis .tf-achievements .tf-box .explanation .explanation-box {
    width: 110px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .content .time-axis .tf-achievements .tf-box .explanation .explanation-box h3 {
    font-size: 18px;
    line-height: 1.7;
  }
  .content .join-us h2 {
    font-size: 24px;
  }
  .content .join-us .join-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content .join-us .join-box img {
    margin-top: 50px;
  }
  .content .join-us .join-box .get-touch {
    width: 300px;
    margin: 20px 20px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .content .join-us .join-box .get-touch .touch-box {
    font-size: 16px;
    color: #7a7a7a;
    width: 200px;
    margin: 30px auto;
  }
  .content .join-us .join-box .get-touch .touch-box span {
    margin-top: 10px;
    line-height: 1.6;
  }
  .content .join-us .join-box .get-touch .touch-box h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  .content .banner {
    background-position: -625px -10px;
    margin-bottom: 15px;
  }
  .content .about .box {
    margin-bottom: 0px;
  }
  .content .about .box img {
    width: 100%;
    height: 100%;
  }
  .content .about .box .explain {
    order: 0;
  }
  .content .about .box .explain2 {
    order: -1;
  }
  .content .history {
    margin-top: 30px;
  }
  .content .time-axis .tf-history-time .circle.blue {
    position: relative;
  }
  .content .time-axis .tf-history-time .history-box-top {
    width: 67%;
  }
  .content .time-axis .tf-history-time .history-box-top .time-base-box {
    flex: 1;
  }
  .content .time-axis .tf-history-time .history-box-left {
    width: 67%;
    height: 360px;
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box {
    flex: 1;
    margin-left: 60px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec:before {
    width: 341px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #m4v {
    width: 151px;
    top: 13px;
    left: 22px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #rec {
    width: 71px;
    position: relative;
    top: 95px;
    left: 42px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd img {
    width: 50%;
    position: relative;
    top: 66px;
    left: 0px;
  }
  .content .time-axis .tf-history-time .history-box-left .rec {
    margin-top: 35px;
  }
  .content .time-axis .tf-history-time .history-box {
    width: 67%;
  }
  .content .time-axis .tf-history-time .history-box .time-base-box {
    flex: 1;
  }
  .content .time-axis .tf-history-time:before {
    height: 3341px;
    left: 75px;
  }
  .content .time-axis .tf-achievements h2 {
    margin-bottom: 0px;
  }
  .content .time-axis .tf-achievements .tf-box .explanation {
    margin-top: 45px;
  }
  .content .time-axis .tf-achievements .Goals h2 {
    margin-top: 50px;
  }
  .content .time-axis .tf-achievements .Goals div {
    width: 90%;
    margin: auto;
  }
  .content .time-axis .tf-achievements .Goals div span {
    font-size: 16px;
    line-height: 1.6;
  }
  .content .cont_bg {
    height: 628px;
  }
  .content .cont_bg .slider_box {
    width: 90%;
    padding: 0px 50px;
  }
  .content .cont_bg .flex-prev {
    top: 335px;
  }
  .content .cont_bg .flex-next {
    top: 335px;
  }
}
@media screen and (max-width: 375px) {
  .content .banner {
    background-position: -475px -10px;
    margin-bottom: 15px;
    height: 330px;
  }
  .content .banner .title {
    padding-top: 120px;
  }
  .content .about .box {
    margin-bottom: 0px;
  }
  .content .about .box .explain {
    margin: 15px 20px 30px;
  }
  .content .about .box img {
    width: 100%;
    height: 100%;
  }
  .content .history {
    height: 406px;
  }
  .content .time-axis .tf-history-time .circle {
    margin-left: 40px;
  }
  .content .time-axis .tf-history-time .circle.blue {
    position: relative;
    left: -20px;
  }
  .content .time-axis .tf-history-time .history-box-top {
    width: 74%;
  }
  .content .time-axis .tf-history-time .history-box-top .bg-box:before {
    width: 251px;
    height: 223px;
  }
  .content .time-axis .tf-history-time .history-box-top .bg-box img {
    width: 141px;
    margin-top: 0px;
    position: relative;
    top: 46px;
    left: 58px;
    margin-left: 0px;
  }
  .content .time-axis .tf-history-time .history-box-top .time-base-box {
    padding-top: 0px;
    margin-left: 37px;
    margin-top: 0px;
    flex: 1;
    font-size: 14px;
  }
  .content .time-axis .tf-history-time .history-box-left {
    width: 74%;
    height: 280px;
  }
  .content .time-axis .tf-history-time .history-box-left .box_circle {
    line-height: 195px;
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box {
    flex: 1;
    margin-left: 30px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box {
    flex: 0 1 90%;
    margin-left: 20px;
    height: 139px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box img {
    width: 211px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec {
    height: 141px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec:before {
    width: 261px;
    top: 14px;
    left: 20px;
    height: 211px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #m4v {
    width: 121px;
    top: 4px;
    left: -2px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #rec {
    width: 51px;
    position: relative;
    top: 66px;
    left: 11px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd {
    height: 170px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd:before {
    width: 231px;
    height: 211px;
    left: 10px;
    top: -9px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd img {
    width: 125px;
    position: relative;
    top: 47px;
    left: -13px;
  }
  .content .time-axis .tf-history-time .history-box-left .rec {
    margin-top: 35px;
  }
  .content .time-axis .tf-history-time .history-box {
    width: 74%;
  }
  .content .time-axis .tf-history-time .history-box .bg-box {
    height: 171px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box:before {
    width: 231px;
    height: 211px;
    top: -17px;
    left: 7px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box img {
    width: 121px;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    top: 29px;
    left: 29px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box.big {
    height: 171px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box.big:before {
    width: 231px;
    height: 211px;
    top: -17px;
    left: 7px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box.big img {
    width: 148px;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    top: 16px;
    left: 31px;
  }
  .content .time-axis .tf-history-time .history-box .time-base-box {
    flex: 1;
    margin-left: 30px;
    margin-top: 10px;
    padding: 0px;
  }
  .content .time-axis .tf-history-time .history-box .box_circle {
    line-height: 171px;
  }
  .content .time-axis .tf-history-time:before {
    height: 2641px;
    left: 55px;
  }
  .content .time-axis .tf-achievements .tf-box .explanation {
    width: 90%;
  }
  .content .time-axis .tf-achievements .tf-box .explanation .explanation-box {
    width: 46%;
  }
  .content .time-axis .tf-achievements .Goals h2 {
    margin-top: 50px;
  }
  .content .time-axis .tf-achievements .Goals div {
    width: 90%;
    margin: auto;
  }
  .content .time-axis .tf-achievements .Goals div span {
    font-size: 16px;
    line-height: 1.6;
  }
  .content .cont_bg {
    height: 606px;
  }
  .content .cont_bg .slider_box {
    width: 90%;
    padding: 0px 50px;
  }
  .content .cont_bg .flex-prev {
    top: 345px;
  }
  .content .cont_bg .flex-next {
    top: 345px;
  }
}
@media screen and (max-width: 360px) {
  .content .cont_bg {
    height: 726px;
  }
  .content .cont_bg .flex-prev {
    top: 375px;
  }
  .content .cont_bg .flex-next {
    top: 375px;
  }
}
@media screen and (max-width: 320px) {
  .content .banner {
    background-position: -475px -10px;
    margin-bottom: 15px;
    height: 330px;
  }
  .content .banner .title {
    padding-top: 120px;
  }
  .content .about .box {
    margin-bottom: 0px;
  }
  .content .about .box .explain {
    margin: 15px 20px 30px;
  }
  .content .about .box img {
    width: 100%;
    height: 100%;
  }
  .content .history {
    height: 406px;
  }
  .content .time-axis .tf-history-time .circle {
    margin-left: 40px;
  }
  .content .time-axis .tf-history-time .circle.blue {
    position: relative;
    left: -20px;
  }
  .content .time-axis .tf-history-time .history-box-top {
    width: 70%;
  }
  .content .time-axis .tf-history-time .history-box-top .bg-box:before {
    width: 251px;
    height: 223px;
  }
  .content .time-axis .tf-history-time .history-box-top .bg-box img {
    width: 141px;
    margin-top: 0px;
    position: relative;
    top: 46px;
    left: 58px;
    margin-left: 0px;
  }
  .content .time-axis .tf-history-time .history-box-top .time-base-box {
    padding-top: 0px;
    margin-left: 37px;
    margin-top: 0px;
    flex: 1;
    font-size: 14px;
  }
  .content .time-axis .tf-history-time .history-box-left {
    width: 70%;
    height: 280px;
  }
  .content .time-axis .tf-history-time .history-box-left .box_circle {
    line-height: 195px;
  }
  .content .time-axis .tf-history-time .history-box-left .time-base-box {
    flex: 1;
    margin-left: 30px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box {
    flex: 1;
    margin-left: 20px;
    height: 139px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box img {
    width: 211px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec {
    height: 141px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec:before {
    width: 261px;
    top: 14px;
    left: 20px;
    height: 211px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #m4v {
    width: 121px;
    top: 4px;
    left: 21px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.rec #rec {
    width: 51px;
    position: relative;
    top: 66px;
    left: 34px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd {
    height: 170px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd:before {
    width: 231px;
    height: 211px;
    left: 10px;
    top: -9px;
  }
  .content .time-axis .tf-history-time .history-box-left .bg-box.dvd img {
    width: 125px;
    position: relative;
    top: 46px;
    left: 7px;
  }
  .content .time-axis .tf-history-time .history-box-left .rec {
    margin-top: 35px;
  }
  .content .time-axis .tf-history-time .history-box {
    width: 70%;
  }
  .content .time-axis .tf-history-time .history-box .bg-box {
    height: 171px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box:before {
    width: 231px;
    height: 211px;
    top: -17px;
    left: 7px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box img {
    width: 121px;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    top: 29px;
    left: 48px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box.big {
    height: 171px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box.big:before {
    width: 231px;
    height: 211px;
    top: -17px;
    left: 7px;
  }
  .content .time-axis .tf-history-time .history-box .bg-box.big img {
    width: 148px;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    top: 15px;
    left: 49px;
  }
  .content .time-axis .tf-history-time .history-box .time-base-box {
    flex: 1;
    margin-left: 30px;
    margin-top: 10px;
    padding: 0px;
  }
  .content .time-axis .tf-history-time .history-box .box_circle {
    line-height: 171px;
  }
  .content .time-axis .tf-history-time:before {
    height: 2671px;
    left: 55px;
  }
  .content .time-axis .tf-achievements h2 {
    margin-bottom: 0px;
  }
  .content .time-axis .tf-achievements .tf-box .explanation {
    width: 90%;
    margin-top: 45px;
  }
  .content .time-axis .tf-achievements .tf-box .explanation .explanation-box {
    width: 46%;
  }
  .content .cont_bg {
    height: 726px;
  }
  .content .cont_bg .flex-prev {
    top: 425px;
  }
  .content .cont_bg .flex-next {
    top: 425px;
  }
  .content .join-us .join-box .get-touch {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .content .time-axis .tf-history-time .history-box .product img {
    cursor: pointer;
    transition: all 0.6s;
  }
  .content .time-axis .tf-history-time .history-box .product img:hover {
    transform: scale(1.4);
  }
  .content .time-axis .tf-history-time .history-box-left .product img {
    cursor: pointer;
    transition: all 0.6s;
  }
  .content .time-axis .tf-history-time .history-box-left .product img:hover {
    transform: scale(1.4);
  }
  .content .join-us .join-box .get-touch .touch-box h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
  }
  .content .join-us .join-box .get-touch .touch-box h3:before {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 55px;
    bottom: 0px;
    display: inline-block;
    height: 3px;
    width: 90px;
    background-color: #526cfd;
    content: "";
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: all 0.5s;
  }
  .content .join-us .join-box .get-touch:hover {
    background-color: #fff;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .content .join-us .join-box .get-touch:hover h3 {
    color: #526cfd;
  }
  .content .join-us .join-box .get-touch:hover h3:before {
    transform: scale3d(1, 1, 1);
    color: #526cfd;
  }
}
.animationted_right h3,.animationted_right{
  text-align: left !important;
}
.animationted_left h3,.animationted_left{
  text-align: right !important;
}
.tf-history-time{
  position: relative;
  overflow: hidden;
}
