/****重點模組****/
/*內文區塊-文字+背景顏色*/
.body-p .fs-step .step-content .content{
    background-color: unset;
    color: unset;
    border-left-color: unset;
}

/*標題區塊-標題文字+背景顏色*/
.body-p .fs-step .step-title {
    background-color: unset;
    color: unset;
    border-left-color: unset;
}

/*標題區塊-前裝飾*/
.body-p .fs-step .step-title:before {
    background-color: unset;
}

/*標題區塊-後裝飾*/
.body-p .fs-step .step-title:after {
    background-color: unset;
}

/*內文區塊-背景顏色*/
.body-p .fs-step .step-content {
    background-color: unset; 
}

/*圖片區塊-圖片外框色*/
.body-p .fs-step .fs-fancybox.has-border .fs-imageEx {
    background-color: unset;
}

/*整個list*/
.body-p .fs-step .xtree-node {
    background-color: unset;
}