/*subpage banner*/
.sub-body {
  background-color: #fff;
}
.back-gray {
  background-color: #f4f4f4;
}

.sub-page .fst-section {
  height: 100vh;
  overflow: hidden;
  background-color: #141414;
  padding-top: 90px;
}
.sub-page .rnd-section {
  height: 40vh;
}
.sub-page .fst-section .sub-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 35vh;
}
.sub-page .fst-section .sub-banner .container {
  position: relative;
  height: 100%;
}
.sub-page .fst-section .sub-banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  position: absolute;
  z-index: 3;
  left: 40px;
  bottom: 100px;
}
.sub-page .fst-section .sub-banner p {
  color: #ebebeb;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  z-index: 3;
  bottom: 36px;
  left: 40px;
}
.sub-page .fst-section .sub-banner.videoend-banner {
  background-image: url("../img/corporate/img-17.jpg");
}
.sub-page .fst-section .sub-banner.mobillity-banner {
  background-image: url("../img/corporate/img-24.jpg");
}
.sub-page .fst-section .sub-banner.iot-banner {
  background-image: url("../img/corporate/img-25.jpg");
}
.sub-page .fst-section .sub-banner.business-banner {
  background-image: url("../img/corporate/img-26.jpg");
}
.sub-page .fst-section .sub-banner.randd-banner {
  background-image: url("../img/corporate/img-27.jpg");
}
.sub-page h3 {
  font-size: 36px;
  font-weight: 600;
}
.sub-page .text-black {
  font-weight: 700;
}
.sub-page .sub-banner-wrapper {
  height: 65vh;
  margin-top: 5rem;
  text-align: center;
  overflow: hidden;
}
/* .sub-page .sub-banner-wrapper h3 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
    } */
.sub-page .sub-banner-wrapper .circle {
  width: 50vw;
  position: relative;
  height: 50vw;
  border: 1px solid transparent;
  border-radius: 50%;
  background: linear-gradient(#141414, #141414),
    linear-gradient(
      to bottom,
      rgba(201, 159, 255, 1) 0%,
      rgba(201, 159, 255, 0.3) 50%,
      rgba(201, 159, 255, 0.3) 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  /* bottom: -50vh; */
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.sub-page .sub-banner-wrapper .circle p {
  position: absolute;
  z-index: 1;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px dashed #9747ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #141414;
}
.sub-page .sub-banner-wrapper .circle p.enter {
    font-size: 20px;
}
.sub-page .sub-banner-wrapper .circle p:nth-child(1) {
  top: 20%;
  left: 65px;
  transform: translateX(-50%);
}
.sub-page .sub-banner-wrapper .circle p:nth-child(2) {
  top: 2%;
  left: 23%;
  transform: translateX(-50%);
}
.sub-page .sub-banner-wrapper .circle p:nth-child(3) {
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-page .sub-banner-wrapper .circle p:nth-child(4) {
  top: 2%;
  right: 23%;
  transform: translateX(50%);
}
.sub-page .sub-banner-wrapper .circle p:nth-child(5) {
  top: 20%;
  right: 65px;
  transform: translateX(50%);
}
.sub-page .sub-banner-wrapper .circle h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  color: #fff;
  font-size: 36px;
  padding-top: 15%;
  background: radial-gradient(
    circle,
    rgba(151, 71, 255, 1) 0%,
    rgba(151, 71, 255, 0.7) 30%,
    rgba(151, 71, 255, 0.1) 60%,
    rgba(151, 71, 255, 0) 100%
  );
}

/*scd-section*/
.sub-page .scd-section .container {
  overflow-x: unset;
}
.sub-page .shapes-area {
  gap: 20px;
  margin-top: 40px;
}
.sub-page .index-wrapper {
  width: 19%;
}
.sub-page .index-wrapper .shapes {
  width: 100%;
  height: 80px;
  position: relative;
  background: #00adee;
  z-index: 1;
  box-sizing: border-box;
  padding: 13px 0px 13px 50px;
  margin-bottom: 22px;
}
.sub-page .index-wrapper .shapes .index {
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 600;
}
.sub-page .index-wrapper .shapes p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.sub-page .index-wrapper .shapes::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 0;
}
.sub-page .index-wrapper:nth-child(1) .shapes::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: none;
}
.sub-page .index-wrapper .shapes::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #00adee;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  z-index: 0;
}
.sub-page .index-wrapper:nth-child(2) .shapes {
  background: #2693f2;
}
.sub-page .index-wrapper:nth-child(2) .shapes::before {
  border-left: 20px solid #2693f2;
}
.sub-page .index-wrapper:nth-child(3) .shapes {
  background: #4c7af7;
}
.sub-page .index-wrapper:nth-child(3) .shapes::before {
  border-left: 20px solid #4c7af7;
}
.sub-page .index-wrapper:nth-child(4) .shapes {
  background: #7161fb;
}
.sub-page .index-wrapper:nth-child(4) .shapes::before {
  border-left: 20px solid #7161fb;
}
.sub-page .index-wrapper:nth-child(5) .shapes {
  background: #9747ff;
}
.sub-page .index-wrapper:nth-child(5) .shapes::before {
  border-left: 20px solid #9747ff;
}
.sub-page .index-wrapper ul {
  padding-left: 70px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.sub-page .index-wrapper ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
}

