/*產品介紹區塊*/
.bgArea{padding:1.5rem 1.5rem .5rem;background:#e3f8f1}
.shih_picBox{width:300px;padding: 8px;text-align:center;background:#fff;border:1px solid #e2e2e2;margin:0 auto 10px}
.shih_picBox>img{width:100%}
.infoTitle{font-weight:700;border-bottom:1px solid #ccc;padding-left:0;margin: 0 0 15px;display:flex}
.infoSubtit{background:#46b691;color:#fff;display:inline-block;padding:10px;border-radius:20px;margin-right:30px;margin-bottom:0.25rem;width:200px;text-align:center}
.infoSubtit+p{margin-bottom:0.25rem}
.shih_infoBox ul{padding-left:32px;}
.shih_infoBox ul>li{margin-top:10px}
.shih_infoBox ul>li>i{color: #acacac;width:25px;text-align:center;margin-right:5px;}
.shih_infoBox ul.iconArrow>li:before{content: '\f138';font-family: Font Awesome\ 5 Free;font-weight: 900;margin-right: 10px;color: #7dccb2;margin-left:-32px;}
.describeBox+.describeBox{margin-top:1rem}
.vegLabel{font-size:1.1rem;background:#f67515;color:#fff;padding:4px 10px;border-radius:10px;margin:5px;font-weight: normal}

/*頁籤及表格介紹*/
#pdtlTab li>*{font-weight:700;color:#333;font-size:1.1em;border:1px solid #ccc;margin-right:10px}
#pdtlTab li>.active{border-color:#ff9724;background:#ffe492}
#pdtlTab{margin:1.5rem 0 5px;border-bottom:3px solid #ccc;display:flex;flex-wrap:inherit}
.table3{width:100%;font-size:1.1em;border:2px solid #28926f;margin-bottom:20px}
.table3 th,.table3 td{padding:9px 0;border-bottom:1px solid #e2e2e2;border-top:1px solid #fff;text-align:left}
.table3 th{background: #28926f;padding:10px;color: #fff;}
.table3 td{padding:10px;box-sizing:border-box}
.table3 tr:nth-child(odd){background:#e5f7f1}
.reportBox{background: #e5f7f1;overflow:hidden;padding-top:20px}
.reportBox li{text-align:center;margin-bottom:20px;position:relative;font-weight: bold}
.reportBox li img{border:1px solid #c4c4c4;max-height: 170px;display:block;margin:0 auto}

/*-----------------------------------------*/
@media screen and (min-width: 640px) {
.flexBox{display:flex;align-items:flex-start}
.shih_infoBox{width:calc(100% - 300px)}
.infoTitle{padding-left:20px}
.shih_infoBox ul>li{margin:10px 0 0 25px;}
.describeBox{display:flex;flex-wrap:wrap;align-items:center}
}

@media screen and (max-width:600px) {
 /*頁籤*/
#pdtlTab{flex-wrap:wrap;justify-content:space-between}
#pdtlTab li{width:calc(50% - 5px);margin-top:10px}
#pdtlTab li>*{width:100%}
}