/* header */
@media (min-width: 1200px) {
  .header:not(.shadow) {
    position: relative;
    background: #040404;
  }
}

.title {
  font-family: 'Montserrat-ExtraBold';
}

@media (min-width: 1200px) {
  .swiper-pagination {
    display: flex;
  }
}


/* .idx-banner */
.idx-banner {
  position: relative;
}

.idx-banner img {
  width: 100%;
  aspect-ratio: 1920 / 740;
  display: block;
}

.idx-banner .swiper-slide::before,
.idx-banner .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 740;
}

.idx-banner .swiper-slide::before {
  background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, rgba(4, 4, 4, 0) 86%, rgba(4, 4, 4, 0.2) 90%, #040404 100%), linear-gradient(180deg, #040404 0%, rgba(4, 4, 4, 0.2) 6%, rgba(4, 4, 4, 0) 9%, rgba(4, 4, 4, 0) 100%);
}

.idx-banner .swiper-slide::after {
  background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, rgba(4, 4, 4, 0.2) 90%, #040404 100%);
}

.idx-banner .container {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.idx-banner .title {
  line-height: calc(74 / 50);
  margin-bottom: 10px;
}

.idx-banner .info {
  color: #CDCDCE;
  line-height: calc(40 / 26);
}

.idx-banner .btn {
  width: 180px;
  margin-top: 20px;
  padding: 7px 15px;
  border-radius: 4px;
  background: var(--style-color);
}

.idx-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  top: calc((720 / 1920) * (100vw - 5px) - 12px);
  transform: translate(-50%, -100%);
  margin-top: 0;
  z-index: 11;
}

@media (min-width: 992px) {
  .idx-banner .container {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
  }

  .idx-banner .container>* {
    max-width: 550px;
  }

  .idx-banner .title {
    text-align: left;
  }

  .idx-banner .swiper-slide .info {
    max-width: 500px;
  }

  .idx-banner .swiper-pagination {
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
  }
}

@media(min-width: 1200px) {
  .idx-banner .title {
    margin-bottom: 20px;
  }

  .idx-banner .btn {
    width: 220px;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: all .3s;
  }

  .idx-banner .btn:hover {
    color: var(--style-color);
    background: #fff;
  }

  .idx-banner .swiper-pagination {
    bottom: 30px;
  }
}

@media(min-width: 1440px) {
  .idx-banner .title {
    font-size: 50px;
  }

  .idx-banner .info {
    font-size: 26px;
  }

  .idx-banner .btn {
    margin-top: 60px;
    font-size: 26px;
  }

  .idx-banner .swiper-pagination {
    bottom: 55px;
  }
}


/* idx-productscate */
.idx-productscate {
  padding: 30px 0;
}

.idx-productscate .title {
  margin-bottom: 30px;
}

.idx-productscate .row {
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center;
  margin-bottom: -30px;
}

.idx-productscate .row>div {
  padding: 0 5px;
  margin-bottom: 30px;
}

.idx-productscate .scale-img img {
  width: 100%;
  aspect-ratio: 250 / 250;
}

.idx-productscate .tit {
  text-align: center;
  margin-top: 12px;
  font-family: 'Montserrat-Bold';
}

.idx-productscate .block {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 250 / 250;
  background: #1D1D1D;
  border: 2px solid #3F3F3F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-productscate .btn {
  padding: 0;
  display: flex;
  align-items: center;
}

.idx-productscate .btn i {
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--style-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .idx-productscate .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .idx-productscate .row>div {
    padding: 0 15px;
  }

  .idx-productscate .btn i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  .idx-productscate {
    padding: 60px 0 67px;
  }

  .idx-productscate .title {
    margin-bottom: 60px;
  }

  .idx-productscate .row {
    margin-bottom: -48px;
  }

  .idx-productscate .row>div {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 48px;
  }

  .idx-productscate .tit {
    margin-top: 24px;
  }

  .idx-productscate .tit:hover,
  .idx-productscate .block:hover .btn {
    color: var(--style-color);
  }

  .idx-productscate .btn {
    font-size: 18px;
  }

  .idx-productscate .btn i {
    margin-left: 22px;
  }

  .idx-productscate .block:hover .btn i {
    background: #fff;
  }
}