/*patent-section*/
.sub-page .patent-section {
  background-color: #f4f4f4;
}
.sub-page .patent-section p {
  margin-top: 24px;
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 33px;
}

/*ex-section*/
.sub-page .ex-section .ex-item-wrapper {
  margin-top: 75px;
}
.sub-page .ex-section .ex-item-group:first-child {
  margin-bottom: 160px;
}
.sub-page .ex-section .ex-group .ex-item {
  width: 50%;
  gap: 37px;
}
.sub-page .ex-section .ex-item {
  gap: 37px;
}
.sub-page .ex-script-title {
  font-weight: 500;
  margin-top: 30px;
  font-size: 24px;
  color: #282828;
}
.sub-page .row-item .ex-script-title {
  margin-top: 0px;
}
.sub-page .ex-script-sub-title {
  font-weight: 400;
  font-size: 12px;
  color: #6b6b6b;
  padding-bottom: 10px;
  margin-bottom: 18px;
  position: relative;
}
.sub-page .ex-script-sub-title::after {
  content: " ";
  width: 222px;
  height: 1px;
  background-color: #dedddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub-page .ex-item .ex-item-script {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 20px;
}
.ex-detail-script {
  color: #7b7b7b;
  font-size: 10px;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 9px;
}
.mobility-group {
  margin-left: 150px;
}
.mobility-group ul {
  min-width: 500px;
} 
.no-ex-group .ex-item {
  margin-bottom: 80px;
}
.no-ex-group .ex-item:last-child {
  margin-bottom: 0;
}

/*business-platform*/
.business-section h4 {
  font-size: 18px;
  font-weight: 600;
  color: #9747ff;
}
.business-section .ex-item-wrapper {
  padding: 0 40px;
}
.business-section .ex-item-wrapper .title-area {
  gap: 20px;
  height: 30px;
}
.business-section .ex-item-wrapper .title-area img {
  width: 100%;
  padding-bottom: 5px;
}
.business-section .ex-item-wrapper .ex-item {
  gap: 20px;
  margin: 50px 80px;
}
.business-section .ex-item-wrapper .ex-item-script {
  padding-left: 20px;
}

/*rnd*/
.back-black {
  background-color: #282828;
}
.video-section h3 {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 36px;
}
.video-section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
.video-section p:first-child {
  margin-bottom: 20px;
}
.diagram-section {
  height: 769px;
  width: 100%;
  padding: 0 20px;
}
.diagram-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ai-diagram {
  height: 783;
}
.patent-section.back-white {
  background-color: #fff;
}
.patent-section.back-white .patent-wrapper {
  gap: 40px;
}
.patent-section.back-white .text-center {
  text-align: center;
}
.patent-section.back-white .text-center p {
  line-height: 160%;
  margin-bottom: 80px;
}
.mobility-group .iot-aerix-img {
  padding-right: 40px;
}

/*mobile*/
.mobile {
  overflow: hidden;
}
.mobile img {
  width: 100vw;
  object-fit: contain;
  padding-top: 62px;
}
.n-900 {
  display: block;
}
.m-900 {
  display: none !important;
}
.back-white {
    background-color: #fff;
}

