@charset "UTF-8";
.content7 > .brandBox {
  margin: 2% 2.5%;
}
.serviceBg {
  background-image: url(../img/servicebg.jpg);
}
.serviceBggoogle {
  background-image: url(../img/google/servicebggoogle.jpg);
}
.serviceBgtiktok {
  background-image: url(../img/tiktok/tiktokhead.jpg);
}
.serviceBgline {
  background-image: url(../img/line/linehead.jpg);
}
.serviceBgyahoo {
  background-image: url(../img/yahoo/yahoohead.jpg);
}
.serviceBgmeta {
  background-image: url(../img/meta/metahead.jpg);
}
.serviceBgapple {
  background-image: url(../img/apple/applehead.jpg);
}
.serviceBgefunac1 {
  background-image: url(../img/efunac1/efunac1head.jpg);
}
.serviceBgefunac2 {
  background-image: url(../img/efunac2/efunac2head.jpg);
}
.serviceBg5g {
  background-image: url(../img/5g/5ghead.jpg);
}
.serviceBgmks {
  background-image: url(../img/mks/mkshead.jpg);
}
.slogan {
  width: 60%;
  max-width: 900px;
}
.content1 {
  padding-bottom: 3%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.serviceBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.serviceBox div {
  width: 50%;
  padding: 5%;
  opacity: 0;
  margin-left: -3%;
  margin-bottom: -2%;
  transform: skewX(-10deg);
  /* position: absolute; */
}
.serviceBox div::before {
  color: #fff;
  font-weight: 200;
  position: absolute;
  display: block;
}
.serviceBox div::before {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 4rem;
  position: absolute;
  display: block;
}
.serviceBox div:nth-child(1)::before {
  content: "01";
  top: 0%;
  left: 0;
  line-height: 1.2em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(2)::before {
  content: "02";
  top: 0%;
  right: 0;
  line-height: 1.2em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(3)::before {
  content: "03";
  bottom: 0.2em;
  left: 0;
  line-height: 1em;
  border-top: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(4)::before {
  content: "04";
  bottom: 0.2em;
  right: 0;
  line-height: 1em;
  border-top: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(1) {
  background-color: rgb(231, 230, 230, 37%);
}
.serviceBox div:nth-child(2) {
  background-color: rgb(179, 198, 231, 37%);
  margin-bottom: -4%;
}
.serviceBox div:nth-child(3) {
  background-color: rgb(179, 198, 231, 37%);
}
.serviceBox div:nth-child(4) {
  background-color: rgb(231, 230, 230, 37%);
  margin-bottom: -4%;
}
.content2 {
  margin: auto;
  position: relative;
  padding-bottom: 0;
}
.content2 .service-swiper {
  overflow: hidden;
  align-items: stretch;
  flex-direction: column;
  padding: 0 0 2%;
  margin: auto;
  width: 90%;
}
.service-swiper .swiper-slide {
  width: 30%;
  background-color: white;
  padding: 0 0 3%;
  border-radius: 1rem;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  align-items: stretch;
  flex-direction: column;
  transition: all 0.8s;
  height: auto;
  justify-content: space-between;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 3%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 25px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next::after {
  background-image: url(../img/icon/arrow_swiper.svg);
}
.swiper-button-prev::after {
  background-image: url(../img/icon/arrow_swiper.svg);
  transform: scaleX(-1);
}
.service-swiper .swiper-slide p {
  width: 100%;
  padding: 0 3% 12%;
}

.content2 .service-swiper .swiper-slide-active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.8s;
}
.content2 .swiper-pagination {
  position: relative;
  margin-top: 3%;
}
.content2 .service_logo {
  max-width: 90% !important;
  object-fit: unset;
  width: auto;
  height: auto;
  max-height: 35px;
  display: block;
  margin: 6% auto;
}
.content22 .service_logo {
  max-width: 90% !important;
  object-fit: unset;
  width: auto;
  height: auto;
  max-height: 35px;
  display: block;
  margin: 6% auto;
}
.content2 .swiper-pagination {
  margin-top: 3%;
}

.content2 .imgLeft {
  width: 17%;
  max-width: 100px;
  margin-right: 2%;
}
.content2 div:first-child {
  border: none;
}
.content2 h3 {
  line-height: clamp(1.5rem, 2.5vw, 5rem);
}
.content2 div.img--wrapper {
  border: none;
  width: 45%;
  display: inline-block;
  padding: 0;
}
.content2 div.img--wrapper img {
  height: auto;
  margin: 0 0.2rem;
}
.content2 div.img--wrapper img:nth-child(1) {
  width: 50%;
}
.content2 div.img--wrapper img:nth-child(2) {
  width: 13%;
}
.content2 div.img--wrapper img:nth-child(3) {
  width: 13%;
}
.content2 p img {
  width: auto;
  height: 2rem;
  margin: 0 0.5rem;
}
.content22 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.content22 > .brandBox,
.content3 > .brandBox,
.content4 > .brandBox,
.content5 > .brandBox {
  margin: 2% auto;
}
.content7 .service_logo2 {
  object-fit: unset;
  width: auto;
  height: auto;
  max-height: 45px;
  display: block;
  margin: 6% auto;
  max-width: 90% !important;
}
.content3 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.content4,
.content5 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.content7 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.brandBox {
  border-radius: 10px;
  overflow: hidden;
  width: 28%;
  padding: 0 0 8%;
  min-width: 280px;
}
.brandBox:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px,
    rgb(0 0 0 / 10%) 0px 2px 4px 0px,
    rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
  transform: unset;
}
.brandBox h4 {
  text-align: center;
  margin: 10% 1% 6%;
}
.h4img {
  width: 80%;
  margin: 0 auto;
}
.brand img:first-child {
  width: 100%;
  display: block;
  margin: 0 auto 2%;
}
.brand {
  border-bottom: unset;
  margin: 0;
}
.brandBox p {
  color: rgb(119, 119, 119);
  width: 90%;
  margin: auto;
}

.content4 .contentBox--wrapper {
  justify-content: center;
  padding: 0;
}
.content3 h2 {
  text-align: center;
}
.content4 h2 {
  text-align: center;
  margin: 12% auto 2%;
}

.content5 .brandBox div:nth-child(2) img {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 75%;
}
.content5 .brandBox div:nth-child(2) {
  height: 5rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.content7 .brandBox div:nth-child(2) img {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 75%;
}
.content7 .brandBox div:nth-child(2) {
  height: 8rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.content5 .contentBox--wrapper {
  justify-content: center;
  padding: 0% 0 9%;
}
.content5 .brandBox,
.content4 .brandBox,
.content3 .brandBox,
.content7 .brandBox,
.content22 .brandBox {
  padding: 0 0 3%;
  text-align: center;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-between;
}
.content5 .brand div {
  height: 5rem;
}

.content5 .brandBox a,
.content7 .brandBox a {
  margin: 3% auto 0;
}
/* ................. */
.contentBox {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 5%;
}
.contentBox2 {
  width: 90%;
  margin: 0 auto;
  padding: 1.3% 0 5%;
}
.imgc img,
.imgmc img,
.admb img,
.linead img,
.lobx img,
.lobx7 img,
.lobx14 img,
.lo33 img,
.lo16 img,
.mintb img {
  width: 100%;
  display: block;
}
.mintbx {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.minta {
  width: 58%;
  padding: 0 8%;
  padding-top: 5%;
}
.mintb {
  width: 40%;
  margin-top: 3%;
  margin-right: 8%;
}
.mixt {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #fbbc05;
}
.mixt2 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #0668e1;
}
.mixt3 {
  /*display: inline-block;*/
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #00b900;
}
.mixt4 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #5f01d1;
}
.mixt5 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #00f2ea;
}
.mixt6 {
  /* display: inline-block; */
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #bfbfbf;
}
.wh {
  height: 3em;
}
.mtxx {
  font-size: 2em;
  font-weight: 600;
  margin-top: -25px;
  padding-bottom: 5px;
  line-height: 1em;
}

.mixtd {
  width: 95%;
  font-size: 1.2em;
  margin: 1em auto 3em auto;
  line-height: 1.5em;
}
.imgc {
  width: 35%;
  margin: 0 auto 1.5em auto;
}
.headtltx {
  width: 90%;
  margin: 1em auto;
  font-weight: 900;
  font-size: 4vw;
  text-align: center;
}
.imgmc {
  width: 30%;
  margin: 5% auto 4%;
}
.txbdc {
  text-align: center;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5em;
}
.txbtc {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  font-size: 1.2em;
  line-height: 1.5em;
}
.txtbx {
  width: 90%;
  margin: 5% auto 4%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.txbx {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #fbbc05;
}
.txbx2 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #0668e1;
}
.txtbx2 {
  width: 90%;
  margin: 5% auto 4%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.txbx2 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #0668e1;
}
.txtbx3 {
  width: 90%;
  margin: 5% auto 4%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.txbx3 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #00b900;
}
.txtbx4 {
  width: 90%;
  margin: 5% auto 4%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.txbx4 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #5f01d1;
}
.txbx5 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #00f2ea;
}
.txbx6 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #bfbfbf;
}
.txbx7 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #1e9cbf;
}
.txbx77 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #1e9cbf;
}
.txbx777 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #1e9cbf;
}
.txbx7777 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #1e9cbf;
}
.txbx8 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #bfbfbf;
}
.txbxr {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  margin-top: 1%;
  padding-bottom: 1%;
  border-bottom: 10px solid #00b900;
}
.mto {
  margin-top: 0;
}
.txl {
  font-size: 2em;
  font-weight: 600;
  margin-top: -25px;
}
.txr {
  font-size: 1.5em;
  margin: -5% 0 0 2%;
  padding-bottom: 1%;
}
.txr2 {
  margin-bottom: 2%;
  padding-top: 4.5%;
}
.secline {
  width: 80%;
  margin: 0 auto;
  font-size: 1.8em;
  text-align: center;
  display: block;
  position: relative;
}
.secline:before,
.secline:after {
  content: "●";
  position: absolute;
  color: rgb(119, 119, 119);
  width: -1%;
  font-size: 0.5em;
}
.secline:before {
  left: 0%;
}
.secline:after {
  right: 0%;
}
.sctx {
  position: absolute;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  font-size: 1.5em;
  background-color: rgb(249, 250, 251);
}
.linec {
  position: absolute;
  width: 98%;
  height: 1px;
  background-color: rgb(119, 119, 119);

  left: 50%;

  margin: 0.9% 0 0 -49%;
}
.adbnbx {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.adbnbx2 {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.adbmx {
  width: 20%;
  margin: 5% 6.6% 2% 6.6%;
}
.adbmxxx {
  width: 25%;
  margin: 0 5%;
}
.adbmxx {
  width: 40%;
  margin: 2em 5% 1em 5%;
}
.adbmx2 {
  width: 31.5%;
  margin: 5% 8.5% 2% 8.5%;
}
.admb {
  width: 100%;
}
.adtx {
  width: 100%;
  text-align: center;
  margin: 1em auto;
  font-size: 1.5em;
  line-height: 1em;
}
.adtxx {
  width: 100%;
  text-align: center;
  margin: 1em auto;
  font-size: 1.5em;
  line-height: 1em;
}
.adtxxx {
  width: 100%;
  text-align: center;
  margin: 1em auto;
  font-size: 1.5em;
  line-height: 1em;
}
.adtxs {
  width: 100%;
  text-align: center;
  margin: 1em auto;
  font-size: 1em;
  line-height: 1em;
}
.mdtx {
  position: relative;
  width: 120%;
  text-align: center;
  margin-left: -10%;
}

.linehbx {
  width: 70%;
  margin: 5em auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.linead {
  width: 48%;
  margin: 0 3%;
}
.mobx {
  width: 100%;
  padding: 6px;
  height: auto;
  background: url("../img/mob.png") no-repeat;
  background-size: 100% auto;
}

#mbvideo {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5em;
}
.headlobx {
  width: 50%;
  margin: 1em auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.headlobx2 {
  width: 70%;
  margin: 1em auto 3% auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lobx {
  width: 20%;
}
.lobx7 {
  width: 6.6%;
  margin: 0.2%;
}
.lobx14 {
  width: 11.1%;
  margin: 0.2%;
}
.lo33 {
  width: 30%;
  margin: 0 1%;
}
.lo16 {
  width: 15%;
  margin: 0 0.5%;
}
/* ................. */
@media screen and (max-width: 1500px) {
  .headtltx {
    width: 100%;
    margin: 1em auto;
    font-weight: 900;
    font-size: 4vw;
    text-align: center;
  }
  .txl {
    font-size: 3em;
    font-weight: 600;
    margin-top: -25px;
  }
  .txr {
    font-size: 1.5em;
  }
  .txbx4 {
    width: 30%;
  }
}
@media screen and (max-width: 1400px) {
  .mintbx {
    width: 100%;
  }
  .mintb {
    margin-top: 0%;
  }
}
@media screen and (max-width: 1366px) {
  .secline {
    width: 80%;

    font-size: 1.8em;
  }
  .txl {
    font-size: 2em;
    font-weight: 600;
    margin-top: -15px;
  }
  .txr {
    font-size: 1.2em;
  }
  .txtbx {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .minta {
    padding: 5% 5% 0 5%;
  }
  .mintbx {
    width: 100%;
  }
  .mtxx {
    margin-top: 0;
    font-size: 1.5em;
  }
  .adtx {
    font-size: 1.5em;
  }
  .secline {
    font-size: 1.2em;
  }
  .linec {
    position: absolute;
    width: 98%;
    height: 1px;
    background-color: rgb(119, 119, 119);

    left: 50%;
    margin-top: 1.2%;
  }
}
@media screen and (max-width: 960px) {
  .wh {
    height: 0;
  }
  .headlobx {
    width: 95%;
  }
  .headlobx2 {
    width: 95%;
  }
  .txbx {
    width: 33%;
  }
  .serviceBg {
    padding-bottom: 80%;
  }
  .slogan {
    width: 95%;
  }
  .content1 {
    width: 90%;
    padding-right: unset;
  }
  .serviceBox {
    /* width: 90%; */
    width: 100%;
  }
  .content2 {
    width: 100%;
    padding: 5% 3%;
    min-width: unset;
  }
  .content2 div.img--wrapper {
    width: 55%;
    /* display: block; */
    margin: 2% 0;
  }

  .brand img:first-child {
    max-width: unset;
    max-height: unset;
  }
  .content4 h2 {
    width: 90%;
  }
  .content2 .service-swiper {
    width: 70%;
  }
  .brandBox {
    width: 30%;
    min-width: unset;
  }
}

@media screen and (max-width: 750px) {
  .secline {
    width: 98%;
  }
  .sctx {
    width: 36%;
    margin-left: -18%;
  }
}
@media screen and (max-width: 700px) {
  .txl {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: -5px;
  }
  .txr {
    font-size: 1em;
  }
}
@media screen and (max-width: 560px) {
  .mintbx {
    flex-wrap: wrap;
  }
  .minta {
    width: 100%;
  }
  .mintb {
    width: 80%;
  }
  .adbnbx2 {
    width: 100%;
    margin: 15% auto 5% auto;
  }
  .lo16 {
    width: 30%;
    margin: 0.5%;
  }
  .imgmc {
    width: 40%;
  }
  .headtltx {
    font-size: 5vw;
  }
  .adbmxxx {
    width: 40%;
  }
  .imgc {
    width: 70%;
    margin: 1.5em auto;
  }
  .linehbx {
    width: 100%;
    margin: 2em auto;
  }
  .txbx4 {
    width: 33%;
  }
  .txtbx2 {
    width: 98%;
  }
  .adbmx2 {
    width: 40%;
    margin: 5% 5% 2% 5%;
  }
  .adbmxx {
    width: 70%;
    margin: 1em 5%;
  }
  .adbmx {
    width: 40%;

    margin: 5% 5% 2% 5%;
  }
  .adbnbx {
    width: 100%;
    margin: 15% auto 5% auto;
  }
  .adtx,
  .adtxx,
  .adtxxx {
    font-size: 1em;
  }
  .linec {
    position: absolute;
    width: 98%;
    height: 1px;
    background-color: rgb(119, 119, 119);
    margin-top: 2%;
    left: 50%;
    margin-left: -49%;
  }
  .contentBox2 {
    width: 98%;
  }
  .txl {
    font-size: 1em;
    font-weight: 600;
    margin-top: 0px;
  }
  .txr {
    font-size: 0.8em;
    margin-top: 5px;
  }
  .txbdc {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 1.5em auto;
  }
  .txbtc {
    width: 95%;
    margin: 1.5em auto;
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .txbx8 {
    border-bottom: 4px solid #bfbfbf;
    width: 48%;
  }
  .txbx77 {
    border-bottom: 4px solid #1e9cbf;
    width: 48%;
    margin-top: 2%;
  }
  .txbx7777 {
    border-bottom: 4px solid #1e9cbf;
    width: 48%;
    margin-top: 2%;
  }
  .txbx7777 > .txl {
    font-size: 1.2em;
  }
  .txbx7777 > .txr {
    font-size: 0.8em;
  }
  .txbx777 {
    border-bottom: 4px solid #1e9cbf;
    width: 60%;
    margin-top: 2%;
  }
  .txbx7 {
    border-bottom: 4px solid #1e9cbf;
    width: 48%;
    margin-top: 2%;
  }
  .adtxxx {
    width: 110%;
    font-size: 0.9em;
    margin-left: -5%;
  }
  .adtxx {
    font-size: 0.9em;
  }
  .txbx2 {
    margin-top: 5%;
    width: 48%;
  }
  .txtbx2 {
    flex-wrap: wrap;
  }
  .content2 {
    padding: 5% 0%;
  }
  .sctx {
    width: 50%;
    margin-left: -25%;
  }
  .txr2 {
    margin-bottom: 0%;
    padding-top: 0%;
  }
  .txr {
    font-size: 1em;
    margin-top: 2px;
  }
  .txl {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0px;
  }
  .txtbx {
    flex-wrap: wrap;
  }
  .txbx {
    width: 48%;
    padding-top: 4.5%;
  }
  .mintb {
    margin-right: 0;
  }
  a.more {
    padding: 0.4rem 2.5rem;
    text-align: center;
  }
  a.more::before {
    display: none;
  }
  .linec {
    margin-top: 2.5%;
  }
  .txbx3 {
    margin-top: 2%;
    border-bottom: 4px solid #00b900;
    width: 48%;
  }
  .txbx3 > .txl {
    font-size: 1.2em;
  }
  .txbxr > .txl {
    font-size: 1.2em;
    margin-top: 2.5%;
  }
  .txbxr {
    margin-top: 2%;
    width: 90%;
  }
  .txbx4 {
    border-bottom: 4px solid #5f01d1;
    width: 48%;
    margin-top: 2%;
  }
  .txbx5 {
    border-bottom: 4px solid #00e1ff;
    width: 48%;
    margin-top: 2%;
  }
  .txbx6 {
    border-bottom: 4px solid #c4c4c4;
    width: 48%;
    margin-top: 2%;
  }
  .txbxr {
    border-bottom: 4px solid #00b900;
    width: 48%;
  }
  .txbx {
    border-bottom: 4px solid #fbbc05;
  }
  .txbx2 {
    border-bottom: 4px solid #0668e1;
  }
  .serviceBg,
  .serviceBggoogle,
  .serviceBgmeta,
  .serviceBgline,
  .serviceBgyahoo,
  .serviceBgefunac1,
  .serviceBgefunac2,
  .serviceBg5g,
  .serviceBgmks,
  .serviceBgapple {
    padding-bottom: 135%;
    background-size: cover;
    background-position: 50% center;
  }
  .headlobx2 {
    width: 98%;
  }
  .lobx7 {
    width: 10%;
  }
  .lobx14 {
    width: 20%;
  }
  .serviceBgtiktok {
    padding-bottom: 135%;
    background-size: cover;
    background-position: 50% center;
    background: url("../img/tiktok/tiktokheadmb.jpg");
    background-size: 100% auto;
  }
  .page .slogan h2 {
    font-size: min(max(11.7vw, 45px), 72px);
    line-height: min(max(4.7vw, 40px), 86px);
  }
  .page .slogan2 h2 {
    font-size: min(max(4.7vw, 27px), 72px);
    line-height: min(max(4.7vw, 34px), 86px);
  }
  .content1 div {
    transform: skewX(0deg) translate(0%) !important;
    margin-bottom: 5%;
    position: relative;
    width: 100%;
  }

  .service_title {
    text-align: center;
  }
  .service_title::before {
    width: 16vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .serviceBox div {
    width: 100%;
    margin-left: 0%;
  }
  .serviceBox div:nth-child(2),
  .serviceBox div:nth-child(4) {
    margin-bottom: inherit;
  }
  .serviceBox div::before {
    left: unset !important;
    right: 0;
    top: 10%;
    bottom: unset !important;
  }
  .content3 {
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .content22 .brandBox,
  .content4 .brandBox,
  .content3 .brandBox,
  .content5 .brandBox {
    width: 75%;
    margin-bottom: 10%;
    padding-bottom: 7%;
  }
  .content5 .contentBox--wrapper {
    align-items: center;
  }
  .content5 .serviceBox {
    padding-bottom: 115%;
    background-size: 190% auto;
  }
  .content5 .serviceBox.s4 {
    padding-bottom: 142%;
  }
  .content6 {
    padding: 40% 0 15%;
    background-size: 170% auto;
    background-position-y: 90%;
  }
  .content2 div h3,
  .content2 div ul,
  .content2 div p {
    width: 100%;
  }
  .content2 div.img--wrapper {
    width: 43%;
  }
  .content2 div h4 {
    margin-top: 4%;
  }
  .contentBox--wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
  }
  .contentBox--wrapper {
    width: 90%;
    padding: 10% 0 4%;
  }
  .content2 .list--dice li {
    list-style: disc inside;
    margin-left: 0.5rem;
  }
  .clientBox div input {
    font-size: clamp(2rem, 3.5vw, 4rem);
    line-height: clamp(2.2rem, 3.7vw, 4.2rem);
  }
  .brandBox {
    width: 70%;
  }
  .content22 .brandBox,
  .content4 .brandBox,
  .content3 .brandBox,
  .content5 .brandBox,
  .content7 .brandBox {
    width: 75%;
    margin-bottom: 10%;
    padding-bottom: 7%;
  }
  .content2 .service-swiper {
    width: 70%;
    padding: 0 5% 9%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -4%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 30px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 30px;
  }
  .content2 .swiper-pagination {
    margin-top: 2%;
  }
}
body {
  overflow-x: hidden;
}
