@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {
    padding: 10px 10px 10px;
}


/*======Header區塊======*/

/*首頁*/
.pageIndex .header_area {
    position: sticky;
    width: 100%;
    background: #ffffff;
}

.pageIndex .navigation {
    width: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    margin-top: 0;
    flex-direction: row;
    align-items: center;
    transition: all 1s;
}

.pageIndex .header_area.sticky .navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    margin-top: 0;
    flex-direction: row;
    align-items: center;
}


/*Header*/
.header_area {
    position: sticky;
    z-index: 9999;
    padding: 0px;
    background: #ffffff;
    width: 100%;
    transition: all 2s;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 4px 2px 10px 0px #2f2f2fad;
}

.main_header_area .container {
    max-width: 95%;
    margin: auto;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    margin-top: 0;
    flex-direction: row;
    align-items: center;
}

.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 300px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
    height: auto;
}

.stellarnav>ul>li>a {
    color: #4d4d4d;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    height: 15px;
    margin: 0;
    padding: 0px 25px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    border-right: 2px solid #ddd;
}


.stellarnav li li :hover {
    background: #fff;
    color: #f7b52c;
    font-weight: 500;
    font-size: 15px;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 25px;
}
.stellarnav li.has-sub>a:after {
    content: '+';
    margin-left: 10px;
    border-left: unset !important;
    border-bottom: unset!important;
    border-top: unset!important;
    display: inline-block;
    position: absolute;
    color: #4d4d4d;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

.stellarnav li.has-sub:hover>a:after {
    display: none;
}

.stellarnav>ul>li>a:hover {
    color: #3d9d9c;
    transition: all 0.5s;
    letter-spacing: 8px;
}

/*選單購物車隱藏*/
.me_tp_features {
    display: none;
}


/*首頁促銷方案*/

.news_part .title_i_box h4 {
    font-size: 28px;
    color: #3d9c9d;
    font-weight: 500;
    letter-spacing: 5px;
}
.animated-arrow {
    background: #3d9c9d;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: relative;
}
.i_news_b * {
    transition: all .5s;
    font-weight: 500;
}

/*首頁文章1*/
.module_i_news .title_i_box h4 {
    font-size: 28px;
    color: #3d9c9d;
    font-weight: 500;
    letter-spacing: 5px;
}
.module_i_news ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}


.module_i_news li {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.module_i_news li a {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 20px;
}

.module_i_news li a:before  {
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    bottom: -4%;
    letter-spacing: 5px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #3d9c9c;
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.module_i_news li a:after{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(0 0 0 / 24%);
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}




@media screen and (max-width: 1300px) {
    .nav-header {
        max-width: 200px;
    }
    .stellarnav>ul>li>a {
        padding: 0px 10px;
    }
}


@media screen and (max-width: 1024px) {
    .stellarnav>ul>li>a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    /*首頁Header*/
    .pageIndex .navigation {
        justify-content: center;
    }

    .header_area.sticky {
        box-shadow: unset;
    }

    .navigation {
        max-width: 100%;
        position: relative;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .nav-header {
        z-index: 123;
        top: 0;
        left: 0;
        max-width: 350px;
        width: 100%;
        grid-row: 1 / span 2;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .nav-brand {
        width: 170px;
        margin: 5px;
    }

    .stellarnav.mobile {
        position: absolute;
        left: -19px;
        top: 0px;
        display: inline-block;
        width: 65px;
        height: 60px;
        border-radius: 0 0 18px 0;
        background: #3d9c9c;
    }
    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 11px;
        left: 7px;
    }

    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 24px;
        height: 1px;
        border-radius: 6px;
        background: #ffffff;
        margin: 0 auto 4px;

    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #999;
        display: block;
        transform: scale(0.9);
        display: none;
    }

    .stellarnav.mobile.left>ul {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 80%;
        max-width: 1000%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 9999;
        border-right: 1px #eee solid;
        background: #ffffffeb;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 12px;
        background: #fff;
        padding: 26px;
    }

    .stellarnav.mobile>ul>li {
        display: block;
        border-bottom: 1px #ddd solid;
        margin: 15px;
    }

    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        color: #3d9d9c;
        border-right: unset
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        border-bottom: solid 3px #999;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        top: 50%;
        border-bottom: solid 3px #999;
        position: absolute;
    }

    .stellarnav li li :hover {
        background: #fff;
        color: #c79969;
        font-weight: 900;
    }
    /*首頁文章*/
    .module_i_news ul {
        grid-template-columns: 1fr 1fr;
    }
    
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 19px;
        left: 19px;
    }

}
@media only screen and (max-width: 400px) {
    .module_i_news ul {
        grid-template-columns: 1fr;
    }
    .module_i_news li a {
        grid-template-columns: 130px 1fr;
        align-items: center;
    }
    .module_i_news li a:before {
        bottom: -13%;
    }
    .i_blog_ri h5 {
        font-size: 16px;
        display: flex;
        padding-right: 10px;
    }
    .i_blog_ri p {
        font-size: 14px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer/＝＝＝＝＝*/
.footer {
    padding: 40px 0 0;
    background: #e6e6e6;
}

.footer_info li p,
.footer_info li p>a {
    color: #4d4d4d;
    line-height: 220%;
    font-weight: 500;
}

.footer_info {
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    flex-direction: column;
}

.footer_logo {
    width: 180px;
    margin: 0;
}

.footer_logo img {
    max-width: 300px;
}

.footer_info ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(1) {
    width: 48%;
    font-size: 15px;
}

.footer_info li:nth-child(2) {
    width: 48%;
    text-align: right;
}

.footer_menu a {
    background: transparent;
    color: #3d9c9c;
    font-size: 16px;
    font-weight: 900;
    border: none;
    display: block;
}

.footer_menu a:first-child {
    display: none;
}

.footer_menu a:hover {
    color: #f7b52c;
    transition: all 0.5s;
    background: unset;
}

.box_link {
    display: none;
}

.copy {
    border: none;
    padding: 50px 0px;
    text-align: right;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.copy,
.copy a {
    color: #4d4d4d;
    transition: all 0.3s;
}

.copy a:hover {
    color: #3d9c9c;
}

@media screen and (max-width: 1024px) {
    .footer_info {
        flex-direction: column;
    }

    .footer_logo {
        padding-left: 5%;
    }

    .footer_info ul {
        /* width: 100%; */
        padding: 35px 5%;
    }

    .box_link {
        top: 94%;
        padding: 0 11%;
    }

    .copy {
        padding-right: 10%;
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    #to_top {
        bottom: 60px;
    }

    #bottom_menu {
        display: block;
        background: #2d2d2d;
    }

    #bottom_menu li:first-child:nth-last-child(3),
    #bottom_menu li:first-child:nth-last-child(3)~li {
        border-right: 1px solid #dddddd0f;
    }

    #bottom_menu li a {
        color: #e8e8e8;
    }

    .footer.with_shopping_mode {
        padding: 57px 0 70px;
    }

    .footer_info {
        justify-content: center;
    }

    .footer_logo {
        text-align: center;
    }

    .footer_info li:nth-child(1) {
        width: 100%;
    }

    .box_link {
        padding: 0;
    }

}

