.font29 {
  --fontsize: 2.9rem;
  font-size: var(--fontsize);
}
.font36 {
  --fontsize: 3.6rem;
  font-size: var(--fontsize);
}
.font40 {
  --fontsize: 4rem;
  font-size: var(--fontsize);
}
.font42 {
  --fontsize: 4.2rem;
  font-size: var(--fontsize);
}
.font46 {
  --fontsize: 4.6rem;
  font-size: var(--fontsize);
}
.font54 {
  --fontsize: 5.4rem;
  font-size: var(--fontsize);
}
.font58 {
  --fontsize: 5.8rem;
  font-size: var(--fontsize);
}
.font64 {
  --fontsize: 6.4rem;
  font-size: var(--fontsize);
}
.font96 {
  --fontsize: 9.6rem;
  font-size: var(--fontsize);
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .cursor .inner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -50% -50%;
    opacity: 0;
    -webkit-transition: width 0.2s cubic-bezier(0.25, 1, 0.5, 1), height 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.2s cubic-bezier(0.25, 1, 0.5, 1), height 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .cursor .inner::before,
  .cursor .inner::after {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cursor .inner::before {
    background-image: url("../image/arrowL.png");
    left: -14px;
  }
  .cursor .inner::after {
    background-image: url("../image/arrowR.png");
    right: -14px;
  }
  .cursor.on .inner::before,
  .cursor.on .inner::after,
  .cursor.on em {
    opacity: 1;
  }
  .cursor.on .inner {
    background: #3FBF4F;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
    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;
  }
  .cursor.on em {
    opacity: 1;
  }
}
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.cursor .inner::before,
.cursor .inner::after,
.cursor em {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cursor em {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: italic;
}
.moreButton {
  display: inline-block;
  position: relative;
}
.moreButton * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.moreButton .circle {
  width: 56px;
  height: 56px;
  background: #3FBF4F;
  border-radius: 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;
}
.moreButton .circle img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.moreButton .circle div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.moreButton .cover {
  width: 56px;
  border-radius: 16px;
  padding: 7px 0;
  overflow: hidden;
}
.moreButton .cover::before {
  content: "";
  display: block;
  background: #3FBF4F;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.moreButton .cover em {
  font-weight: 500;
}
.moreButton em {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
}
.moreButton em.white {
  color: #ffffff;
}
.moreButton em.black {
  color: #111111;
}
.moreButton:hover .circle img {
  transform: translateX(104px);
}
.moreButton:hover .circle div {
  left: 25px;
  opacity: 1;
}
#fullpage .section .box {
  padding: 0px 0 0;
}
#fullpage .smallTitle {
  font-size: 1.8rem;
  font-weight: 600;
}
#fullpage h2 {
  font-weight: 300;
  line-height: 1.2962;
}
#fullpage h2 b {
  font-weight: 600;
}
#fullpage .title {
  position: relative;
}
#fullpage .title .bigFont {
  color: #f8f8f8;
  font-size: 7.5rem;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fullpage .title h2 {
  margin: 20px 0 30px;
  position: relative;
}
#fullpage .title p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.8;
}
#fullpage .scrollBox {
  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;
}
#fullpage .scrollBox .bottom {
  -webkit-animation: bottomArrow 2s infinite;
  animation: bottomArrow 2s infinite;
}
@-webkit-keyframes bottomArrow {
  50% {
    opacity: 0;
  }
}
@keyframes bottomArrow {
  50% {
    opacity: 0;
  }
}
#fullpage .visual .video {
  background: #000000;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#fullpage .visual .video img {
  /*-webkit-animation: fd 30s ease-out infinite;*/
  /*-moz-animation: fd 30s ease-out infinite;*/
  /*-o-animation: fd 30s ease-out infinite;*/
  /*animation: fd 30s ease-out infinite;*/
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
}
#fullpage .visual .video img,
#fullpage .visual .video video {
  min-width: 100%;
  min-height: 100%;
  /*opacity: 0.6;*/
}
#fullpage .visual .text {
  width: 100%;
  text-align: center;
}
#fullpage .visual .text2{
    text-align: left;
}
#fullpage .visual .video img #fullpage .visual .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  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;
}
#fullpage .visual .text svg {
  overflow: inherit;
}
#fullpage .visual .text .logoHTitle,
#fullpage .visual .text .logoHText {
  opacity: 0;
}
#fullpage .visual .text .logoHText {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
#fullpage .visual .logo {
  width: 100%;
  max-width: 1000px;
  max-width: 52.084vw;
  margin: 0 0 60px;
}
#fullpage .visual dl {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
#fullpage .visual dl * {
  color: #ffffff;
}
#fullpage .visual dl dt {
  color: #FFF;
  text-align: center;
  font-size: 3.375rem;
  font-weight: 700;
}
#fullpage .visual .text2 dl dt,
#fullpage .visual .text2 dl dd{
    text-align: left;
        color: #FFF;

    font-size: 3.375rem;
    font-weight: 700;
}
#fullpage .visual .text2 .all_more {
    display: none;
}

