.munyuck_section1{
	background: #000610;
}

.munyuck_box{
	width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 984px;
	background:url('/img/byunhom/munyuck/jagamun_bg.jpg');	
}

.munyuck_box h2{
	    text-align: center;
    font-size: 43px;
    line-height: 1.3;
    font-weight: 700;
	color:#fff;
	padding-top: 50px;

}
.munyuck_box h2 b{
	color:#fdff50;
	font-weight: 700;
}
	
	
.munyuck_box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    color: #515151;
    padding: 20px 0px 40px;
	color:#fff;
}
	
	
	
	
.jagamun_list{
margin-top:20px;
margin-bottom: 80px;
}
	
.jagamun_list h2{
	 text-align: center;
    font-size: 40px;
    font-weight: 700;
	 margin-bottom: 50px;
}
	


  /* [핵심 변경] 브라우저 기본 스크롤 활성화 및 스크롤바 숨김 */
  .carousel-outer {
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    user-select: none;
    padding: 8px 0;
    -ms-overflow-style: none;  /* IE/Edge 스크롤바 숨김 */
    scrollbar-width: none;  /* Firefox 스크롤바 숨김 */
  }
  .carousel-outer::-webkit-scrollbar {
    display: none; /* Chrome/Safari 스크롤바 숨김 */
  }
  .carousel-outer:active { cursor: grabbing; }

  .carousel-track {
    display: flex;
    gap: 16px; /* 이 간격을 마음대로 수정해도 JS가 자동으로 계산합니다 */
    width: max-content;
  }

  /* 카드 크기 */
  .card {
    width: 400px;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
    background: #1a4a5e;
    color: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  }
  .card img {    
	  width: 358px;
    height: 200px;
    object-fit: cover;
    display: block;
    pointer-events: none;
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 20px;
  }
  .card-body { padding: 14px;
	  white-space: normal; 
	  padding-bottom: 50px;
  } /* 글자 줄바꿈 허용 */
	
  .card-title { font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
  }
  .card-desc { font-size: 18px; opacity: 0.82; line-height: 1.45;   text-align: center;}
	
	
/* 소장기능 저하 스크롤 변화*/

.scroll-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: auto; /* 2000px에서 auto로 변경하여 내부 요소가 툭 떨어지는 현상 방지 */
  padding: 60px 0; /* 위아래 자연스러운 디자인 여백 */
}

/* 2. sticky-section의 sticky 속성을 해제하고 정돈 */
.sticky-section {
  position: relative; /* sticky에서 relative로 변경 */
  height: auto; /* 고정 높이 해제 */
  display: flex;
  align-items: center;
}

.scroll-container .item {
  cursor: pointer; /* 마우스를 올리면 손가락 모양으로 변경 */
}


.content-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* 왼쪽 패널 스타일 */
.left-panel {
  width: 50%;
	margin-left: 60px;
}

.main-title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.items-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.item {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

/* 기본 상태 (비활성) */
.item .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item .dot-inner {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.item .label {
  display: inline-block;
  padding: 12px 24px;
  background: #e0e0e0;
  color: #777;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  width: 80%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* 활성화 상태 (Active) */
.item.active .dot {
  background: #222;
  border: 2px solid #222;
  box-sizing: border-box;
}
.item.active .dot-inner {
  background: #fff;
  width: 10px;
  height: 10px;
}
.item.active .label {
  background: #222;
  color: #fff;
}

/* 오른쪽 패널 스타일 */
.right-panel {
  width: 45%;
  position: relative;
  height: 500px; /* 이미지 영역 높이 확보 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.intestine-img {
  position: absolute;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

/* 활성화된 이미지만 보이게 처리 */
.intestine-img.active {
  opacity: 1;
  transform: scale(1);
}
	
/* 자가면역질환 치료법 */
	
	.jagamun_chiro{  
		position: relative;
		width: 1000px;
    background: #fff;
    height: 314px;
    margin: 0 auto;
    border-radius: 10px;
	margin-bottom: 30px;
	}
	
.jagamun_chiro_txt{
	 padding: 60px 50px;
    width: 40%;
}
	
.jagamun_chiro_txt h3{	
font-size: 30px;	
}
	
.jagamun_chiro img{	
position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 10px;
    width: 410px;
}	
.jagamun_chiro ul{	
    margin-top: 20px;	
}	
.jagamun_chiro ul li{
    font-size: 22px;
	list-style: inside;
	    color: #636363;
}
	

	
	
	
/* 깜빡깜빡 */	
.highlight {
            position: absolute;
            border-radius: 50%;
            animation: blink 2s infinite; /* 애니메이션 이름, 기간, 반복 횟수 */
        }

.highlight.brain {
            top: 370px; /* 뇌 위치 */
            left: 720px; /* 뇌 위치 */
            width: 100px; /* 뇌 크기 */
            height: 100px; /* 뇌 크기 */
            background-color: rgb(255 0 0 / 41%);/* 뇌 빨간색 */
			filter: blur(15px);
        }

.highlight.gut {	
            top: 470px; /* 장 위치 */
            left: 630px; /* 장 위치 */
            width: 130px; /* 장 크기 */
            height: 130px; /* 장 크기 */
            background-color: rgb(255 0 0 / 41%); /* 장 빨간색 */
			 filter: blur(15px);
        }
	
.highlight.leg{	
            top: 700px; /* 장 위치 */
            left: 690px; /* 장 위치 */
            width: 100px; /* 장 크기 */
            height: 100px; /* 장 크기 */
            background-color: rgb(255 0 0 / 41%); /* 장 빨간색 */
			 filter: blur(15px);
}
	

        @keyframes blink {
            0%, 100% {
                opacity: 0;
            }
            50% {
                opacity: 1; 
            }
        }	
	
	
	
	