#page-precioussolution .sub-page-trouble .note {
  margin-bottom: 7vw;
  font-size: 2.1875vw;
  line-height: 185.7142%;
}

#page-precioussolution .trouble-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#page-precioussolution .trouble-type-wrap {
  padding: 0 4.6875vw;
}

#page-precioussolution .swiper-trouble-type {
  overflow: hidden;
}

#page-precioussolution .swiper-trouble-type .swiper-slide {
  height: auto;
  box-sizing: border-box;
  width: auto;
}

#page-precioussolution .swiper-trouble-type .swiper-slide:nth-child(1) {
  width: 90%;
}

#page-precioussolution .swiper-trouble-type .swiper-slide:nth-child(2) {
  width: 270%;
}

#page-precioussolution .swiper-scrollbar-trouble-type {
  width: 100%;
  height: 4px;
  margin-top: 6vw;
  position: relative;
  left: 0;
  background: #fff;
}

#page-precioussolution .swiper-scrollbar-trouble-type .swiper-scrollbar-drag {
  background: #262626;
}

#page-precioussolution .trouble-type {
  border: 1px solid #000;
}

#page-precioussolution .trouble-type-item-wrap {
  display: flex;
}

#page-precioussolution .trouble-type-title {
  padding: 2vw 0;
  font-size: 4.69vw;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #000;
}

#page-precioussolution .trouble-type-item {
  position: relative;
  padding-bottom: 42vw;
}

#page-precioussolution .trouble-type-img {
  text-align: center;
  padding: 4vw 0;
  position: relative;
}

#page-precioussolution .trouble-type-img img {
  width: 30%;
}

#page-precioussolution .trouble-type-new {
  color: #A55656;
  position: absolute;
  top: 12vw;
  left: 50%;
  transform: translateX(-170%);
  font-family: quasimoda, sans-serif;
  font-size: 4.69vw;
  font-weight: 400;
}

#page-precioussolution .trouble-type-name {
  margin-bottom: 3vw;
  font-size: 3.89vw;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-precioussolution .trouble-type-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10vw;
}

#page-precioussolution .trouble-type-effect li {
  padding: 0.5vw 2vw;
  margin: 0 1vw;
  font-size: 2.59vw;
  background-color: #EAEAEA;
  border-radius: 50px;
}

#page-precioussolution .trouble-type-effect li .superscript {
  top: 0;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-1vw);
}

#page-precioussolution .trouble-type-trouble-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42vw;
  border-top: 1px solid #000;
  background: rgb(255 255 255 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-precioussolution .trouble-type-trouble-list ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 2vw;
  font-size: 3.6vw;
  font-weight: 500;
}

#page-precioussolution .trouble-type-trouble-list ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5vw;
  height: auto;
  aspect-ratio: 1 / 1;
  content: '';
  background-image: url("../../images/2025/precioussolution/check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

#page-precioussolution .trouble-type-02 .trouble-type-item {
  width: calc(100% / 3);
}

#page-precioussolution .trouble-type-02 .trouble-type-item:not(:last-child) .trouble-type-trouble-list {
  border-right: 1px solid #000;
}

#page-precioussolution .trouble-type-02 .trouble-type-trouble-list::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1.5vw;
  height: auto;
  aspect-ratio: 5 / 21.25;
  content: '';
  background-image: url("../../images/2026/precioussolution/line_01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

#page-precioussolution .sub-page-products .product-item1 .deco5-1 {
  top: -20vw;
  right: -10%;
  width: 50%;
}

#page-precioussolution .sub-page-products .product-item1 .deco5-2 {
  top: 125vw;
  left: -10%;
  width: 80%;
}

@media screen and (width >=768px) {
  #page-precioussolution .sub-page-trouble-inner {
    position: relative;
  }

  #page-precioussolution .sub-page-trouble .note {
    margin-bottom: 0;
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 4.6875vw;
  }

  #page-precioussolution .trouble-wrap {
    width: 100%;
    margin: 0 auto;
  }

  #page-precioussolution .trouble-type-wrap {
    padding: 0;
  }

  #page-precioussolution .swiper-trouble-type {
    overflow: visible;
  }

  #page-precioussolution .swiper-trouble-type .swiper-slide:nth-child(1) {
    width: 400px;
  }

  #page-precioussolution .swiper-trouble-type .swiper-slide:nth-child(2) {
    width: 1000px;
  }

  #page-precioussolution .swiper-scrollbar-trouble-type {
    margin-top: 40px;
  }

  #page-precioussolution .trouble-type-title {
    padding: 20px 0;
    font-size: 24px;
  }

  #page-precioussolution .trouble-type-item {
    padding-bottom: 170px;
  }

  #page-precioussolution .trouble-type-img {
    padding: 30px 0 20px;
  }

  #page-precioussolution .trouble-type-img img {
    width: 113px;
  }

  #page-precioussolution .trouble-type-new {
    top: 70px;
    transform: translateX(-160%);
    font-size: 30px;
  }

  #page-precioussolution .trouble-type-name {
    margin-bottom: 15px;
    font-size: 18px;
  }

  #page-precioussolution .trouble-type-effect {
    padding-bottom: 50px;
  }

  #page-precioussolution .trouble-type-effect li {
    padding: 4px 15px;
    margin: 0 3px;
    font-size: 14px;
  }

  #page-precioussolution .trouble-type-effect li .superscript {
    transform: translateY(-5px);
  }

  #page-precioussolution .trouble-type-trouble-list {
    height: 170px;
  }

  #page-precioussolution .trouble-type-trouble-list ul li {
    padding-left: 2em;
    margin-bottom: 10px;
    font-size: 14px;
  }

  #page-precioussolution .trouble-type-trouble-list ul li::before {
    width: 20px;
  }

  #page-precioussolution .trouble-type-02 .trouble-type-trouble-list::after {
    width: 6px;
  }

  #page-precioussolution .sub-page-products .product-item1 .deco5-1 {
    top: -70px;
    right: -130px;
    width: 199px;
  }

  #page-precioussolution .sub-page-products .product-item1 .deco5-2 {
    top: 530px;
    left: -130px;
    width: 266px;
  }
}