
    @media screen and (max-width: 560px) {
        [data-section-type="product"] .section-whole-wrapper.capture-block .main-content-container .main-contents.plain-card-container.row-el.card-container.text-block {
            flex-direction: row;
            gap: 20px;
            width: 1920px;
            max-width: 2000px;
        }
    }


[data-section-type=faq] .wonder-default-main-content .wonder-faq-contents-wrapper .wonder-faq-answer-contents {
padding-right: 20px;
}


  @media screen and (max-width: 560px) {
    [data-section-type=product] .wonder-scroll-container .wonder-product-list {
      flex-flow: row;
      width: 1000px;
    }
    [data-section-type=product] .section-whole-wrapper .section-body-container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  }


    @media screen and (max-width: 560px) {
        [data-section-type=product] .wonder-scroll-container.enabled.scroll-bar-top ul li.wonder-product-list-li {
            margin-right: 10px !important;
        }
    }


  [data-section-type="attention"] .inner-img-container {
    text-align: center !important;
  }
  [data-section-type="attention"] .inner-img-container img {
    width: 85% !important;
  }


  [data-section-type="attention"] .inner-img-container {
    text-align: center !important;
  }
  [data-section-type="attention"] .inner-img-container img {
    width: 85% !important;
  }
  @media screen and (min-width: 561px) {
    .wonder-cv-bubble {
      position: relative !important;
      right: 40px !important;
    }
    [data-section-type="cv"] .inner-img-container img {
      bottom: 32px !important;
    }
    .wonder-cv-back-person-img {
      height: 75% !important;
      bottom: 30px !important;
    }
  }
  @media screen and (max-width: 560px) {
    .wonder-cv-bubble {
      position: relative !important;
      right: 0px !important;
    }
    [data-section-type="cv"] .inner-img-container img {
      width: 30% !important;
    }
  }
