.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


/* idx-banner */
.idx-banner {
  position: relative;
}

.idx-banner img, .idx-banner video {
  display: block;
  width: 100%;
}

.idx-banner .container {
  margin-top: 20px;
}

.idx-banner .title {
  text-align: center;
  line-height: 1.28;
  text-shadow: 0 0 10px #333;
}

.idx-banner .btn {
  width: 162px;
  margin-top: 20px;
  border-radius: 30px;
  padding: 7px 15px;
  color: #fff;
  background: var(--style-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .idx-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .idx-banner .btn {
    width: 211px;
    margin-top: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all .3s;
    color: var(--style-color);
    background: #fff;
  }

  .idx-banner .btn:hover {
    color: #fff;
    background: var(--style-color);
  }
}

@media (min-width: 1440px) {
  .idx-banner .btn {
    font-size: 20px;
  }
}


/* idx-solutions */
.idx-solutions {
  padding: 30px 0;
}

.idx-solutions .title {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
}

.idx-solutions .sub-info {
  line-height: 1.8;
  margin-bottom: 20px;
}

.idx-solutions .info-wrap {
  margin-bottom: 30px;
}

.idx-solutions .lt {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.30);
  margin-bottom: 20px;
  cursor: pointer;
}

.idx-solutions .lt, .idx-solutions .img-wrap img {
  width: calc(100vw - 30px);
}

.idx-solutions .lt>img {
  width: 100%;
}

.idx-solutions .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.idx-solutions .img-wrap img {
  position: absolute;
  left: 0;
  max-width: none;
}

.idx-solutions .icon-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-solutions .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: var(--style-color);
}

.idx-solutions .icon-wrap img {
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
}

.idx-solutions .img-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

