/* 아이콘 강조 */
.hellopanda-theme-guide-helpbtn:before {
	content: 'new';
	position: absolute; 
	/* width: 1.125rem; */ height: 1.125rem; padding: 0 .4rem;
	bottom: calc(100% - .85rem); right: calc(0% - .25rem);
	border: 2px solid var(--wp--preset--color--base);
	color: #fff; font-weight: bold; 
	background-color: var(--wp--preset--color--primary); border-radius: 100rem;
	font-size: 11px; display: flex; align-items: center; justify-content: center;
}