/* 編號區塊 */
.body-p .fs-step .step-sn {
    margin-top: 24px;
}

/* 內容區塊 */
.body-p .fs-step .node-title {
    padding: 25px 20px 0;
}

/*內文區塊-文字+背景顏色*/
.body-p .fs-step .step-content .content{
    color: #000;
    background-color: unset;
    border-left-color: unset;
}

/* 文字標題 */
.body-p .fs-step .step-title {
    color:#333;
    background-color: unset;
    /*裝飾線*/ /*border-left-color: #0E91DD;*/
    border-left-width: 10px;
    border-left-style: solid ;
    position: relative;
    font-weight: bold;
    font-size: 1.6em;
    margin: 6px 0 20px 0;
    padding-left: 12px;
}

/*標題區塊-前裝飾*/
.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: #007731;*/
}

/*整個list*/
.body-p .fs-step .xtree-node {
    background-color: unset;
}

.body-p .fs-step .content.list-margin ul {
    margin-left: -25px;
}

/*新增說明文字*/
.body-p .fs-step .text .node-title {
    padding: 0px;
}

/*圖片*/
.body-p .fs-step .fs-step-image-bottom .fs-fancybox .fs-imageEx {
    width: 100%;
    margin-top: 15px;
}
.body-p .fs-step .fs-imageEx img {
    width: 100%;
}