@charset "utf-8";

#page-intro {
  padding: 10rem 0;
}

#page-intro .sub-item {
  position: relative;
}

#page-intro .floating {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 9rem;
  height: 9rem;
  font-size: 1.8rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

#page-intro .floating1 {
  background: rgba(123, 164, 221, 0.5);
  left: calc(50% - 45rem);
  top: -2rem;
}

#page-intro .floating2 {
  background: rgba(123, 164, 221, 0.7);
  right: calc(50% - 40rem);
  top: 5rem;
}

#page-intro .floating3 {
  background: rgba(123, 164, 221, 0.8);
  left: calc(50% - 24rem);
  bottom: 0rem;
}

#page-intro .floating4 {
  background: rgba(123, 164, 221, 0.4);
  right: calc(50% - 26rem);
  bottom: 4rem;
}

#page-intro .roll-text {
  font-size: 18rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  white-space: nowrap;
  font-weight: 800;
  color: #f7f7f7;
  font-style: italic;
  z-index: -1;
}

#page-effect {
  padding-top: 15rem;
}

#page-effect .sub-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

#page-effect .effect-list {
  max-width: 50%;
}

#page-effect .effect-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
  padding-bottom: 5rem;
}

#page-effect .effect-list ul li {
  width: calc(50% - 2rem);
  position: relative;
  border-radius: 2rem;
  background-color: white;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.07);
  padding: 3rem;
}

#page-effect .effect-list ul li:nth-child(2n) {
  margin-top: 6rem;
}

#page-effect .effect-list ul li:nth-child(3n) {
  margin-top: -3rem;
}

#page-effect .effect-list ul li b {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: white;
  background-color: var(--black-color-);
  border-radius: 50%;
  left: -1rem;
  top: -1rem;
}

#page-effect .effect-list ul li .effect-img {
  border-radius: 2rem;
  overflow: hidden;
}

#page-effect .effect-list ul li h3 {
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 300
}

#page-effect .effect-list ul li p {
  color: var(--grey-color-);
  margin-top: 1rem;
}

#page-design {
  padding: 10rem 0 15rem;
}

#page-design .design-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8rem;
  margin-top: 8rem;
}

#page-design .design-list ul li {
  width: calc(33.3333% - 5.3333rem);
  text-align: center;
  position: relative;
}

#page-design .design-list ul li:nth-child(n+2)::after {
  content: '';
  display: block;
  background-color: #f1f1f1;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -4rem;
  top: 0;
}

#page-design .design-list ul li h3 {
  font-size: 2rem;
  margin-top: 2rem;
}

#page-design .design-list ul li p {
  color: var(--grey-color-);
  margin-top: 1rem;
}

#page-design .design-list ul li .design-img {
  border-radius: 2rem;
  overflow: hidden;
}

#page-product {
  padding-top: 15rem;
  overflow: hidden;
}

#page-product .box {
  display: flex;
}

#page-product .sub-item-title strong {
  justify-content: flex-start;
}

#page-product .pop-box p {
  display: inline-block;
  border-radius: 2rem;
  color: white;
  padding: 2rem 4rem;
}

#page-product .pop-box::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.2rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

#page-paincare {
  padding: 15rem 0;
  background: linear-gradient(to top, #f5f7fa 0%, #ffffff 20%);
  overflow: hidden;
}

#page-paincare .sub-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#page-paincare .paincare-image {
  width: 50%;
  position: relative;
}

#page-paincare .paincare-image::after {
  content: '';
  position: absolute;
  display: block;
  width: 200%;
  height: 110%;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  background-color: white;
  z-index: 2;
}

#page-paincare .paincare-slider {
  position: relative;
  z-index: 1;
}

#page-paincare .paincare-slide {
  border-radius: 2rem;
  overflow: hidden;
  transform: scale(0.9);
  opacity: 0.4;
  filter: grayscale(0.5);
  transition: transform .2s, opacity .2s, filter .2s;
  transition-delay: 0.1s;
}

#page-paincare .paincare-slide.swiper-slide-active {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}

#page-paincare .sub-item-title {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  position: relative;
  z-index: 3;
}

#page-paincare .sub-item-title strong {
  justify-content: flex-start;
}

#page-paincare .sub-item-title h3 {
  font-size: 2rem;
  margin-top: 5rem;
  font-weight: 300;
}

#page-paincare .sub-item-title .paincare-step {
  margin-top: 5rem;
  width: 100%;
}

#page-paincare .sub-item-title .paincare-step li {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}

#page-paincare .sub-item-title .paincare-step li b {
  flex-basis: 7rem;
}