#fullpage .visual dl dt br {
  display: none;
}
#fullpage .visual dl dd {
  color: #FFF;
  text-align: center;
  font-size: 1.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.3125rem;
}
#fullpage .visual .scrollBox {
  gap: 10px 0;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
}
#fullpage .visual .scrollBox .arrow {
  width: 8px;
  height: 18px;
}
#fullpage .visual .scrollBox .top {
  -webkit-animation: visualTopArrow 2s infinite;
  animation: visualTopArrow 2s infinite;
}
@-webkit-keyframes visualTopArrow {
  50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes visualTopArrow {
  50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
#fullpage .visual .text.on .logoHTitle {
  -webkit-animation: logoHTitle 1.6s linear forwards;
  animation: logoHTitle 1.6s linear forwards;
}
#fullpage .visual .text.on .logoHTitle.logoHTitle1 {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
#fullpage .visual .text.on .logoHTitle.logoHTitle2 {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
#fullpage .visual .text.on .logoHTitle.logoHTitle3 {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
#fullpage .visual .text.on .logoHTitle.logoHTitle4 {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
#fullpage .visual .text.on .logoHTitle.logoHTitle5 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#fullpage .visual .text.on .logoHTitle.logoHTitle6 {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
#fullpage .visual .text.on .logoHText {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#fullpage .visual .text.on .logoHText.logoHText1 {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
#fullpage .visual .text.on .logoHText.logoHText2 {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
#fullpage .visual .text.on .logoHText.logoHText3 {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
#fullpage .visual .text.on .logoHText.logoHText4 {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
#fullpage .visual .text.on .logoHText.logoHText5 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#fullpage .visual .text.on .logoHText.logoHText6 {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
#fullpage .visual .text.on .logoHText.logoHText7 {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}
#fullpage .visual .text.on .logoHText.logoHText8 {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}
#fullpage .visual .text.on .logoHText.logoHText9 {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}
#fullpage .visual .text.on .logoHText.logoHText10 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#fullpage .visual .text.on .logoHText.logoHText11 {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}
#fullpage .visual .text.on .logoHText.logoHText12 {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}
#fullpage .visual .text.on .logoHText.logoHText13 {
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}
#fullpage .visual .text.on .logoHText.logoHText14 {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}
#fullpage .visual .text.on dl {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@-webkit-keyframes logoHTitle {
  0% {
    fill: #ffffff;
    opacity: 0;
  }
  40% {
    fill: #ffffff;
    opacity: 0.8;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  60% {
    opacity: 0.2;
  }
  100% {
    fill: #3FBF4F;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes logoHTitle {
  0% {
    fill: #ffffff;
    opacity: 0;
  }
  40% {
    fill: #ffffff;
    opacity: 0.8;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  60% {
    opacity: 0.2;
  }
  100% {
    fill: #3FBF4F;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
#fullpage .capability .itemBox *:not(span),
#fullpage .value .itemBox *:not(span) {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#fullpage .capability .item:hover .asht,
#fullpage .value .item:hover .asht {
  height: auto;
}
#fullpage .capability .item:hover ul li span,
#fullpage .value .item:hover ul li span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#fullpage .capability .asht,
#fullpage .value .asht {
  height: 0;
  overflow: hidden;
}
#fullpage .capability ul li,
#fullpage .value ul li {
  overflow: hidden;
}
#fullpage .capability ul li span,
#fullpage .value ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 200;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#fullpage .capability .tit {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
}
#fullpage .capability .asjhjhf {
  margin-top: 1em;
}
#fullpage .capability .box {
  padding: 0;
}
#fullpage .capability .box,
#fullpage .capability .titleBox,
#fullpage .capability .itemBox {
  width: 100%;
  height: 100%;
}
#fullpage .capability .bg {
  width: 240px;
  height: 240px;
  border-radius: 1000px;
  overflow: hidden;
  position: absolute;
  right: 100px;
  bottom: 60px;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#fullpage .capability .bg .bgimg {
  display: none;
}
#fullpage .capability .bg::after {
  content: "";
  display: block;
  background: linear-gradient(105.33deg, rgba(0, 0, 0, 0.6) 1.42%, rgba(63, 191, 79, 0.15) 100%);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fullpage .capability .bg video {
  max-width: inherit;
  max-height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  object-fit: cover;
}
#fullpage .capability .bg.on {
  width: 100%;
  height: 100%;
  border-radius: 0;
  right: 0;
  bottom: 0;
}
#fullpage .capability .bg.on::after {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#fullpage .capability .bg.on video {
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#fullpage .capability .titleBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  padding: 100px 0 0;
  position: absolute;
  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;
}
#fullpage .capability .bigFont {
  top: -2.8rem;
}
#fullpage .capability h2 {
  color: #111111;
  text-align: center;
  font-size: 3.625rem;
}
#fullpage .capability .scrollBox {
  width: 26px;
  height: 50px;
  gap: 20px 0;
  margin: 80px 0 0;
}
#fullpage .capability .scrollBox .arrowCls {
  fill: #000000;
}
#fullpage .capability .scrollBox .top {
  -webkit-animation: capabilityTopArrow 2s infinite;
  animation: capabilityTopArrow 2s infinite;
}
@-webkit-keyframes capabilityTopArrow {
  50% {
    -webkit-transform: translateY(33px);
    transform: translateY(33px);
  }
}
@keyframes capabilityTopArrow {
  50% {
    -webkit-transform: translateY(33px);
    transform: translateY(33px);
  }
}
#fullpage .capability .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#fullpage .capability .itemBox * {
  color: #ffffff;
}
#fullpage .capability .point {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}
#fullpage .capability .item {
  width: 100%;
  height: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#fullpage .capability .item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#fullpage .capability .icon {
  height: 154px;
  position: absolute;
  top: 36%;
  /*left: -40px;*/
}
#fullpage .capability .icon img {
  width: auto;
  height: 100%;
  opacity: 0.3;
}
#fullpage .capability dl dt {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 2.5rem;
}
#fullpage .capability dl dt span {
  display: block;
  font-size: 1rem;
  margin: 0.9375rem 0 0;
  font-family: 'Pretendard', sans-serif;
}
#fp-nav * {
  font-size: 0.875rem !important;
}
#fp-nav span {
  height: 23px !important;
}
#fullpage .capability dl dd {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
  opacity: 0.7;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ermax img {
  width: 145px;
}
#fullpage .capability hr {
  width: 30px;
  height: 0;
  background: #ffffff;
  border: none;
  margin: 0;
}
#fullpage .capability ul li span {
  gap: 0 5px;
  line-height: 1.6;
}
#fullpage .capability ul li span::before {
  content: "·";
}
#fullpage .capability .itemBox.on {
  opacity: 1;
}
#fullpage .capability .itemBox.on .item {
  height: 100vh;
  padding: 22% 0 0 60px;
}
#fullpage .capability .item:hover .icon {
  top: 30%;
  left: 60px;
  opacity: 0;
}
#fullpage .capability .item:hover .text {
  -webkit-transform: translateY(-32%);
  transform: translateY(-32%);
}
#fullpage .capability .item:hover hr {
  height: 2px;
  margin: 40px 0;
}
#fullpage .capability .item:hover ul li span {
  opacity: 0.8;
}
#fullpage .value {
  background: url("../image/valueBg.png") no-repeat center / cover;
}
#fullpage .value * {
  color: #ffffff;
}
#fullpage .value .contents {
  /* padding-top: 50px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#fullpage .value .itemBox {
  width: 54%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
#fullpage .value .item:nth-child(odd) {
  position: relative;
  margin-top: -90px;
}
#fullpage .value .item {
  position: relative;
  overflow: hidden;
  width: 45%;
  text-align: center;
  height: 320px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  margin: 2.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* #fullpage .value .item:nth-child(n+5){
    opacity: 0;
  } */
