

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    LAYOUT
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* mobile */
@media screen and (max-width: 1080px) {


/*내시경 - 느낌표 주의사항*/
      section.sub.caution-gray {
        padding: 40px 20px;
        margin: 50px 0;
      }

      section.sub.caution-gray div.title-zone {
        position: relative;
        text-align: center;
      }

      section.sub.caution-gray div.title-zone img {
        position: static; 
        display: block;
        margin: 0 auto 20px auto;
        width: 40px;
        height: auto;
      }

      section.sub.caution-gray div.title-zone p.title {
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
      }


/*서브페이지 - 내시경, 초음파 검사대상*/
      section.sub.gastro-need div.gastro-need-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        width: 80%;
      }

      section.sub.gastro-need div.gastro-need-grid img {
        width: 100%;
        height: auto;
      }

      section.sub.gastro-need .title-zone p.name,
      section.sub.gastro-need .title-zone p.title,
      section.sub.gastro-need .title-zone div.p-wrap p {
        text-align: center;
      }

      section.sub.gastro-need .title-zone .label-group.step li {
        font-size: 3.5vw;
        padding-left: 1.4em;
        margin-bottom: 0.7em;
      }

      section.sub.gastro-need .title-zone .label-group.step li::before {
        top: 0.55em;
        width: 7px;
        height: 7px;
        border-width: 2.5px;
      }

      section.sub.gastro-need .title-zone .label-group.step li::after {
        top: 0.55em;
        left: 5px;
      }

      section.sub.gastro-need div.confirm-zone div.confirm-box {
        flex-direction: column;
        gap: 30px;
        padding: 40px;
        text-align: center;
        margin: 30px auto;
      }

      section.sub.gastro-need div.confirm-zone div.confirm-zone-title {
        font-size: 1.3em;
        line-height: 1.5;
        text-align: center;
      }

      section.sub.gastro-need div.confirm-zone div.p-wrap.confirm-zone-txt p {
        line-height: 1.7;
        text-align: center;
        font-size:3.5vw;
      }

/*서브페이지 - howto-ultrasound*/

      section.sub.sub-intro.ultrasound-guide div.ultrasound-inner {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
      }

      section.sub.sub-intro.ultrasound-guide div.ultrasound-inner div.ultrasound-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
      }

      section.sub.sub-intro.ultrasound-guide div.ultrasound-inner div.ultrasound-steps {
        max-width: 100%;
        gap: 24px;
      }

      section.sub.sub-intro.ultrasound-guide div.ultrasound-inner div.ultrasound-steps div.step {
        gap: 12px;
      }

      section.sub.sub-intro.ultrasound-guide div.ultrasound-inner div.ultrasound-steps div.step img.step-icon {
        width: 40px;
        height: 40px;
      }

      section.sub.sub-intro.ultrasound-guide div.ultrasound-inner div.ultrasound-steps div.step p {
        line-height: 1.6;
        font-size: 3.5vw;
      }

      section.sub.sub-intro.ultrasound-guide div.ultrasound-inner div.ultrasound-steps div.dotted-line {
        border-top: 2px dotted #ccc;
      }


/*복부초음파 상,하부 차이*/
section.sub.sub-intro.process-polyp.abdominal-card div.polyp-card div.card {
    width: 75%;
    }

section.sub.sub-intro.process-polyp.abdominal-card div.polyp-card div.card.card02 p.desc {
    padding-top: unset;
  }












}