#page-paincare .sub-item-title .paincare-step li i {
  display: block;
  width: 5rem;
  height: 1px;
  background-color: var(--blue-color-);
  margin-right: 1rem;
}

#page-paincare .sub-item-title .paincare-step li.active {
  opacity: 1;
}

#page-paincare .sub-item-title .paincare-link {
  background-color: var(--black-color-);
  color: white;
  padding: 2rem 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  border-radius: 1rem;
  margin-top: 12rem;
}

#page-paincare .paincare-ane {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #eee;
}

#page-paincare .paincare-ane ol {
  display: flex;
  justify-content: space-between;
  gap: 12rem;
}

#page-paincare .paincare-ane li {
  display: flex;
  flex: 1;
}

#page-paincare .paincare-ane .icon {
  max-width: 3.4rem;
  margin-right: 2rem;
}

#page-paincare .paincare-ane li h4 {
  font-size: 2rem;
  font-weight: 300;
}

#page-paincare .paincare-ane li p {
  color: var(--grey-color-);
  margin-top: 1rem;
}

#page-paincare .paincare-ane-info {
  font-size: 1.4rem;
  margin-top: 5rem;
  color: var(--grey-color-)
}

#page-special {
  padding: 15rem 0;
}

#page-special .special-list {
  margin-top: 8rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

#page-special .special-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
}

#page-special .special-list li {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px dotted #f1f1f1;
}

#page-special .special-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#page-special .special-list li .special-title {
  flex: 1;
}

#page-special .special-list li .special-title b {
  font-size: 1.4rem;
}

#page-special .special-list li .special-title b::after {
  content: '.';
  color: var(--blue-color-);
}

#page-special .special-list li .special-title h3 {
  font-size: 2.6rem;
  font-weight: 300;
  margin-top: 3rem;
}

#page-special .special-list li .special-title p {
  color: var(--grey-color-);
  margin-top: 1rem;
  font-size: 1.8rem;
}

#page-special .special-list li .special-image {
  flex: 1;
  width: 50%;
  border-radius: 2rem;
  overflow: hidden;
}

#sub-youtube-latest {
  margin-top: 5rem;
}

#sub-youtube-latest strong.ab {
  margin-bottom: 1.4rem;
}

#sub-youtube-latest .box {
  overflow: hidden;
  display: flex;
  margin-top: 5rem;
}

#sub-youtube-latest .youtube-slider {
  width: calc(65% - 3rem);
  margin-right: 3rem;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}

#sub-youtube-latest .youtube-slider .swiper-slide a::after {
  content: '\f167';
  display: block;
  position: absolute;
  font-family: 'Font Awesome 6 Brands';
  font-weight: 900;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;
  font-size: 8rem;
}

#sub-youtube-latest .youtube-slider .swiper-slide a::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 3rem;
  height: 3rem;
}

#sub-youtube-latest .youtube-thumbnail {
  width: 35%;
  overflow: hidden;
  height: 2rem;
}

#sub-youtube-latest .cont-thumb {
  width: 100%;
  height: calc(100% - 8rem);
  overflow: hidden;
  position: relative;
}

#sub-youtube-latest .thumb-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#sub-youtube-latest .thumb-slider .swiper-slide {
  display: flex;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity .3s;
}

#sub-youtube-latest .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

#sub-youtube-latest .thumb-slider .swiper-slide .slide-thumb-img {
  height: 100%;
  /* overflow: hidden; */
}

#sub-youtube-latest .thumb-slider .swiper-slide .slide-thumb-img img {
  height: 100%;
  width: auto;
  border-radius: 1.2rem;
}

#sub-youtube-latest .thumb-slider .swiper-slide .slide-info {
  flex: 2;
  padding-right: 2rem;
}

#sub-youtube-latest .thumb-slider .swiper-slide .slide-info h3 {
  font-size: 1.6rem;
}

#sub-youtube-latest .thumb-slider .swiper-slide .slide-info p {
  font-size: 1.4rem;
  color: var(--grey-color-);
  word-break: keep-all;
  margin-top: 0.5rem;
}

#sub-youtube-latest .youtube-links {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}

#sub-youtube-latest .youtube-links li {
  border-radius: 1rem;
  width: 100%;
}

#sub-youtube-latest .youtube-link1 {
  background-color: var(--blue-color-);
}

#sub-youtube-latest .youtube-link2 {
  background-color: var(--black-color-);
}

#sub-youtube-latest .youtube-link2 i {
  color: #ff0000;
}

