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

.idx-banner img {
  width: 100%;
  height: auto;
}

.idx-banner .info-group {
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  padding: 35px 20px 40px;
  background: rgba(0, 0, 0, .42);
}

.idx-banner .sub-title {
  text-align: left;
  color: var(--txt-color);
  line-height: 1;
}

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

.idx-banner .info {
  line-height: calc(34 / 24);
  font-family: "Quicksand-SemiBold";
}

.idx-banner .btn {
  margin-top: 20px;
  border-radius: 3px;
  padding: 8px 15px;
}

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


@media (min-width: 1200px) {
  .idx-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
  }

  .idx-banner .info-group {
    margin-top: 0;
    max-width: 1150px;
    padding-right: 100px;
  }

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

  .idx-banner .btn {
    margin-top: 30px;
    padding-top: 11px;
    padding-bottom: 10px;
    transition: all .3s;
  }

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

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

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


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

.idx-about .title {
  color: var(--sub-color);
  margin-bottom: 10px;
}

.idx-about .sub-info {
  color: var(--sub-color);
  text-align: center;
  line-height: 28px;
  margin-bottom: 30px;
}

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

.idx-about .item-list li:not(:last-child) {
  margin-bottom: 20px;
}

.idx-about .tit-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.idx-about .icon {
  width: 35px;
  height: 35px;
  margin-right: 18px;
}

.idx-about .tit {
  color: var(--style-color);
  font-family: 'Quicksand-Bold';
}

.idx-about .info {
  color: var(--sub-color);
  margin-left: 53px;
  line-height: calc(30 / 19);
}

.idx-about .btn {
  margin-top: 20px;
  color: #fff;
  border-radius: 3px;
  padding: 8px 15px;
  margin-left: 53px;
  background: var(--style-color);
}

.idx-about .rt img {
  max-width: 650px;
  border-radius: 8px;
}

@media (min-width: 992px) {
  .idx-about .item-wrap {
    display: flex;
  }

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

  .idx-about .rt {
    width: calc(100% * (650 / 1400));
  }
}

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

  .idx-about .title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-bottom: 19px;
  }

  .idx-about .sub-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-bottom: 60px;
  }

  .idx-about .item-list li:not(:last-child) {
    margin-bottom: 34px;
  }

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

  .idx-about .icon {
    width: 45px;
    height: 45px;
  }

  .idx-about .info {
    font-size: 19px;
    margin-left: 63px;
  }

  .idx-about .btn {
    width: 280px;
    font-size: 18px;
    margin-top: 35px;
    margin-left: 63px;
    padding-top: 11px;
    padding-bottom: 10px;
    transition: all .3s;
  }

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

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

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

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


/* history */
.history .lt {
  min-height: calc((100vw - 5px) * (596 / 910));
}

.history .lt img {
  width: 100%;
  height: 100%;
}

.history .rt {
  padding: 30px 15px;
  background: #F3F6F8;
}

.history .title {
  text-align: left;
  margin-bottom: 10px;
  color: var(--sub-color);
}

.history .info p {
  line-height: 28px;
}

.history .info h2 {
  font-size: 20px;
  text-align: left;
  color: var(--sub-color);
}

.history .info>*:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .history .container {
    max-width: 100%;
    padding: 0;
    display: flex;
  }

  .history .lt {
    width: calc(100% * (910 / 1920));
    min-height: calc((100vw - 5px) * (910 / 1920) * (596 / 910));
  }

  .history .rt {
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-right: calc((100vw - 5px - 960px) / 2 + 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .history .rt {
    padding-left: 60px;
    padding-right: 60px;
  }

  .history .title {
    margin-bottom: 19px;
  }

  .history .info h2 {
    font-size: 26px;
  }

  .history .info>*:not(:last-child) {
    margin-bottom: 36px;
  }
}

@media (min-width: 1440px) {
  .history .rt {
    padding-left: 100px;
    padding-right: 115px;
  }
}



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

.idx-advantage .lt {
  margin-bottom: 30px;
}

.idx-advantage .title {
  text-align: left;
  margin-bottom: 15px;
  line-height: calc(46 / 40);
  color: var(--sub-color);
}

.idx-advantage .sub-info {
  line-height: calc(30 / 19);
  margin-bottom: 20px;
}

.idx-advantage .sub-info>*:not(:last-child) {
  margin-bottom: 20px;
}

.idx-advantage .item-list li {
  display: flex;
  align-items: center;
  line-height: 28px;
}

.idx-advantage .item-list li:not(:last-child) {
  margin-bottom: 11px;
}

.idx-advantage .lt-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin-right: 20px;
}

.idx-advantage .btn {
  padding: 0;
  border: none;
  text-align: left;
  margin-top: 20px;
  line-height: 28px;
  white-space: wrap;
  color: var(--style-color);
}

.idx-advantage .item-wrap {
  margin-bottom: 30px;
}

.idx-advantage .item {
  padding: 30px 20px;
  text-align: center;
  border-left: 10px solid var(--style-color);
  box-shadow: 0px 5px 16px 4px rgba(0, 0, 0, 0.06);
}

.idx-advantage .item:not(:last-child) {
  margin-bottom: 30px;
}

.idx-advantage .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.idx-advantage .icon {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  margin-right: 20px;
}

.idx-advantage .icon img {
  width: 100%;
  height: 100%;
}

