@charset "utf-8";

#article #recomm-atc-txt.related_story {
	margin-top: 40px;
	padding-bottom: 23px;
  }
  
  #article #recomm-atc-txt.related_story h3 {
	color: #000; 
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.51px;
  }
  
  #article #recomm-atc-txt.related_story h3 em {
	color: #ed1846; 
  }
  
  #article #recomm-atc-txt.related_story ul {
	margin-top: 20px;
  }
  
  #article #recomm-atc-txt.related_story ul li {
	color: #000;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	
	min-height: 40px;
	
	letter-spacing: -0.45px;
	border-bottom: 1px solid #ebebeb;
  
	padding: 4px 0px 4px 0px; 
	display: flex; 
	align-items: center; 
	gap: 7px;
	box-sizing: border-box;
  }
  
  #article #recomm-atc-txt.related_story ul li:first-child {
	padding: 0px 0px 4px 0px;
  }
  
  #article #recomm-atc-txt.related_story ul li.bundle {
	background: inherit;
  }
  
  #article #recomm-atc-txt.related_story ul li .bullet {
	width: 2px; 
	height: 2px; 
	border-radius:50%; 
	background: #333;
	flex:0 0 2px;
	flex-shrink: 0; 
  }
  
  #article #recomm-atc-txt.related_story ul .text { 
	flex: 1;
	overflow-wrap: break-word;
  }
  
  #article #recomm-atc-txt.related_story .bundle + .bundle {
	  margin-top: 0px;
  } 
  
  .recommend-footer {
	z-index: 100000;
	position: fixed;
	bottom: -300px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 20px 15px 32px 15px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	transition: bottom 0.75s ease;
  }
  
  .recommend-footer.show {
	bottom: 0;
  }
  
  .recommend-header {
	margin-bottom: 20px;
	
	color: #000; 
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.48px;
  }
  
  .recommend-header em {
	font-weight: 700;
	color: #ed1846;
  }
  
  .recommend-cards {
	display: flex;
	justify-content: space-around;
	gap: 14px;
	
  }
  
  .recommend-card {
	flex: 1;
  }
  
  .recommend-card img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
  
	border: 1px solid rgba(0, 0, 0, 0.10);
  }
  
  .recommend-card .title {
	margin-top: 8px;
  
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.42px;
  }
  
  /* ❌ 닫기 버튼 스타일 */
  .recommend-close {
	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: #000;
  }
  
  .recommend-close:hover {
	color: #333;
  }