body:not(.WebSiteHome) .titleBox .title::after {
  margin-top: 23px;
}

.aboutArea {
  padding: 105px 0;
  position: relative;
  background: url(../images/qelab.png) no-repeat center top/cover;
}
@media (max-width: 1023px) {
  .aboutArea {
    background: none;
  }
  .aboutArea::before {
    content: "";
    display: block;
    width: 100%;
    height: 600px;
    background: url(../images/qelab.png) no-repeat center top/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .wrap {
  width: calc(100% - 120px);
  max-width: 1481px;
}
@media (max-width: 1023px) {
  .aboutArea .wrap {
    width: 100%;
  }
}
.aboutArea .titleBox {
  margin-bottom: 37px;
}
.aboutArea .titleBox .title::after {
  margin-left: auto;
  margin-right: auto;
}
.aboutArea .text {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1.5px;
}
.aboutArea .topTitle {
  margin: 0 0 86px;
}
@media (max-width: 1540px) {
  .aboutArea .topTitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .topTitle {
    margin-bottom: 40px;
  }
}
.aboutArea .qelabList {
  margin: 0 -20px;
}
.aboutArea .qelabItem {
  padding: 45px 20px;
}
@media (max-width: 767px) {
  .aboutArea .qelabItem {
    padding: 0 20px;
  }
}
.aboutArea .qelabItem .item {
  transition: all 0.5s;
}
.aboutArea .qelabItem .item .imgBox {
  position: relative;
  margin: 0 0 24px;
  border-radius: 10px;
  overflow: hidden;
}
.aboutArea .qelabItem .item .imgBox .Txt {
  position: absolute;
  inset: 0;
  background-color: rgba(41, 31, 154, 0.6);
  padding: 34px 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.aboutArea .qelabItem .item .imgBox .Txt .textEditor {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.352px;
}
.aboutArea .qelabItem .item .imgBox .Txt .textEditor::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.aboutArea .qelabItem .item .imgBox .Txt .textEditor::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.aboutArea .qelabItem .item .imgBox .Txt .textEditor::-webkit-scrollbar-thumb {
  background: #291f9a;
}
.aboutArea .qelabItem .item .imgBox .Txt .textEditor ul::marker {
  font-size: 10px;
}
.aboutArea .qelabItem .item .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.44px;
  padding: 0 4px;
}
@media (min-width: 1024px) {
  .aboutArea .qelabItem .item:hover {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  .aboutArea .qelabItem .item:hover .imgBox .Txt {
    opacity: 1;
  }
}
.aboutArea .bottomSlick {
  position: relative;
}
@media (max-width: 1023px) {
  .aboutArea .bottomSlick {
    width: calc(100% - 120px);
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .aboutArea .bottomSlick {
    width: calc(100% - 100px);
  }
}
.aboutArea .bottomSlick .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 201px);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 8px 20px 0px;
}
@media (max-width: 1540px) {
  .aboutArea .bottomSlick .slickBtnBox {
    padding-right: 0;
    width: calc(100% + 150px);
  }
}
@media (max-width: 1023px) {
  .aboutArea .bottomSlick .slickBtnBox {
    top: 28vw;
    width: calc(100% + 120px);
  }
}
@media (max-width: 767px) {
  .aboutArea .bottomSlick .slickBtnBox {
    top: 25vw;
  }
}
@media (max-width: 640px) {
  .aboutArea .bottomSlick .slickBtnBox {
    width: calc(100% + 100px);
    top: 50vw;
  }
}
.aboutArea:not(.show) .bottomSlick {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea.show .bottomSlick {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s;
}

.textContentArea {
  padding: 105px 0;
}
@media (max-width: 768px) {
  .textContentArea {
    padding: 0 0 60px;
  }
}
.textContentArea:not(.show) .textContentBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.textContentArea.show .textContentBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.8s;
}