/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 17:31:04 */
.wp-block-post-title .view-count{display: inline; white-space:nowrap; flex:0 0 auto; font-size:13px !important; color:#686868;}
.view-count {
	 font-size:13px !important;
}
.small_gall_list_body {
	display:flex; align-items:center;
}
.small_gall_list_tit{
	display:flex; justify-content:space-between; align-items:center;
}
.small_gall_list_pri{
	flex:1; margin-left:10px;
}
.small_gall_list_body p{
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-size: 0;
}
/*.small_gall_list_body p > .view-count {
  display: inline; white-space:nowrap; flex:0 0 auto; 0.875rem font-size:14px !important;*/
}
.small_gall_list_body p:has(.view-count) {
  margin: 0; /* 숏코드 감싼 p 자체 여백 제거 */
}
/*기본가격*/
.view-price {font-weight: 700 !important;
	font-family: 'Noto Sans KR', sans-serif;
  color: #C30000;
	font-size:1.375rem;
  margin-bottom: 2px; /* 제목과 간격 최소화 */
  line-height: 1.2;}

/* 작은가격*/
div.small_view-price{
	font-weight: 700 !important;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:1rem !important;
  color: #C30000;
  margin-bottom: 2px; /* 제목과 간격 최소화 */
  line-height: 1.2;
}

/* 가격옆카테고리*/
.categoty_sing{
	font-size:14px;
	font-weight:normal !important;
	color:#686868;
}

@media (max-width: 600px) {
	.small_gall_list_pri{
		line-height:22px;
	}
	
	.small_gall_list_pri.is-layout-constrained > * {
  margin-block-start: 0 !important;
}
	.small_gall_list_tit.is-layout-flex {
    gap: 0 !important;
  }
	.small_gall_list_tit .wp-block-group.is-layout-flex {
    gap: 0 !important;
  }
  .small_gall_list_tit {
    flex-direction: column;   
    align-items: flex-start;  
  }
	.wp-block-post-date{
		font-size:11px;
	}
	
  .small_gall_list_tit .wp-block-group {        
    width: 100%;              /* 한 줄 전부 차지 */
    display: flex;            
    justify-content: flex-start; /* 왼쪽 정렬 */
  }
	/* 제목과 날짜 간격 최소화 */
  .small_gall_list_tit .wp-block-post-title {
	  line-height: 20px;
	  margin-top:3px;
	  font-size:1rem !important;
    margin-bottom: 4px;  /* 필요에 따라 0~4px 조정 */
  }
	div.small_view-price, .view-price{
		font-size:14px !important;
	}
}


