public static void Main()
var content = "<p><span style='color: rgb(0, 0, 0); font-family: Arial; white-space: pre-wrap;'>상품에 대한 궁금증이 있으시면, 상품명을 FASKET 헬퍼에게 말씀주세요~!</span><br></p>";
Console.WriteLine(HttpUtility.HtmlEncode(content));
Console.WriteLine(HttpUtility.HtmlDecode(content));