@media screen and (max-width: 600px) {
    .box_link {
        display: none;
    }

    .footer_info {
        display: block;
        padding: 10px;
    }

    .footer_logo {
        text-align: center;
        margin: auto;
        padding-left: 0;
        display: none;
    }

    .footer_menu {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer_info ul {
        display: inline-block;
        text-align: left;
        padding-top: 0;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
        text-align: left;
        margin-top: 34px;
    }

    .copy {
        padding: 30px 0 25px;
        text-align: center;
    }
}


.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    background: #3d9c9c;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #ffffff;
    color: #484848;
}



/*浮動按鈕隱藏*/
.linksBtn {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #ffffff;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.products-list .more {
    border: 1px solid #c59e6f;
    color: #c59e6f;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.product-layer-two li i.close::before {
    content: '\f056';
    color: #999;
}

.products-list .item a:hover .more {
    background: #999;
    border: 1px solid #999;
    color: #fff;
    letter-spacing: 2px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #999;
}

.product-layer-two li li:hover>a:before {
    background: #999;
}

.products-list .price b {
    color: #999;
    font-size: 16px;
    width: calc(50% - 10px);
}

.products-list .more {
    border: 1px solid #999;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

/*第二層*/
.product-layer-two li.active a {
    font-weight: bold;
    border: unset;
    background: unset;
    color: #999;
}

.proImgSwiper li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sidebarBtn .sp_price {
    display: block;
    color: #3d9c9c;
    font-size: 22px;
    font-weight: bold;
}

.inquiry_a3 {
    background: #999;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 7px;
    background: #3d9c9c;
}


/*第三層*/
.shopping-cart .cart_head {
    background: #999;
    padding: 5px;
    border-radius: 0 0 15px 15px;
    color: #fff;
}

.send_simple {
    background: #999 url(../images/simple_right.png) 88% center no-repeat;
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 17px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #c3a135;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #c3a135;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

.products-list .name {
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
}




@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: none;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    height: calc(100% -120px);
    max-width: 100%;
    width: 97%;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 2rem;
    overflow: hidden;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}


.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: auto;
    }
}

/*BANNER下方導覽隱藏*/
.path p,
.path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}

/*第一張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/17bone/大圖文字001.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10%;
    left: -20%;
    width: 50% !important;
    height: 25% !important;
    background-position: right;
    padding-bottom: calc(100% / 1* 0.12);
    transform: translateX(0) ;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
  }
  




/*第二張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/17bone/大圖文字002.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26% !important;
    height: 40% !important;
    background-position: right;
    padding-bottom: calc(100% / 1* 0.12);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: scale-up-center 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  


.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {
    content: "";
    display: block;
    width: 35%;
    height: 35%;
    border-radius: 10px;
    background-color: #3d9c9cde;
    animation: scale-up-hor-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    z-index: 0;
}

@keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}


@media screen and (max-width: 600px) { 

    .bannerindex .swiper-slide img { display:none; }
    .bannerindex .swiper-slide {height: 130vw;  width: 100% !important; }
/*第一張大圖*/
    .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/17bone/手機版大圖-01.jpg); background-position: top; background-size:cover;}
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
        left: -15%;
    }
    