@media (min-width: 1440px) {
  .idx-productscate {
    padding-top: 100px;
  }

  .idx-productscate .row {
    font-size: 20px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .idx-productscate .row>div {
    padding: 0 24px;
  }
}


/* idx-cases */
.idx-cases {
  padding-top: 30px;
  position: relative;
}

.idx-cases .swiper-slide {
  width: 100%;
  height: auto;
  min-height: 350px;
  aspect-ratio: 1920 / 740;
}

.idx-cases .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(4, 4, 4, 0.00) 26.22%, rgba(4, 4, 4, 0.40) 56.09%, #040404 100%), linear-gradient(180deg, #040404 0%, rgba(4, 4, 4, 0.20) 5.7%, rgba(4, 4, 4, 0.00) 9.38%, rgba(4, 4, 4, 0.00) 100%), linear-gradient(180deg, rgba(4, 4, 4, 0.00) 0%, rgba(4, 4, 4, 0.00) 86.24%, rgba(4, 4, 4, 0.20) 89.92%, #040404 100%);
}

.idx-cases .container {
  position: absolute;
  top: 43.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.idx-cases .title {
  text-align: left;
}

.idx-cases .info {
  max-height: 108px;
  color: #CDCDCE;
  margin-top: 10px;
  margin-bottom: 20px;
}

.idx-cases .btn {
  width: 180px;
  padding: 7px 15px;
  border-radius: 4px;
  background: var(--style-color);
}

.idx-cases .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 11;
}

@media (min-width: 768px) {
  .idx-cases .container>* {
    max-width: 550px;
  }

  .idx-cases .info {
    max-width: 500px;
  }

  .idx-cases .swiper-pagination {
    bottom: 35px;
  }
}

@media(min-width: 1200px) {
  .idx-cases {
    padding-top: 53px;
  }

  .idx-cases .info {
    max-height: 120px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .idx-cases .btn {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: all .3s;
  }

  .idx-cases .btn:hover {
    color: var(--style-color);
    background: #fff;
  }

  .idx-cases .swiper-pagination {
    bottom: 55px;
  }
}

@media(min-width: 1440px) {
  .idx-cases .info {
    margin-bottom: 60px;
  }

  .idx-cases .btn {
    font-size: 26px;
  }
}


/* idx-applications */
.idx-applications {
  padding: 60px 0 30px;
}

.idx-applications .title {
  margin-bottom: 10px;
}

.idx-applications .info {
  color: #CDCDCE;
  text-align: center;
  margin-bottom: 20px;
}

.idx-applications .btn {
  width: 180px;
  padding: 7px 15px;
  border-radius: 4px;
  background: var(--style-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.idx-applications .row {
  margin-top: 30px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}

.idx-applications .row>div {
  padding: 0 12px;
  margin-bottom: 24px;
}

.idx-applications .scale-img {
  position: relative;
  border-radius: 10px;
}

.idx-applications .scale-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.05) 0%, rgba(4, 4, 4, 0.3) 100%);
  z-index: 1;
}

.idx-applications .scale-img img {
  width: 100%;
  aspect-ratio: 464 / 280;
}

.idx-applications .tit {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  text-align: center;
  font-family: 'Montserrat-Bold';
}

@media(min-width: 1200px) {
  .idx-applications {
    padding: 150px 0 60px;
  }

  .idx-applications .title {
    margin-bottom: 20px;
  }

  .idx-applications .info {
    margin-bottom: 40px;
  }

  .idx-applications .btn {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: all .3s;
  }

  .idx-applications .btn:hover {
    color: var(--style-color);
    background: #fff;
  }

  .idx-applications .row {
    margin-top: 50px;
  }

  .idx-applications .tit {
    bottom: 20px;
  }
}

@media(min-width: 1440px) {
  .idx-applications {
    padding-top: 221px;
    padding-bottom: 140px;
  }

  .idx-applications .btn {
    font-size: 26px;
  }

  .idx-applications .row {
    margin-top: 69px;
  }
}


/* join-us */
.join-us {
  padding: 45px 0;
}

.join-us .title {
  text-align: left;
  margin-bottom: 4px;
}

.join-us .info {
  margin-bottom: 20px;
}

.join-us .btn {
  width: 180px;
  padding: 7px 15px;
  border-radius: 4px;
  background: var(--sub-color);
}

@media (min-width: 768px) {
  .join-us .container>* {
    max-width: 660px;
  }
}

@media (min-width: 1200px) {
  .join-us {
    padding: 60px 0;
  }

  .join-us .info {
    margin-bottom: 41px;
  }

  .join-us .btn {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: all .3s;
  }

  .join-us .btn:hover {
    color: var(--sub-color);
    background: #fff;
  }
}

@media (min-width: 1440px) {
  .join-us {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .join-us .btn {
    font-size: 26px;
  }
}