/*---------------------------------------------------------------------- /
巨幕設定-開始
----------------------------------------------------------------------- */

.jm {
    background: url('../images/banner/lib.jpg') no-repeat;
    background-size: cover;
    height: 600px
}


/* 巨幕響應式-PC */

@media screen and (min-width:2000px) {
    .jm {
        background-position: bottom
    }
}

@media screen and (max-width:1680px) {
    .jm {
        height: 520px
    }
}

@media screen and (max-width:1440px) {
    .jm {
        height: 450px
    }
}

@media screen and (max-width:1280px) {
    .jm {
        height: 400px
    }
}


/* 巨幕響應式-IPAD */

@media screen and (max-width: 1279px) {
    .jm {
        margin-top: -30px;
        height: 300px;
    }
}

@media screen and (max-width: 810px) {
    .jm {
        margin-top: 0px;
        height: 260px;
    }
}


/* 巨幕響應式-手機端 */

@media screen and (max-width:580px) {
    .jm {
        background-size: contain;
        background: url('../images/banner/h5/lib-iphone.jpg') no-repeat;
        background-position: left;
        height: 200px;
        display: block
    }
}


/*---------------------------------------------------------------------- /
巨幕設定-結束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
麵包屑-開始
----------------------------------------------------------------------- */

.mbx-row {
    height: 100px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center
}


/* 麵包屑文字 */

.mbx-text p {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 10px;
    letter-spacing: 1px
}


/* 麵包屑標題 */

.mbx-text h1 {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    font-weight: 800;
    padding-top: 10px;
    letter-spacing: 1px
}


/* 麵包屑-》》 */

.mbx-text p::after {
    display: inline-block;
    content: '\00bb';
    margin: 0.6em;
    color: black
}


/* 取消麵包屑-最後一個》 */

.mbx-text p:last-child::after {
    display: none
}


/* 響應式佈局 */

@media screen and (max-width:810px) {
    .mbx-text p {
        font-size: 13px;
    }
}


/*---------------------------------------------------------------------- /
麵包屑-結束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
faq-開始
----------------------------------------------------------------------- */

.faq {
    min-height: 700px;
}

.faqbox h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

.faqbox p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
}

.faqbox ul li {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}

.faqbox p a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}


/*---------------------------------------------------------------------- /
faq-結束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
faq-補充說明-開始
----------------------------------------------------------------------- */

/* 補充說明卡片 */

.faq-note {
    margin-top: 24px;
    padding: 20px 24px;
    border: 1px solid #e0ece9;
    border-left: 4px solid #087f8c;
    border-radius: 8px;
    background-color: #f9fdfc;
    box-shadow: 0 2px 8px rgba(0, 80, 60, 0.06);
}

/* 補充說明內容 */

.faq-note p {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
}


/* 響應式佈局 */

@media screen and (max-width:810px) {
    .faq-note {
        padding: 16px 18px;
    }
}


/*---------------------------------------------------------------------- /
faq-補充說明-結束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
faq-返回FAQ連結-開始
----------------------------------------------------------------------- */

/* 返回FAQ連結容器 */

.faq-back {
    text-align: left;
    margin-top: 24px;
}

/* 返回FAQ連結 */

.faq-back a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}


/*---------------------------------------------------------------------- /
faq-返回FAQ連結-結束
----------------------------------------------------------------------- */