#fullpage .value .item img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#fullpage .value .item:hover .img > img {
  transform: rotateY(360deg);
  transition: all 0.5s;
}
#fullpage .value .item:hover {
  border: 1px solid rgba(63, 191, 79, 0.8);
  background: linear-gradient(180deg, #3FBF4F 0%, rgba(63, 191, 79, 0.13) 100%);
}
#fullpage .value .img img {
  width: 70px;
  overflow: hidden;
}
#fullpage .value .titleBox .moreButton {
  margin-top: 70px;
}
#fullpage .value .text {
  margin-top: 20px;
}
#fullpage .value h3 {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
#fullpage .value h3 em {
  display: block;
  position: absolute;
  top: 62%;
  display: none;
  left: 0%;
  opacity: 0.15;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
#fullpage .value ul {
  height: 0;
  overflow: hidden;
}
#fullpage .value ul li {
  overflow: hidden;
}
#fullpage .value ul li span {
  gap: 0 4px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.4;
}
#fullpage .value ul li span::before {
  content: "- ";
}
/* #fullpage .value .item:hover .img img {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  } */
#fullpage .value .item:hover h3 em {
  top: 30%;
  left: -6%;
}
#fullpage .value .item:hover ul {
  margin: 30px 0 0;
}
#fullpage .value .item:hover ul li {
  padding: 8px 0;
}
#fullpage .value .item:hover ul li span {
  opacity: 1;
}
#fullpage .more .moreButton:hover .circle img {
  -webkit-filter: inherit;
  filter: inherit;
}
#fullpage .more .moreButton:hover .cover {
  width: 32px;
}
.logo a > .replaced-svg {
  filter: brightness(0) invert(1);
}
header.color .logo a > .replaced-svg {
  filter: none;
}
footer .logo {
  filter: brightness(0) invert(1);
}
#fullpage .capability .icon svg {
  opacity: 0.13;
}
footer #fnb > li:nth-child(1) {
  display: none;
}
footer #fnb > li:last-child {
  display: none;
}
.shareflex {
  display: flex;
  align-items: center;
}
.social-share a svg {
  width: 20px;
  height: 20px;
}
.social-share {
  margin-top: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.social-share a svg path {
  fill: #8a8a8a;
}
.social-share a::before {
  content: '';
  display: none !important;
}
.social-share a {
  margin-top: 0;
  border: 1px solid #8a8a8a !important;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
#fullpage .value .item .ju {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#fullpage .section.visual .box {
  height: 100%;
}
#fullpage .value .miao {
  display: none;
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#fullpage .value .item {
  transition: all 0.5s;
}
#fullpage .value .item .moreButton {
  display: none;
}
#fullpage .value .item:hover .moreButton {
  display: inline-block;
}
#fullpage .value .item:hover .miao {
  display: inline-block;
}
#fullpage .value .item:hover {
  transition: all 0.5s;
}
#fullpage .value .itemBox {
  overflow-y: scroll;
}
#fullpage .value .itemBox {
  position: absolute;
  right: 0%;
  top: 0%;
  height: 100vh;
  padding-right: 13%;
  padding-top: 12%;
  padding-bottom: 5%;
}
#fullpage .value .itemBox::-webkit-scrollbar {
  display: none;
}
/* 或者只隐藏垂直滚动条 */
#fullpage .value .itemBox::-webkit-scrollbar-vertical {
  display: none;
}
/* 或者只隐藏水平滚动条 */
#fullpage .value .itemBox::-webkit-scrollbar-horizontal {
  display: none;
}
.clearfix {
  clear: both;
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ju {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.platform-div .right {
  width: 52%;
  border-radius: 1.25rem;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 9rem 5.8rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.platform-div {
  background: #FFF;
  position: relative;
}
.platform-div .bg {
  position: absolute;
  width: 62%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.platform-div .bg img {
  width: 100%;
}
#fullpage .platform-div h2 {
  font-weight: bold;
  color: #000;
}
.platform-div .pr-en {
  color: #3FBF4F;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.platform-div .div1 {
  color: rgba(0, 0, 0, 0.8);
  margin: 1.6rem;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.5;
}
.icon-ul li {
  width: 33.33%;
  text-align: center;
}
.icon-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 4.5rem;
}
.icon-ul li .p1 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.more1 a {
  height: 5.6rem;
  line-height: 5.6rem;
  background: #3FBF4F;
  color: #FFF;
  padding: 0 3.4rem;
  border-radius: 3.4rem;
  display: inline-block;
}
.more1 a svg {
  transition: 400ms all ease-out;
  position: relative;
  top: -0.4rem;
}
.more1 a:hover svg {
  margin-left: 1rem;
  transition: 400ms all ease-out;
}
.icon-ul li:hover a .p1 {
  color: #3FBF4F;
}
.icon-ul li:hover img {
  transition: 400ms all ease-out;
  transform: rotateY(180deg);
}
.icon-ul li img {
  transition: 400ms all ease-out;
}
#fullpage .capability .bg video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#fullpage .visual .video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none;
}
#fullpage .visual .text {
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#wrap {
  min-width: 1600px;
}
.lunbo .swiper-slide {
  height: 100vh;
}
.platform-div.active .pr-en {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  /* Safari 和 Chrome */
  -moz-animation: fadeInUp 1s;
  /* Firefox */
  -ms-animation: fadeInUp 1s;
  /* Internet Explorer */
  -o-animation: fadeInUp 1s;
  /* Opera */
}
.platform-div.active h2 {
  animation: fadeInUp 1.1s;
  -webkit-animation: fadeInUp 1.1s;
  /* Safari 和 Chrome */
  -moz-animation: fadeInUp 1.1s;
  /* Firefox */
  -ms-animation: fadeInUp 1.1s;
  /* Internet Explorer */
  -o-animation: fadeInUp 1.1s;
  /* Opera */
}
.company {
  background: url('../picture/abbj1.png') no-repeat;
  background-size: cover;
}
.cloud {
  background: url('../picture/yun.jpg') no-repeat;
  background-size: cover;
}
.bai {
  color: #fff !important;
}
.ta {
  text-align: center;
}
.cloud .box {
  height: 68vh;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 应用动画到img元素上 */
.quan-bg img {
  display: block;
  animation: spin infinite 2s linear;
  -webkit-animation: spin infinite 2s linear;
  /* 对于WebKit内核的浏览器，如Chrome和Safari */
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  /* 确保无限循环 */
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  /* 指定动画时长 */
  /* 其他样式例如大小、居中等 */
}
.cont1 {
  position: relative;
}
.cont1 .bg {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(0);
  display: none;
}
.cont1 .bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cont1 .box {
  position: relative;
  z-index: 9;
}
.cont1 .a1v1 {
  position: relative;
  width: 67.55%;
  margin: 4vw auto 0;
}
.cont1 .a1v1 u {
  display: block;
  font-size: 0;
}
.cont1 .a1v1 u img {
  width: 100%;
}
.cont1 .a1v1 .a1_list1 li {
  position: absolute;
}
.cont1 .a1v1 .a1_list1 li:nth-child(1) {
  width: 13.02%;
  left: -10.5%;
  top: 56%;
}
.cont1 .a1v1 .a1_list1 li:nth-child(2) {
  width: 18.02%;
  left: 5.5%;
  top: 22%;
}
.cont1 .a1v1 .a1_list1 li:nth-child(3) {
  width: 12.32%;
  left: 19.5%;
  top: -9.2%;
}
.cont1 .a1v1 .a1_list1 li:nth-child(4) {
  width: 27.67%;
  left: 40.2%;
  top: 11%;
}
.cont1 .a1v1 .a1_list1 li:nth-child(5) {
  width: 14.401%;
  right: 12.8%;
  top: 10%;
}
.cont1 .a1v1 .a1_list1 li:nth-child(6) {
  width: 11.32%;
  right: 2.6%;
  top: -17%;
}
.cont1 .a1v1 .a1_list1 li:nth-child(7) {
  width: 14.5%;
  right: -9%;
  top: 15%;
}
.cont1 .a1v1 .a1_list1 li:nth-child(8) {
  width: 13.02%;
  left: -5.5%;
  top: 0%;
}
.cont1 .a1v1 .a1_list1 li img {
  width: 100%;
  transition: all 0.6s;
}
.cont1 .a1v1 .a1_list1 li p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
  display: block;
}
.cont1 .a1v1 .a1_list1 li:hover img {
  transform: scale(1.2);
}
.cont1 .a1v1 .a1_list1 li:hover p {
  display: block;
}
.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* 图片动画 */
.fang {
  overflow: hidden;
}
.fang img {
  transition: all 0.6s;
}
.fang:hover img {
  transform: scale(1.1);
}
.img_list {
  margin-top: 2.5rem;
}
.img_list dl {
  width: 30%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.65rem;
  overflow: hidden;
  background: #fff;
}
.img_list dl img {
  width: 100%;
}
.img_list dl:hover {
  border-color: #3FBF4F;
}
.company .mySwiper1 {
  padding: 1rem;
  margin: 0 -1rem;
  margin-top: 8rem;
}
.company .mySwiper1 .swiper-slide > div {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 0.375rem 0px rgba(0, 0, 0, 0.06);
}
.company .mySwiper1 .swiper-slide img {
  width: 100%;
}
.company .mySwiper1 {
  overflow: hidden;
}
.company .mySwiper1 .swiper-paginationt {
  text-align: center;
  margin-top: 2rem;
}
.company .mySwiper1 .swiper-paginationt span {
  width: 1.5rem;
  height: 1.5rem;
}
.company .mySwiper1 .swiper-paginationt span.swiper-pagination-bullet-active {
  background: #3FBF4F;
}
.company .txt-p {
  color: rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  line-height: 1.5em;
  text-align: center;
}
.xhgasv1 .xhgasa1 {
  width: 49%;
}
.xhgasv1 .xhgasa1 .logoas {
  width: 180px;
}
.xhgasv1 .xhgasa1 .logoas img {
  width: 100%;
}
.xhgasv1 .xhgasa1 .tit {
  color: #3FBF4F;
  font: 600 6rem / 1.4em "";
  margin-top: 1.5rem;
}
.xhgasv1 .xhgasa1 .ftit {
  color: #0A0A0A;
  font: 400 6rem/1.25em "";
}
.xhgasv1 .xhgasa1 .p {
  color: #000000;
  font: 400 2rem/1.5em "";
  margin-top: 1.25em;
  text-indent: 2em;
}
#fullpage .company .moreButton {
  left: 0%;
  transform: translateX(0%);
  margin-top: 2rem;
}
.xhgasv1 .xhgasa2 {
  width: 48%;
}
.xhgasv1 .xhgasa2 .fang {
  border-radius: 1rem;
}
.xhgasv1 .xhgasa2 img {
  width: 100%;
}
.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contast1 {
  background: linear-gradient(180deg, rgba(125, 227, 138, 0.5) -39.67%, rgba(224, 242, 227, 0.5) 100%), #FFF;
  padding: 3vw 0;
}
.contast1 .con-as1 i {
  display: block;
  width: 3.5rem;
}
.contast1 .con-as1 i img {
  width: 100%;
}
.contast1 .con-as1 p {
  color: #0A0A0A;
  font-size: 1.625rem;
  margin-left: 1em;
}
.isxna {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.isxna img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all_more {
  width: 10rem;
  height: 3.25rem;
  border-radius: 3.125rem;
  display: inline-block;
  text-align: center;
  color: #9C9C9C;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1.5px solid #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.25rem;
}
.all_more i {
  margin-left: 0.3125rem;
  color: #9C9C9C;
  font-size: 1.125rem;
  font-weight: 400;
}
.all_more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #3FBF4F;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.all_more:hover {
  color: #fff;
  border-color: #3FBF4F;
}
.all_more:hover::after {
  transform-origin: center left;
  transform: scaleX(1);
}
.all_more:hover i {
  color: #fff;
}
.all_moreg {
  width: 10rem;
  height: 3.25rem;
  border-radius: 3.125rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #3FBF4F;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.25rem;
}
.all_moreg i {
  margin-left: 0.3125rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}
