html,
body {
  height: 100%;
}

body {
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

strong {
  font-weight: 700;
}

.header {
  padding: 30px 0;
  border-bottom: 1px solid #ECECEC;
}
.header .header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .header-logo img {
  width: 200px;
}
.header .h-cart-btn {
  position: absolute;
  right: 0;
}
.header .h-cart-btn svg {
  width: 22px;
  height: 22px;
}
.header .hcartcount {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  font-size: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #28C1C6;
}
@media (max-width: 576px) {
  .header {
    padding: 20px 0;
  }
  .header .header-logo img {
    width: 130px;
  }
}

.product {
  padding: clamp(20px, 4vw, 40px) 0;
}
@media (max-width: 576px) {
  .product {
    padding-top: 0;
  }
}
.product__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .product__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__gal {
  width: 55%;
}
@media (max-width: 992px) {
  .product__gal {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .product__gal {
    width: 100%;
  }
}
.product__gal img {
  width: 100%;
}
.product__gal .gallery-sw {
  width: 100%;
}
@media (min-width: 768px) {
  .product__gal .gallery-sw {
    position: sticky;
    top: 36px;
  }
}
.product__gal .gallery-sw img {
  width: 100%;
}
@media (max-width: 576px) {
  .product__gal .mainSwiper-wrap {
    margin-bottom: 20px;
    width: 100vw;
    position: relative;
    left: -15px;
  }
}
.product__gal .mainSwiper-wrap .swiper-wrapper img {
  aspect-ratio: 1/1;
}
.product__gal .mainSwiper-wrap .swiper-slide {
  overflow: hidden;
}
@media (min-width: 576px) {
  .product__gal .mainSwiper-wrap .swiper-slide {
    border-radius: 15px;
  }
}
.product__gal .mainSwiper-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product__gal .thumbsSwiper-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .product__gal .thumbsSwiper-wrap {
    display: none;
  }
}
.product__gal .thumbsSwiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.product__gal .thumbsSwiper .swiper-slide:hover {
  opacity: 0.7;
}
.product__gal .thumbsSwiper .swiper-slide-thumb-active {
  border: 1px solid #000;
}
.product__gal .product-prev,
.product__gal .product-next {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.product__gal .product-prev svg,
.product__gal .product-next svg {
  width: 10px;
}
.product__gal .product-prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product__gal .product-next svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.product .swiper-button-disabled {
  opacity: 0.4;
}
.product .sw-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: none;
  background-color: #5A5A5A;
}
.product .sw-btn svg {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  fill: #fff;
}
.product .sw-btn-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product .sw-nav {
  display: none;
}
@media (max-width: 576px) {
  .product .sw-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 50%;
    z-index: 10;
  }
}
.product .swiper-pag {
  display: none;
  position: absolute;
  z-index: 10;
  padding-bottom: 10px;
}
.product .swiper-pag .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #878787;
}
.product .swiper-pag .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: #121212;
}
@media (max-width: 576px) {
  .product .swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product__main {
  width: 45%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .product__main {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .product__main {
    width: 100%;
    padding-left: 0;
  }
}
.product .product-title {
  font-size: clamp(26px, 4.533vw, 39px);
  font-weight: 700;
  line-height: 140%;
}
.product .product-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.product .product-rate__star img {
  width: 16px;
}
.product .product-rate span {
  font-size: 16px;
}
.product .p_p_p_1 {
  font-weight: 700;
  font-size: clamp(14px, 2vw, 16px);
  margin: 14px 0px;
  letter-spacing: 0.7px;
  line-height: 140%;
}
.product .blcp {
  margin-bottom: 14px;
}
.product .blcp p {
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 130%;
}
.product .prod-options {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}
.product .prod-options-item label {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 6px;
}

.ppr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ppr .ppr_zro {
  font-size: 20px;
  font-weight: 700;
  color: #28C1C6;
}
.ppr .ppr_cur {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  text-decoration: line-through;
}
.ppr .svlbl {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  padding: 3px 5px;
  background-color: #28C1C6;
}
.ppr .svlbl svg {
  width: 12px;
  height: 12px;
}

.select {
  background-color: #F1FBFB;
  border: 1px solid #DAF3F3;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  letter-spacing: 0.8px;
}
.select:hover {
  border-color: #28C1C6;
}

.btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 48px;
  border: 1px solid #28C1C6;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #28C1C6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn01 span {
  position: relative;
  z-index: 10;
}
.prod_form__ttl {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.opt-list {
  border: 1px solid #000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.opt-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.opt-itm__images {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
}
.opt-itm__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (max-width: 576px) {
  .opt-itm__images {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}
.opt-itm__main {
  width: 100%;
}
.opt-itm__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.opt-itm__name {
  font-size: 16px;
  letter-spacing: 0.8;
  line-height: 130%;
  max-width: 220px;
}
@media (max-width: 576px) {
  .opt-itm__name {
    font-size: 14px;
  }
}
.opt-itm__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .opt-itm__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.opt-itm__price div {
  white-space: nowrap;
  text-decoration: line-through;
  text-align: right;
  font-size: 16px;
  line-height: 19px;
  color: rgb(144, 149, 155);
}
.opt-itm__price span {
  font-size: 10px;
  line-height: 19px;
  color: rgb(16, 128, 67);
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.opt-itm__price i {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.opt-itm__bottom {
  padding-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.opt-itm__bottom .select-opt {
  width: 50%;
}
.opt-itm__bottom select {
  width: 100%;
  height: 32px;
  font-size: 14px;
  padding: 0 5px;
}
@media (max-width: 576px) {
  .opt-itm {
    padding-bottom: 50px;
    position: relative;
  }
  .opt-itm__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

.spline {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.spline::before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #B4E6E8;
  position: absolute;
  z-index: -1;
}

.opt-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #000;
  border-top: none;
  height: 60px;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.opt-sum .opt-sum-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.opt-sum .opt-sum-cost__1 {
  white-space: nowrap;
  text-decoration: line-through;
  color: rgb(144, 149, 155);
  font-size: 16px;
}
.opt-sum .opt-sum-cost__2 {
  font-size: 16px;
}

.hurry {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 130%;
}
.hurry .hurry-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  border-radius: 20px;
  background-color: #E5E5E5;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
}
.hurry .hurry-line div {
  position: absolute;
  width: 15%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FF003C;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}
.modal .modal-wrap {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .modal .modal-wrap {
    place-items: start center;
    padding: 90px 16px;
  }
}

.modal-box {
  width: 100%;
  max-width: 507px;
  background: #fdfdfd;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}
.modal-box .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.modal-box .modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .modal-box {
    padding: 30px 20px;
  }
  .modal-box .modal-close {
    top: 24px;
    right: 14px;
  }
}

.modal-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #181d27;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 24px;
  }
}

.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-group input {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 54px;
  border-radius: 10px;
  padding-left: 14px;
  padding-right: 10px;
  font-size: 16px;
}

.thnk-p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.btn-submit {
  border: none;
  min-width: 100%;
  max-width: 100%;
  height: 42px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.carousel {
  background-color: #000000;
  padding-top: 25px;
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .carousel {
    padding-bottom: 25px;
  }
}
.carousel__title {
  font-size: clamp(26px, 3.733vw, 31px);
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 160%;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(20px, 4vw, 40px);
}
.carousel .carousel-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  gap: clamp(40px, 8vw, 70px);
}
.carousel .carousel-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(132px, 19.733vw, 162px);
  padding: 0 10px;
}
.carousel .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.whyfree {
  padding-top: clamp(40px, 6.667vw, 60px);
}
.whyfree__title {
  font-size: clamp(26px, 3.733vw, 31px) !important;
}
.whyfree__pretitle {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.whyfree__minttl {
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 1.2px;
}
.whyfree__box {
  margin-top: 20px;
  position: relative;
}
.whyfree .slnav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0;
  gap: 20px;
}
.whyfree .slnav .slnav-btn {
  border: 1px solid #000;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .whyfree .whyfreeSwiper-prev {
    position: absolute;
    left: -40px;
    top: calc(50% - 20px);
    z-index: 20;
  }
  .whyfree .whyfreeSwiper-next {
    position: absolute;
    right: -40px;
    top: calc(50% - 20px);
    z-index: 20;
  }
}
.whyfree .whyfreeSwiper .swiper-wrapper {
  padding-bottom: 30px;
  height: 440px;
}
@media (max-width: 992px) {
  .whyfree .whyfreeSwiper .swiper-wrapper {
    height: 352px;
  }
}
.whyfree .whyfreeSwiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.whyfree .whyfreeSwiper .whyfree-itm {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.whyfree .whyfreeSwiper .whyfree-itm video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.whyfree .play-button {
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #28C1C5;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whyfree .play-button svg {
  width: 25px;
  height: 25px;
}

.title1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 140%;
}
.title1 span {
  color: #28C1C6;
}
.title1--center {
  text-align: center;
}
@media (max-width: 768px) {
  .title1 {
    text-align: center;
  }
}

.title1_v2 {
  font-size: clamp(29px, 4.533vw, 39px);
  text-align: center;
}

.txblk p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
}
.txblk h4 {
  margin: 25px 0;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 768px) {
  .txblk h4 {
    text-align: center;
    margin-bottom: 0;
  }
}

.comparison-wrp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.comparison-wrp .comparison-container {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  cursor: ew-resize;
}
.comparison-wrp .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.comparison-wrp .image-before,
.comparison-wrp .image-after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.comparison-wrp .image-before {
  background-image: url("../img/after.webp");
  z-index: 1;
}
.comparison-wrp .image-after {
  background-image: url("../img/before.webp");
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
.comparison-wrp .slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.comparison-wrp .slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: ew-resize;
}
.comparison-wrp .slider-button::before,
.comparison-wrp .slider-button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.comparison-wrp .slider-button::before {
  left: -3px;
  border-width: 8px 12px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.comparison-wrp .slider-button::after {
  right: -3px;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
}
.comparison-wrp .label {
  position: absolute;
  top: 0;
  padding: 8px 16px;
  background-color: #28C1C6;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 4;
}
.comparison-wrp .label-before {
  left: 0px;
}
.comparison-wrp .label-after {
  right: 0px;
}

.txtcontblock {
  padding: clamp(35px, 7.333vw, 70px) 0;
}
.txtcontblock .container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: clamp(35px, 7.333vw, 70px);
}
.txtcontblock .txtcontblock-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.txtcontblock .txtcontblock-itm__image {
  width: 50%;
}
.txtcontblock .txtcontblock-itm__image img {
  width: 100%;
  border-radius: 15px;
}
.txtcontblock .txtcontblock-itm__content {
  width: 50%;
  padding: 60px 0 60px 60px;
}
@media (max-width: 992px) {
  .txtcontblock .txtcontblock-itm__content {
    padding: 24px 0 24px 24px;
  }
}
@media (max-width: 768px) {
  .txtcontblock .txtcontblock-itm__content {
    padding: 0;
    padding-top: 24px;
  }
}
.txtcontblock .txtcontblock-itm.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.txtcontblock .txtcontblock-itm.revers .txtcontblock-itm__content {
  padding: 60px 60px 60px 0;
}
@media (max-width: 992px) {
  .txtcontblock .txtcontblock-itm.revers .txtcontblock-itm__content {
    padding: 24px 24px 24px 0;
  }
}
@media (max-width: 768px) {
  .txtcontblock .txtcontblock-itm.revers .txtcontblock-itm__content {
    padding: 0;
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .txtcontblock .txtcontblock-itm.revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.txtcontblock .txtcontblock-itm.colcol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.txtcontblock .txtcontblock-itm.colcol .txtcontblock-itm__content {
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .txtcontblock .txtcontblock-itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .txtcontblock .txtcontblock-itm__image {
    width: 100%;
  }
  .txtcontblock .txtcontblock-itm__content {
    width: 100%;
  }
}

.risksec .container {
  gap: 20px;
}

.btn_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #28C1C6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  height: 45px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.btn_a span {
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn_a::after {
  position: absolute;
  content: "";
  right: -50px;
  left: auto;
  bottom: auto;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #fff;
  height: 0.65em;
  width: 2em;
  clip-path: polygon(0% 32%, 70% 32%, 70% 0%, 100% 50%, 70% 100%, 70% 68%, 0% 68%);
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn_a:hover span {
  margin-left: -30px;
}
.btn_a:hover::after {
  right: 30px;
}

.inlove .inlove-itm {
  background-color: #F6F6F6;
  border-radius: 20px;
  overflow: hidden;
}
.inlove .inlove-itm__video {
  width: 100%;
  aspect-ratio: 1/1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inlove .inlove-itm__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inlove .inlove-itm__video .play-button {
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #28C1C5;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inlove .inlove-itm__video .play-button svg {
  width: 25px;
  height: 25px;
}
.inlove .inlove-itm__content {
  position: relative;
  padding: 10px 20px;
}
.inlove .inlove-itm .quoticon {
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background-color: #28C1C5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inlove .inlove-itm .quoticon svg {
  width: 20px;
}
.inlove .inlove-itm__star {
  color: #FFCB03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inlove .inlove-itm__star svg {
  width: 20px;
}
.inlove .inlove-itm__title {
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.inlove .inlove-itm__pp {
  font-size: clamp(15px, 2.067vw, 16px);
  line-height: 190%;
  letter-spacing: 0.7px;
  font-style: italic;
  text-align: center;
}
.inlove .inlove-itm__name {
  border-top: solid 1px #E8E8E8;
  font-size: 14px;
  line-height: 170%;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slnav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .slnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slnav .slnav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slnav .slnav-btn svg {
  width: 18px;
  height: 18px;
}
.slnav .slnav-btn:nth-child(1) svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slnav .swiper-button-disabled {
  opacity: 0.4;
}
.slnav .slnav-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slnav .swiper-pagination-bullet {
  -webkit-transition: 0.23s;
  transition: 0.23s;
  width: 6px;
  height: 6px;
  background-color: #878787;
  opacity: 1;
}
.slnav .swiper-pagination-bullet-active {
  background-color: #121212;
  width: 10px;
  height: 10px;
}

.block03 {
  padding-top: clamp(40px, 6vw, 50px);
  padding-bottom: clamp(40px, 8vw, 80px);
}
.block03__pp {
  font-size: 14px;
  line-height: 170%;
  margin-top: clamp(30px, 5.333vw, 50px);
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.8px;
}
.block03 .av_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(10px, 4.667vw, 50px) 1fr clamp(10px, 4.667vw, 50px) 1fr clamp(10px, 4.667vw, 50px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 4.667vw, 50px);
}
@media (max-width: 768px) {
  .block03 .av_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.block03 .av_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.block03 .av_list-item img {
  width: 50px;
  margin-bottom: 15px;
}
.block03 .av_list-item__title {
  font-size: clamp(21px, 2.933vw, 23px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.8px;
}
.block03 .av_list-item p {
  font-size: clamp(15px, 2.067vw, 16px);
  line-height: 170%;
  text-align: center;
  margin-top: 10px;
}

.morethan__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .morethan__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.morethan__one {
  width: 50%;
}
.morethan__one img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .morethan__one {
    width: 100%;
  }
}
.morethan__two {
  width: 50%;
}
@media (max-width: 768px) {
  .morethan__two {
    width: 100%;
  }
}
.morethan .molist .molist-item {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F3F3F3;
}
.morethan .molist .molist-item img {
  min-width: 70px;
  max-width: 70px;
}
.morethan .molist .molist-item p {
  font-size: 15px;
  line-height: 160%;
}
.morethan .molist .molist-item span {
  font-size: 12px;
}

.rew {
  margin-bottom: 20px;
}
.rew__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .rew__box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 410px) {
  .rew__box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.rew .rew-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.rew .rew-item {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.rew .rew-item__media img, .rew .rew-item__media video {
  width: 100%;
}
.rew .rew-item__content {
  padding: 10px;
}
.rew .rew-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rew .rew-item__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.rew .rew-item__verif {
  font-size: 11px;
}
.rew .rew-item__verif img {
  width: 14px;
}
.rew .rew-item__star {
  margin-bottom: 10px;
}
.rew .rew-item__txt {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.5px;
}

.footer {
  background-color: #28C1C6;
}
.footer .footer-top {
  padding: 40px 0px;
}
.footer .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.footer .fnav a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer .fnav a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  border-top: 1px solid #44C6CB;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.stic {
  position: fixed;
  bottom: -400px;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 100;
  padding: 10px 0;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.stic.active {
  bottom: 0;
}
.stic .stic-box {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .stic .stic-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stic .stic-box .stic__r {
    width: 100%;
  }
  .stic .stic-box .btn01 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .stic__l {
    display: none;
  }
}
.stic .btn01 {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
}

.stic-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stic-prod__img {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
}
.stic-prod__img img {
  width: 100%;
  height: 100%;
}
.stic-prod h6 {
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.buy321 {
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 20px);
}
.buy321 span {
  color: #28C1C6;
}

.txtpage {
  padding-bottom: clamp(50px, 10vw, 100px);
}
.txtpage__container {
  width: 100%;
  max-width: 613px;
  margin: 0 auto;
}
.txtpage .txtpage__title {
  text-align: center;
  font-size: clamp(29px, 3.2vw, 39px);
  font-weight: 700;
  margin: 40px 0px;
}
.txtpage p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
}
.txtpage ul {
  list-style-type: disc;
  padding-left: 24px;
}
.txtpage ul li {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
}
.txtpage h2 {
  font-size: clamp(20px, 3.2vw, 29px);
  font-weight: 700;
  line-height: 140%;
  margin: 20px 0px;
}