.customizationInfo1 {
  padding: 96px 0 0;
}
.customizationInfo1 .wrap {
  width: 1800px;
  margin: auto;
}
.customizationInfo1 .wrap .title {
  text-align: center;
  color: #1A1A1A;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.customizationInfo1 .wrap .up {
  margin: 65px 0 0 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 25px;
}
.customizationInfo1 .wrap .up .item {
  width: 100%;
  height: 180px;
  border-radius: 20px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s ease;
}
.customizationInfo1 .wrap .up .item.on {
  background: var(--color);
}
.customizationInfo1 .wrap .up .item.on .icon {
  filter: invert(1);
}
.customizationInfo1 .wrap .up .item.on p {
  color: #fff;
}
.customizationInfo1 .wrap .up .item .icon {
  width: 84px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: .3s ease;
}
.customizationInfo1 .wrap .up .item .icon img {
  object-fit: contain;
}
.customizationInfo1 .wrap .up .item p {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 25px 0 0 0;
  text-align: center;
  transition: .3s ease;
}
.customizationInfo1 .wrap .content {
  height: 692px;
  border-radius: 20px;
  background: #F8F8F8;
  margin: 45px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px;
}
.customizationInfo1 .wrap .content .big {
  width: 995px;
  height: 646px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customizationInfo1 .wrap .content .big img {
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
}
.customizationInfo1 .wrap .content .r {
  width: 740px;
  height: 646px;
  border-radius: 20px;
  background: #FFF;
  padding: 78px 36px 67px 36px;
}
.customizationInfo1 .wrap .content .r .list-item {
    display: none;
}
.customizationInfo1 .wrap .content .r .list-item.active {
    display: block;
}
.customizationInfo1 .wrap .content .r .headline {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.customizationInfo1 .wrap .content .r .scroll {
  margin: 45px 0 0;
  height: 308px;
}
.customizationInfo1 .wrap .content .r .scroll .jump {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 20px;
}
.customizationInfo1 .wrap .content .r .scroll .jump .list {
  width: 100%;
  height: 145px;
  border-radius: 18px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  transition: .3s ease;
}
.customizationInfo1 .wrap .content .r .scroll .jump .list.on {
  border-color: var(--color);
}
.customizationInfo1 .wrap .content .r .scroll .jump .list img {
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
}
.customizationInfo1 .wrap .content .r .customization_more {
  height: 54px;
  border-radius: 10px;
  background: #FDD000;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 22px;
  margin: 62px 0 0 0;
}


@media screen and (max-width: 1919px) {
  .customizationInfo1{
    padding: 5vw 0px 0px;
  }
  .customizationInfo1 .wrap{
    width: 93.75vw;
  }
  .customizationInfo1 .wrap .title{
    font-size: 2.5vw;
  }
  .customizationInfo1 .wrap .up{
    margin: 3.3854166667vw 0px 0px;
    gap: 1.3020833333vw;
  }
  .customizationInfo1 .wrap .up .item{
    height: 9.375vw;
    border-radius: 1.0416666667vw;
  }
  .customizationInfo1 .wrap .up .item .icon{
    width: 4.375vw;
    height: 2.6041666667vw;
  }
  .customizationInfo1 .wrap .up .item p{
    font-size: 0.9375vw;
    margin: 1.3020833333vw 0px 0px;
  }
  .customizationInfo1 .wrap .content{
    height: 36.0416666667vw;
    border-radius: 1.0416666667vw;
    margin: 2.34375vw 0px 0px;
    padding: 1.3541666667vw;
  }
  .customizationInfo1 .wrap .content .big{
    width: 51.8229166667vw;
    height: 33.6458333333vw;
    border-radius: 1.0416666667vw;
  }
  .customizationInfo1 .wrap .content .r{
    width: 38.5416666667vw;
    height: 33.6458333333vw;
    border-radius: 1.0416666667vw;
    padding: 4.0625vw 1.875vw 3.4895833333vw;
  }
  .customizationInfo1 .wrap .content .r .headline{
    font-size: 0.9375vw;
  }
  .customizationInfo1 .wrap .content .r .scroll{
    margin: 2.34375vw 0px 0px;
    height: 16.0416666667vw;
  }
  .customizationInfo1 .wrap .content .r .scroll .jump{
    gap: 0.9375vw 1.0416666667vw;
  }
  .customizationInfo1 .wrap .content .r .scroll .jump .list{
    height: 7.5520833333vw;
    border-radius: 0.9375vw;
  }
  .customizationInfo1 .wrap .content .r .customization_more{
    height: 2.8125vw;
    border-radius: 0.5208333333vw;
    font-size: 0.8333333333vw;
    padding: 0px 1.1458333333vw;
    margin: 3.2291666667vw 0px 0px;
  }
}

@media screen and (max-width: 1024px) {
  /* ===== customizationInfo1 ===== */
  .customizationInfo1{
    padding: 50px 0 0;
  }
  .customizationInfo1 .wrap{
    width: 90%;
  }
  .customizationInfo1 .wrap .title{
    font-size: 24px;
  }
  .customizationInfo1 .wrap .up{
    margin: 30px 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .customizationInfo1 .wrap .up .item{
    height: auto;
    padding: 20px 10px;
    border-radius: 14px;
  }
  .customizationInfo1 .wrap .up .item .icon{
    width: 50px;
    height: 30px;
  }
  .customizationInfo1 .wrap .up .item p{
    font-size: 13px;
    margin: 12px 0 0 0;
  }
  .customizationInfo1 .wrap .content{
    height: auto;
    flex-direction: column;
    gap: 20px;
    border-radius: 16px;
    margin: 24px 0 0 0;
    padding: 16px;
  }
  .customizationInfo1 .wrap .content .big{
    width: 100%;
    height: 200px;
    border-radius: 16px;
    padding: 20px;
  }
  .customizationInfo1 .wrap .content .r{
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 24px 20px;
  }
  .customizationInfo1 .wrap .content .r .headline{
    font-size: 14px;
  }
  .customizationInfo1 .wrap .content .r .scroll{
    margin: 20px 0 0;
    height: auto;
  }
  .customizationInfo1 .wrap .content .r .scroll .jump{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .customizationInfo1 .wrap .content .r .scroll .jump .list{
    height: 85px;
    border-radius: 14px;
  }
  .customizationInfo1 .wrap .content .r .customization_more{
    height: 40px;
    border-radius: 8px;
    font-size: 13px;
    padding: 0 18px;
    margin: 24px 0 0 0;
  }
}
