.hanyak_box_box{
		position:relative;
	width:100%;
    background: #e7e4eb;
	    margin-bottom: 40px;
}
	
.hanyak_box{
		position:relative;
	width:1000px;
	background:url('/img/byunhom/boyack/boyack_bg.jpg');	
	margin: 0 auto;
    height: 528px;
    background-size: cover;
}
.hanyak_box h1{	
font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    padding: 90px 0px 20px;
}
.hanyak_box h1 b{
		 font-weight: 800;
	}
.hanyak_box p{	
font-size: 23px;
    padding-left: 0px;	
}
	
.boyack_list_box{
	width:1000px; 
	margin:0 auto;
}	
#boyack_list {
    display: flex;
    background-color: #f4f5f9;
    border-radius: 24px;
    overflow: hidden;
    align-items: center;
	margin-bottom: 30px;
}

.boyack-img {
    flex: 1;
    height: 100%;
}

.boyack-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.boyack-info {
    flex: 1.2;
    padding: 30px 40px;
}

.boyack-info h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.boyack-info .sub-title {
    font-size: 17px;
    color: #444444;
    margin-bottom: 24px;
    word-break: keep-all;
}

.recommend-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.recommend-box .badge {
background-color: #1a938c;
    color: #ffffff;
    padding: 6px 25px;
    border-radius: 20px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600;
}

.recommend-list {
    list-style: none;
}

.recommend-list li {
    font-size: 17px;
    color: #111111;
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
	line-height: 1.6;
}

/* 리스트 앞의 대시(-) 표시 부모 요소를 활용해 깔끔하게 정렬 */
.recommend-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #111111;
}

.recommend-list li:last-child {
    margin-bottom: 0;
}

/*  2. 첩약 보험 적용 섹션 (chuyack) */ 
 
#chuyack {
    background-color: #cbeeff;
    border-radius: 15px;
    padding: 45px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 900px;
    margin: 0 auto;
}

.chuyack-left h3 {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}

.chuyack-left p {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
}

.chuyack-right{
right: 120px;
    position: absolute;
}
	
.chuyack-right p {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    line-height: 1.4;
    text-align: center;
}
	
.chuyack_box{
	margin-bottom: 60px;
}