@import url("https://www.digiwin.com/tw/dsc/css/reset.css");

.cs-sect1 {
  background: url("../../images/shift/sect1-bg.png") no-repeat center;
  height: 500px;
}
.cs-sect1 .sect1-content {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.cs-sect1 .sect1-title p {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}
.cs-sect2 {
  background: #f9f9f9;
}
.cs-sect2 .sect2-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
.cs-sect2 .sect2-content h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #5f3b31;
  margin: 0 0 30px;
}
.cs-sect2 .sect2-dialogs picture img {
  display: block;
  margin: 0 auto 20px;
}
.cs-sect2 .sect2-peos {
  display: flex;
  justify-content: space-between;
}
.cs-sect2 .sect2-peo {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.cs-sect2 .sect2-peo img {
  height: 236px;
  margin: 0 0 15px;
}
.cs-sect2 .sect2-peobox {
  width: 100%;
  max-width: 320px;
  height: 240px;
  border-radius: 20px;
  border: 2px solid #d9d9d9;
}
.cs-sect2 .sect2-peobox h2 {
  width: 100%;
  background: #4eaebc;
  border-radius: 18px 18px 0 0;
  border-bottom: 2px solid #d9d9d9;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 0 0 20px;
}
.cs-sect2 .sect2-peobox h2 span {
  font-size: 20px;
}
.cs-sect2 .sect2-peobox p {
  font-size: 20px;
  color: #6d6d6d;
  line-height: 1.5;
  padding: 0 15px;
  position: relative;
}
.cs-sect2 .sect2-peobox p::after{
  content: '';
  width: 8px;
  height: 8px;
  background: rgba(255, 192, 0, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0,-50%);
}
.cs-sect3 {
  background: url("../../images/shift/sect3-bg.png") no-repeat center top;
  padding: 90px 0 33px;
  background-color: #cbe5e8;
}
.cs-sect3 .sect3-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.cs-sect3 .sect3-content h1 {
  font-size: 40px;
  font-weight: bold;
  color: #5f3b31;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.3;
}
.cs-sect3 .sect3-content h1 span {
  font-size: 40px;
  font-weight: bold;
  color: #ff7011;
}
.cs-sect3 .sect3-content h2 {
  font-size: 28px;
  color: #000;
  text-align: center;
  margin: 20px 0 50px;
  line-height: 1.4;
}
.cs-sect3 .sect3-program {
  width: 100%;
  box-shadow: 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 0 0 50px;
}
.cs-sect3 .sect3-program h3 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background: #378eb2;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 15px 0;
}
.cs-sect3 .sect3-features {
  background: #fff;
  padding: 0 15px 55px;
  border-radius: 0 0 20px 20px;
}
.cs-sect3 .sect3-feature {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0 20px;
}
.cs-sect3 .sect3-featitle {
  width: 100%;
  max-width: 325px;
  height: 85px;
  background: #39adbe;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.cs-sect3 .sect3-featitle img {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(0, -50%);
}
.cs-sect3 .sect3-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #ffa63d;
  margin: 0 20px;
}
.cs-sect3 .sect3-featxt p {
  font-size: 24px;
  font-weight: bold;
  color: #636363;
  margin: 0 0 5px;
}
.cs-sect3 .sect3-featxt h4 {
  font-size: 28px;
  font-weight: bold;
  color: #36a4b4;
}
.cs-sect3 .sect3-featxt h4 br,
.cs-sect3 .sect3-featxt p br {
  display: none;
}
.cs-sect3 .sect3-intuitionMB {
  display: none;
}
.cs-sect3 .sect3-intuition {
  width: 100%;
  position: relative;
}
.cs-sect3 .swiper-sect3 {
  width: 100%;
  max-width: 930px;
  height: 580px;
  margin: 0 0 0 auto;
  border-radius: 20px;
  box-shadow: 5px 15px rgba(0, 0, 0, 0.1);
}
.cs-sect3 .swiper-sect3 .swiper-slide {
  padding: 45px 0 0 305px;
  background: #fff;
}
.cs-sect3 .swiper-sect3 .swiper-sect3triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #ffa63d;
  margin: 0 15px 0 0;
}
.cs-sect3 .swiper-sect3 .swiper-title {
  display: flex;
  margin: 0 0 20px;
}
.cs-sect3 .swiper-sect3 .swiper-title p {
  width: 100%;
  max-width: 600px;
  font-size: 22px;
  color: #000;
  padding: 0 20px 0 0;
  line-height: 1.1;
}
.cs-sect3 .sect3-pagination {
  width: 100%;
  max-width: 350px;
  height: 100%;
  top: 0;
  left: -15px;
  display: flex;
  flex-direction: column;
  padding: 25px 0 0;
}
.cs-sect3 .sect3-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 80px;
  background: #a8a8a8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  margin: 0 0 15px;
}
.cs-sect3 .sect3-pagination .swiper-pagination-bullet-active {
  background: #39adbe;
}
.sect3-build{
  width: 100%;
}
.sect3-build{
  max-width: 1000px;
  margin: 60px auto 0;
  /* padding: 0 15px; */
}
.sect3-build .sect3-buildboxs{
  width: 100%;
  box-shadow: 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.sect3-build .sect3-buildboxs h3{
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background: #378eb2;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 15px 0;
}
.sect3-build .sect3-buildboxs .sect3-buildboximg{
  padding: 0 40px 40px;
}
.sect3-build .sect3-buildboxs .sect3-buildboximg h4{
  font-size: 28px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.sect3-build .sect3-buildboxs .sect3-buildbox{
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildposimg{
  position: absolute;
  top: -15px;
  right: -5px;
  width: 100px;
  height: 56px;
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts{
  display: flex;
  position: relative;
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildtext{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 20px;
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildtext h4{
  font-size: 24px;
  color: #fff;
  background-color: #455ea0;
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  max-width: 100px;
  width: 100%;
  font-weight: bold;
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts:nth-child(2) .sect3-buildtext h4{
  background-color: #54bfd7;
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildtext p{
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 5px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildtext p::after{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #455ea0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%,0);
}
.sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts:nth-child(2) .sect3-buildtext p::after{
  background: #54bfd7;
}
.cs-sect4 {
  background: url("../../images/shift/sect4-bg.png") no-repeat center top;
  height: 288px;
  margin: -1px 0 0;
}
.cs-sect4 .sect4-content {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cs-sect4 .sect4-content img {
  margin: 0 0 -20px;
}
.cs-sect4 .sect4-txt {
  margin: 60px 0 0 30px;
}
.cs-sect4 .sect4-txt p {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin: 0 0 25px;
}
.cs-sect4 .sect4-txt a {
  width: 100%;
  max-width: 400px;
  height: 70px;
  background: #f33c0b;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 6px #71200a;
}
.cs-sect5 {
  background: url("../../images/shift/sect5-bg.png") no-repeat center top;
}
.cs-sect5 .sect5-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 5px;
}
.cs-sect5 .sect5-content h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #5f3b31;
  padding: 40px 0 30px;
}
.cs-sect5 .sect5-content h1 span {
  color: #ff7011;
}
.cs-sect5 .sect5-expected {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding: 0 15px 30px;
}
.cs-sect5 .sect5-expected h2 {
  width: 100%;
  max-width: 220px;
  height: 100px;
  background: #ff7011;
  font-size: 37px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
}
.cs-sect5 .sect5-expected .sect5-expectdfs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-sect5 .sect5-expected .sect5-expectdf {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.cs-sect5 .sect5-expected .sect5-expectdf h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.cs-sect5 .sect5-expected .sect5-expectdf h3 span {
  color: #ff7011;
}
.cs-sect5 .sect5-expected .sect5-expectdf img {
  margin: 0 15px;
}
.cs-sect5 .sect5-expected .sect5-expectdf h4 {
  font-size: 34px;
  font-weight: bold;
  color: #f33c0b;
}
.cs-sect5 .sect5-content .workshop-part{
  padding: 0 0 50px;
}
div#comparison {
  display: none;
}
.cs-sect6 {
  background: #b2d2df;
  padding: 55px 15px;
}
.cs-sect6 .sect6-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cs-sect6 .sect6-enterprise {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 15px rgba(0, 0, 0, 0.1);
}
.cs-sect6 .sect6-enterprise h1 {
  background: #378eb2;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 20px 0;
}
.cs-sect6 .sect6-enterprise .sect6-ents {
  display: flex;
  width: 100%;
}
.cs-sect6 .sect6-enterprise .sect6-ent {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.cs-sect6 .sect6-enterprise .sect6-ent h2 {
  font-size: 34px;
  font-weight: bold;
  color: #ff7011;
  margin: 15px 0;
}
.cs-sect6 .sect6-enterprise .sect6-ent p {
  font-size: 22px;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.cs-sect7 {
  background: url("../../images/shift/sect7-bg.png") no-repeat center;
  height: 416px;
  margin: -1px 0 0;
}
.cs-sect7 .sect7-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.cs-sect7 .sect7-content h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
}
.cs-sect7 .sect7-cases {
  display: flex;
  justify-content: space-between;
}
.cs-sect7 .sect7-cases .sect7-case {
  width: 100%;
  max-width: 320px;
  height: 270px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px 0;
  cursor: pointer;
}
.cs-sect7 .sect7-cases .sect7-case.sect7-caseadd {
  background: #ff7011;
}
.cs-sect7 .sect7-cases .sect7-case h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #1895a7;
  border-radius: 14px;
  padding: 20px 35px;
}
.cs-sect7 .sect7-cases .sect7-case.sect7-caseadd h2 {
  background: #554032;
}
.cs-sect7 .sect7-cases .sect7-casetxt {
  display: flex;
  margin: 20px 0 0;
}
.cs-sect7 .sect7-cases .sect7-casetxtDU {
  margin: 20px 0 0;
}
.cs-sect7 .sect7-cases .sect7-casetxt h3 {
  width: 100%;
  max-width: 33px;
  height: 115px;
  font-size: 22px;
  color: #fff;
  background: #8b8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 1%, 100% 95%, 50% 100%, 0 95%);
  clip-path: polygon(0 0, 100% 1%, 100% 95%, 50% 100%, 0 95%);
  margin: 0 10px 0 0;
}
.cs-sect7 .sect7-cases .sect7-casetxtDU h3 {
  width: 100%;
  max-width: 33px;
  height: 115px;
  font-size: 22px;
  color: #ff7011;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 10px 0 0;
}
.cs-sect7 .sect7-cases .sect7-casetxt p {
  font-size: 22px;
  color: #000;
  line-height: 1.3;
}
.cs-sect7 .sect7-cases .sect7-casetxtDU p {
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
}
.sect7-arr {
  position: relative;
  color: #000;
  text-align: center;
  text-decoration: none;
  animation: arrowafter 1s infinite;
}
@keyframes arrowafter {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cs-sect7 .sect7-cases .sect7-case.sect7-caseadd .sect7-casetxt,
.sect7-caseadd .sect7-arr,
.cs-sect7 .sect7-cases .sect7-case .sect7-casetxtDU,
.sect7-casesMB {
  display: none;
}
.cs-sect7 .sect7-cases .sect7-case.sect7-caseadd .sect7-casetxtDU {
  display: flex;
}
.cs-sect8 {
  background: url("../../images/shift/sect8-bg.png") no-repeat center;
  height: 150px;
}
.cs-sect8 .sect8-content {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-sect8 .sect8-content .sect8-a {
  width: 100%;
  max-width: 400px;
  height: 70px;
  background: #f33c0b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0 5px #71200a;
}
.cs-sect9{
  background-color: #d5e5ec;
}
.cs-sect9 .sect9-content{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 15px;
}
.cs-posfixed{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.cs-posfixed .cs-posfixedcon{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 0 30px;
}
.cs-posfixed .cs-posfixedcon .cs-posfixedconclose {
  position: relative;
  z-index: 9999;
}
.cs-posfixed .cs-posfixedcon .cs-posfixedconclose img{
  cursor: pointer;
}
.cs-posfixed .cs-posfixedcon .cs-posfixedconclose .cs-posfixX{
  position: absolute;
  right: -15px;
  top: 0px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .sect3-build{
    /* display: none; */
  }
  .sect3-build .sect3-buildboxs .sect3-buildboximg{
    display: none;
  }
  .sect3-build .sect3-buildboxs .sect3-buildbox{
    flex-direction: column;
  }
  .sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts{
    width: 100%;
    max-width: 330px;
    margin: 0 auto 40px;
    align-items: center;
    flex-direction: column;
  }
  .sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildtext{
    padding: 0;
  }
  .sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts img{
    margin: 0 0 20px;
  }
  .sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildtext h4{
    margin: 0 auto 5px;
  }
  .sect3-build .sect3-buildboxs .sect3-buildbox .sect3-buildtexts .sect3-buildposimg{
    top: 150px;
    /* right: -20px; */
  }
}
@media screen and (max-width: 1000px) {
  .cs-sect2 .sect2-peos {
    flex-direction: column;
    align-items: center;
  }
  .cs-sect2 .sect2-peo {
    margin: 0 0 20px;
  }
  .cs-sect3 {
    background-color: #cbe5e8;
  }
  .cs-sect3 .sect3-intuition {
    display: none;
  }
  .cs-sect3 .sect3-intuitionMB {
    display: block;
    background: #fff;
    box-shadow: 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px 10px;
    border-radius: 20px;
  }
  .sect3-intuitionMB .sect3-intus {
    margin: 0 0 25px;
  }
  .sect3-intuitionMB .sect3-intus h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #36a4b4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
  }
  .sect3-intuitionMB .sect3-intus .sect3-intu {
    display: flex;
    margin: 20px 0 10px;
  }
  .sect3-intuitionMB .sect3-intus .sect3-intu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 18px;
    border-color: transparent transparent transparent #ffa63d;
    margin: 0 10px 0 5px;
  }
  .sect3-intuitionMB .sect3-intus .sect3-intu p {
    font-size: 22px;
    color: #292929;
    line-height: 1.4;
  }
  .sect3-intuitionMB .sect3-intus .sect3-intu p span {
    color: #ff7011;
  }
  .sect3-intuitionMB .sect3-intus a img {
    display: block;
    margin: 0 auto;
  }
  .cs-sect4 .sect4-content {
    justify-content: center;
    align-items: flex-end;
  }
  .cs-sect4 .sect4-txt {
    margin: 60px 0 30px 30px;
  }
  .cs-sect4 .sect4-txt p {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 5px 0 0;
  }
  .cs-sect5 .sect5-expected .sect5-expectdf h3 {
    font-size: 24px;
  }
  .cs-sect5 .sect5-expected .sect5-expectdf h4 {
    font-size: 30px;
  }
  .cs-sect7 {
    background: #5fa9c8;
    height: auto;
  }
  .cs-sect7 .sect7-content {
    padding: 50px 0;
  }
  .cs-sect7 .sect7-cases {
    display: none;
  }
  .cs-sect7 .sect7-casesMB {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cs-sect7 .sect7-casesMB .sect7-case {
    width: 100%;
    max-width: 320px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 0;
    cursor: pointer;
    margin: 0 0 25px;
  }
  .cs-sect7 .sect7-casesMB .sect7-casetxt {
    display: flex;
    margin: 20px 10px;
  }
  .cs-sect7 .sect7-casesMB .sect7-case h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #1895a7;
    border-radius: 14px;
    padding: 20px 35px;
    margin: 0 10px;
  }
  .cs-sect7 .sect7-casesMB .sect7-casetxt h3 {
    width: 100%;
    max-width: 33px;
    height: 115px;
    font-size: 22px;
    color: #fff;
    background: #8b8c8c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 95%, 50% 100%, 0 95%);
    clip-path: polygon(0 0, 100% 1%, 100% 95%, 50% 100%, 0 95%);
    margin: 0 10px 0 0;
  }
  .cs-sect7 .sect7-casesMB .sect7-casetxt p {
    font-size: 22px;
    color: #000;
    line-height: 1.3;
  }
  .cs-sect7 .sect7-casesMB .sect7-case .sect7-casetxtDU h3 {
    width: 100%;
    background: #554032;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0 15px;
  }
  .cs-sect7 .sect7-casesMB .sect7-case .sect7-casetxtDU h3::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 12px 6.5px;
    border-color: transparent transparent #fff200 transparent;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
  }
  .cs-sect7 .sect7-casesMB .sect7-case .sect7-casetxtDU h3.sect7-paf::after {
    transform: rotate(180deg);
  }
  .cs-sect7 .sect7-casesMB .sect7-case .sect7-casetxtDU p {
    display: none;
    font-size: 22px;
    color: #fff;
    background: #ff7011;
    border-radius: 0 0 20px 20px;
    padding: 15px 20px;
    line-height: 1.4;
  }
  .sect7-arr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cs-sect1 .sect1-content {
    flex-direction: column;
    padding: 10px 0 20px;
  }
  .cs-sect1 .sect1-content .sect1-kv {
    height: 254px;
  }
  .cs-sect1 .sect1-content .sect1-title picture img {
    margin: -45px auto 0;
    display: block;
  }
  .cs-sect1 .sect1-title p {
    font-size: 22px;
  }
  .cs-sect3 .sect3-content h2 {
    font-size: 26px;
  }
  .cs-sect3 .sect3-feature {
    flex-direction: column;
  }
  .cs-sect3 .sect3-triangle {
    transform: rotate(90deg);
  }
  .cs-sect3 .sect3-featxt h4 br,
  .cs-sect3 .sect3-featxt p br {
    display: block;
  }
  .cs-sect3 .sect3-featxt h4,
  .cs-sect3 .sect3-featxt p {
    text-align: center;
    line-height: 1.3;
  }
  .cs-sect4 .sect4-content img {
    height: 213px;
  }
  .cs-sect4 .sect4-txt {
    margin: 0 0 20px;
  }
  .cs-sect4 .sect4-txt a {
    max-width: 280px;
    height: 50px;
    margin: 0 0 0 -40px;
    font-size: 22px;
  }
  .cs-sect5 {
    background-size: cover;
  }
  .cs-sect5 .sect5-boaf {
    display: none;
  }
  /* .cs-sect5 .sect5-boaf .swiper-scrollbar {
    height: 15px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.35);
    position: relative;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    top: -35px;
  }
  .cs-sect5 .sect5-boaf .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
  }
  .cs-sect5 .sect5-boaf .swiper-slide {
    width: 1000px;
    font-size: 0.8em;
    padding-left: 0.5em;
    padding-right: 1em;
  }
  .cs-sect5 .sect5-boaf .swiper-slide .workshop-part {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 650px;
  } */
  .cs-sect5 .sect5-expected h2 {
    max-width: 340px;
    height: 70px;
    margin: 0;
  }
  .cs-sect5 .sect5-expected {
    flex-direction: column;
  }
  .cs-sect5 .sect5-expected .sect5-expectdfs {
    width: 100%;
    max-width: 340px;
  }
  .cs-sect5 .sect5-expected .sect5-expectdf {
    flex-direction: column;
    align-items: flex-start;
  }
  .cs-sect5 .sect5-expected .sect5-expectdf h4 {
    margin: 10px 0 0;
  }
  .cs-sect5 .sect5-expected .sect5-expectdf img {
    margin: 0 15px 0 0;
  }
  div#comparison {
    display: block;
    width: 100%;
    height: 580px;
    max-width: 340px;
    overflow: hidden;
    margin: 0 auto;
  }
  div#comparison figure {
    background-image: url("../../images/shift/sect5-img2.png");
    background-repeat: no-repeat;
    background-position: center top 1px;
    /* background-size: cover; */
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  div#comparison figure > img {
    position: relative;
    width: 100%;
  }
  div#comparison figure div {
    background-image: url("../../images/shift/sect5-img3.png");
    background-repeat: no-repeat;
    background-color: #e7eff3;
    /* background-size: cover; */
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
  }

  input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -2%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 102%;
  }
  input[type="range"]:focus {
    outline: none;
  }
  input[type="range"]:active {
    outline: none;
  }

  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    outline: none;
  }
  input[type="range"]:active {
    border: none;
    outline: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
  }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
  }
  input[type="range"]:focus::-webkit-slider-thumb {
    background: rgba(255, 255, 255, 0.5);
  }
  input[type="range"]:focus::-moz-range-thumb {
    background: rgba(255, 255, 255, 0.5);
  }
  .cs-sect6 .sect6-enterprise .sect6-ents {
    flex-direction: column;
    align-items: center;
  }
  .cs-sect6 .sect6-enterprise .sect6-ent:nth-child(1)::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #cddadf;
    margin: 15px 0 0;
  }
  .cs-sect8 {
    background: url("../../images/shift/sect8-bgMB.png") no-repeat center;
    height: 120px;
  }
  .cs-sect8 .sect8-content .sect8-a {
    font-size: 30px;
    max-width: 280px;
    height: 50px;
  }
  .cs-posfixed .cs-posfixedcon .cs-posfixedconclose .cs-posfixX{
    top: -15px;
  }
}

.wow {
  animation-fill-mode: both;
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInTopLeftSmall {
  animation-name: fadeInTopLeftSmall;
}

@keyframes fadeInTopLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, -20%, 0);
    transform: translate3d(-20%, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInTopRightSmall {
  animation-name: fadeInTopRightSmall;
}

@keyframes fadeInTopRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, -20%, 0);
    transform: translate3d(20%, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInBottomLeftSmall {
  animation-name: fadeInBottomLeftSmall;
}

@keyframes fadeInBottomLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 20%, 0);
    transform: translate3d(-20%, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInBottomRightSmall {
  animation-name: fadeInBottomRightSmall;
}

@keyframes fadeInBottomRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 20%, 0);
    transform: translate3d(20%, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInSmall {
  animation-name: bounceInSmall;
}

@keyframes bounceInSmall {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  40% {
    transform: scale3d(1.04, 1.04, 1.04);
  }
  60% {
    transform: scale3d(1, 1, 1);
  }
  80% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
