        .sidebar { 
			max-width: 300px;    
			display: flex;
			flex-direction: column;
			gap:40px;
        }
		.view-page .sidebar{
			border-left: 1px solid var(--grey-d9);
			padding-left: 60px;
		}
		.sidebar-banner {
			background: var(--primary);
			border-radius: 4px;
		}
		.sidebar-banner a{
			display: flex;
			justify-content: space-between;
			gap: 12px;
			padding: 16px 23px;	
		}			
		.side-banner-title{
			display: flex;
			align-items: center;
			color: var(--white);
			font-weight: 500;
			font-size: 17px;	
			width: 170px;
		}
		.side-banner-title span{
			margin-right: 4px;
			font-weight: 800;		
		}
		.sidebar-banner-wrap{
			display: flex;
			flex-direction: column;
			gap: 12px;
		}
		.sidebar-banner.band {
			background: var(--green-10);
			border-radius: 4px;		
			border:1px solid var(--green);
			box-sizing: border-box;
			height: 72px;
		}
		.sidebar-banner.band a{
			padding: 16px 23px;
		}
		.band .band-b-icon {
			width: 36px;
			height: 40px;
		}
		.band .side-banner-title{
			color: var(--green);
		}
		.sidebar-banner.newsletter {
			background: var(--primary-10);
			border-radius: 4px;						
			border:1px solid var(--primary);
			box-sizing: border-box;
			height: 72px;
		}		
		.sidebar-banner.newsletter a{
			gap: 12px;
			padding: 19.5px 23px;
		}
		.newsletter .newsl-b-icon {
			width: 36px;
			height: 33px;
		}
		.newsletter .side-banner-title{
			color: var(--primary);			
		}
		.newsletter .side-banner-title .ami_newsl {
			flex-shrink: 0;
			width: 107px;
		}
		 .side-banner-title .ami_newslt { 
			 flex-shrink: 0;
			width: 59; font-weight: 500;
		}
/* side ÃÖ½Å ÄÜÅÙÃ÷ ¸®½ºÆ® ½ºÅ¸ÀÏ */
 .sidebar-section {
       margin-bottom: 0px;
 }
.sidebar-title {
	border-top: 1px solid var(--black);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;			
    color: var(--black);
	line-height: 29.4px;
	height: 29px;
	padding-top: 20px;
}
.sidebar-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap:12px;
	border-bottom: 1px solid var(--grey-d9);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sidebar-section-col {
       margin-bottom: 0px;
 }
.sidebar-section-col .sidebar-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap:12px;
	border-bottom: 1px solid var(--grey-d9);
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.sidebar-item:last-child a{    
	margin-bottom: 0px;
}
.sidebar-text {
    display: flex;
    flex-direction: column;
    flex: 1;
	gap:4px;
}
.sidebar-text .category {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);	
	line-height: 19.6px;
	height: 22px;
}
.sidebar-text .title {
    font-size: 16px;
    font-weight: 600;
	height: 44px;
    color: var(--black);
	line-height: 22.4px;
	display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;	
}
.sidebar-img {
	display: block; 
    width: 100px;
    height: 67px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid var(--black-10-opt);
	border-radius: 2px;
}
.sidebar-img img{
	width: 100%;
	height: 100%;    
	object-fit: cover;
}

/**** side °Ç°­´º½º·¹ÅÍ ****/
.h_newsletter_list {
	
}
.bx-wrapper {
	display: flex;
	flex-direction: column;	
}
.aside_list{
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom:1px solid var(--grey-d9);
}
.aside_list:last-child{	
	margin-bottom: 0px;	
}
.h_newsletter_header{ 
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	padding: 12px;
	gap: 16px;
	width: 300px;
	height: 45px;
	background: var(--grey-f8);	
	border-width: 1px 0px;
	border-style: solid;
	border-color: var(--grey-d9);
	font-size: 15px;
	
}
.h_newsletter_header span{	
		font-weight: 500;
		font-size: 15px;
		line-height: 140%;
		color: var(--grey-8);
	}
.h_newsletter_header .span_bold {
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;	
	color: var(--black);
}
.h_newsletter_header .link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 54px;
	height: 18px;
}
.h_newsletter_header .link a{
	width: 45px;
	height: 18px;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: var(--black);	
}
.h_newsletter_header .link button {
    display: inline-block;
    padding: 6px 0 6px 4px;
    vertical-align: top;
	background-color: transparent;
    border-color: inherit;
    border-style: inherit;
    cursor: pointer;
}
.h_newsletter_header .link button::before {
    content: "";
    display: block;
    background-image: url(https://health.chosun.com/amirang/img/right_arrow_b.svg);
    background-repeat: no-repeat;
    width: 5px;
    height: 7px;
}
.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
.aside_sec_head_item {
	padding-top: 12px;
	display: flex;	
	gap:12px;
	
    height: 70px;    
}
.aside_sec_head_item .thumb {
	position: relative;
	flex-shrink: 0;
    width: 102px;
    height: 68px;   
	overflow: hidden;	
	border-radius: 2px;
    border: 1px solid var(--black-10-opt);
}
.aside_sec_head_item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.aside_sec_head_item dt {
	display: flex;
	flex-direction: column;
}
.aside_sec_head_item dt em {
	color: var(--grey-8);
	width: 188px;
	height: 22px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	font-style: normal;
}
.aside_sec_head_item dt span {
	color: var(--black);
	width: 188px;
	height: 44px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	display: -webkit-box;
    -webkit-line-clamp: 2;      
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/********************¹è³Ê**/
.side_banner {
	width: 100%;
	height: 250px;
	background: var(--grey-d9);
}
.side_banner a{
}
/****************Çï½ºÁ¶¼± ¸¹ÀÌ º» ´º½º **/
        .pop-news-list {
            list-style: none;
            padding: 0;
			display: flex;
			flex-direction: column;
			gap:20px;
        }
        .pop-news-item a {
            display: flex;
            align-items: flex-start;
			gap:12px;			
			padding-bottom: 20px;
			border-bottom: 1px solid var(--grey-d9);			
        }
        .pop-news-item-number {
			width: 18px;
			height: 39px;
			font-style: normal;
			font-weight: 500;
			font-size: 28px;
			line-height: 140%;			
        }
        .pop-news-item-text {         
			width: 270px;
			height: 48px;
			font-weight: 400;
			font-size: 17px;
			line-height: 140%;
			color: var(--black);
			display: -webkit-box; 
			-webkit-line-clamp: 2; 
			-webkit-box-orient: vertical; 
			overflow: hidden; 
			text-overflow: ellipsis; 
			word-break: break-word; 
			max-height: calc(1.4em * 2); 
        }