/*第二張大圖*/
    .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/17bone/手機版大圖-02.jpg); background-position: top; background-size:cover;}
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
        width: 30% !important;
        height: 30% !important;
    }
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {
        width: 45%;
        height: 18%;
    }



}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/)center top;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background-size: cover;
}

.banner h5 {
    color: #666;
    position: relative;
    font-weight: 500;
    letter-spacing: 8px;
    font-family: system-ui;
    writing-mode: vertical-rl;
    margin: auto;
    height: 300px;
}

/*===========================*/
/*關於安程*/
.other_select_page .banner.banA {
    display: none;
}
.other_select_page .promotion_title {
    display: none;
}
.other_select_page.bodyDesktop .other_promotion {
    display: none;
}
/*===========================*/


.banner.banA {
    background: url(https://pic03.eapple.com.tw/17bone/banner.jpg)center top;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background-size: cover;
}

.banner.banB {
    display: none;
}

.banner.banC {
    background: url(https://pic03.eapple.com.tw/)center top;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background-size: cover;
}

.banner.banD {}

.banner.banE {}

.banner.banblog {
    background: url(https://pic03.eapple.com.tw/17bone/banner.jpg)center top;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .banner {
        padding: 65px 0;
        height: 160px;
    }
    .banner.banA {
        padding: 65px 0;
        height: 160px;
    }

    .banner.banblog {
        padding: 65px 0;
        height: 160px;
    }

    .banner.banC {
        padding: 65px 0;
        height: 160px;
    }
    .banner h5{
        font-size: 20px;
    }

}

@media screen and (max-width: 480px) {
    .banner {
        padding: 70px 0;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

h5.blog_le_t {
    display: none;
}
h4.blog_category_title {
    display: none;
}

.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #595755;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    letter-spacing: 4px;
}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    padding: 12px;
}
.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.subbox_item a {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 20px;
}

.subbox_item a:before {
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    bottom: -4%;
    letter-spacing: 5px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #3d9c9c;
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}
.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(0 0 0 / 24%);
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}
.blog_list_ri h5 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 5px;
    color: #595755;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

/*第二層*/
.blog_shareData {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.news_related_list li {
    display: block;
    padding: 0px;
}

.blog_back a.article_btn_back {
    background: #3d9c9c;
}

.blog_back a.article_btn_prev {
    background: #999;
}

.blog_back a.article_btn_next {
    background: #999;
}

.lastPage {
    font-size: 16px;
    color: #fff;
    background: #3d9c9c;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    font-weight: 500;
    color: #999;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}

.news_related {
    background: #ffffff;
    padding: 50px 15px 0;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        padding: 12px;
    }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 12px;
    }

    /*第二層*/
    .blog_shareData {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }

    .blog_box_edit * {
        line-height: 150%;
        max-width: 100%;
        width: 100%;
    }

    .blog_box {
        min-height: 20vw;
        padding: 35px;
    }
}

@media screen and (max-width: 600px) {
    .blog_subbox {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .blog_subbox {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 20px 0;
    }

    h4.blog_category_title {
        display: none;
    }
    
    .subbox_item a  {
        grid-template-columns: 130px 1fr;
        align-items: center;
    }
    .subbox_item a:before {
        bottom: -13%;
    }
    .subbox_item a  h5 {
        font-size: 16px;
        display: flex;
        padding-right: 10px;
        letter-spacing: 1px;
    }
    .subbox_item a  p {
        font-size: 14px;
    }


}

/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
/*下拉編輯頁隱藏*/
.other_select_page .page {
    margin: 0px auto;
}


.promotion_title * {  color: #4c4c4c ;}
.promotion_title em {  border: 1px #4c4c4c  dashed;}
.promotion_title span { border: 1px #4c4c4c  dashed;}
.promotion_title h2 {  display: block;  font-size: 30px;}
.show_content {
    margin: auto;
    padding: 20px 0px;
}
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: -3px;
}
.other_promotion {
    list-style: none;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 30px;
}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before {
    border: 4px #3d9d9c solid;
    width: 15px;
    height: 4px;
    border-radius: 29px;
    border-bottom: none;
    border-right: none;
    border-left: none;
}
.other_promotion li a:hover:before {
    width: 100%;
    height: 4px;
}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
/*下拉編輯頁隱藏*/
.other_select_page .other_promotion {
    display: none;
}
    
    
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: -3px;
    }
}

@media screen and (max-width: 480px) {
    .other_promotion {
        list-style: none;
        display: grid;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 15px;
    }
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: -3px;
    }
    .promotion_title h2 {
        font-size: 22px;
    }
    
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*表單功能*/

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #999;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contact_form li.last cite {
    background: #999;
    color: #fff;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        width: 100%;
        margin-left: 0;
        text-align: left;
        font-weight: bold;
        padding: 5px;
        background: rgb(130 130 130 / 15%);
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}