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

.idx-banner img {
  width: 100%;
  aspect-ratio: 1920 / 750;
  display: block;
}

.idx-banner .container {
  text-align: center;
}

.idx-banner .title {
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 10px;
}

.idx-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: block;
  margin-top: 0;
}

.idx-banner .swiper-pagination-bullet {
  background: none;
  border: 1px solid var(--style-color);
  opacity: 1;
}

.idx-banner .swiper-pagination-bullet-active {
  background: var(--style-color);
}

.idx-banner .info {
  line-height: 1.4;
}

.idx-banner .btn {
  width: 160px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-top: 20px;
  border-radius: 4px;
  background: var(--style-color);
}

@media (min-width: 768px) {
  .idx-banner img {
    min-height: 300px;
  }

  .idx-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    text-align: left;
  }

  .idx-banner .title {
    margin-top: 0;
    text-align: left;
    max-width: 590px;
  }

  .idx-banner .info {
    max-width: 530px;
  }

  .idx-banner .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    border-width: 2px;
    margin: 0 6px;
  }
}

@media (min-width: 1200px) {
  .idx-banner .title {
    margin-bottom: 40px;
  }

  .idx-banner .btn {
    width: 250px;
    margin-top: 40px;
    transition: background .3s;
  }

  .idx-banner .btn:hover {
    background: var(--sub-color);
  }

  .idx-banner .swiper-pagination {
    bottom: 14px;
  }
}

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

  .idx-banner .title {
    margin-bottom: 50px;
  }

  .idx-banner .btn {
    margin-top: 56px;
  }
}

@media (max-width: 600px) {
  .idx-banner .title {
    font-size: 20px;
  }
}


/* idx-about */
.idx-about {
  padding-top: 30px;
}

.idx-about .title {
  line-height: 1.2;
  margin-bottom: 20px;
}

.idx-about .title span, .idx-about .title b, .idx-about .title strong {
  color: var(--sub-color);
  font-weight: inherit;
}

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

.idx-about .row>div {
  margin-bottom: 20px;
}

