@charset "UTF-8";
/*mobile css*/
@media all and (max-width: 900px) {
  html {
    font-size: 62.5%;
  }
  body {
    max-width: unset;
    font-size: 1.5rem;
  }
  #popupLayer {
    max-width: unset;
  }
  .mainVisual .brand {
    font-size: 2.2rem;
  }
  .mainVisual h2 .highlight {
    font-size: 7rem;
  }
  .mainVisual h2 {
    font-size: 4.9rem;
  }
  .quick-contact {
    max-width: unset;
  }
  .mainVisual {
    padding-top: 10dvw;
    padding-bottom: 10dvw;
  }
  .mainVisual,
  .concerns,
  .why-fail,
  .conclusion,
  .three-step,
  .lazy-diet,
  .system-steps,
  .program-28days,
  .ingredients,
  .healthy-change,
  .care-three,
  .cta-fail-proof,
  .bna-section .title,
  .bna-section .subtitle,
  .why-choose,
  .target-audience .section-title,
  .safety-info,
  #applicationForm {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .hero-choice {
    min-height: unset;
    padding-top: 15vw;
    padding-bottom: 15vw;
    overflow-y: clip;
  }
  .hero-choice .brand {
    font-size: 2rem;
  }
  .hero-choice h2 {
    font-size: 5rem;
  }
  .concerns {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .concerns-title {
    font-size: 5rem;
  }
  .newtitstyle {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
  .bubble {
    font-size: 2rem;
    width: calc(100% / 2 - 1rem);
  }
  .why-fail {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .why-fail .title {
    font-size: 5rem;
  }
  .why-fail .subtitle {
    font-size: 2rem;
  }
  .conclusion {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .conclusion .title {
    font-size: 5rem;
  }
  .conclusion .description {
    font-size: 2rem;
  }
  .three-step .subtitle {
    font-size: 3rem;
  }
  .three-step .main-title {
    font-size: 5rem;
  }
  .conclusion {
    padding-bottom: 10.7rem;
  }
  .lazy-diet .title {
    font-size: 3.5rem;
  }
  .lazy-diet .description {
    font-size: 2rem;
  }
  .system-steps .section-title {
    font-size: 3rem;
  }
  .system-steps .step-info h3 {
    font-size: 1.8rem;
  }
  .system-steps .step-info p {
    font-size: inherit;
  }
  .program-28days .subtitle {
    font-size: 2rem;
  }
  .program-28days .title,
  .new_section .container .title {
    font-size: 3.5rem;
  }
  .program-list li {
    font-size: 2rem;
  }
  .section-title {
    font-size: 3.5rem;
  }
  .ingredient h3 {
    font-size: 1.8rem;
  }
  .ingredient p {
    font-size: 1.5rem;
  }
  .healthy-change {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .healthy-change .title {
    font-size: 4rem;
  }
  .healthy-change .description {
    font-size: inherit;
  }
  .care-three .title {
    font-size: 4rem;
  }
  .care-three .card h3 {
    font-size: 2rem;
  }
  .care-three .card p {
    font-size: inherit;
  }
  .cta-fail-proof .title,
  .bna-section .title {
    font-size: 5rem;
  }
  .cta-fail-proof .subtitle,
  .bna-section .subtitle {
    font-size: 2rem;
  }
  .bna-section .testimonials p {
    font-size: 3rem;
  }
  .experience-title {
    font-size: 4rem;
  }
  .experience-title span {
    font-size: clamp(1.4rem, 6.52vw, 4rem);
  }
  .experience-title i {
    width: clamp(10px, 7.17vw, 66px);
  }

  .exp-figure figcaption {
    font-size: 2rem;
  }
  .exp-text {
    font-size: inherit;
  }
  .why-choose {
    padding-top: 15vw;
  }
  .why-choose .title {
    font-size: 5rem;
  }
  .why-choose .features li {
    font-size: 2rem;
  }
  .case-number {
    font-size: 4rem;
  }
  .case-text p {
    font-size: 2rem;
  }
  .safety-info .content p {
    font-size: 2rem;
  }
  .applicationForm button {
    font-size: 2rem;
  }
  .applicationForm input[type="text"],
  .applicationForm input[type="number"] {
    font-size: 1.4rem;
  }

  .target-audience {
    padding: 15vw 0;
  }
  .cta-fail-proof {
    padding-top: 15vw;
  }
  .bna-section {
    padding-top: 15vw;
  }
  .experience {
    padding-top: 15vw;
  }
  .program-28days .program-grid {
    padding-left: 0;
    padding-right: 0;
    display: grid;
    row-gap: 2rem;
  }
  .program-28days .program-grid .program-item p {
    font-size: inherit;
  }


  .program-28days .program-grid .arrow,
  .program-28days .program-grid .arrow.down {
    display: none;
  }

  .floating-container .review-rolling {
    height: 50px;
  }
  /* 플로팅메뉴 반응형 */
  .floating-container .floating-buttons {
    height: 50px;
  }

}

@media all and (max-width: 884px) {
  #reviewAll {
    top: -39px;
    left: 3%;
  }
}

@media all and (max-width: 800px) {
  .mainVisual .mvtxt {
    display: flex;
    flex-wrap: wrap;
  }
  .mainVisual .text {
    flex: unset;
    min-widht: unset;
    width: 100%;
    text-align: center;
  }
  .mainVisual .image-wrapper {
    position: static;
    min-width: unset;
    width: 70%;
    margin: 0 auto;
    height: max-content;
  }
  .mainVisual .circle {
    width: 79rem;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }
  .mainVisual .circle img {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 2;
    /* padding-top: 8rem; */
    left: 0rem;
    top: 1rem;
    overflow: hidden;
  }
  .mainVisual .circle:after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 76%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #d7e4c9;
    z-index: 1;
    transform: translateX(-50%);
  }
  .hero-choice {
    z-index: 1;
  }
  .hero-choice:after {
    z-index: -1;
    opacity: 0.3;
    right: unset;
  }
  .hero-choice .container {
    justify-content: center;
    text-align: center;
  }
  .hero-choice .hero-image {
    display: none;
  }
  .bna-section .bna-images figure:first-child:before {
    font-size: 1.7em;
  }
  .bna-section .bna-images figure:last-child:before {
    font-size: 1.7em;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .why-fail {
    min-height: unset;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .applicationForm input[type="text"],
  .applicationForm input[type="number"],
  .applicationForm select {
    padding-left: 0;
    text-align: center;
  }
  .program-28days .program-grid .program-item p {
    font-size: inherit;
  }

  .ingredient p {
    word-break: keep-all;
  }


  /* .floating-container {
    position: fixed;
    bottom: 3vh;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 920px;
    border-radius: 8px;
  } */
  .floating-container .review-rolling {
    height: 45px;
  }
  .floating-container .floating-buttons {
    height: 45px;
  }
  .exp-figure i span:first-child {
    bottom: 20px;
  }
  .exp-figure i span:last-child {
    bottom: 20px;
  }



  footer {
    background-color: #fff;
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
  }
  .footer_inner001 {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .footer_inner001 .fLbox .fLogo {
    width: 200px;
    margin-bottom: 20px;
  }
  
  .footer_inner001 .fLbox .fLogo img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .footer_inner001 .fLbox .fCompany {
    margin: 10px 0;
    font-weight: 500;
    color: #656565;
    font-size: 16px;
  }
  
  .footer_inner001 .fInfoLst {
    margin: 15px 0;
    color: #999;
    font-size: 14px;
  }
  .footer_inner001 .fLbox .fInfoLst li{
    margin-bottom: 10px;
  }
  
  
  .footer_inner001 .fRbox {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
  }
  .footer_inner001 .fRbox .fLnkLst {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  .footer_inner001 .fRbox .fLnkLst li {
    margin-bottom: 5px;
  }
  .footer_inner001 .fRbox .fLnkLst li a {
    color: #999;
  }
  .footer_inner001 .fRbox .fLnkLst li:last-child a {
    color: #333;
    font-weight: 600;
  }
  .footer_inner001 .fRbox .fInfoBox .call  {
    font-size: 24px;
    color: #333;
    font-weight: 600;
  }
  
  .footer_inner001 .fRbox .fInfoBox .timeInfo {
    margin-top: 10px;
    color: #999;
  }
  .footer_inner001 .fRbox .fInfoBox .timeInfo li {
    margin-bottom: 5px;
  }
  
  .fCopyright {
    font-size: 14px;
    color: #999;
  }









}
@media all and (max-width: 640px) {
  #applicationForm {
    grid-template-columns: 1fr;
  }
  #reviewAll {
    top: -36px;
  }
  #reviewAll button {
    padding: 0.75rem 1.5rem;
  }
  .quick-contact {
    bottom: 40%;
  }
  .quick-contact .kakao-link {
    scale: 0.6;
    margin-right: 0;
  }
  .conclusion {
    background: linear-gradient(
        to bottom,
        #9ecb93 80%,
        rgba(158, 203, 147, 0) 100%
      ),
      url(../img/feet-scale.svg) no-repeat bottom center;
    background-size: 100%;
  }

  .mainVisual .brand {
    font-size: 1.3em;
    padding: 0.8rem 1rem 0.8rem;
  }
  .mainVisual h2 .highlight {
    font-size: 2.5em;
  }
  .mainVisual h2 .highlight:after {
    bottom: 0;
  }

  .mainVisual h2 {
    font-size: 1.3em;
  }
  .mainVisual h2 p {
    font-size: 1.5em;
  }
  .mainVisual .subtext {
    font-size: 1.2em;
  }
  .hero-choice .brand {
    font-size: 1.5em;
  }
  .mainVisual .buttons .mvbtn {
    font-size: 1.3em;
  }
  .hero-choice h2 {
    font-size: 3em;
  }
  .concerns-title {
    font-size: 3em;
  }
  .newtitstyle {
    font-size: 1.5em;
  }
  .why-fail .title {
    font-size: 3em;
    margin-bottom: 1em;
    word-break: keep-all;
  }
  .why-fail .title br {
    display: none;
  }
  .why-fail .subtitle {
    font-size: 1.3em;
    line-height: 1;
  }
  /* .fail-circle {
    display: none;
  } */
  .m_fail-circle {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .m_fail-circle figure {
    width: 75%;
    height: auto;
    margin: auto;
    /* display: block; */
  }
  .m_fail-circle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3em 0 4em;
    align-items: center;
  }
  .m_fail-circle ul > li {
    width: calc((100% / 4) - 5vw);
    display: grid;
    line-height: 1.3;
    font-size: 1.3em;
  }
  .m_fail-circle ul > li > i {
    margin-bottom: 1em;
  }
  .m_fail-circle ul > i img {
    transform: rotate(90deg);
    width: 20px;
  }
  .conclusion .title {
    font-size: 3em;
  }
  .conclusion .description {
    font-size: 1.3em;
  }
  .three-step .subtitle {
    font-size: 3rem;
  }
  .three-step .main-title {
    font-size: 3em;
    word-break: keep-all;
  }
  .three-step .main-title br{
    display: none;
  }
  .three-step .main-title .accent {
    display: inline;
  }
  .conclusion {
    padding-bottom: 10.7rem;
    padding-top: 10vw;
  }
  .lazy-diet .title,
  .cta p {
    font-size: 3.5rem;
    word-break: keep-all;
  }
  .lazy-diet .title {
    word-break: keep-all;
  }
  .lazy-diet .title br {
    display: none;
  } 
  .lazy-diet .highlight {
    display: inline;
  }
  .lazy-diet .description {
    font-size: 1.3em;
    word-break: keep-all;
  }
  .lazy-diet .description br {
    display: none;
  }
  .system-steps .section-title {
    font-size: 3rem;
  }
  .system-steps .step-info h3 {
    font-size: 1.8rem;
  }
  .system-steps .step-info p {
    font-size: inherit;
  }
  .program-28days .subtitle {
    font-size: 1.3em;
  }
  .program-28days .title,
  .new_section .container .title {
    font-size: 3.5rem;
  }
  .program-list li {
    font-size: 1.3em;
  }
  .section-title {
    font-size: 3.5rem;
  }
  .ingredient h3 {
    font-size: 1.8rem;
  }
  .ingredient p {
    font-size: 1.5rem;
  }
  .healthy-change .title {
    font-size: 2em;
  }
  .healthy-change .description {
    font-size: inherit;
  }
  .care-three .title {
    font-size: 2em;
  }
  .care-three .card h3 {
    font-size: 1.3em;
  }
  .care-three .card p {
    font-size: inherit;
    word-break: keep-all;
  }
  .care-three .card p br {
    display: none;
  }
  .cta-fail-proof .title,
  .bna-section .title {
    font-size: 3em;
  }
  .cta-fail-proof .subtitle,
  .bna-section .subtitle {
    font-size: 1.3em;
  }
  .bna-section .testimonials p {
    font-size: 2em;
  }
  .bna-section .testimonials p:first-child {
    margin-top: 1em;
  }
  .experience-title {
    font-size: 2em;
    column-gap: 0;
  }
  .exp-figure figcaption {
    font-size: 1.3em;
  }
  .exp-text {
    font-size: inherit;
  }
  .why-choose .title {
    font-size: 3em;
  }
  .why-choose .features li {
    font-size: 1.3em;
  }
  .case-number {
    font-size: 2em;
  }
  .case-text p {
    font-size: clamp(13px, 2.99vw, 16px);
  }
  .case-text {
    padding: 0;
  }
  .safety-info .content p {
    font-size: 1.5rem;
  }
  .applicationForm button {
    font-size: 1.3em;
    padding: 3vw;
  }
  .applicationForm input[type="text"],
  .applicationForm input[type="number"] {
    font-size: 1.4rem;
  }
  .ba-row .arrow {
    display: none;
  }
  
  
  .applicationForm input[type="text"],
  .applicationForm input[type="number"],
  .applicationForm select {
    font-size: 14px;
  }
  .badge {
    font-size: 1.2em;
    padding: 8px 20px;
  }
  .target-audience .section-title {
    font-size: 2.4rem;
    margin-bottom: 2em;
  }

  .experience-grid {
    gap: 3rem 1rem;
  }
  .care-three .cards {
    gap: 0.5rem;
  }
  /* 플로팅메뉴 반응형 */
  .floating-container .floating-buttons {
    height: 40px;
  }
  .floating-container .btn-kakao span {
    display: none;
  }
  .floating-container .btn-apply span {
    display: none;
  }
  .floating-container .floating-content {
    display: block;
  }

  .floating-container .review-rolling {
    width: 100%;
    margin-bottom: clamp(0px, 1.3vw, 12px);
    gap: clamp(0px, 0.87vw, 8px);
  }

  .floating-container .floating-buttons {
    width: 100%;
  }


}

@media (max-width: 600px) {
  .reason-list {
    flex-wrap: wrap;
    gap: 0;
    flex-direction: unset;
    border-radius: 1rem;
    overflow: hidden;
  }
  .reason-title {
    font-size: 2.4rem;
  }
  .reason-item {
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
    border-radius: 0;
    padding: 2rem;
    outline: 1px solid #fff;
  }
  .reason-item p {
    font-size: 1.4rem;
    line-height: 1.5;
    word-break: keep-all;
  }
  /* 첫 번째, 두 번째 박스는 너비 50% */
  .reason-item:nth-child(1),
  .reason-item:nth-child(2) {
    flex: 1 0 50%; /* flex-grow:1, flex-shrink:0, flex-basis:50% */
  }

  /* 세 번째 박스는 한 줄 전체(100%) */
  .reason-item:nth-child(3) {
    flex: 1 0 100%;
  }
  .icon-wrap {
    margin: 0;
  }
  .popupinner {
    max-width: 95%;
  }

  .experience text .exp-text {
    word-break: keep-all;
  }
  .experience br {
    display: none;
  }

}

@media all and (max-width: 560px) {
  .bubble {
    font-size: inherit;
    font-size: 15px;
    width: 45%;
    max-width: unset;
    padding: 0px;
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 10vw;
  }
  .bubble:nth-child(even) {
    /* margin-top: unset; */
    margin-top: 0;
    position: relative;
    top: 35px;
  }
  .program-list li {
    font-size: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 0.5em;
    padding: 2rem 4rem;
  }
  .program-28days .program-grid .program-item {
    /* flex: unset; */
    width: 100%;
  }
  .program-28days .program-grid .row {
    gap: 0.5em;
  }
  .program-28days .program-grid .program-item p {
    padding: 1em 0.5em ;
  }



  .concerns-title br {
    display: block;
  }
  

  .applicationForm {
    grid-template-columns: 1fr 6.5rem;
  }
  .applicationForm .form-row i {
    display: none;
  }
  .ba-row figure {
    /* flex: unset; */
    width: 100%;
  }
  .ba-row .arrow {
    display: block
  }
  .ba-row figcaption {
    top:  0.97826vw;
    left: 1.52174vw;
  }
  


  
  .before-after {
    gap: 2em;
  }
  .m_fail-circle ul {
    row-gap: 3em;
  }
  .m_fail-circle ul > li {
    width: calc((100% / 2) - 2vw);
  }
  .m_fail-circle ul > li > i {
    margin-bottom: 0.5em;
  }
  .m_fail-circle ul > i img {
    transform: rotate(180deg);
  }
}

@media all and (max-width: 500px) {
  .m_fail-circle ul {
    flex-direction: column;
    row-gap: 1em;
    justify-content: unset;
  }
  .m_fail-circle {
    display: block;
  }
}

@media all and (max-width: 460px) {
  .mo {
    display: block;
  }
  .quick-contact {
    bottom: 20%;
  }
  .quickinquiry {
    position: fixed;
    right: 20px;
    bottom: 12%;
    z-index: 5;
  }
  .quickinquiry > a {
    width: 6rem;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #69944e;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
  }
  .conclusion {
    padding-bottom: 10.7rem;
  }
  .applicationForm {
    position: relative;
    z-index: 2;
  }
  #reviewAll {
    top: -36px;
    z-index: 2;
  }
  .popupinner {
    padding-top: 2rem;
    height: 80vh;
  }
  .popupContent .pp_tit h2 {
    font-size: 3rem;
  }
  .popupContent .pp_tit h2 span {
    color: #4a8939;
  }
  .popupContent .pp_tit p {
    font-size: 1.2rem;
  }
  section.review-section {
    margin: 2.5rem 0.9rem 0.9rem;
  }
  /* WebKit 계열 (Chrome, Safari, Opera) */
  section.review-section::-webkit-scrollbar {
    display: none;
  }
  .review-list {
    padding-bottom: 35%;
  }
  .review-item {
    background: #fff;
    padding: 1.2rem;
    margin-bottom: 2.5rem;
  }
  .review-item:last-child {
    margin-bottom: 1rem;
  }

  .review_star figure svg {
    width: 1.5rem;
  }
  .star-rating {
    font-size: 1.3rem;
  }

  .reviewer-image {
    margin-bottom: 2rem;
  }
  .reviewer-image picture {
    width: 100%;
    flex: 1 2 40%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
  }
  .reviewer-image picture img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  p.review-text {
    font-size: 1.3rem;
  }

  .ingredient {
    width: clamp(60px, 13vw, 155px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ingredients .row {
    gap: 1rem;
  }
}

@media all and (max-width: 400px) {
  .system-steps .step .step_infoWrap .step-info {
    padding: 0 0.5rem;
  }
}

@media all and (max-width: 360px) {
}



/* @media all and (max-width: 360px) {
  body {
    font-size: 1.3rem;
  }
  .popupinner {
    max-height: 95%;
  }
  .mainVisual .brand {
    font-size: 1.1em;
  }
  .mainVisual h2 {
    font-size: 1.5em;
  }
  .mainVisual h2 p {
    font-size: 1.3em;
  }
  .mainVisual h2 .highlight {
    font-size: 2em;
  }
  .mainVisual .subtext {
    font-size: 1.1em;
  }
  .care-three .cards {
    grid-template-columns: 1fr;
  }
  .bna-section .bna-images {
    width: 90%;
    margin: 0 auto;
  }
  .bna-section .bna-images img {
    max-width: unset;
  }
  .experience {
    padding: 16.6rem 5% 0;
  }
  .mainVisual,
  .concerns,
  .why-fail,
  .conclusion,
  .three-step,
  .lazy-diet,
  .system-steps,
  .program-28days,
  .ingredients,
  .healthy-change,
  .care-three,
  .cta-fail-proof,
  .bna-section .title,
  .bna-section .subtitle,
  .why-choose,
  .target-audience .section-title,
  .safety-info,
  #applicationForm,
  .reason-section {
    padding-left: 5%;
    padding-right: 5%;
  }
  .experience-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .case {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .case-image {
    width: inherit;
  }
  .case-text {
    width: inherit;
  }
  .case:nth-child(even) {
    flex-direction: unset;
  }
  .hero-choice .brand {
    font-size: 1.3em;
  }
  .mainVisual .buttons .mvbtn {
    font-size: 1.1em;
  }
  .hero-choice h2 {
    font-size: 2em;
  }
  .concerns-title {
    font-size: 2em;
  }
  .newtitstyle {
    font-size: 1.1em;
  }
  .why-fail .title {
    font-size: 2em;
    margin-bottom: 1em;
  }
  .why-fail .subtitle {
    font-size: 1.1em;
    line-height: 1;
  }
  .conclusion .title {
    font-size: 2em;
  }
  .conclusion .description {
    font-size: 1.1em;
  }
  .three-step .subtitle {
    font-size: 2em;
  }
  .three-step .main-title {
    font-size: 2em;
  }
  .lazy-diet .title,
  .cta p {
    font-size: 2em;
  }
  .lazy-diet .description {
    font-size: 1.1em;
  }
  .system-steps .section-title {
    font-size: 2rem;
  }
  .system-steps .step-info h3 {
    font-size: 1.3em;
  }
  .system-steps .step-info p {
    font-size: inherit;
  }
  .program-28days .subtitle {
    font-size: 1.1em;
  }
  .program-28days .title,
  .new_section .container .title {
    font-size: 2em;
  }
  .program-list li {
    font-size: 1.1em;
  }
  .section-title {
    font-size: 2em;
  }
  .ingredient h3 {
    font-size: 1.3em;
  }
  .ingredient p {
    font-size: inherit;
  }
  .healthy-change .title {
    font-size: 2em;
  }
  .healthy-change .description {
    font-size: inherit;
  }
  .care-three .title {
    font-size: 2em;
  }
  .care-three .card h3 {
    font-size: 1.3em;
  }
  .care-three .card p {
    font-size: inherit;
  }
  .cta-fail-proof .title,
  .bna-section .title {
    font-size: 2em;
  }
  .cta-fail-proof .subtitle,
  .bna-section .subtitle {
    font-size: 1.1em;
  }
  .bna-section .testimonials p {
    font-size: 1.5em;
  }
  .experience-title {
    font-size: 2em;
    column-gap: 0;
  }
  .exp-figure figcaption {
    font-size: 1.1em;
  }
  .exp-text {
    font-size: inherit;
  }
  .why-choose .title {
    font-size: 2em;
  }
  .why-choose .features li {
    font-size: 1.1em;
  }
  .case-number {
    font-size: 2em;
  }
  .case-text p {
    font-size: 1.1em;
  }
  .safety-info .content p {
    font-size: 1.1em;
  }
  .applicationForm button {
    font-size: 1.1em;
  }
  #reviewAll {
    top: -35px;
  }
  #reviewAll button {
    font-size: 1.3em;
  }
  .applicationForm input[type="text"],
  .applicationForm input[type="number"],
  .applicationForm select {
    font-size: inherit;
  }
  .bna-section .bna-images figcaption {
    font-size: 1.1em;
  }


  .program-28days .program-grid .program-item p {
    font-size: 1.2rem;
  }

}

@media all and (max-width: 330px) {
  .mainVisual .text {
    min-width: unset;
  }
  .mainVisual .buttons .mvbtn {
    width: 11rem;
  }
  .mainVisual .buttons .mvbtn:last-child {
    margin-right: 0;
  }
  .applicationForm .form-row {
    gap: 1rem;
  }
  .applicationForm {
    grid-template-columns: auto;
    row-gap: 0.7em;
  }
  .applicationForm .form-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .personalinfo1 #residence {
    width: 100%;
  }
  .personalinfo1 #username {
    width: 100%;
  }
  .personalinfo1 #tel1 {
    width: 100%;
  }
  .personalinfo1 #tel2 {
    width: 100%;
  }
  .personalinfo1 #tel3 {
    width: 100%;
  }

  .personalinfo2 #gender {
    width: 100%;
  }
  .personalinfo2 #age {
    width: 100%;
  }

  .personalinfo2 #target {
    width: 100%;
  }
  .personalinfo2 #myweight {
    width: 100%;
  }
  .personalinfo2 #bodyheight {
    width: 100%;
  }
  .reviewer-image picture {
    flex: 1 2 100%;
  }
}
@media all and (max-width: 329px) {
} */
/*mobile css*/
