.bar.before{height:calc(320px * 0.15);}
	.brain_section1{    
		background-image: linear-gradient(-45deg, #071e25, #414141, #071e25);
    background-size: 400% 400%;
    animation: colorChange 3s ease infinite;
	}
	
	.brain_box{
		width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
	}
	
	.brain_box h2{
		    text-align: center;
   			 font-size: 43px;
   			 line-height: 1.3;
    		font-weight: 700;
			color:#fff;
	}
	
	.brain_box h3{
	    font-size: 25px;
    text-align: center;
    font-weight: 500;
   	color:#fff;
    padding: 20px 0px 40px;
}
	
	
	
	
/* 장뇌 축이란? 박스 */
        #definition-box {
   border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    width: 900px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #f0f5fa;
        }

        .definition-title {
            font-size: 25px;
    font-weight: 700;
    color: #1e3a45;
    padding: 10px;
    background: #f0f5fa;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
        }

        .definition-desc {
           font-size: 20px;
    color: #4a5568;
    line-height: 1.6;
    word-break: keep-all;
    font-weight: 600;
    padding: 20px;
}
	
	
	
/* 미주신경 */
	
	.vagus_box{
	width: 900px;
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
	}
	
        .vagus-title-wrap {
            text-align: center;
            margin-bottom: 30px;
        }

  .vagus-main-title{ 
	      font-size: 40px;
  }

 /* 증상 리스트 레이아웃 (좌측 이미지, 우측 리스트) */
        .jayulsin_content {
          
        }

        .image-placeholder-2 {
			position: relative;
    width: 450px;
		}

        #symptom-card {
      border: 3px solid #5bc68d;
    border-radius: 15px;
    padding: 25px 30px;
    background-color: #effbf2;
    width: 350px;
    position: absolute;
    right: 0px;
    bottom: 30px;
		}
	

        .symptom-item {
            margin-bottom: 18px;
        }

        .symptom-item:last-child {
            margin-bottom: 0;
        }

        .symptom-name {
         font-size: 20px;
    font-weight: 700;
    color: #0b6535;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
        }

        /* 불릿 포인트 효과 */
        .symptom-name::before {
        content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #5bc68d;
    border-radius: 50%;
    margin-right: 8px;
}

        .symptom-detail {
            font-size: 18px;
            color: #666666;
            padding-left: 16px;
            line-height: 1.4;
        }


/* 깜빡깜빡 */	
.highlight {
            position: absolute;
            border-radius: 50%;
            animation: blink 2s infinite; /* 애니메이션 이름, 기간, 반복 횟수 */
        }

.highlight.brain {
            top: 20px; /* 뇌 위치 */
            left: 220px; /* 뇌 위치 */
            width: 100px; /* 뇌 크기 */
            height: 100px; /* 뇌 크기 */
            background-color: rgb(255 0 0 / 41%);/* 뇌 빨간색 */
			filter: blur(15px);
        }

.highlight.gut {	
            top: 320px; /* 장 위치 */
            left: 100px; /* 장 위치 */
            width: 150px; /* 장 크기 */
            height: 180px; /* 장 크기 */
            background-color: rgb(255 0 0 / 41%); /* 장 빨간색 */
			 filter: blur(15px);
        }

        @keyframes blink {
            0%, 100% {
                opacity: 0;
            }
            50% {
                opacity: 1; 
            }
        }	
	
/* 교감신경 부교감 신경*/	
	.chogam h2{     
		font-size: 40px;
    text-align: center;
    font-weight: 700;
		margin-bottom: 20px;
	}
	.chogam h2 strong{
		  font-weight: 700;	
	}
	#jg-sub-title{
	text-align: center;
    font-size: 22px;
    font-weight: 600;
    background: #eff6fe;
    width: 860px;
    margin: 0 auto;
    margin-bottom: 10px;
	}
	
	
#jayul_gyogam {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}

#jayul_gyogam .jg-header {
    text-align: center;
    margin-bottom: 35px;
}


#jayul_gyogam .jg-content {
    display: flex;
    position: relative;
    gap: 12px;
    align-items: stretch;
}

/* 좌우 카드 공통 스타일 */
#jayul_gyogam .jg-card {
    flex: 1;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    color: #ffffff;
}

/* 교감신경 (어두운 레드/브라운 계열) */
#jayul_gyogam .jg-sympathetic {
    background-color: #9e2316;
}

/* 부교감신경 (밝은 레드 계열) */
#jayul_gyogam .jg-parasympathetic {
    background-color: #e53935;
}