#sub-youtube-latest .youtube-links li a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  font-size: 1.4rem;
}

#sub-youtube-latest .youtube-links li a div {
  margin: 0 1rem;
}

#sub-youtube-latest .youtube-links li a span {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  position: relative;
}

#sub-youtube-latest .youtube-links li a span::before,
#sub-youtube-latest .youtube-links li a span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: white;
}

#sub-youtube-latest .youtube-links li a span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#sub-youtube-latest .youtube-links li a span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#sub-youtube-latest .youtube-nav-btn {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 1.4rem;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding: 1rem 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
}

#sub-youtube-latest .youtube-button-next {
  bottom: 0;
}

#sub-youtube-latest .youtube-button-prev {
  top: 0;
}

#sub-youtube-latest .cont-thumb:hover .youtube-nav-btn {
  visibility: visible;
  opacity: 1;
}

#sub-youtube-latest .youtube-pagination {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  top: 50% !important;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto !important;
  transform: translate(0, -50%);
}

#sub-youtube-latest .youtube-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--black-color-);
  margin: 3px 0 !important;
  border-radius: 50%;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 0.2s, height 0.2s;
}

#sub-youtube-latest .youtube-pagination .swiper-pagination-bullet-active {
  background-color: var(--blue-color-);
  height: 2rem;
  border-radius: 3rem;
  opacity: 1;
}

#sub-faq-latest {
  padding: 15rem 0;
  overflow: hidden;
  background-color: #fafbfc;
  margin-top: 15rem;
}

#sub-faq-latest .sub-item-title {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
}

#sub-faq-latest .sub-item-title h2 {
  text-align: left;
}

#sub-faq-latest .sub-item-title h2 span {
  font-weight: 200;
}

#sub-faq-latest .sub-item-title a {
  color: var(--blue-color-);
  margin-left: auto;
  display: flex;
  gap: 2rem;
}

#sub-faq-latest .page-faq-list {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  cursor: pointer;
}

#sub-faq-latest .page-faq-list::after {
  content: '\f0d7';
  display: block;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: var(--grey-color-);
}

#sub-faq-latest .page-faq-list.active::after {
  content: '\f0d8';
  display: block;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--black-color-);
}

#sub-faq-latest .page-faq-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#sub-faq-latest .page-faq-list h3.page-faq-subject {
  font-weight: 300;
  font-size: 2rem;
  color: var(--grey-color-);
  transition: color .3s;
}

#sub-faq-latest .page-faq-list.active h3.page-faq-subject {
  color: var(--black-color-);
}

#sub-faq-latest .page-faq-list h3.page-faq-subject::before {
  content: 'Q.';
  font-weight: 800;
  display: inline-block;
  margin-right: 0.5rem;
}

#sub-faq-latest .page-faq-list .page-faq-content {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(-2rem, -2rem);
  transition: transform .5s, opacity 1s;
}

#sub-faq-latest .page-faq-list .page-faq-content p {
  background-color: var(--blue-color-);
  color: white;
  padding: 3rem;
  border-radius: 0 10rem 10rem 10rem;
  margin-top: 0;
}

#sub-faq-latest .page-faq-list.active .page-faq-content {
  height: auto;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

#sub-faq-latest .page-faq-list.active .page-faq-content p {
  margin-top: 2rem;
}

/* ab-equipment-skinbooster */
#ab-equipment-skinbooster {
  padding: 15rem 0;
  background-color: #dae5f7;
}

#ab-equipment-skinbooster .box {
  padding: 0 8rem !important;
}

#ab-equipment-skinbooster .sub-item-title h2 {
  color: #152049;
  margin-bottom: 4rem;
}

#ab-equipment-skinbooster .sub-item-title h2 b {
  color: #6084da;
}

#ab-equipment-skinbooster .sub-item-title h3 {
  font-size: 2.8rem;
  color: #152049;
}

#ab-equipment-skinbooster .sub-item-title .sub-item-desc {
  font-size: 2.2rem;
  color: #152049;
}

#ab-equipment-skinbooster .sub-item-title .sub-item-desc b {
  color: #6084da;
}

#ab-equipment-skinbooster .conntes-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 2rem auto;
  width: 16%;
  color: white;
  background-color: #152049;
  border-radius: 10rem;
  padding: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}

