웨이포인트 창을 투명하게 하고 금색테투리를 두르고 싶은데 투명까지는 했는데.. 금색 테두리 띠가 안나옵니다.   어느 부분이 잘못된건지  도와주세요..^^?

{
    "type": "WaypointsPanel", "name": "WaypointsPanelOriginal",
    "fields": {
        "rect": "$LeftPanelRect",
        "anchor": "$LeftPanelAnchor",
        "buttonOffset": 123,
        "selectableFontColor": "$FontColorGoldYellow",
        "selectableFrames": [ 0, 1 ],
        "currentFontColor": "$FontColorBlue",
        "defaultFontColor": { "r": 105, "g": 105, "b": 105, "a": 255 },
        "terrorZoneFontColor": { "r": 135, "g": 82, "b": 161, "a": 255 }
    },
    "children": [
        {
            "type": "ClickCatcherWidget", "name": "ClickCatcher",
            "fields": {
                "rect": "$PanelClickCatcherRect"
            }
        },
        {
            "type": "ImageWidget", "name": "Background", // 배경 투명하게//
            "fields": {
                "rect": { "x": 0, "y": 0 },
                "filename": "PANEL\Waypoints\Waypoints_Base",
                "transparency": 0.62,
                "useAdvancedColoring": true,
                "recolorRange": { "hue": [ 0.0, 1.01 ], "saturation": [ 0.0, 1.01 ], "value": [ 0.0, 1.01 ] },
                "hsvTransform": [ 0, 0, 0.3, 0.0 ]
                      },
            "children": [
                   {
                    "type": "RectangleWidget", "name": "box", // 창 테두리 금띠 두르기//
                    "fields": {
                        "rect": "$PanelClickCatcherRect",
                        "color": [ 0.0, 0.0, 0.0, 0.35 ],
                        "borderColor" : [ 0.78, 0.70, 0.47, 0.95 ]
                    }
                }
            ]
        },
        {
            "type": "ImageWidget", "name": "LeftHinge",
            "fields": {
                "rect": "$LeftHingeRect",
                "filename": "$LeftHingeSprite"
            },
        },
        {
            "type": "TextBoxWidget", "name": "WaypointsTitle",
            "fields": {
                "rect": "$InGamePanelTitleRect",
                "text": "@Waypoint",
                "style": "$StyleTitleBlock",
            }
        },
        {
            "type": "TabBarWidget", "name": "Tabs",
            "fields": {
                "rect": { "x": 148, "y": 201 },
                "tabCount": 4,
                "filename": "PANEL\Waypoints\Waypoints_Tab_Original",
                "inactiveFrames": [ 1, 1, 1, 1 ],
                "activeFrames": [ 0, 0, 0, 0 ],
                "textStrings": [ "I", "II", "III", "IV", "V" ],
                "textStyle": { "pointSize": "$MediumLargeFontSize" },
                "activeTextColor": "$TabsActiveTextColor",
                "inactiveTextColor": "$TabsInactiveTextColor",
                "tabSize": { "x": 215, "y": 70 },
                "tabPadding": { "x": 0, "y": 0 },
                "onSwitchTabMessage": "Waypoints:SelectTab",
            }
        },
        // waypoint button templates
        {
            "type": "Widget", "name": "Templates",
            "children": [
                {
                    "type": "ButtonWidget", "name": "UnselectableButtonTemplate",
                    "fields": {
                        "rect": { "x": 152, "y": 264 },
                        "filename": "PANEL\Waypoints\Waypoints_Button_Disabled",
                        "onClickMessage": "Waypoints:SelectWaypoint",
                        "pointSize": "$MediumPanelFontSize",
                        "textColor": "$FontColorLightGray",
                        "text/rect": {"x": 210}
                    },
                    "children": [
                        {
                            "type": "ImageWidget", "name": "TerrorZone",
                            "fields": {
                                        "rect": { "x": 47, "y": 28 },
                                        "filename": "PANEL\Waypoints\terror_zone_icon",
                                        "visible": false
                                }
                        },
                    ]
                },
                {
                    "type": "ImageWidget", "name": "SelectableButton",
                    "fields": {
                        "filename": "PANEL\Waypoints\Waypoints_Button"
                    }
                },
                {
                    "type": "ImageWidget", "name": "CurrentButton",
                    "fields": {
                        "filename": "PANEL\Waypoints\Waypoints_Button_Active"
                    }
                }
            ]
        },


        {
            "type": "ButtonWidget", "name": "CloseButton",
            "fields": {
                "rect": { "x": 1075, "y": 9 },
                "filename": "PANEL\closebtn_4x",
                "hoveredFrame": 3,
                "tooltipString": "@strClose",
                "sound": "cursor_close_window_hd",
                "onClickMessage": "Waypoints:CloseWaypointPanel",
            },
        },
       {
            "type": "ImageWidget", "name": "Overlay",
            "fields": {
                "rect": { "x": 150, "y": 201 },
                "filename": "PANEL\Waypoints\Waypoints_Overlay"
            }
        }
    ]
}