.about-section.active .about-wrap .about-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-section.active .about-wrap .text-box.text-box-l .min-text, .about-section.active .about-wrap .text-box.text-box-l .sub-title, .about-section.active .about-wrap .text-box.text-box-l .sub-desc {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.about-section.active .about-wrap .text-box.text-box-r .min-text, .about-section.active .about-wrap .text-box.text-box-r .sub-title, .about-section.active .about-wrap .text-box.text-box-r .sub-desc {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.about-section.active .about-wrap .logo-list li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.about-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.about-wrap .center {
  position: relative;
}

.about-wrap .about-img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 2s, -webkit-transform 1s;
  transition: opacity 2s, -webkit-transform 1s;
  transition: transform 1s, opacity 2s;
  transition: transform 1s, opacity 2s, -webkit-transform 1s;
}

.about-wrap .text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-wrap .text-box.text-box-l {
  float: left;
}

.about-wrap .text-box.text-box-l .min-text,
.about-wrap .text-box.text-box-l .sub-title,
.about-wrap .text-box.text-box-l .sub-desc {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.about-wrap .text-box.text-box-r {
  float: right;
}

.about-wrap .text-box.text-box-r .min-text,
.about-wrap .text-box.text-box-r .sub-title,
.about-wrap .text-box.text-box-r .sub-desc {
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.about-wrap .text-box .sub-title {
  line-height: 130%;
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.about-wrap .text-box .min-text {
  font-size: 20px;
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.about-wrap .text-box .sub-desc {
  line-height: 160%;
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.about-wrap .text-box .min-text + .sub-title {
  margin-top: 10px;
}

.about-wrap .text-box .sub-title + .sub-desc {
  margin-top: 25px;
}

.about-wrap .text-box .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.about-wrap .text-box .logo-list li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.about-wrap .text-box .logo-list li:not(:nth-of-type(1)) {
  margin-left: 40px;
}

.about-wrap .text-box .logo-list li:nth-of-type(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.about-wrap .text-box .logo-list li:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.about-wrap .text-box .logo-list li:nth-of-type(3) {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

.about-wrap .text-box .logo-list li img {
  display: block;
  height: 75px;
  width: auto;
}

.about-wrap1 .about-img {
  left: 0;
  bottom: 0;
  display: block;
  max-width: 55vw;
}

.about-wrap2 .about-img {
  right: 10vw;
  bottom: 0;
  display: block;
  max-width: 40vw;
}

.about-wrap3 .about-img {
  left: 0;
  bottom: 0;
  display: block;
  max-width: 55vw;
}

.about-wrap3 .about-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

.about-wrap3 .text-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 200px;
}

.about-wrap4 .about-img {
  right: 100px;
  bottom: 0;
  display: block;
  max-width: 48vw;
}

/* 

*/
.about-shortcut-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-shortcut-list li {
  width: 33.33333%;
}

.about-shortcut-list li .inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.about-shortcut-list li .inner .bg-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-shortcut-list li .inner .bg-box .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-shortcut-list li .inner .bg-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.about-shortcut-list li .inner .text-box {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFF;
}

.about-shortcut-list li .inner .text-box .icon {
  display: block;
  height: 135px;
  width: auto;
}

.about-shortcut-list li .inner .text-box .shortcut-tit {
  font-size: 36px;
  margin-top: 40px;
}

.about-shortcut-list li .inner .text-box .sub-desc {
  display: none;
  margin-top: 35px;
  color: inherit;
  width: 70%;
}

/* 

*/
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  .about-shortcut-list li .inner .text-box .sub-desc br {
    display: none;
  }
  .about-shortcut-list li .inner:hover .bg-box::before {
    background-color: rgba(40, 183, 188, 0.8);
  }
}

@media screen and (max-width: 1500px) {
  .about-wrap {
    height: 750px;
  }
}

@media screen and (max-width: 1350px) {
  .about-wrap {
    height: 700px;
  }
  .about-wrap .text-box .logo-list {
    margin-top: 45px;
  }
  .about-wrap .text-box .logo-list li:not(:nth-of-type(1)) {
    margin-left: 35px;
  }
  .about-wrap .text-box .logo-list li img {
    height: 70px;
  }
  .about-wrap2 .about-img {
    right: 5vw;
    max-width: 45vw;
  }
  .about-wrap3 .text-box {
    padding-bottom: 150px;
  }
  /* 
    
    */
  .about-shortcut-list li .inner {
    height: 90vh;
  }
  .about-shortcut-list li .inner .text-box .icon {
    height: 120px;
  }
  .about-shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 33px;
    margin-top: 35px;
  }
  .about-shortcut-list li .inner .text-box .sub-desc {
    width: 90%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .about-wrap {
    height: 650px;
  }
}

@media screen and (max-width: 1100px) {
  .about-wrap {
    height: 600px;
  }
  .about-wrap .text-box .logo-list {
    margin-top: 40px;
  }
  .about-wrap .text-box .logo-list li:not(:nth-of-type(1)) {
    margin-left: 30px;
  }
  .about-wrap .text-box .logo-list li img {
    height: 65px;
  }
  .about-wrap .text-box .min-text {
    font-size: 18px;
  }
  .about-wrap .text-box .min-text + .sub-title {
    margin-top: 7px;
  }
  .about-wrap .text-box .sub-title + .sub-desc {
    margin-top: 20px;
  }
  .about-wrap2 .about-img {
    right: 0;
  }
  .about-wrap3 .text-box {
    padding-bottom: 100px;
  }
  /* 
    
    */
  .about-shortcut-list li .inner {
    height: 70vh;
  }
  .about-shortcut-list li .inner .text-box .icon {
    height: 100px;
  }
  .about-shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 30px;
    margin-top: 30px;
  }
  .about-shortcut-list li .inner .text-box .sub-desc {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .about-wrap {
    height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .about-shortcut-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-shortcut-list li {
    width: 100%;
  }
  .about-shortcut-list li .inner {
    height: 100vw;
    max-height: 500px;
  }
  .about-shortcut-list li .inner .bg-box::before {
    display: none;
  }
  .about-shortcut-list li .inner .text-box {
    top: unset;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    background-color: rgba(40, 183, 188, 0.9);
  }
  .about-shortcut-list li .inner .text-box .icon {
    display: none;
  }
  .about-shortcut-list li .inner .text-box .shortcut-tit {
    margin-top: 0;
  }
  .about-shortcut-list li .inner .text-box .sub-desc {
    display: block !important;
  }
}

@media screen and (max-width: 850px) {
  .about-wrap {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-wrap .about-img {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    margin-top: 50px;
    width: 95%;
    max-width: 500px;
  }
  .about-wrap .center {
    max-width: 500px;
  }
  .about-wrap .text-box {
    float: unset !important;
    padding-bottom: 0;
  }
  .about-wrap .text-box.text-box-l .min-text,
  .about-wrap .text-box.text-box-l .sub-title,
  .about-wrap .text-box.text-box-l .sub-desc {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  .about-wrap .text-box .logo-list {
    margin-top: 35px;
  }
  .about-wrap .text-box .logo-list li:not(:nth-of-type(1)) {
    margin-left: 30px;
  }
  .about-wrap .text-box .logo-list li img {
    height: 55px;
  }
  .about-wrap1 .about-img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 650px;
  }
  .about-wrap2 .about-img {
    max-width: 400px;
  }
  .about-wrap3 .about-img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .about-wrap3 .about-bg {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* 
    
    */
  .about-shortcut-list li .inner .text-box {
    padding: 30px;
  }
  .about-shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 27px;
  }
  .about-shortcut-list li .inner .text-box .sub-desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .about-wrap {
    padding-top: 85px;
  }
  .about-wrap .about-img {
    margin-top: 40px;
  }
  .about-wrap .text-box .min-text {
    font-size: 15px;
  }
  .about-wrap .text-box .min-text + .sub-title {
    margin-top: 5px;
  }
  .about-wrap .text-box .sub-title + .sub-desc {
    margin-top: 17px;
  }
  .about-wrap .text-box .logo-list {
    margin-top: 30px;
  }
  .about-wrap .text-box .logo-list li:not(:nth-of-type(1)) {
    margin-left: 25px;
  }
  .about-wrap .text-box .logo-list li img {
    height: 50px;
  }
  .about-wrap2 .about-img {
    width: 80%;
  }
  .about-wrap4 .about-img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  /* 
    
    */
  .about-shortcut-list li .inner .text-box {
    padding: 25px;
  }
  .about-shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 23px;
  }
  .about-shortcut-list li .inner .text-box .sub-desc {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about-wrap3 .about-bg {
    height: 28.5vw;
  }
}

@media screen and (max-width: 450px) {
  .about-wrap {
    padding-top: 70px;
  }
  .about-wrap .about-img {
    margin-top: 30px;
  }
  .about-wrap .text-box .logo-list {
    margin-top: 25px;
  }
  .about-wrap .text-box .logo-list li:not(:nth-of-type(1)) {
    margin-left: 20px;
  }
  .about-wrap .text-box .logo-list li img {
    height: 45px;
  }
  /* 
    
    */
  .about-shortcut-list li .inner .text-box {
    padding: 20px;
  }
  .about-shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 21px;
  }
  .about-shortcut-list li .inner .text-box .sub-desc {
    margin-top: 13px;
  }
}

@media screen and (max-width: 330px) {
  .about-wrap {
    padding-top: 50px;
  }
  .about-wrap .about-img {
    margin-top: 25px;
  }
  .about-wrap .text-box .min-text {
    font-size: 14px;
  }
  .about-wrap .text-box .min-text + .sub-title {
    margin-top: 3px;
  }
  .about-wrap .text-box .sub-title + .sub-desc {
    margin-top: 13px;
  }
  .about-wrap .text-box .logo-list {
    margin-top: 20px;
  }
  .about-wrap .text-box .logo-list li:not(:nth-of-type(1)) {
    margin-left: 15px;
  }
  .about-wrap .text-box .logo-list li img {
    height: 40px;
  }
  /* 
    
    */
  .about-shortcut-list li .inner .text-box {
    padding: 18px;
  }
  .about-shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 20px;
  }
  .about-shortcut-list li .inner .text-box .sub-desc {
    margin-top: 10px;
  }
}

/* ---------------media screen END--------------- */