@media screen and (max-width: 900px) {
  .sub-body {
    background-color: #000;
  }
  .m-900 {
    display: block !important;
  }
  .n-900 {
    display: none !important;
  }
  .sub-page .fst-section {
    padding-top: 62px;
    height: 100%;
    padding-bottom: 0;
  }
  .sub-page .rnd-section {
    height: 260px;
  }
  .sub-page .fst-section .sub-banner {
    height: 260px;
  }
  .sub-page .fst-section .sub-banner h1 {
    font-size: 23px;
    left: 20px;
    bottom: 140px;
  }
  .sub-page .fst-section .sub-banner p {
    font-size: 14px;
    left: 20px;
    bottom: 70px;
    font-weight: 300;
  }
  .sub-page .fst-section .sub-banner.iot-banner {
    background-position: 20% 80%;
  }
  .sub-page .fst-section .sub-banner.randd-banner {
    background-position: 60% 60%;
  }
  .sub-page .fst-section .sub-banner.iot-banner p {
    bottom: 50px;
  }
  .sub-page .sub-banner-wrapper h3 {
    font-size: 20px;
    line-height: 150%;
  }
  .sub-page .sub-banner-wrapper {
    height: 300px;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
  }
  .sub-page .sub-banner-wrapper .circle {
    width: 280px;
    height: 280px;
    top: 70px;
  }
  .sub-page .sub-banner-wrapper .circle p {
    width: 60px;
    height: 60px;
    border: 1px dashed #9747ff;
    font-size: 10px;
    font-weight: 100;
  }
  .sub-page .sub-banner-wrapper .circle p.enter {
    font-size: 9px;
}
  .sub-page .sub-banner-wrapper .circle p:nth-child(1) {
    bottom: 20px;
    left: 10px;
    transform: translateX(-50%);
  }
  .sub-page .sub-banner-wrapper .circle p:nth-child(2) {
    top: 0px;
    left: 60px;
    transform: translateX(-50%);
  }
  .sub-page .sub-banner-wrapper .circle p:nth-child(3) {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sub-page .sub-banner-wrapper .circle p:nth-child(4) {
    top: 0;
    right: 60px;
    transform: translateX(50%);
  }
  .sub-page .sub-banner-wrapper .circle p:nth-child(5) {
    bottom: 20px;
    right: 10px;
    transform: translateX(50%);
  }
  .sub-page .sub-banner-wrapper .circle h4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    padding-top: 35px;
    font-size: 16px;
    background: radial-gradient(circle, rgba(151, 71, 255, 1) 0%, rgba(151, 71, 255, 0.7) 30%, rgba(151, 71, 255, 0.1) 70%, rgba(151, 71, 255, 0) 100%);
  }
  .sub-page h3 {
    font-size: 20px;
    text-align: center;
  }
  .sub-page .index-wrapper {
    width: 210px;
    margin: auto;
    padding-right: 10px;
  }
  .sub-page .index-wrapper .shapes {
    height: 40px;
    padding: 10px 0px 5px 40px;
    margin-bottom: 6px;
  }
  .sub-page .index-wrapper .shapes::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .sub-page .index-wrapper .shapes::after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.sub-page .index-wrapper:nth-child(1) .shapes::after{
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #fff;
  }
  .sub-page .index-wrapper .shapes .index {
    font-size: 14px;
    padding-top: 1px;
    letter-spacing: 0.5px;
    padding-right: 6px;
  }
  .sub-page .index-wrapper .shapes p {
    font-size: 15px;
  }
  .sub-page .index-wrapper ul {
    font-size: 14px;
    padding-left: 40px;
    line-height: 150%;

  }
  .sub-page .ex-section .ex-item-wrapper {
    margin-top: 30px;
    padding: 0;
  }
  .sub-page .ex-section .ex-item-wrapper .title-area h4 {
    font-size: 14px;
    font-weight: 600;
  }
  .sub-page .ex-section .ex-item-wrapper .title-area .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
  }
  
  .sub-page .ex-section .ex-item-wrapper .title-area .line::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .business-section .ex-item-wrapper .ex-item {
    margin: 30px auto;
    flex-direction: column;
  }
  .business-section .ex-item-wrapper .ex-item img {
    object-fit: contain;
  }
  .business-section .ex-item-wrapper .ex-item-group {
    flex-direction: column;
  }
  .business-section .ex-item-wrapper .ex-item img:nth-child(1){
    width: 120px;
  }
  .business-section .ex-item-wrapper .ex-item img:nth-child(2){
    width: 100%;
  }
  .business-section .ex-item-wrapper .ex-item-script {
    padding-left: 0;
  }
  .business-section .ex-item-wrapper .ex-item-script .ex-script-title{
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
  }
  .business-section .ex-item-wrapper .ex-item-script .ex-script-sub-title{
    font-size: 11px;
    padding-bottom: 6px;
    margin-bottom: 14px;
    margin-left: 20px;
  }
  .business-section .ex-item-wrapper .ex-item-script ul {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.35px;
  }
  .patent-section .container p {
    text-align: center;
    font-size: 16px;
  }
  .patent-section .container img {
    object-fit: contain;
    width: 50%;
    height: 100%;
  }
  .ex-section .ex-item-wrapper .ex-item-group {
    flex-direction: column;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item {
    gap: 12px;
    margin: 20px 0;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item.reverse {
    flex-direction: row-reverse;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item > img{
    width: 33%;
    object-fit: contain;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item.row-item > img{
    width: 70%;
    object-fit: contain;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item.row-item .d-flex {
    flex-direction: column;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item.row-item .d-flex img {
    width: 100px;
    height: 24px;
    object-fit: contain;
    object-position: left;
    transform: translateX(-8px);
  }
  .sub-page .ex-item .ex-item-script {
    line-height: 100%;
    padding-left: 0;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item .ex-item-script img {
    width: 100px;
    height: 24px;
    object-fit: contain;
    object-position: left;
    padding-left: 5px;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item .ex-item-script .ex-script-title {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
    padding-left: 5px;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item .ex-item-script .ex-script-sub-title {
    padding-left: 5px;
    font-size: 9px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
    padding-bottom: 5px;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item .ex-item-script .ex-script-sub-title::after {
    left: 5px;
    width: 165px;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item .ex-item-script ul {
    font-size: 10px;
    letter-spacing: -0.1px;
    padding-left: 10px;
    list-style-type: disc;
    margin-bottom: 2px;
  }
  .ex-item-script ul li.m-900 {
    display: list-item !important;
  }
  .ex-section .ex-item-wrapper .ex-item-group .ex-item .ex-detail-script {
    font-size: 6px;
    margin-left: 10px;
    margin-top: 0;
  }
  .sub-page .ex-section .ex-item-group:first-child {
    margin-bottom: 20px ;
  }
  .column-flex {
    flex-direction: column;
    width: 100%;
  }
  .column-flex img{
    width: 100% !important;
  }
  .video-section h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .video-section p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.35px;
    line-height: 180%;
  }
  /*mobility*/
  .mobility-group {
    margin-left: 0;
  }
  .sub-page .mobility-group .ex-item {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .mobility-group .ex-item > img {
    width: 70%;
    object-fit: contain;
  }
  .mobility-group .ex-item .ex-item-script {
    width: 100%;
    line-height: 150%;
  }
  .mobility-group .ex-item .ex-item-script > img {
    width: 120px;
  }
  .mobility-group .ex-item .ex-item-script .ex-script-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
  }
  .sub-page .mobility-group .ex-script-sub-title {
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .mobility-group ul {
    min-width: 100%;
    font-size: 14px;
    padding-left: 14px;
  }
  .mobility-group .ex-item .iot-aerix-img {
    padding-right: 0px;
    width: 90%;
  }
  .no-ex-group.mobility-group .ex-item:last-child {
    padding-right: 0;
  }
  .no-ex-group.mobility-group .ex-item:last-child .ex-item-script {
    width: 100%;
  }
  
  .diagram-section {
    height: auto;
    padding: 0px 20px 20px;
  }
  .diagram-section .r-active h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .diagram-section .r-active .r-active-group {
    padding: 0 20px;
  }
  .diagram-section .r-active .r-active-group .r-actives {
    width: 100%;
    position: relative;
    display: flex;
    height: 70px;
    margin-bottom: 12px;
  }
  .diagram-section .r-active .r-active-group .r-actives .active-title {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #0090e1;
    color: #0090e1;
    font-size: 10px;
    font-weight: 100;
    text-align: center;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282828;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .diagram-section .r-active .r-active-group .r-actives.reverse .active-title {
    right: 0;
    left: auto;
  }
  .diagram-section .r-active .r-active-group .r-actives .active-script {
    width: calc(100% - 35px);
    position: absolute;
    left: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border: 0.5px dashed #0090e1;
    height: 70px;
    color: #fff;
    font-size: 9px;
    font-weight: 100;
    line-height: 190%;
    padding-left: 22px;
    padding-top: 16px;
  }
  .diagram-section .r-active .r-active-group .r-actives.reverse .active-script {
    left: auto;
    right: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding-left: 0;
    padding-right: 20px;
  }
  .diagram-section .r-active .r-active-group .r-actives .active-script ul {
    list-style: disc;
  }
  .diagram-section .r-active .r-active-group .r-actives.group2 .active-title {
    color: #47ffb2;
    border-color: #47ffb2;
  }
  .diagram-section .r-active .r-active-group .r-actives.group2 .active-script {
    border-color: #47ffb2;
  }
  .diagram-section .r-active .r-active-group .r-actives.group3 .active-title {
    color: #6b7fea;
    border-color: #6b7fea;
  }
  .diagram-section .r-active .r-active-group .r-actives.group3 .active-script {
    border-color: #6b7fea;
  }
  .diagram-section .r-active .r-active-group .r-actives.group4 .active-title {
    color: #00d3e1;
    border-color: #00d3e1;
  }
  .diagram-section .r-active .r-active-group .r-actives.group4 .active-script {
    border-color: #00d3e1;
  }
  .ai-section {
    background-color: #fff;
  }
}