#ab-equipment-skinbooster .lifting-equipment,
#ab-equipment-skinbooster .skin-booster-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 3rem;
  background-color: #fff;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-img,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  align-items: end;
  justify-items: center;
  background-color: #f2f4f8;
  overflow: hidden;
  padding: 2rem 2rem 0 2rem;
  gap: 0;
  border-radius: 2rem;
  width: 100%;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-img picture,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-img picture {
  display: flex;
  justify-content: center;
  width: 70%;
  height: 15rem;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-img picture img,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-img picture img {
  width: auto;
  height: 15rem;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-caption,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-caption {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  align-items: start;
  grid-template-rows: 1fr;
  padding: 1.5rem 2rem 0 2rem;
  width: 100%;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-caption .caption-item,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-caption .caption-item {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  text-align: center;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-caption .caption-item strong,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-caption .caption-item strong {
  position: relative;
  border-radius: 1rem;
  background-color: #6084da;
  color: white;
  width: 16rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-caption .caption-item .xi-caret-down-min,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-caption .caption-item .xi-caret-down-min {
  color: #bfc4ce;
  margin-block: 1rem;
  font-size: 1.4rem;
}

#ab-equipment-skinbooster .lifting-equipment .lifting-equipment-caption .caption-item p,
#ab-equipment-skinbooster .skin-booster-item .skin-booster-item-caption .caption-item p {
  font-size: 1.8rem;
  color: #152049;
  font-weight: 400;
}

#ab-equipment-skinbooster .sub-reference {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #152049;
}

/* ab-satisfaction */
#ab-satisfaction {
  padding: 15rem 0;
  background-color: #f3f3f3;
}

#ab-satisfaction .box {
  padding: 0 8rem !important;
}

#ab-satisfaction .sub-item-title h3 {
  font-size: 2.8rem;
  color: #152049;
}

#ab-satisfaction .sub-item-title .sub-item-desc {
  font-size: 2.2rem;
  color: #152049;
}

#ab-satisfaction .sub-item-title .sub-item-desc b {
  color: #6084da;
}

#ab-satisfaction .ab-satisfaction-graph {
  display: block;
  width: 70%;
  padding: 3rem;
  border-radius: 3rem;
  margin: 4rem auto;
  background: white;
}

#ab-satisfaction .ab-satisfaction-graph img {
  width: 70%;
  margin: 0 auto;
}

#ab-satisfaction .sub-reference {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: rgba(21, 32, 73, 0.7);
}

/* ab-premium-service */
#ab-premium-service {
  padding: 15rem 0 0;
  background-color: white;
}

#ab-premium-service .box {
  padding: 0 8rem !important;
}

#ab-premium-service .sub-item-title h3 {
  font-size: 2.8rem;
  color: #152049;
}

#ab-premium-service .sub-item-title h3 b {
  color: #6084da;
}

#ab-premium-service .sub-item-title .sub-item-desc {
  font-size: 2.2rem;
  font-weight: 300;
  color: #152049;
}

#ab-premium-service .sub-item-title .sub-item-desc b {
  color: #6084da;
}

#ab-premium-service .ab-premium-service-img {
  display: block;
  width: 70%;
  margin: 4rem auto auto;
  border-radius: 3rem;
  overflow: hidden;
}


