public void StartCombine()
    {
        Debug.Log("์กฐํ•ฉ ์‹œ์ž‘");

        combinePanel.SetActive(false);
        combine.StartCombine(System.Convert.ToString(recipe["comID"]), selectedChar);
    }