/* style-c1.css */
/* ===== SECTION 02 : 디지털 3D 정밀진단 ===== */

.c2{
  position: relative;
  min-height: 1300px;
  height: 100%;
  /* display: flex; */
  justify-content: center;
  word-break: keep-all;
  flex-direction: column;
}

/* 상단 배경 영역 */
.c2__top{
  position: relative;
  height: 800px;
}

.c2__bg{
  position:absolute;
  inset:0;
  height: 100%;

}

.c2__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* 상단 텍스트 정렬 */
.c2__top-inner{
  position: relative;
  z-index: 2;
  width: min(1360px, 94%);          /* 헤더(.mhd__inner)와 폭 통일 */
  height: 100%;
  margin: 0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
}

.c2__eyebrow{
  font-size:40px;
  letter-spacing:-0.3px;
  margin-bottom:4px;
  font-family: "Noto Serif KR", serif;
  
  /* ✅ 여기 추가 */
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* 효과가 적용된 상태 (아래로 "내려온" 상태) */
.c2__eyebrow.is-visible{
  opacity: 1;
}


.c2__eyebrow-en{
  font-size:12px;
  letter-spacing:7px;
  opacity:0.7;
  margin-bottom:24px;
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
}

.c2__middle{
  display:flex;
  align-items:center;
  gap:24px;
}

.c2__middle-text{
  font-size:45px;
  line-height:1.6;
  font-weight:500;
  padding: 0 200px;
}

.c2__middle-line{
  display:block;
  width:1px;
  height:105px;
  background-color:rgba(255,255,255,0.6);
}

/* 하단 화이트 섹션 */
.c2__bottom{
  padding: 100px 0;}

.c2__bottom-inner{
  position: relative;
  width:100%;
  margin: 0 auto;
  background-color:#fff;
  text-align:center;
}



/* 아이콘 영역 */
.c2__icon-wrap{
  width:66px;
  height:66px;
  border-radius:50%;
  border:2px solid #0b79c3;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 24px;
  background:#fff;
}

.c2__icon-text{
  font-size:30px;
}

/* 타이틀 */
.c2__title{
  font-size:60px;
  line-height:1.5;
  letter-spacing:-0.8px;
  color:#111;
  font-weight:400;
}

.c2__title strong{
  font-weight:700;
}

/* 아래 작은 라인 */
.c2__underline{
  display:block;
  width:32px;
  height:2px;
  background:#1c425f;
  margin:24px auto 0;
}

/* 반응형 조정 */
@media (max-width:1024px){
  .c2__top{
    height:280px;
  }
  .c2__bottom{
    padding:56px 0 72px;
  }
}


@media (max-width:900px){
  .c2{
    min-height: auto;
  }
  .c2-inner {
    width: 100%;}

}


@media (max-width:768px){
  .c2__top{
    height:260px;
  }
  .c2__title{
    font-size:22px;
  }
}

@media (max-width:480px){


  .c2__top{
    height: 100%;
    padding: 0 0 50px;
  }
  .c2__middle{
    gap:16px;
  }
  .c2__middle-line{
    width:2px;
  }
  .c2__title{
    font-size:20px;
  }
}
/* ===== C2 : 모바일 전용 레이아웃 ===== */
@media (max-width: 768px){

  /* 상단 배경 높이/배치 */

  .c2__bg{
 }

  /* 배경 위 텍스트 블록 전체 */
  .c2__top-inner{
    padding: 80px 16px 40px;       /* 위쪽 넉넉, 좌우는 16px */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* 한글 카피 (환자 중심, …) */
  .c2__eyebrow{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.03em;
  }

  /* 영문 카피 */
  .c2__eyebrow-en{
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  /* 가운데 문구 블록 “환자의 눈높이에 맞는 …” */
  .c2__middle{
    margin-top: 32px;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c2__middle-line{
    height: 42px;                  /* 세로 라인 조금 짧게 */
  }

  .c2__middle-text{
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    padding: 0 60px;
  }

  /* 아래 삼각형 포인트 좀 더 작게 */
  .c2__top::after{
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 20px;
    bottom: -20px;
  }

  /* 하단 화이트 박스 영역 여백 */
  .c2__bottom{
    padding: 80px 0 50px;
  }

  .c2__bottom-inner{
  }

  /* 동그란 아이콘 */
  .c2__icon-wrap{
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border: none;
  }

  .c2__icon-wrap img{
    width: 36px;
    height: auto;
  }

  /* 메인 타이틀 (두 줄 정도로 보이게) */
  .c2__title{
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: -0.03em;
    padding: 0 20px;
  }

  /* 아래 짧은 라인 */
  .c2__underline{
    width: 32px;
    height: 3px;
    margin-top: 20px;
  }
}




