@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');
/* BEAN · 섹션 헤드 — 큰 제목 + serif 이탤릭 강조 + 더보기 + 굵은 밑줄 */
.bean_ws-section{
	--bws-text:#1a1a1f;--bws-muted:#7a7a85;--bws-line:#e6e6e6;--bws-accent:#5b2ed8;
	--bws-serif:'Times New Roman',serif;
	font-family:'Pretendard Variable','Pretendard','Apple SD Gothic Neo','Malgun Gothic','Segoe UI',sans-serif;
	color:var(--bws-text);}
.bean_root .bean_ws-section{--bws-text:var(--bean-text);--bws-muted:var(--bean-muted);
	--bws-line:var(--bean-line);--bws-accent:var(--bean-accent);--bws-serif:var(--bean-serif);}
.bean_ws-section a,.bean_ws-section a:link,.bean_ws-section a:visited,
.bean_ws-section a:hover,.bean_ws-section a:focus{text-decoration:none;color:inherit;}
.bean_ws-section .bean_ws-head{display:flex;justify-content:space-between;align-items:baseline;
	border-bottom:1px solid var(--bws-line);padding:0 0 18px;margin-bottom:32px;
	flex-wrap:wrap;gap:12px;}
.bean_ws-section .bean_ws-title{margin:0;font-size:clamp(22px,3.2vw,32px);font-weight:800;
	letter-spacing:-.8px;color:var(--bws-text);line-height:1.2;}
.bean_ws-section .bean_ws-title i{font-family:var(--bws-serif);font-style:italic;font-weight:400;
	color:var(--bws-muted);}
.bean_ws-section .bean_ws-more{font-size:12px;font-weight:700;letter-spacing:1px;
	color:var(--bws-accent) !important;}
.bean_ws-section .bean_ws-more:hover{opacity:.7;}
