.aboutStrategy .item .top, .aboutStrategy .item .Img img, .aboutStrategy .item .Img, .aboutTeam .item, .aboutTeam .dataItem, .aboutTeam .topBox .picBox .roundBox .moreBox .more::after, .aboutHistory .item .Txt .top .Month::before, .aboutHistory .dataBox.pc .dataList .listTitle .year::after, .aboutHistory .dataBox.pc .dataList .listTitle .year::before, .aboutHistory .dataBox.pc .dataList .listTitle .year, .aboutHistory .dataBox.pc::before, .arrowBox .arrowBtn {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body:not(.WebSiteHome) .outerWrap:not(:has(.bannerArea)) .mainArea {
  padding-top: 0;
}
body:not(.WebSiteHome) .outerWrap {
  overflow: visible;
}
body:not(.WebSiteHome) .mainArea {
  padding: 0;
  overflow: visible;
}
body:not(.WebSiteHome) .mainArea .contentBox {
  padding: 0;
}

footer {
  position: relative;
  z-index: 2;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fafafa;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  footer::after {
    display: none;
  }
}

.bannerArea {
  background: linear-gradient(to bottom, white 0, white calc(100% - 90px), transparent 100%);
  z-index: 4;
}

@media (max-width: 640px) {
  section .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  section .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section .titleBox {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .titleBox .subtitle {
  color: #fdd000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding: 0 0 15px 0;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
section .titleBox .subtitle .icon {
  padding-bottom: 8px;
  width: 33px;
}
section .titleBox .title {
  color: #000;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  section .titleBox .title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  section .titleBox .title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
section .titleBox .text {
  color: #000;
}

.arrowBox {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.arrowBox .arrowBtn {
  width: 50px;
  height: 50px;
  border: 1px solid #595757;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.arrowBox .arrowBtn svg {
  width: 20px;
  height: 20px;
  fill: #595757;
}
@media (min-width: 1181px) {
  .arrowBox .arrowBtn:hover {
    border-color: transparent;
    background-color: #fdd000;
  }
  .arrowBox .arrowBtn:hover svg {
    fill: #fdd000;
  }
}

.controlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.controlBlock .arrowBox {
  gap: 4px;
  height: 45px;
}
.controlBlock .arrowBox .arrowBtn {
  width: 45px;
  height: 45px;
}

.aboutIntroduction {
  padding-top: 100px;
  margin-top: -100px;
  background-image: url(../images/ins/about1_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutIntroduction {
    overflow: hidden;
  }
}
.aboutIntroduction .wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .aboutIntroduction .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutIntroduction .wrap .leftBox {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1440px) {
  .aboutIntroduction .wrap .leftBox {
    width: 40%;
  }
}
@media (max-width: 1180px) {
  .aboutIntroduction .wrap .leftBox {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .aboutIntroduction .wrap .leftBox {
    padding: 0;
  }
}
.aboutIntroduction .wrap .leftBox .roundBox:nth-child(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: auto;
  margin-left: -50px;
}
@media (max-width: 1180px) {
  .aboutIntroduction .wrap .leftBox .roundBox:nth-child(1) {
    margin-left: 0;
  }
}
.aboutIntroduction .wrap .leftBox .roundBox:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 580px) {
  .aboutIntroduction .wrap .leftBox .roundBox:nth-child(2) {
    display: none;
  }
}
.aboutIntroduction .wrap .leftBox .roundBox1 {
  position: relative;
  max-width: 510px;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px;
}
@media (max-width: 640px) {
  .aboutIntroduction .wrap .leftBox .roundBox1 {
    width: 320px;
    padding: 30px;
    margin-left: auto;
  }
}
@media (max-width: 380px) {
  .aboutIntroduction .wrap .leftBox .roundBox1 {
    width: 260px;
  }
}
.aboutIntroduction .wrap .leftBox .roundBox1 .Img .pic {
  border: 10px solid #fdd000;
}
.aboutIntroduction .wrap .leftBox .roundBox1 .round:nth-child(2) {
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}
.aboutIntroduction .wrap .leftBox .roundBox1 .round:nth-child(3) {
  -webkit-animation: rotate-reverse 15s linear infinite;
          animation: rotate-reverse 15s linear infinite;
}
.aboutIntroduction .wrap .leftBox .roundBox2 {
  position: relative;
  max-width: 270px;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media (max-width: 640px) {
  .aboutIntroduction .wrap .leftBox .roundBox2 {
    width: 150px;
    padding: 10px;
  }
}
.aboutIntroduction .wrap .leftBox .roundBox2 .round:nth-child(2) {
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.aboutIntroduction .wrap .roundBox {
  width: 100%;
}
.aboutIntroduction .wrap .roundBox .Img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 10px;
}
.aboutIntroduction .wrap .roundBox .Img .pic {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  border: 5px solid #fff;
}
.aboutIntroduction .wrap .roundBox .round {
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  pointer-events: none;
}
.aboutIntroduction .wrap .rightBox {
  width: 50%;
  padding: 70px 50px 110px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .aboutIntroduction .wrap .rightBox {
    width: 60%;
    padding: 50px 30px 80px 30px;
  }
}
@media (max-width: 1180px) {
  .aboutIntroduction .wrap .rightBox {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .aboutIntroduction .wrap .rightBox {
    padding: 0;
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .aboutIntroduction .wrap .rightBox {
    padding-top: 30px;
  }
}
.aboutIntroduction .wrap .rightBox .topBox {
  margin-bottom: 25px;
}
.aboutIntroduction .wrap .rightBox .topBox .title {
  position: relative;
  color: #000;
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1.6;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .aboutIntroduction .wrap .rightBox .topBox .title {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2.5px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .aboutIntroduction .wrap .rightBox .topBox .title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
.aboutIntroduction .wrap .rightBox .topBox .title::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 1px;
  background-color: #fdd000;
  bottom: 0;
  left: 0;
}
.aboutIntroduction .wrap .rightBox .topBox .subtitle {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.6;
  color: #000;
  padding-top: 20px;
}
.aboutIntroduction .wrap .rightBox .textBox {
  padding-right: 220px;
}
@media (max-width: 768px) {
  .aboutIntroduction .wrap .rightBox .textBox {
    padding-right: 0;
  }
}
.aboutIntroduction .wrap .rightBox .textBox .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.9;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutIntroduction .wrap .rightBox .roundBox {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 230px;
}
@media (max-width: 768px) {
  .aboutIntroduction .wrap .rightBox .roundBox {
    bottom: auto;
    top: -50px;
    width: 150px;
  }
}
@media (max-width: 480px) {
  .aboutIntroduction .wrap .rightBox .roundBox {
    display: none;
  }
}
.aboutIntroduction .wrap .rightBox .roundBox3 {
  position: relative;
  width: 100%;
  max-width: 230px;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
.aboutIntroduction .wrap .rightBox .roundBox3 .Img {
  padding: 5px;
}
.aboutIntroduction .wrap .rightBox .roundBox3 .round:nth-child(2) {
  -webkit-animation: rotate-reverse 8s linear infinite;
          animation: rotate-reverse 8s linear infinite;
}
.aboutIntroduction .bottomBox {
  margin-top: -15px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.aboutIntroduction .bottomBox .textList:not(.slick-slider) {
  overflow: hidden;
}
.aboutIntroduction .bottomBox .textList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.aboutIntroduction .bottomBox .dataItem .text {
  padding-left: 30px;
  font-size: 130px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #e8e8e8;
  font-family: "Poppins", sans-serif;
}
.aboutIntroduction .decoAreaBottom {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 100px);
  bottom: 0;
  pointer-events: none;
}
.aboutIntroduction .decoAreaBottom .decoCell {
  position: absolute;
  aspect-ratio: 1/1;
  height: auto;
}
.aboutIntroduction .decoAreaBottom .decoCell .cell {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutIntroduction .decoAreaBottom .decoCell img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(1) {
  top: 5%;
  left: 44%;
  width: 160px;
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(1) img {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(2) {
  top: 25%;
  left: 11%;
  width: 100px;
}
@media (max-width: 1180px) {
  .aboutIntroduction .decoAreaBottom .decoCell:nth-child(2) {
    left: 0;
    top: 20%;
    width: 80px;
  }
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(2) img {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(3) {
  bottom: 20%;
  right: 50%;
  width: 90px;
}
@media (max-width: 1180px) {
  .aboutIntroduction .decoAreaBottom .decoCell:nth-child(3) {
    right: 30%;
    bottom: 50%;
    width: 70px;
  }
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(3) img {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(4) {
  top: calc(100% - 50px);
  right: 11%;
  width: 165px;
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(4) img {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .aboutIntroduction .decoAreaBottom .decoCell:nth-child(4) {
    top: auto;
    bottom: 0;
  }
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(5) {
  top: calc(100% - 40px);
  right: 21%;
  width: 85px;
}
.aboutIntroduction .decoAreaBottom .decoCell:nth-child(5) img {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .aboutIntroduction .decoAreaBottom .decoCell:nth-child(5) {
    top: auto;
    bottom: 10%;
  }
}

.aboutHistory {
  position: relative;
  border-radius: 120px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .aboutHistory {
    border-radius: 80px;
  }
}
.aboutHistory::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  z-index: -2;
  pointer-events: none;
}
.aboutHistory::after {
  content: "";
  position: absolute;
  width: 60%;
  max-width: 1160px;
  aspect-ratio: 1160/1525;
  height: auto;
  bottom: 0;
  left: 0;
  background-image: url(../images/ins/about_history_bg.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.aboutHistory .wrap {
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: 1300px;
  position: relative;
  z-index: 2;
}
.aboutHistory .titleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutHistory .dataBox.pc {
  position: relative;
}
@media (max-width: 1180px) {
  .aboutHistory .dataBox.pc {
    display: none;
  }
}
.aboutHistory .dataBox.pc::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aboutHistory .dataBox.pc .line {
  position: absolute;
  width: 2px;
  height: 0%;
  background-color: #fdd000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.aboutHistory .dataBox.pc .dataList {
  padding-top: 40px;
  position: relative;
  z-index: 5;
}
.aboutHistory .dataBox.pc .dataList .listTitle {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aboutHistory .dataBox.pc .dataList .listTitle .year {
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #8b8b8b;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
.aboutHistory .dataBox.pc .dataList .listTitle .year::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fdd000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
  display: none;
}
.aboutHistory .dataBox.pc .dataList .listTitle .year::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fdd000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
  display: none;
}
@media (min-width: 1181px) {
  .aboutHistory .dataBox.pc .dataList:hover .listTitle .year {
    background-color: #fdd000;
    color: #000;
  }
  .aboutHistory .dataBox.pc .dataList:hover .listTitle .year::before {
    content: "";
    position: absolute;
    -webkit-animation: historyfadeIn 2s ease-in-out infinite;
            animation: historyfadeIn 2s ease-in-out infinite;
    display: block;
  }
  .aboutHistory .dataBox.pc .dataList:hover .listTitle .year::after {
    content: "";
    position: absolute;
    -webkit-animation: historyfadeIn2 2s ease-in-out infinite;
            animation: historyfadeIn2 2s ease-in-out infinite;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    display: block;
  }
}
@media (min-width: 1181px) {
  .aboutHistory .dataBox.pc .dataList .dataItem:hover .item .Month::before {
    content: "";
    position: absolute;
    background-color: #fdd000;
  }
}
.aboutHistory .dataBox.mobile {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .aboutHistory .dataBox.mobile {
    display: none;
  }
}
.aboutHistory .dataBox.mobile .slick-list {
  overflow: visible;
}
.aboutHistory .dataItem.even .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutHistory .dataItem.even .item .Txt .top {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutHistory .dataItem.even .item .Txt .top .Month::after {
  content: "";
  position: absolute;
  left: auto;
  right: calc(100% + 10px);
}
.aboutHistory .dataItem.even .item .Txt .top .Month::before {
  content: "";
  position: absolute;
  left: auto;
  right: calc(100% + 100px - 5px);
}
.aboutHistory .dataItem.even .item .Txt .textBox {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 110px;
  text-align: left;
}
.aboutHistory .dataItem:not(:last-child) .item {
  padding-bottom: 60px;
}
@media (max-width: 1180px) {
  .aboutHistory .dataItem:not(:last-child) .item {
    padding-bottom: 0;
  }
}
.aboutHistory .dataItem.center {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1180px) {
  .aboutHistory .dataItem {
    position: relative;
    opacity: 0.4;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 20px;
  }
}
.aboutHistory .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .aboutHistory .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutHistory .item .imgBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}
@media (max-width: 1180px) {
  .aboutHistory .item .imgBox {
    width: 100%;
  }
}
.aboutHistory .item .imgBox .Img {
  width: 100%;
  max-width: 370px;
  position: relative;
}
.aboutHistory .item .imgBox .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdd000;
  z-index: -1;
  border-radius: 20px;
  bottom: 15px;
  left: 15px;
}
.aboutHistory .item .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}
.aboutHistory .item .Txt {
  width: 50%;
}
@media (max-width: 1180px) {
  .aboutHistory .item .Txt {
    width: 100%;
  }
}
.aboutHistory .item .Txt .top {
  margin-left: auto;
  width: 510px;
  padding-right: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  color: #8b8b8b;
}
@media (max-width: 1180px) {
  .aboutHistory .item .Txt .top {
    margin-left: 0;
    width: 100%;
    padding-right: 0px;
  }
}
.aboutHistory .item .Txt .top .Year {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .aboutHistory .item .Txt .top .Year {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .aboutHistory .item .Txt .top .Year {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
.aboutHistory .item .Txt .top .Month {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2;
  position: relative;
}
.aboutHistory .item .Txt .top .Month::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.aboutHistory .item .Txt .top .Month::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: calc(100% + 100px - 5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1180px) {
  .aboutHistory .item .Txt .top .Month::after, .aboutHistory .item .Txt .top .Month::before {
    display: none;
  }
}
.aboutHistory .item .Txt .textBox {
  margin-left: auto;
  width: 500px;
  padding-right: 110px;
  padding-top: 15px;
  text-align: right;
}
@media (max-width: 1180px) {
  .aboutHistory .item .Txt .textBox {
    margin-left: 0;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
}
.aboutHistory .item .Txt .textBox .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.aboutHistory .item .Txt .textBox .text {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutHistory .decoArea {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
.aboutHistory .decoArea .ballBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.aboutHistory .decoArea .ballBox .deco {
  position: absolute;
  width: 100%;
}
@media (max-width: 1180px) {
  .aboutHistory .decoArea .ballBox .deco {
    width: 50%;
    opacity: 0.5;
  }
}
.aboutHistory .decoArea .ballBox .deco img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutHistory .decoArea .ballBox .deco:nth-child(1) {
  top: 0;
  right: -10%;
  max-width: 800px;
}
.aboutHistory .decoArea .ballBox .deco:nth-child(2) {
  top: 60%;
  right: 16%;
  max-width: 400px;
  opacity: 0.7;
}
.aboutHistory .decoArea .text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 200px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
@media (max-width: 1180px) {
  .aboutHistory .decoArea .text {
    font-size: 150px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .aboutHistory .decoArea .text {
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
  }
}

.aboutTeam {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .aboutTeam {
    padding: 80px 0;
  }
}
.aboutTeam::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -245px;
  left: 70px;
  background-image: url(../images/ins/about_team_bg.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
.aboutTeam .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .aboutTeam .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutTeam .topBox .Txt {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 1024px) {
  .aboutTeam .topBox .Txt {
    width: 100%;
    padding-right: 0;
  }
}
.aboutTeam .topBox .Txt .infoBox {
  padding-top: 10px;
}
.aboutTeam .topBox .Txt .top {
  padding: 20px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.aboutTeam .topBox .Txt .top .job {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 1.2;
  color: #8b8b8b;
  padding-right: 20px;
}
.aboutTeam .topBox .Txt .top .name {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.aboutTeam .topBox .Txt .text {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 1.8;
}
.aboutTeam .topBox .Txt .expBox {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 1.8;
}
.aboutTeam .topBox .Txt .expBox .title {
  background-color: #fdd000;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.aboutTeam .topBox .Txt .expBox:not(:last-child) {
  margin-bottom: 10px;
}
.aboutTeam .topBox .picBox {
  padding-top: 100px;
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutTeam .topBox .picBox {
    width: 100%;
    padding: 50px;
  }
}
.aboutTeam .topBox .picBox .roundBg {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% + 50px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1100px;
  z-index: -1;
  display: none;
}
.aboutTeam .topBox .picBox .picBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.aboutTeam .topBox .picBox .picBg #particles-js3 {
  width: 800px;
  height: 300px;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.aboutTeam .topBox .picBox .roundBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .aboutTeam .topBox .picBox .roundBox {
    margin-top: 0;
  }
}
.aboutTeam .topBox .picBox .roundBox .Img {
  position: relative;
  max-width: 455px;
}
.aboutTeam .topBox .picBox .roundBox .Img::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  border: 2px solid #fdd000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.aboutTeam .topBox .picBox .roundBox .Img img {
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}
.aboutTeam .topBox .picBox .roundBox .round {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 130%;
  max-width: 520px;
  aspect-ratio: 1/1;
  height: auto;
}
.aboutTeam .topBox .picBox .roundBox .round img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.aboutTeam .topBox .picBox .roundBox .moreBox {
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.aboutTeam .topBox .picBox .roundBox .moreBox .more {
  width: 140px;
  height: 140px;
  background-color: #fdd000;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #000;
}
@media (max-width: 480px) {
  .aboutTeam .topBox .picBox .roundBox .moreBox .more {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1181px) {
  .aboutTeam .topBox .picBox .roundBox .moreBox .more:hover {
    color: #000;
  }
}
.aboutTeam .topBox .picBox .roundBox .moreBox .more::after {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.aboutTeam .topBox .picBox .roundBox .moreBox .more .moreText {
  padding-top: 20px;
  font-size: 15px;
}
.aboutTeam .topBox .picBox .roundBox .moreBox .more svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 1181px) {
  .aboutTeam .topBox .picBox .roundBox .moreBox .more:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .aboutTeam .topBox .picBox .roundBox .moreBox .more:hover::after {
    border-color: #fdd000;
  }
}
.aboutTeam .bottomBox {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .aboutTeam .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .aboutTeam .bottomBox {
    padding-top: 50px;
  }
}
.aboutTeam .bottomBox .titleBox {
  width: 240px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aboutTeam .bottomBox .titleBox .controlBlock {
  padding-top: 20px;
}
.aboutTeam .dataBox {
  width: calc(100% - 240px);
  padding-left: 100px;
  margin-top: -15px;
}
@media (max-width: 1440px) {
  .aboutTeam .dataBox {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutTeam .dataBox {
    width: 100%;
    padding-left: 0;
  }
}
.aboutTeam .dataList {
  margin-right: -25px;
}
@media (max-width: 1180px) {
  .aboutTeam .dataList {
    margin-right: 0;
  }
}
.aboutTeam .dataList:not(.slick-slider) {
  overflow: hidden;
  max-height: 400px;
}
.aboutTeam .dataList:not(.slick-slider) .dataItem {
  width: 355px;
}
.aboutTeam .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.aboutTeam .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 1/1;
}
.aboutTeam .dataItem {
  padding: 15px 25px 75px;
}
.aboutTeam .dataItem.center {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media (max-width: 840px) {
  .aboutTeam .dataItem.center {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.aboutTeam .item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
  outline: 6px solid transparent;
}
.aboutTeam .item .Img {
  aspect-ratio: 60/53;
  height: auto;
  overflow: hidden;
}
.aboutTeam .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutTeam .item .Txt {
  padding: 10px;
  background-color: #fff;
}
.aboutTeam .item .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.aboutTeam .item .infoBox .name {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
.aboutTeam .item .infoBox .job {
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media (min-width: 1181px) {
  .aboutTeam .item:hover {
    outline: 6px solid #fdd000;
  }
}

.aboutTabExp {
  margin-top: -95px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .aboutTabExp {
    margin-top: 0px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1181px) {
  .aboutTabExp .classBoxRow .classLink li {
    margin: 0;
  }
  .aboutTabExp .classBoxRow .classLink a,
  .aboutTabExp .classBoxRow .classLink span {
    background-color: transparent;
    color: #000;
    display: block;
    padding: 15px 35px;
    letter-spacing: 1.25px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    position: relative;
  }
  .aboutTabExp .classBoxRow .classLink a::before,
  .aboutTabExp .classBoxRow .classLink span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
  }
  .aboutTabExp .classBoxRow .classLink a::after,
  .aboutTabExp .classBoxRow .classLink span::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fdd000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .aboutTabExp .classBoxRow .classLink a.current,
  .aboutTabExp .classBoxRow .classLink span.current {
    background-color: transparent;
  }
  .aboutTabExp .classBoxRow .classLink a.current::after,
  .aboutTabExp .classBoxRow .classLink span.current::after {
    content: "";
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .aboutTabExp .classBoxRow .classLink a:hover,
  .aboutTabExp .classBoxRow .classLink span:hover {
    background-color: transparent;
  }
  .aboutTabExp .classBoxRow .classLink a:hover::after,
  .aboutTabExp .classBoxRow .classLink span:hover::after {
    content: "";
    position: absolute;
    width: 100%;
  }
}
.aboutTabExp .tabExpContent .tabExpItem {
  display: none;
}
.aboutTabExp .tabExpContent .tabExpItem.show {
  display: block;
  -webkit-animation: slideUpAnimation 0.5s ease-in-out;
          animation: slideUpAnimation 0.5s ease-in-out;
}

.aboutExp {
  padding: 50px 0;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .aboutExp {
    padding-bottom: 80px;
  }
}
.aboutExp .dataItem {
  padding: 20px 0;
}

.aboutStrategy {
  padding-top: 150px;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutStrategy {
    padding-top: 80px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.aboutStrategy::before {
  content: "";
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 180px 0 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .aboutStrategy::before {
    border-radius: 0 80px 0 0;
  }
}
.aboutStrategy .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .aboutStrategy .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .aboutStrategy .wrap {
    padding: 0;
  }
}
.aboutStrategy .leftBox {
  width: 30%;
  padding-top: 200px;
  padding-bottom: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1180px) {
  .aboutStrategy .leftBox {
    position: static;
    width: 100%;
    padding: 0;
  }
  .aboutStrategy .leftBox .titleBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutStrategy .leftBox .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutStrategy .leftBox .deco {
    display: none;
  }
}
.aboutStrategy .leftBox .deco .deco_globe {
  position: absolute;
  left: -290px;
  bottom: -385px;
  z-index: -3;
}
.aboutStrategy .leftBox .deco .deco_ball {
  position: absolute;
  top: -220px;
  right: -380px;
}
.aboutStrategy .rightBox {
  width: 70%;
  padding-top: 200px;
  padding-left: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .aboutStrategy .rightBox {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutStrategy .rightBox {
    width: 100%;
    padding: 20px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1180px) {
  .aboutStrategy .dataBox.pc {
    display: none;
  }
}
.aboutStrategy .dataBox.mobile {
  width: 100%;
  max-width: 440px;
}
@media (min-width: 1181px) {
  .aboutStrategy .dataBox.mobile {
    display: none;
  }
}
.aboutStrategy .dataBox.mobile .slick-list {
  overflow: visible;
}
.aboutStrategy .dataList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  margin-right: -20px;
}
@media (max-width: 1440px) {
  .aboutStrategy .dataList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutStrategy .dataList {
    gap: 0;
    display: block;
    max-height: 440px;
    margin: 0;
  }
}
.aboutStrategy .dataItem.odd .item {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .aboutStrategy .dataItem.odd .item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  .aboutStrategy .dataItem.center .item .Img {
    outline: 6px solid #fdd000;
  }
  .aboutStrategy .dataItem.center .item .Img img {
    opacity: 0.2;
  }
  .aboutStrategy .dataItem.center .item .top {
    border-bottom: 1px solid #949494;
  }
}
.aboutStrategy .item {
  position: relative;
}
@media (max-width: 1180px) {
  .aboutStrategy .item {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .aboutStrategy .item:hover .Img {
    outline: 6px solid #fdd000;
  }
  .aboutStrategy .item:hover .Img img {
    opacity: 0.2;
  }
  .aboutStrategy .item:hover .top {
    border-bottom: 1px solid #949494;
  }
}
.aboutStrategy .item .Img {
  height: auto;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  outline: 6px solid transparent;
}
@media (max-width: 480px) {
  .aboutStrategy .item .Img {
    aspect-ratio: auto;
    height: 385px;
  }
}
.aboutStrategy .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  opacity: 0;
}
@media (max-width: 480px) {
  .aboutStrategy .item .Img img {
    width: 100%;
    height: 385px;
  }
}
.aboutStrategy .item .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 385px;
  padding: 30px;
}
.aboutStrategy .item .icon {
  width: 52px;
}
@media (max-width: 1440px) {
  .aboutStrategy .item .icon {
    width: 42px;
  }
}
.aboutStrategy .item .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutStrategy .item .top {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.aboutStrategy .item .top .numBox {
  color: #fdd000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
.aboutStrategy .item .top .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding-bottom: 5px;
  height: 37px;
}
.aboutStrategy .item .text {
  padding: 20px 0;
  height: 115px;
}
.aboutStrategy .item .btnBox {
  pointer-events: none;
  margin-left: -25px;
}
@media (max-width: 1280px) {
  .aboutStrategy .item .btnBox {
    margin-top: 0;
  }
}
.aboutStrategy .item .btnBox .btn {
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
.aboutStrategy .item .btnBox .btn svg {
  width: 18px;
  height: 18px;
}
.aboutStrategy .item .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}