CATEGORY_LIST: readonly [
    {
        subCategoryList: readonly [
            {
                icon: FC<SVGProps<SVGSVGElement>>;
                name: "면역 기능";
                value: "immunity";
            },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "혈압"; value: "bloodpressure" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "혈당"; value: "bloodsugar" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "헐중 지방"; value: "bloodfat" },
            {
                icon: FC<SVGProps<SVGSVGElement>>;
                name: "혈액 순환";
                value: "bloodcirculation";
            },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "빈혈"; value: "anemia" },
        ];
        title: "면역 및 순환 건강";
    },
    {
        subCategoryList: readonly [
            { icon: FC<SVGProps<SVGSVGElement>>; name: "뼈 건강"; value: "bone" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "치아&잇몸"; value: "tooth" },
        ];
        title: "뼈, 치아 건강";
    },
    {
        subCategoryList: readonly [
            { icon: FC<SVGProps<SVGSVGElement>>; name: "피부 건강"; value: "skin" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "탈모&손톱"; value: "losshair" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "노화"; value: "aging" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "운동"; value: "exercise" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "체지방"; value: "bodyfat" },
        ];
        title: "뷰티 & 웰니스";
    },
    {
        subCategoryList: readonly [
            { icon: FC<SVGProps<SVGSVGElement>>; name: "간 건강"; value: "liver_L" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "장 건강"; value: "organ_L" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "갑상선"; value: "thyroid" },
        ];
        title: "소화 및 내분비 건강";
    },
    {
        subCategoryList: readonly [
            { icon: FC<SVGProps<SVGSVGElement>>; name: "두뇌"; value: "brain" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "스트레스"; value: "stress" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "피로감"; value: "tired" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "눈건강"; value: "eye" },
        ];
        title: "신경 및 정신 건강";
    },
    {
        subCategoryList: readonly [
            { icon: FC<SVGProps<SVGSVGElement>>; name: "여성 건강"; value: "female" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "남성 건강"; value: "male" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "호흡기"; value: "respiratory" },
            { icon: FC<SVGProps<SVGSVGElement>>; name: "임신"; value: "pregnancy" },
        ];
        title: "생식 및 호흡 건강";
    },
] = ...