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

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

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

/* 文字標題 */
.body-p .fs-step .step-title {
    color: #fff;
    /*背景色*/ /*background-color: #caefca;*/
    border-left-color: unset;
    position: relative;
    font-weight: bold;
    font-size: 1.5em;
    margin: 5px 0 20px 0;
    z-index: 2;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 5px;
}

/*標題區塊-前裝飾*/
.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;
    border-bottom:1px solid  #dbdbdb; 
}

/*圖片*/
.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%;
}