/* 傑品QACSS */

.jp-banner{
    background-image: url("../images/qa-jiepin/qa_slide01.jpg");
    background-size: cover;
    background-position: center center;
    height: 100px;
    padding-top: 36px;
    }
.jp-banner h2{
    
    text-align: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .7)

}
.jp-banner h2+span{
    margin-top: 2px;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #333;
}

/* S1 */
.jp-qa-s1{
    padding-top: 50px;
    padding-bottom: 50px; 

   
 }

 .jp-qa-s1 h3{
     font-size: 24px;
     color: #333;
     text-align: center;
     padding-bottom: 10px;
     border-bottom: 1px solid #eee;
     margin-bottom: 5px;
 }
 .jp-qa-s1 h5{
    padding: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
   
}
.jp-qa-s1 h5>span{
    padding-left: 10px;
    
}

 .jp-qa-s1 h4{
     font-size: 20px;
     letter-spacing: 0.02em;
     line-height: 1.5em;
     color: #005fb8;
     font-weight: bold;
     margin-bottom: 5px;

 }
 .jp-qa-s1 p{
     /* text-indent: 2.1em; */
     letter-spacing: 0.02em;
     line-height: 1.5em;
     text-align:justify;
     text-indent: -28px;
     padding-left: 32px;
     font-size: 16px;
 }
 

 .jp-qa-s1 i{
    margin-bottom: 2px;
    color:  #005fb8;
    margin-right: 5px;
 }

 .jp-qa-s1 .qa{
     padding:10px;
     padding-right: 10px;
     padding-left: 10px;
     background-color: #eee;
     border-radius: 5px;
     margin-bottom: 12px;
     box-shadow: 0 1px 3px #ccc;
 }

/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// 平板////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width:768px){

    .jp-banner{
        background-size: cover;
        background-position: center center;
        height: 150px;
        padding-top: 50px;
        }

    .jp-banner h2{

        text-align: center;
        font-size: 28px;
        color: #fff;
    }
    .jp-banner h2+span{
        margin-top: 4px;
        font-size: 14px;
        display: block;
        text-align: center;
    }


        
}


/* ///////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// 電腦版 ////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:992px){

    .jp-banner{
        background-size: cover;
        background-position: center center;
        height: 300px;
        padding-top: 120px;
        }

        .jp-banner h2{
            text-align: center;
            font-size: 36px;
            color: #fff;
        }

        .jp-banner h2+span{
            margin-top: 5px;
            font-size: 18px;
            display: block;
            text-align: center;
        }

        .jp-qa-s1 h3{
            font-size: 30px;
            margin-bottom: 15px;
        }
 
        .jp-qa-s1 h5{
            padding: 10px;
            padding-bottom: 10px;
            line-height: 1.5em;
            letter-spacing: 0.02em;
       
        }


        .jp-qa-s1 .qa{
            padding:10px;
            padding-right: 20px;
            padding-left: 20px;
            background-color: #eee;
            border-radius: 5px;
            margin-bottom: 12px;
            box-shadow: 0 1px 3px #ccc;
        }
    }

    