.idx-about .block {
  color: #fff;
  line-height: 1;
  padding: 12px 15px;
  text-align: center;
  border-radius: 4px;
  background: var(--style-color);
  font-family: 'PlusJakartaSans-B';
}

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

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

  .idx-about .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }

  .idx-about .row>div {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .idx-about .block {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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


/* idx-productsCate */
.idx-productsCate {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.idx-productsCate .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.idx-productsCate .row>div {
  padding: 0 10px;
  margin-bottom: 20px;
}

.idx-productsCate .block {
  height: 100%;
  padding: 20px;
  text-align: center;
  box-shadow: 1px 3px 7px 1px rgba(40, 40, 40, 0.25);
  border-radius: 3px;
}

.idx-productsCate .tit {
  margin-bottom: 15px;
}

.idx-productsCate .img {
  display: block;
  margin-bottom: 15px;
}

.idx-productsCate .img img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.idx-productsCate .info {
  line-height: 1.75;
  text-align: left;
}

.idx-productsCate .info ul {
  padding-left: 20px;
}

.idx-productsCate .btn {
  width: 160px;
  margin-top: 20px;
  padding-top: 11px;
  padding-bottom: 10px;
  color: #fff;
  background: var(--style-color);
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .idx-productsCate {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .idx-productsCate .title {
    margin-bottom: 30px;
  }

  .idx-productsCate .block {
    padding-top: 37px;
    padding-bottom: 40px;
  }

  .idx-productsCate .img {
    margin-bottom: 24px;
  }

  .idx-productsCate .tit {
    margin-bottom: 25px;
  }

  .idx-productsCate .tit:hover {
    color: var(--sub-color);
    text-decoration: underline;
  }

  .idx-productsCate .btn {
    width: 250px;
    margin-top: 33px;
    transition: background .3s;
  }

  .idx-productsCate .btn:hover {
    background: var(--sub-color);
  }
}

@media (min-width: 1440px) {
  .idx-productsCate {
    padding-top: 92px;
    padding-bottom: 100px;
  }

  .idx-productsCate .block {
    padding-bottom: 60px;
  }
}


/* .why-choose-us */
.why-choose-us .top-wrap {
  padding: 30px 0;
  color: #fff;
  background: var(--style-color);
}

.why-choose-us .lt {
  margin-bottom: 20px;
}

.why-choose-us .title {
  text-align: left;
  margin-bottom: 20px;
}

.why-choose-us .sub-info {
  line-height: 1.75;
}

.why-choose-us .sub-info>*:not(:last-child) {
  margin-bottom: 20px;
}

.why-choose-us .sub-info ul {
  padding-left: 20px;
}

.why-choose-us .sub-info ul li:not(:last-child) {
  margin-bottom: 7px;
}

.why-choose-us .rt img,
.why-choose-us .rt iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 500 / 350;
  box-shadow: 1px 2px 21px 4px rgba(255, 255, 255, 0.28);
  border-radius: 5px;
}

.why-choose-us .tab-list {
  display: block;
  margin-top: 30px;
  margin-bottom: -10px;
}

.why-choose-us .tab-list li {
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}

.why-choose-us .tab-list li.active {
  background: var(--sub-color);
  border-color: var(--sub-color);
}

.why-choose-us .tab-content {
  margin-top: 40px;
  border-radius: 4px;
  border: 5px solid var(--style-color);
}

.why-choose-us .tab-pane {
  padding: 30px 20px;
  text-align: center;
}

.why-choose-us .tab-pane h2,
.why-choose-us .tab-pane h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.why-choose-us .info>*:first-child {
  margin-top: 0;
}

.why-choose-us .tab-pane p {
  line-height: 1.75;
}

@media (min-width: 768px) {
  .why-choose-us .tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .why-choose-us .tab-list li {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .why-choose-us .item-wrap {
    display: flex;
    align-items: center;
  }

  .why-choose-us .lt {
    flex: 1;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .why-choose-us .rt {
    width: 450px;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .why-choose-us .top-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-choose-us .lt {
    padding-right: 60px;
  }

  .why-choose-us .title {
    margin-bottom: 26px;
  }

  .why-choose-us .sub-info>*:not(:last-child) {
    margin-bottom: 30px;
  }

  .why-choose-us .rt {
    width: 500px;
  }

  .why-choose-us .tab-list {
    margin-top: 60px;
  }

  .why-choose-us .tab-list li {
    width: 250px;
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .why-choose-us .tab-pane {
    padding: 60px 80px;
  }

  .why-choose-us .tab-pane h2,
  .why-choose-us .tab-pane h3 {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (min-width: 1440px) {
  .why-choose-us .top-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-choose-us .lt {
    padding-right: 100px;
  }

  .why-choose-us .tab-pane {
    padding: 95px 180px;
  }
}


/* idx-products */
.idx-products {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

.idx-products .block {
  height: 100%;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 1px 3px 7px 1px rgba(40, 40, 40, 0.25);
}

.idx-products .img {
  width: 100%;
  display: block;
}

.idx-products .img img {
  width: 100%;
  aspect-ratio: 275 / 275;
}

.idx-products .tit {
  line-height: 1.2;
  margin-top: 20px;
  font-family: 'PlusJakartaSans-B'
}

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

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

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

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

  .idx-products .block {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .idx-products .img {
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  .idx-products .tit {
    margin-top: 40px;
    transition: all .3s;
  }

  .idx-products .tit:hover {
    color: var(--sub-color);
    text-decoration: underline;
  }
}

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

  .idx-products .tit {
    margin-top: 57px;
  }
}

@media (min-width: 1640px) {
  .idx-products .container {
    max-width: 1430px;
  }
}


/* idx-contact */
.idx-contact {
  padding-bottom: 30px;
}

.idx-contact .bg-wrap {
  padding: 30px;
  border-radius: 4px;
}

.idx-contact .title {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 15px;
}

.idx-contact .info {
  line-height: 1.75;
  margin-bottom: 20px;
}

.idx-contact .btn {
  width: 160px;
  padding-top: 11px;
  padding-bottom: 10px;
  color: #fff;
  background: var(--style-color);
  border-radius: 4px;
}

@media (min-width: 992px) {
  .idx-contact .info-group {
    width: 50%;
    max-width: 502px;
    margin-left: auto;
  }
}

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

  .idx-contact .bg-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .idx-contact .title {
    margin-bottom: 26px;
  }

  .idx-contact .info {
    margin-bottom: 32px;
  }

  .idx-contact .btn {
    width: 250px;
    transition: background .3s;
  }

  .idx-contact .btn:hover {
    background: var(--sub-color);
  }
}

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

  .idx-contact .bg-wrap {
    padding-top: 94px;
    padding-bottom: 100px;
    padding-right: 67px;
  }
}