.idx-advantage .tit {
  font-family: 'Quicksand-Bold';
}

.idx-advantage .info {
  text-align: left;
  line-height: 28px;
}

.idx-advantage .swiper-container {
  margin: -6px -10px -14px;
  padding: 6px 10px 14px;
}

.idx-advantage .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 160 / 60;
  box-shadow: 0px 4px 7px 3px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .idx-advantage .item {
    display: flex;
    align-items: center;
    padding-right: 60px;
    min-height: 150px;
  }

  .idx-advantage .item:not(:last-child) {
    margin-bottom: 40px;
  }

  .idx-advantage .icon-wrap {
    width: 250px;
    margin-bottom: 0;
  }

  .idx-advantage .info {
    flex: 1;
    margin-left: 30px;
  }
}

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

  .idx-advantage .container {
    display: flex;
  }

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

  .idx-advantage .title {
    margin-bottom: 28px;
  }

  .idx-advantage .sub-info {
    font-size: 19px;
    margin-right: 70px;
    margin-bottom: 30px;
  }

  .idx-advantage .sub-info>*:not(:last-child) {
    margin-bottom: 30px;
  }

  .idx-advantage .btn {
    margin-top: 30px;
    transition: color .3s;
  }

  .idx-advantage .btn:hover {
    color: #63e78c;
  }

  .idx-advantage .rt {
    flex: 0 0 calc(100% * (700 / 1200));
    max-width: calc(100% * (700 / 1200));
  }

  .idx-advantage .item-wrap {
    margin-bottom: 60px;
  }

  .idx-advantage .item:hover {
    border-color: var(--txt-color);
  }

  .idx-advantage .icon {
    overflow: hidden;
  }

  .idx-advantage .item:hover .icon img {
    position: relative;
    top: -57px;
    filter: drop-shadow(0 57px 0 var(--txt-color));
  }
}

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

  .idx-advantage .item-wrap {
    margin-bottom: 100px;
  }
}


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

.idx-productscate .top-wrap {
  padding-top: 30px;
  padding-bottom: 210px;
  position: relative;
  color: #fff;
  background: #24A322;
}

.idx-productscate .title {
  margin-bottom: 10px;
}

.idx-productscate .sub-info {
  text-align: center;
  line-height: 28px;
}

.idx-productscate .sub-info>*:not(:last-child) {
  margin-bottom: 20px;
}

.idx-productscate .bottom-wrap {
  margin-top: -180px;
  z-index: 1;
}

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

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

.idx-productscate .block {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 5px 16px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
}

.idx-productscate .block img {
  width: 100%;
  height: auto;
  aspect-ratio: 440 / 440;
}

.idx-productscate .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: 'Quicksand-Bold';
  background: var(--style-color);
}

@media (min-width: 992px) {
  .idx-productscate .top-wrap .container {
    max-width: 900px;
  }
}

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

  .idx-productscate .top-wrap {
    padding-top: 60px;
    padding-bottom: 256px;
  }

  .idx-productscate .title {
    margin-bottom: 21px;
  }

  .idx-productscate .sub-info>*:not(:last-child) {
    margin-bottom: 30px;
  }

  .idx-productscate .bottom-wrap {
    margin-top: -220px;
  }

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

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

  .idx-productscate .tit {
    transition: background .3s;
  }

  .idx-productscate .block:hover .tit {
    background: var(--txt-color);
  }
}

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

  .idx-productscate .top-wrap {
    padding-top: 85px;
  }
}


/* idx-contact */
.idx-contact {
  padding: 30px 0;
  background: var(--txt-color);
}

.idx-contact .title {
  text-align: left;
  color: #fff;
  letter-spacing: -0.01rem;
  line-height: calc(46 / 40);
  margin-bottom: 7px;
}

.idx-contact .info {
  color: #fff;
  line-height: 28px;
}

.idx-contact .rt {
  margin-top: 20px;
}

.idx-contact .row {
  margin-left: -10px;
  margin-right: -10px;
}

.idx-contact .row>div {
  padding: 0 10px;
}

.idx-contact .form-control {
  color: inherit;
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}

.idx-contact .form-control:focus {
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.15);
}

.idx-contact .btn-wrap {
  margin-top: 20px;
}

.idx-contact .btn {
  width: 160px;
  color: #fff;
  border-radius: 3px;
  padding: 8px 15px;
  background: var(--style-color);
}

.idx-contact .form-control::-webkit-input-placeholder {
  color: var(--style-color);
}

.idx-contact .form-control:-moz-placeholder {
  color: var(--style-color);
}

.idx-contact .form-control::-moz-placeholder {
  color: var(--style-color);
}

.idx-contact .form-control:-ms-input-placeholder {
  color: var(--style-color);
}

@media (min-width: 992px) {
  .idx-contact .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .idx-contact .lt {
    width: 350px;
  }

  .idx-contact .rt {
    flex: 1;
    margin-top: 0;
    max-width: 780px;
    padding-left: 30px;
  }
}

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

  .idx-contact .form-group {
    margin-bottom: 20px;
  }

  .idx-contact input.form-control {
    height: 50px;
  }

  .idx-contact textarea.form-control {
    padding-top: 16px;
    height: 151px;
  }

  .idx-contact .btn-wrap {
    margin-top: 40px;
  }

  .idx-contact .btn {
    width: 200px;
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 10px;
    transition: background .3s;
  }

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

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