.idx-solutions .tit {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.idx-solutions .info {
  line-height: 1.8;
  margin-bottom: 15px;
}

.idx-solutions .info ul {
  list-style: none;
}

.idx-solutions .btn {
  width: 153px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 23px;
  background: var(--style-color);
}

.idx-solutions .swiper-slide {
  text-align: center;
}

.idx-solutions .icon {
  width: auto;
  height: 57px;
}

.idx-solutions .sub-tit {
  margin-top: 14px;
  font-weight: bold;
  color: var(--style-color);
}

@media (min-width: 720px) {
  .idx-solutions .lt, .idx-solutions .img-wrap img {
    width: 690px;
  }
}

@media (min-width: 992px) {
  .idx-solutions .lt, .idx-solutions .img-wrap img {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .idx-solutions {
    padding: 60px 0;
  }

  .idx-solutions .title {
    margin-bottom: 20px;
  }

  .idx-solutions .sub-info {
    margin-bottom: 49px;
  }

  .idx-solutions .info-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }

  .idx-solutions .lt {
    width: 640px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .idx-solutions .img-wrap img {
    width: 640px;
  }

  .idx-solutions .rt {
    flex: 1;
    padding-left: 30px;
  }

  .idx-solutions .tit {
    margin-bottom: 17px;
  }

  .idx-solutions .info {
    margin-bottom: 28px;
  }

  .idx-solutions .btn {
    transition: all .3s;
  }

  .idx-solutions .btn:hover {
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 1440px) {
  .idx-solutions .lt, .idx-solutions .img-wrap img {
    width: 836px;
  }

  .idx-solutions .rt {
    padding-left: 60px;
  }
}

@media (min-width: 1640px) {
  .idx-solutions {
    padding-bottom: 80px;
  }

  .idx-solutions .lt, .idx-solutions .img-wrap img {
    width: 958px;
  }

  .idx-solutions .rt {
    padding-left: 80px;
    padding-right: 40px;
  }
}

@media (min-width: 1920px) {
  .idx-solutions .container {
    max-width: 100%;
    padding-left: 90px;
    padding-right: 160px;
  }

  .idx-solutions .lt, .idx-solutions .img-wrap img {
    width: 991px;
  }
}

@media (max-width: 1199px) {
  .idx-solutions .swiper-pagination {
    font-size: 0;
    display: block;
  }

  .idx-solutions .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 1px solid #707070;
    background: transparent;
    opacity: 1;
  }

  .idx-solutions .swiper-pagination-bullet-active {
    border: 1px solid var(--style-color);
  }
}


/* idx-products */
.idx-products {
  padding: 30px 0;
  background: #F1F1F1;
}

.idx-products .title-wrap {
  margin-bottom: 20px;
}

.idx-products .sub-info {
  line-height: 1.8;
}

.idx-products .row {
  margin-bottom: -30px;
}

.idx-products .row>div {
  margin-bottom: 30px;
}

.idx-products .block {
  position: relative;
}

.idx-products .scale-img {
  border-radius: 20px;
  background: #fff;
  margin-bottom: 15px;
}

.idx-products .scale-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 650 / 440;
}

.idx-products .tit {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}

.idx-products .info {
  line-height: 1.8;
}

.idx-products .btn {
  width: 109px;
  color: #fff;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 18px;
  background: var(--style-color);
}

.idx-products .btn i {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .idx-products .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .idx-products .title {
    flex-shrink: 0;
    margin-right: 20px;
  }

  .idx-products .info {
    max-width: 490px;
  }
}

@media (min-width: 1200px) {
  .idx-products {
    padding: 60px 0;
  }

  .idx-products .title-wrap {
    margin-bottom: 40px;
  }

  .idx-products .title {
    margin-right: 45px;
  }

  .idx-products .row {
    margin-bottom: -60px;
  }

  .idx-products .row>div {
    margin-bottom: 60px;
  }

  .idx-products .scale-img {
    margin-bottom: 34px;
  }

  .idx-products .tit:hover {
    color: var(--style-color);
  }

  .idx-products .btn {
    transition: all .3s;
  }

  .idx-products .btn:hover {
    color: var(--style-color);
    background: #fff;
  }
}

@media (min-width: 1440px) {
  .idx-products {
    padding-bottom: 80px;
  }

  .idx-products .title {
    max-width: 1400px;
    margin-right: 70px;
  }

  .idx-products .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .idx-products .row>div {
    padding: 0 30px;
  }
}


/* idx-cases */
.idx-cases {
  padding: 30px 0;
}

.idx-cases .title {
  text-align: left;
  margin-bottom: 20px;
}

.idx-cases .row {
  margin-bottom: -30px;
}

.idx-cases .row>div {
  margin-bottom: 30px;
}

.idx-cases .scale-img {
  border-radius: 15px;
}

.idx-cases .scale-img img {
  width: 100%;
  aspect-ratio: 570 / 350;
}

.idx-cases .tit {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1200px) {
  .idx-cases {
    padding: 60px 0;
  }

  .idx-cases .title {
    margin-bottom: 40px;
  }

  .idx-cases .tit {
    margin-top: 15px;
  }
}

@media (min-width: 1440px) {
  .idx-cases {
    padding-bottom: 80px;
  }
}


/* idx-about */
.idx-about {
  padding: 30px 0;
  background: #F1F1F1;
}

.idx-about .title {
  text-align: left;
  margin-bottom: 15px;
}

.idx-about .lt {
  margin-bottom: 20px;
}

.idx-about .sub-info {
  line-height: 1.8;
  max-height: 173px;
  margin-bottom: 20px;
}

.idx-about .sub-info p {
  text-indent: 2em;
}

.idx-about .btn {
  width: 160px;
  color: #fff;
  border-radius: 26px;
  background: var(--style-color);
}

.idx-about .item-list {
  margin-top: 25px;
}

.idx-about .item-list li {
  padding: 20px 15px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #333;
  margin-bottom: 1px;
}

.idx-about .tit {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.idx-about .rt {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #333;
}

.idx-about .rt img {
  border-radius: 10px;
}

@media (min-width: 600px) {
  .idx-about .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .idx-about .item-list li {
    flex: 0 0 calc((100% - 1px) / 2);
    max-width: calc((100% - 1px) / 2);
  }
}

@media (min-width: 1200px) {
  .idx-about {
    padding: 60px 0;
  }

  .idx-about .container {
    display: flex;
    align-items: center;
  }

  .idx-about .lt {
    flex: 1;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .idx-about .title {
    margin-bottom: 25px;
  }

  .idx-about .sub-info {
    margin-bottom: 30px;
  }

  .idx-about .btn {
    width: 181px;
    padding-top: 13px;
    padding-bottom: 12px;
    transition: all .3s;
  }

  .idx-about .btn:hover {
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.4);
  }

  .idx-about .item-list {
    margin-top: 40px;
  }

  .idx-about .item-list li {
    padding: 36px 20px 28px;
  }

  .idx-about .rt {
    flex: 0 0 50.77%;
    max-width: 50.77%;
    padding: 13px 15px;
  }
}

@media (min-width: 1440px) {
  .idx-about {
    padding: 80px 0;
  }

  .idx-about .lt {
    padding-right: 40px;
  }

  .idx-about .title {
    margin-bottom: 35px;
  }

  .idx-about .sub-info {
    margin-bottom: 42px;
  }

  .idx-about .item-list {
    margin-top: 55px;
  }

  .idx-about .item-list li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1640px) {
  .idx-about .lt {
    padding-right: 60px;
  }
}

@media (min-width: 1840px) {
  .idx-about .container {
    max-width: 1688px;
  }

  .idx-about .tit {
    font-size: 50px;
  }
}


/* idx-partner */
.idx-partner {
  padding: 30px 0;
}

.idx-partner .title {
  text-align: left;
  margin-bottom: 20px;
}

.idx-partner .swiper-container {
  margin: -4px -10px -10px -4px;
  padding: 4px 10px 10px 4px;
  height: calc((100vw - 30px - 20px) / 2 * 110 / 235 * 2 + 20px + 14px);
}

.idx-partner .swiper-slide {
  height: calc((100vw - 30px - 20px) / 2 * 110 / 235);
}

.idx-partner .swiper-slide img {
  width: auto;
  height: 100%;
  aspect-ratio: 235 / 110;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.30);
}

.idx-partner .swiper-pagination {
  width: 90px !important;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  transform: translateX(0) !important;
}

.idx-partner .swiper-pagination-bullet {
  transition: all .3s;
}

@media (min-width: 640px) {
  .idx-partner .swiper-container {
    height: calc((100vw - 30px - 20px - 20px) / 3 * 110 / 235 * 2 + 20px + 14px);
  }

  .idx-partner .swiper-slide {
    height: calc((100vw - 30px - 20px - 20px) / 3 * 110 / 235);
  }
}

@media (min-width: 720px) {
  .idx-partner .swiper-container {
    height: 238px;
  }

  .idx-partner .swiper-slide {
    height: 102px;
  }
}

@media (min-width: 992px) {
  .idx-partner .swiper-container {
    height: 242px;
  }

  .idx-partner .swiper-slide {
    height: 99px;
  }
}

@media (min-width: 1200px) {
  .idx-partner {
    padding: 60px 0;
  }

  .idx-partner .title {
    margin-bottom: 40px;
  }

  .idx-partner .swiper-container {
    height: 230px;
  }

  .idx-partner .swiper-slide {
    height: 93px;
  }
}

@media (min-width: 1440px) {
  .idx-partner {
    padding-bottom: 80px;
  }

  .idx-partner .swiper-container {
    height: 285px;
  }

  .idx-partner .swiper-slide {
    height: 108px;
  }
}