@media (min-width: 1025px) and (max-width: 1280px) {
  #sub-youtube-latest .youtube-slider {
    width: calc(62% - 3rem);
  }

  #sub-youtube-latest .youtube-thumbnail {
    width: 38%;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  #sub-youtube-latest .youtube-slider {
    width: calc(52% - 2rem);
  }

  #sub-youtube-latest .youtube-thumbnail {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #page-effect {
    padding-top: 10rem;
  }

  #page-effect .sub-item {
    flex-direction: column;
    align-items: center;
  }

  #page-effect .effect-list {
    max-width: 100%;
    width: 100%;
  }

  #page-effect .effect-list ul {
    flex-direction: column;
  }

  #page-effect .effect-list ul li {
    width: 100%;
    margin-top: 5rem;
  }

  #page-effect .effect-list ul li:nth-child(2n) {
    margin-top: 5rem;
  }

  #page-effect .effect-list ul li:nth-child(3n) {
    margin-top: 5rem;
  }

  #page-design .design-list ul {
    padding-bottom: 0;
  }

  #page-design .design-list ul li {
    width: 100%;
  }

  #page-design .design-list ul li:nth-child(n+2)::after {
    display: none;
  }

  #page-product .box {
    flex-direction: column;
  }

  #page-product .sub-item {
    order: 1;
  }

  #page-paincare {
    padding: 15rem 0;
  }

  #page-paincare .sub-item-title {
    width: 100%;
  }

  #page-paincare .sub-item-title .paincare-link {
    margin-top: 5rem;
  }

  #page-paincare .paincare-image {
    width: 100%;
    margin-top: 8rem;
  }

  #page-paincare .paincare-image::after {
    display: none;
  }

  #page-paincare .paincare-ane ol {
    flex-direction: column;
    gap: 4rem 0;
  }

  #page-paincare .paincare-ane .icon {
    flex: 1;
  }

  #page-paincare .paincare-ane .ane-text {
    flex: 3;
  }

  #page-special {
    padding: 15rem 0;
  }

  #page-special .special-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem 0;
  }

  #page-special .special-list li .special-image {
    width: 100%;
  }

  #sub-youtube-latest .sub-item-title {
    padding: 0 4rem;
  }

  #sub-youtube-latest .box {
    flex-direction: column;
  }

  #sub-youtube-latest .youtube-slider {
    width: 100%;
  }

  #sub-youtube-latest .cont-thumb {
    height: 24rem;
  }

  #sub-youtube-latest .youtube-thumbnail {
    width: 100%;
    height: 100%;
    margin-top: 3rem;
  }

  #sub-faq-latest {
    margin-top: 10rem;
    padding: 10rem 0;
  }

  #sub-faq-latest .sub-item-title {
    flex-direction: column;
    align-items: flex-start;
  }

  #sub-faq-latest .sub-item-title a {
    margin-left: 0;
  }

  #sub-faq-latest .page-faq-list .page-faq-content p {
    border-radius: 0 4rem 4rem 4rem;
    padding: 2rem;
  }

  #page-intro .floating1 {
    left: -2rem;
    top: -9rem;
  }

  #page-intro .floating2 {
    right: -3rem;
    top: -6rem;
  }

  #page-intro .floating3 {
    left: 4rem;
    bottom: -2rem;
  }

  #page-intro .floating4 {
    right: 3rem;
    bottom: 3rem;
  }

  #page-intro .roll-text {
    font-size: 12rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -90%);
  }

  #ab-equipment-skinbooster,
  #ab-satisfaction {
    padding: 10rem 0;
  }

  #ab-premium-service {
    padding-top: 10rem;
  }

  #ab-equipment-skinbooster .box,
  #ab-premium-service .box,
  #ab-satisfaction .box {
    padding: 0 5vw !important;
  }

  #ab-equipment-skinbooster .conntes-name {
    width: fit-content;
    padding: 1rem 3rem;
  }

  #ab-equipment-skinbooster .lifting-equipment,
  #ab-equipment-skinbooster .skin-booster-item {
    width: 100%;
    padding: 2rem;
    border-radius: 2rem;
    height: auto;
  }

  #ab-equipment-skinbooster .swiper {
    padding-bottom: 3rem;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: auto;
  }

  #ab-equipment-skinbooster .swiper-wrapper {
    height: auto;
  }

  #ab-equipment-skinbooster .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    background-color: #f2f4f8;
  }

  #ab-equipment-skinbooster .swiper-slide picture {
    width: 100%;
    height: 25rem;
    padding-top: 2rem;
  }

  #ab-equipment-skinbooster .swiper-slide picture img {
    width: fit-content;
    height: 100%;
    margin: 0 auto;
  }

  #ab-equipment-skinbooster .swiper-slide .caption-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    width: 100%;
    padding-block: 1.5rem;
    background-color: #fff;
  }

  #ab-equipment-skinbooster .swiper-slide .caption-item strong {
    position: relative;
    border-radius: 1rem;
    background-color: #6084da;
    color: white;
    width: auto;
    height: auto;
    padding: 1.4rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
  }

  #ab-equipment-skinbooster .swiper-slide .caption-item .xi-caret-down-min {
    color: #bfc4ce;
    margin-block: 1rem;
    font-size: 1.4rem;
  }

  #ab-equipment-skinbooster .swiper-slide .caption-item p {
    font-size: 1.8rem;
    color: #152049;
    font-weight: 400;
  }

  #ab-equipment-skinbooster .swiper-pagination {
    margin-top: 0.5rem;
  }

  #ab-satisfaction .ab-satisfaction-graph {
    width: 100%;
    border-radius: 2rem;
  }

  #ab-satisfaction .ab-satisfaction-graph img {
    width: 100%;
  }

  #ab-premium-service .ab-premium-service-img {
    width: 100%;
    border-radius: 2rem;
  }

  .swiper-pagination-bullet {
    background-color: #152049;
  }

  #ab-satisfaction .sub-reference {
    margin-top: 2rem;
    line-height: 1.3;
  }

  #ab-equipment-skinbooster .sub-item-title h2 {
    font-size: 3.2rem;
  }
}