/* 카드 제목 스타일 */
#jayul_gyogam .jg-card-title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* 리스트 스타일 */
#jayul_gyogam .jg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#jayul_gyogam .jg-list li {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

#jayul_gyogam .jg-list li:last-child {
    margin-bottom: 0;
}

/* 중앙 배지 영역 구체화 */
#jayul_gyogam .jg-badges {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 10;
}

#jayul_gyogam .jg-badge {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#jayul_gyogam .badge-balance {
    background-color: #ffffff;
    color: #111111;
    border: 1px solid #dddddd;
}

#jayul_gyogam .badge-imbalance {
    background-color: #37474f;
    color: #ffffff;
}

/* 하단 안내문 */
#jayul_gyogam .jg-footer {
	text-align: center;
    margin-top: 25px;
    color: #555555;
    font-size: 19px;
    font-weight: 500;
}

	
/* 뇌질환 치료 */
#brain_chiro{
	background-image: linear-gradient(-45deg, #071e25, #414141, #071e25);
    background-size: 400% 400%;
    animation: colorChange 3s ease infinite;
}
	
/* 뇌질환 한약 */	
.brain_hanyack_box{
	position: relative;
	background: url(/img/byunhom/jayulsin/hanyack_brain_bg.jpg);
}
	
.brain_hanyack{
	background: url(/img/byunhom/jayulsin/hanyack_brain.jpg) no-repeat;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    background-position: center center;
}
	
	#brain_hanyack_txt{
	width: 400px;
    position: relative;
    top: 140px;
    left: 100px;
	
	}
	
	
	#brain_hanyack_txt h2{font-size: 50px;}
	#brain_hanyack_txt p{font-size: 32px;}
	#brain_hanyack_txt ul{
	 margin-top: 20px;
	}
	#brain_hanyack_txt li{ 
	font-size: 24px;
    list-style-type: disc;
    margin-left: 20px;
    color: #696969;
	}
#gmplogo{
	position: absolute;
    top: 60px;
    margin-left: 900px;
}
	
	
/* 뇌질환 3가지 영양 산소 자극 */	
.brain_3dan-container {
      width: 1200px;
    margin: 0 auto;
        }

        .brain_3dan-title {
     text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
    line-height: 1.5;
        }

        .brain_3dan-title span {
                color: #00a37b;
        }

        .brain_3dan-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

       #brain_dan1, #brain_dan2, #brain_dan3 {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.05);
            background-color: #fff;
            position: relative; 
        }

	
     #brain_dan1 .brain_3dan-header{
	background-color: #1cb375;
	 }
	 #brain_dan2 .brain_3dan-header{
	background-color: #37a678;
	 }
	#brain_dan3 .brain_3dan-header{
	background-color: #198e5e;
	 }
	
        .brain_3dan-header {
            color: #fff;
            text-align: center;
            padding: 15px 10px;
            font-size: 25px;
            font-weight: bold;
        }

        .brain_3dan-image-box {
 position: relative;
    overflow: hidden;
    height: 259px;
        }

        .brain_3dan-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* 이미지를 꽉 채우되 비율 유지 */
        }	
	
	
	
	
	
/* 뇌질환 치료 효과 */	

.brain_man-container {
  color: #ffffff;
  padding: 30px 0px 50px;
  text-align: center;
  box-sizing: border-box;
}

/* 헤더 타이틀 */
.brain_man-header h2 {
     font-size: 43px;
    font-weight: 700;
  line-height: 1.5;
  margin: 0 0 80px 0;
  letter-spacing: -0.5px;
}

/* 통계 레이아웃 세로 구분선 포함 */
.brain_man-stats {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

.brain_man-stat-item {
  flex: 1;
  position: relative;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 가운데 열 구분을 위한 세로선 */
.brain_man-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.3);
}

/* 항목별 라벨 (상단 소제목) */
.brain_man-label {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 400;
}

/* 숫자 및 수상 텍스트 상자 */
.brain_man-number-box, 
.brain_man-award-box {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 메인 강조 숫자/텍스트 */
.brain_man-counter, 
.brain_man-award {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.brain_man-unit {
  font-size: 56px;
  font-weight: 700;
}

/* 하단 서브 텍스트 */
.brain_man-subtext {
  font-size: 17px;
  color: #a0a0a0;
}

/* 글로벌 헬스케어 노란색 포인트 */
.brain_man-subtext.gold {
  color: #e7e06a; 
}



.brainhanyack_container h1{
    text-align: center;
    font-size: 43px;
    font-weight: 600;
    margin-top: 50px;
}