.smell_box{
	background:#f3f4f8;
}
	
.smell_box h2 {
    text-align: center;
    font-size: 43px;
    line-height: 1.3;
    font-weight: 700;
    color: #292929;
    padding-top: 50px;
}
	
.smell_box h2 b{	
color: #8d4600;
}
	
.smell_box  h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    color: #313131;
    padding: 20px 0px 40px;
}
	
.smell_sarambox{
	position:relative;
	width: 900px;
	height:726px;
    margin: 0 auto;
}

.fisharrow-box{
	position:absolute;
	    right: 0px;
    top: 80px;
	animation: fadeIn 0.3s ease-out forwards, bounce 1.5s infinite ease-in-out;
    animation-delay: 0.1s, 0.5s;
}
	
.fisharrow-box2{
	position:absolute;
	top: 30px;
		animation: fadeIn 0.3s ease-out forwards, bounce 1.5s infinite ease-in-out;
    animation-delay: 0.1s, 0.5s;
}	
	

/* 생선 냄새 증후군 원인 */	
#smell_wonin{
	    width: 1100px;
    margin: 0 auto;
padding-top: 50px;
    padding-bottom: 50px;
}
	
#smell_wonin h2{	
    font-size: 43px;
    text-align: center;	
}
	
#smell_wonin h2 b{
	    color: #8d4600;
}
	
	
#smell_wonin_box{
    position: relative;	
}
	
#smell_malpusun1{
	position:absolute;
	 width: 539px;
    height: 211px;
	 background: url(/data/skin/front/pure/img/byunhom/fishsmell/malpusun2.png) no-repeat;
	top: 480px;
    left: 20px;
}	

#smell_malpusun1 h3{	
	font-size: 30px;
    padding: 45px 10px 10px 73px;
}
	
	
#smell_malpusun1 p{
	padding: 0px 73px;
    font-size: 20px;
}
	
#smell_malpusun1 p b{
	color:#385a87;
}
	
	
#smell_malpusun2{
	position:absolute;
	 width: 539px;
    height: 211px;
	 background: url(/data/skin/front/pure/img/byunhom/fishsmell/malpusun.png) no-repeat;
	right:0px; 
	top: 210px;
}
	
#smell_malpusun2  h3{	
	font-size: 30px;
    padding: 45px 10px 10px 90px;
}
	
#smell_malpusun2 p{
	padding: 0px 90px;
    font-size: 20px;
}
	
#smell_malpusun2 p b{
	color:#385a87;
}
	
	
/* 생선냄새증후군 변화 */	
#smell_byunwha{
	    background: #eef2fb;
    padding-top: 60px;
}

#smell_byunwha_box{
  position: relative;
	width: 1100px;
    margin: 0 auto;
  
}

#smell_byunwha_box h2{
	font-size: 43px;
    text-align: center;
	margin-bottom: 30px;
}
	
#smell_byunwha_box h2 b{
	color:#5062ab;
}
#smell_list{	
	width: 340px;
    position: absolute;
	top: 130px;
    left: 80px;
}
	
#smell_list	h3{
	font-size: 35px;
    text-align: center;
	line-height: 1;
	margin-top: 40px;
}
	
#smell_list span{
	    font-size: 20px;
    font-weight: 500;
    color: #6d6d6d;
}
	
	
	
#smell_list	p{
	    font-size: 30px;
    font-weight: 700;
    background: #7d8ece;
    width: 340px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    line-height: 2;
	margin-bottom: 10px;
}	
	
	
	
/* 화살표 */

	.arrow-container {
         justify-content: center;
    	align-items: center;
   		 height: 100px;
   		 width: 100px;
		 margin: 0 auto;
        }

        .step-arrow {
            width: 100px;
            height: 100px;
        }

        /* 기본 화살표 조각 스타일 */
        .arrow-part {
            fill: #b1cbff; /* 평소엔 연한 색 */
            animation: pulseDown 2s infinite ease-in-out;
        }

        /* 위에서 아래로 내려오도록 딜레이 주기 */
        .p1 { animation-delay: 0s; }
        .p2 { animation-delay: 0.3s; }
        .p3 { animation-delay: 0.6s; }
        .p4 { animation-delay: 0.9s; }

        @keyframes pulseDown {
            0%, 100% {
                fill: #b1cbff;
                opacity: 0.6;
            }
            35% {
                fill: #4d7fff; /* 불이 들어올 때 진한 파랑 */
                opacity: 1;
            }
        }
	
	
	
	/*  치료 */	
#skin_chiro_list{	
margin-top: 50px;	
}
	
#skin_chiro_list ul{
	position:relative;
	width:1200px;
	height:450px;
	margin:0 auto;
}
	
	
#skin_chiro_list ul li{
    position: relative;
	width: 390px;
    float: left;
	margin-left: 15px;
	border-radius: 10px;
    overflow: hidden;
}
	
#skin_chiro_list ul li:first-child{
	margin-left: 0px;	
}
	
	
#skin_chiro_list ul li h3{
	text-align: center;
    font-size: 24px;
    background: #8d4600;
    color: #fff;
    line-height: 2;
}
	
.skin_chiro_list_txt{
    background: #fff;
    padding: 20px 30px;
}

.skin_chiro_list_txt p{
background: #8d4600;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 150px;
    margin-bottom: 10px;
    border-radius: 5px;	
	font-weight: 600;
}	
.skin_chiro_list_txt span{	
	    font-size: 18px;
}

.chart-container_right{
float:left
}

	

.smell_jindan{
	width: 1200px;
    margin: 0 auto;
    position: relative;
	padding-top:70px;
}
.smell_jindan h2{	
	font-size: 43px;
    text-align: center;
}
.smell_jindan h2 b{	
	    color: #8d4600;
}
	
/* 생선냄새 진단*/	
.byun_jindan_grid .grid_item{
	width: 374px;
	margin-left: 38px;
}
	
.byun_jindan_grid .grid_item img{
width:100%;
}
	
.grid_item_txt{
	height: 190px;
}