@charset "UTF-8";

#lsdv .Breadcrumb {
    padding: 20px 0;
    font-size: 0.9em;
}

    #lsdv .Breadcrumb h1 {
        display: inline;
    }

    #lsdv .Breadcrumb .CrumbLst {
        position: relative;
        display: inline-block;
    }

        #lsdv .Breadcrumb .CrumbLst + .CrumbLst:before {
            padding: 0 5px;
            content: ">";
            color: #cccccc;
        }

#lsdv .Menu {
    padding-bottom: 15px;
    text-align: center;
}

    #lsdv .Menu .M-a {
        display: inline-block;
        margin: 5px;
        padding: 5px 15px;
        background: #968481;
        color: white;
    }

        #lsdv .Menu .M-a.crt {
            background: #ff5722;
        }

#lsdv .Info {
    margin: 0 0 30px 30px;
}

    #lsdv .Info .ec-tt {
        margin: 0 0 15px;
        padding: 0 0 5px;
        border-bottom: 4px solid #ff5722;
        font-weight: bold;
        color: #ff5722;
        font-size: 1.3em;
    }

    #lsdv .Info time {
        color: #919191;
        font-size: 0.85em;
    }

        #lsdv .Info time:after {
            content: "發表";
        }

    #lsdv .Info .ec-lst {
        padding: 10px;
        border-bottom: 1px solid #e6e6e6;
        font-size: 0.9em;
    }

    #lsdv .Info .prod {
        margin: 0 5px 10px;
        padding: 5px;
        box-shadow: 0 0 15px white;
    }

        #lsdv .Info .prod:hover {
            box-shadow: 0 0 15px #f2f2f2;
        }

        #lsdv .Info .prod .sPrice {
            color: #919191;
            font-size: 0.85em;
            text-align: center;
        }

            #lsdv .Info .prod .sPrice:before {
                content: "NT$";
            }

#lsdv .WisemanList {
    margin-top: 30px;
    line-height: 1.5em;
}

    #lsdv .WisemanList .ec-tt {
        padding: 0 0 8px;
        font-weight: bold;
        color: #ff5722;
    }

    #lsdv .WisemanList .cont {
        padding-bottom: 15px;
    }

    #lsdv .WisemanList time:after {
        content: "發表";
    }

    #lsdv .WisemanList .ec-pull-right, #lsdv .WisemanList time {
        color: #919191;
        font-size: 0.85em;
    }

    #lsdv .WisemanList .tips:before {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid #cccccc;
        content: "";
    }

    #lsdv .WisemanList .tips:after {
        padding: 0 15px 2px;
        border: 1px solid #cccccc;
        background: #e6e6e6;
        content: "全文";
    }

    #lsdv .WisemanList .ec-lst {
        margin: 0 5px 10px;
        box-shadow: 0 0 15px #d1d1d1;
    }

        #lsdv .WisemanList .ec-lst:hover {
            box-shadow: 0 0 15px #f2f2f2;
        }

    #lsdv .WisemanList .ec-lst .txt {
        padding: 10px 10px 15px;
    }

@media (min-width:992px) and (max-width:1199px) {
    #lsdv .WisemanList .ec-col-lg-4:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width:1200px) {
    #lsdv .WisemanList .ec-col-lg-4:nth-child(3n+1) {
        clear: both;
    }
}

#lsdv .FilterBar {
    margin: 20px 0 50px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    text-align: right;
    background: #f2f2f2;
}

    #lsdv .FilterBar .Filter-a {
        display: inline-block;
        padding: 10px;
        text-align: center;
        font-size: 0.85em;
        cursor: pointer;
    }
