/* idx-banner */
.idx-banner {
  position: relative;
}

.idx-banner video,
.idx-banner img {
  display: block;
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.idx-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.idx-banner .info-group {
  max-width: 550px;
  color: #fff;
  margin: 0 auto;
  padding: 20px 10px;
  background: rgba(0, 0, 0, .5);
}

.idx-banner .title {
  text-align: center;
  line-height: 1.9;
}

@media (min-width: 768px) {
  .idx-banner .info-group {
    height: 240px;
    margin: 0;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .idx-banner .title {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .idx-banner .info-group {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .idx-banner .info-group {
    max-width: 595px;
    height: 340px;
    padding: 50px 45px;
  }
}

@media (min-width: 1640px) {
  .idx-banner .info-group {
    height: 400px;
  }

  .idx-banner .title {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .idx-banner .title {
    font-size: 18px;
  }
}


/* idx-products */
.idx-products {
  padding-top: 30px;
}

.idx-products .title {
  margin-bottom: 20px;
}

.idx-products .btn i {
  margin-left: 6px;
  font-weight: bold;
}

.idx-products .tab-content {
  margin-bottom: 30px;
}

.idx-products .lt {
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
}

.idx-products .lt img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1022 / 645;
}

.idx-products .rt {
  padding: 20px;
  background: #F8F8F8;
}

.idx-products .tit {
  line-height: 1.8;
  margin-bottom: 10px;
}

.idx-products .info {
  line-height: 1.8;
  max-height: 144px;
  margin-bottom: 15px;
}

.idx-products .rt .btn {
  width: 140px;
  color: #fff;
  background: var(--style-color);
  border-radius: 20px 0 20px 0;
}

.idx-products .rt .btn i {
  font-size: 20px;
}

.idx-products .tab-list {
  display: flex;
  margin-top: 0;
  text-align: left;
  justify-content: flex-start;
}

.idx-products .swiper {
  margin: -10px -19px -16px -7px;
  padding: 10px 19px 16px 7px;
}

.idx-products .swiper-slide {
  padding-bottom: 20px;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.idx-products .swiper-slide>*:not(img) {
  margin-left: 20px;
  margin-right: 20px;
}

.idx-products .swiper-slide.active {
  box-shadow: 3px 6px 12px 1px rgba(242, 92, 25, 0.3);
}

.idx-products .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 370 / 246;
}

.idx-products .sub-tit {
  margin-top: 11px;
  margin-bottom: 10px;
}

.idx-products .swiper-slide.active .sub-tit {
  color: var(--style-color);
}

.idx-products .sub-info {
  height: 58px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.idx-products .swiper-slide .btn {
  width: 129px;
  color: var(--style-color);
  padding: 5px 15px;
  background: rgba(242, 92, 25, .15);
  border-radius: 15px 0 15px 0;
}

.idx-products .swiper-slide.active .btn {
  color: #fff;
  background: var(--style-color);
}

@media (min-width: 768px) {
  .idx-products .prev-btn, .idx-products .next-btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .idx-products .item {
    display: flex;
  }

  .idx-products .lt {
    flex: 0 0 63.875%;
    max-width: 63.875%;
  }

  .idx-products .rt {
    flex: 0 0 36.125%;
    max-width: 36.125%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .idx-products {
    padding-top: 64px;
  }

  .idx-products .title {
    margin-bottom: 40px;
  }

  .idx-products .tab-content {
    margin-bottom: 70px;
  }

  .idx-products .rt {
    padding-left: 45px;
    padding-right: 45px;
  }

  .idx-products .tit {
    margin-bottom: 20px;
  }

  .idx-products .info {
    margin-bottom: 30px;
  }

  .idx-products .btn {
    transition: all .3s;
  }

  .idx-products .rt .btn {
    width: 160px;
  }

  .idx-products .rt .btn:hover {
    opacity: .8;
  }

  .idx-products .swiper-wrap {
    position: relative;
  }

  .idx-products .swiper-slide {
    padding-bottom: 30px;
  }

  .idx-products .sub-tit {
    margin-bottom: 20px;
  }

  .idx-products .sub-info {
    margin-bottom: 22px;
  }

  .idx-products .prev-btn, .idx-products .next-btn {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .idx-products .prev-btn:hover, .idx-products .next-btn:hover {
    color: #fff;
    background: var(--style-color);
  }

  .idx-products .prev-btn {
    left: -5px;
    transform: translate(-100%, -50%);
  }

  .idx-products .next-btn {
    right: -5px;
    transform: translate(100%, -50%);
  }
}

@media (min-width: 1440px) {
  .idx-products .swiper-wrap {
    padding: 0 60px;
  }

  .idx-products .swiper-slide>*:not(img) {
    margin-left: 30px;
    margin-right: 30px;
  }

  .idx-products .prev-btn, .idx-products .next-btn {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .idx-products .prev-btn {
    left: 0;
    transform: translateY(-50%);
  }

  .idx-products .next-btn {
    right: 0;
    transform: translateY(-50%);
  }
}

@media (min-width: 1640px) {
  .idx-products .title {
    margin-bottom: 54px;
  }

  .idx-products .rt {
    padding-left: 65px;
    padding-right: 65px;
  }

  .idx-products .tit {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .idx-products .info {
    margin-bottom: 42px;
  }

  .idx-products .swiper-slide {
    padding-bottom: 43px;
  }

  .idx-products .swiper-slide>*:not(img) {
    margin-left: 41px;
    margin-right: 41px;
  }
}

@media (min-width: 1840px) {
  .idx-products .swiper-wrap {
    padding: 0;
  }

  .idx-products .prev-btn, .idx-products .next-btn {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .idx-products .prev-btn {
    left: -20px;
    transform: translate(-100%, -50%);
  }

  .idx-products .next-btn {
    right: -20px;
    transform: translate(100%, -50%);
  }
}

@media (max-width: 1199px) {
  .idx-products .swiper-pagination {
    display: block;
  }
}


/* idx-applications */
.idx-applications {
  padding-top: 30px;
}

.idx-applications .title {
  margin-bottom: 20px;
}

.idx-applications .swiper-slide {
  position: relative;
}

.idx-applications .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .25);
  transition: background .5s ease;
}

.idx-applications .swiper-slide:hover::before {
  background: rgba(51, 51, 51, .65);
}

.idx-applications .swiper-slide img {
  width: 100%;
  max-height: 645px;
}

.idx-applications .info-group {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .5s ease;
}

.idx-applications .swiper-slide:hover .info-group {
  padding-bottom: 0;
  justify-content: center;
}

.idx-applications .tit {
  position: relative;
}

.idx-applications .tit::after {
  content: '';
  display: block;
  width: 55px;
  height: 4px;
  margin-top: 15px;
  background: var(--style-color);
  transition: width .5s ease;
}

.idx-applications .swiper-slide:hover .tit::after {
  width: 100%;
}

.idx-applications .info {
  line-height: 2;
  height: 0;
  transition: all .5s ease;
}

.idx-applications .swiper-slide:hover .info {
  height: 96px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.idx-applications .btn {
  width: 138px;
  height: 0;
  padding: 0;
  border: none;
  background: var(--style-color);
  border-radius: 20px 0px 20px 0px;
  transition: all .5s ease;
  overflow: hidden;
}

.idx-applications .swiper-slide:hover .btn {
  height: auto;
  padding: 7px 15px 6px;
}

@media (min-width: 1200px) {
  .idx-applications {
    padding-top: 64px;
  }

  .idx-applications .title {
    margin-bottom: 40px;
  }

  .idx-applications .info-group {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }

  .idx-applications .tit::after {
    margin-top: 26px;
  }

  .idx-applications .info {
    font-size: 18px;
  }

  .idx-applications .swiper-slide:hover .info {
    height: 108px;
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .idx-applications .btn {
    font-size: 18px;
    transition: opacity .3s;
  }

  .idx-applications .btn:hover {
    opacity: .8;
  }
}

@media (min-width: 1640px) {
  .idx-applications .title {
    margin-bottom: 54px;
  }

  .idx-applications .info-group {
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 70px;
  }

  .idx-applications .tit {
    font-size: 28px;
  }
}


/* work-process */
.work-process {
  padding-top: 30px;
}

.work-process .title {
  margin-bottom: 20px;
}

.work-process .swiper {
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
}

.work-process .icon-wrap {
  line-height: 1;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.work-process .icon {
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  height: 38px;
  overflow: hidden;
}

.work-process .icon img {
  height: 100%;
}

.work-process .icon-wrap span {
  color: #EFEFEF;
  font-family: 'NTSomic-B';
}

.work-process .swiper-slide {
  height: unset;
  padding: 40px 20px 30px;
  border-right: 1px solid #E1E1E1;
}

.work-process .swiper-slide:hover img {
  position: relative;
  top: -38px;
  filter: drop-shadow(0 38px 0 var(--style-color));
}

.work-process .tit {
  font-family: 'NTSomic-B';
  margin-bottom: 5px;
}

.work-process .info {
  color: #666;
  line-height: 1.6;
  margin-bottom: 9px;
}

.work-process .btn {
  padding: 0;
  color: var(--style-color);
  opacity: 0;
  visibility: hidden;
}

.work-process .swiper-slide:hover .btn {
  opacity: 1;
  visibility: visible;
}

.work-process .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 6px;
}

@media (min-width: 1200px) {
  .work-process {
    padding-top: 64px;
  }

  .work-process .title {
    margin-bottom: 40px;
  }

  .work-process .swiper-slide {
    padding: 45px 30px 33px;
  }

  .work-process .icon-wrap {
    margin-bottom: 19px;
  }
}

@media (min-width: 1640px) {
  .work-process .title {
    margin-bottom: 54px;
  }

  .work-process .swiper-slide {
    padding-left: 45px;
    padding-right: 45px;
  }

  .work-process .icon-wrap span {
    font-size: 48px;
  }
}

@media (min-width: 1800px) {
  .work-process .swiper-slide {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1639px) {
  .work-process .swiper-pagination {
    display: block;
  }
}


/* partner */
.partner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.partner .title {
  margin-bottom: 20px;
}

.partner .swiper {
  margin: -7px -10px -7px -4px;
  padding: 7px 10px 7px 4px;
}

.partner .swiper-slide {
  text-align: center;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .16);
}

.partner .swiper-pagination {
  display: block;
  margin-top: 20px;
}

.partner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-left: 7px !important;
  margin-right: 7px !important;
}

@media (min-width: 1200px) {
  .partner {
    padding-top: 64px;
    padding-bottom: 67px;
  }

  .partner .title {
    margin-bottom: 40px;
  }

  .partner .swiper-pagination {
    margin-top: 55px;
  }
}

@media (min-width: 1640px) {
  .partner .title {
    margin-bottom: 54px;
  }
}


/* idx-about */
.idx-about {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F8F8F8;
}

.idx-about .lt {
  margin-bottom: 20px;
}

.idx-about .title {
  text-align: left;
  margin-bottom: 15px;
}

.idx-about .tit {
  margin-top: 10px;
  margin-bottom: 5px;
}

.idx-about .info {
  line-height: 1.8;
  max-height: 144px;
}

.idx-about .btn {
  width: 150px;
  color: #fff;
  margin-top: 15px;
  padding: 4px 15px;
  background: var(--style-color);
  border-radius: 20px 0px 20px 0px;
}

.idx-about .item-list {
  margin-top: 40px;
  margin-bottom: -50px;
}

.idx-about .item-list li {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 550px) {
  .idx-about .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .idx-about .item-list li {
    position: relative;
  }
}

@media (min-width: 550px) and (max-width: 1199px) {
  .idx-about .item-list li {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .idx-about .item-list li:nth-child(2n+1)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 111%;
    width: 1px;
    height: 100%;
    background: #C8C8C8;
    transform: translateX(-50%);
  }
}

@media (min-width: 720px) {
  .idx-about .item-list li {
    flex: 0 0 50%;
    max-width: 300px;
  }

  .idx-about .item-list li:nth-child(2n+1)::after {
    left: 114.5%;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .idx-about .item-wrap {
    display: flex;
    align-items: center;
  }

  .idx-about .lt {
    flex: 0 0 46%;
    max-width: 46%;
    margin-bottom: 0;
  }

  .idx-about .rt {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 30px;
  }

  .idx-about .item-list li {
    max-width: 400px;
  }

  .idx-about .item-list li:nth-child(2n+1)::after {
    left: 115%;
  }

  .idx-about .info {
    max-height: 116px;
  }
}

@media (min-width: 1200px) {
  .idx-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .idx-about .rt {
    padding-left: 50px;
  }

  .idx-about .title {
    margin-bottom: 30px;
  }

  .idx-about .btn {
    width: 176px;
    margin-top: 30px;
  }

  .idx-about .item-list {
    margin-top: 64px;
  }

  .idx-about .item-list li {
    flex: 0 0 25%;
    max-width: 250px;
  }

  .idx-about .item-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 107%;
    width: 1px;
    height: 100%;
    background: #C8C8C8;
  }

  .idx-about .tit {
    margin-top: 17px;
    margin-bottom: 11px;
  }

  .idx-about .btn {
    transition: opacity .3s;
  }

  .idx-about .btn:hover {
    opacity: 0.8;
  }
}

@media (min-width: 1440px) {
  .idx-about .item-list li {
    max-width: 300px;
  }

  .idx-about .item-list li:not(:last-child)::after {
    left: 110%;
  }

  .idx-about .info {
    max-height: 144px;
  }
}

@media (min-width: 1640px) {
  .idx-about {
    padding-bottom: 84px;
  }

  .idx-about .rt {
    padding-left: 80px;
  }

  .idx-about .title {
    margin-bottom: 41px;
  }

  .idx-about .btn {
    margin-top: 47px;
  }

  .idx-about .item-list li:not(:last-child)::after {
    left: 120%;
  }

  .idx-about .tit {
    font-size: 50px;
  }
}