.all_moreg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.all_moreg:hover {
  color: #3fbf4f;
  border-color: #3fbf4f;
}
.all_moreg:hover::after {
  transform-origin: center left;
  transform: scaleX(1);
}
.all_moreg:hover i {
  color: #3fbf4f;
}
.all_morew {
  width: 10rem;
  height: 3.25rem;
  border-radius: 3.125rem;
  display: inline-block;
  text-align: center;
  color: #9C9C9C;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(156, 156, 156, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.25rem;
}
.all_morew i {
  margin-left: 0.3125rem;
  color: #9C9C9C;
  font-size: 1.125rem;
  font-weight: 400;
}
.all_morew::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #3FBF4F;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.all_morew:hover {
  color: #fff;
  border-color: #3FBF4F;
}
.all_morew:hover::after {
  transform-origin: center left;
  transform: scaleX(1);
}
.all_morew:hover i {
  color: #fff;
}
.all_title h3 {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
}
.section.product {
  background: #F7F7F7;
  background-image: url('../image/pro_bg.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.section.product .product_box {
  overflow: hidden;
}
.section.product .all_title {
  position: relative;
}
.section.product .all_title h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section.product .swiper_pro {
  position: relative;
}
.section.product .swiper_pro .row {
  align-items: center;
}
.section.product .swiper_pro .left {
  padding-right: 7.5rem;
}
.section.product .swiper_pro .left .title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.25rem;
}
.section.product .swiper_pro .left .title::before {
  content: '';
  display: block;
  width: 3.4375rem;
  height: 0.1875rem;
  background-color: #3FBF4F;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section.product .swiper_pro .left .desc {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
}
.section.product .swiper_pro .right {
  padding-left: 3.4375rem;
  margin-top: -5rem;
}
.section.product .swiper_pro .right .over {
  max-width: 25.625rem;
  max-width: 22.6875rem;
  height: 100%;
}
.section.product .swiper_pro .right .over img {
  width: 100%;
}
.section.product .swiper_pro_btn {
  position: relative;
  margin: 0 -1rem 0;
  overflow: hidden;
}
.section.product .swiper_pro_btn .swiper-slide {
  padding: 0 1rem;
}
.section.product .swiper_pro_btn .swiper-slide .pro_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.625rem;
  background: #FFF;
  padding: 1.5625rem 1.5625rem 0.625rem 1.875rem;
  border: 1px solid #fff;
  min-height: 9.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section.product .swiper_pro_btn .swiper-slide .pro_btn .le {
  width: 60%;
}
.section.product .swiper_pro_btn .swiper-slide .pro_btn .le .tit {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section.product .swiper_pro_btn .swiper-slide .pro_btn .le .desc {
  margin-top: 0.25rem;
  color: #AAA9A9;
  font-size: 0.75rem;
  font-weight: 400;
}
.section.product .swiper_pro_btn .swiper-slide .pro_btn .le .more {
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 1.9375rem;
  background-color: #F7F7F7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section.product .swiper_pro_btn .swiper-slide .pro_btn .le .more i {
  font-size: 0.75rem;
  color: #9C9C9C;
}
.section.product .swiper_pro_btn .swiper-slide .pro_btn .ri {
  padding-left: 1.875rem;
  width: 40%;
}
.section.product .swiper_pro_btn .swiper-slide:hover .pro_btn {
  border: 1px solid #3FBF4F;
}
.section.product .swiper_pro_btn .swiper-slide:hover .pro_btn .le .tit {
  color: #3FBF4F;
}
.section.product .swiper_pro_btn .swiper-slide:hover .pro_btn .le .more {
  background-color: #3FBF4F;
}
.section.product .swiper_pro_btn .swiper-slide:hover .pro_btn .le .more i {
  color: #fff;
}
a.asjhjhf {
  background: #3FBF4F;
  padding: 0.8125rem 2.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 3rem;
  width: fit-content;
}
a.asjhjhf img {
  margin-left: 0.65em;
  filter: brightness(0) invert(1);
}
.section.company {
  background-image: url('../picture/aboutbg.png');
  background-size: cover;
}
.section.company .company_box {
  width: 52%;
}
.section.company .company_box .all_title h3 {
  color: #fff;
}
.section.company .company_box .desc {
  margin-top: 1.25rem;
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.section.company .company_box .about_num {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 3.75rem -1.875rem 0;
}
.section.company .company_box .about_num .about_num_item .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
}
.section.company .company_box .about_num .about_num_item .icon img {
  width: 100%;
  filter: brightness(0) invert(1);
}
.section.company .company_box .about_num .about_num_item .text {
  text-align: center;
}
.section.company .company_box .about_num .about_num_item .text p {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.section.company .company_box .about_num .about_num_item .text h3 {
  text-align: center;
  margin-top: 0.4375rem;
}
.section.company .company_box .about_num .about_num_item .text h3 span {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section.company .company_box .about_num .about_num_item .text h3 sub {
  color: #FFF;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
}
header.color .menuOpen i,
header.color .langBox i {
  color: #231815;
}
header.color .headerBox .tel {
  border-color: #231815;
}
header.color .headerBox .tel span,
header.color .headerBox .tel i {
  color: #231815;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
