﻿
/* ******************** google_font ******************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('css2-JuliusSansOne_swap.css');



/* ******************** header ******************** */
/*中間小標刪除*/
.path {
    display: none;
}

/*按鈕*/
.animated-arrow {
    background: #7d7d7d;
}

.bannerindex {
    position: relative;
}

/*header*/
.header_area {
    position: sticky;
    width: 100%;
    padding: 0;
    background: #154418;
}

.header_area.sticky {
    background: #19441be0;
}

.main_header_area .container {
    max-width: 100%;
}


.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    color: #fff;
}
.box_search{    margin-bottom: 0;}
.shop_search_btn {
    background: #172517;}
.tp_links{display: none;}

.navigation {
    /* padding: 0px 0 0px 230px; */
    /* box-shadow: 0px 0px 8px #aaaaaa70; */
    grid-template-columns: 360px 1fr;
}
@media only screen and (max-width: 570px) {
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
        display: unset;
    }
}

/* ******************** header購物車******************** */
/* (暫時隱藏)  */
.me_tp_features {
    display: none;
    background: #163a17;
    width: 100%;
    position: absolute;
    padding: 8px;
    margin: 0;
}

/* .stellarnav{margin-top: 43px;}
.nav-header{margin-top: 22px;} 
@media screen and (max-width: 1024px) {
    .nav-header {
        padding-top: 40px;
    }
}*/

/* 預覽塗滿版 */
.box_container * {
    width: 100%;}
/*LOGO*/
.nav-header {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-left: 45%;
}

.nav-brand {
    width: 280px;
}

.nav-brand img {
    max-width: 100%;
}

/*選單*/

.stellarnav>ul>li>a {
    padding: 0px 10px;
    width: 120px;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 17px;
    margin: 30px 0px;
    transition: all 0.3s;
}
.stellarnav>ul>li:hover>a {
    width: fit-content;
    min-width: 120px;
}
.stellarnav.mobile > ul{background: #5a7d5b;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #1f252b;}
.stellarnav .menu-toggle span.bars span{    background: #fff;}
.stellarnav .menu-toggle:after{color: #fff;}
.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.active>a,
.stellarnav>ul>li.focus>a {
    color: #42BE44;
}
.stellarnav > ul > li > a:hover b {
    font-weight: bold;
}

.stellarnav>ul>li:nth-last-child(1) {
    background: #438732;
}

.stellarnav>ul>li:nth-last-child(1):hover {
    background: #3c792d;
}

.stellarnav>ul>li:nth-last-child(1)>a {
    color: #fff;
}


.stellarnav>ul>li {
    display: inline-block;
    border-right: 1px solid #2a572c;
}
.stellarnav>ul>li:nth-last-child(2) {
    border-right: none;
}

/*下拉選單*/

.stellarnav>ul>li.drop-left>ul {
    right: unset;
}

.stellarnav ul ul {
    transform: translateX(-50%);
    left: 50%;
    min-width: 200px;
    background: #ffffffe8;
    box-shadow: 0 0 12px #00000012;
}

.stellarnav ul ul ul {
    left: 200px;
    transform: translate(0%);
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav li li {
    border: unset;
    margin-bottom: 0;
}


.stellarnav li li a {
    padding: 10px;
    text-align: center;
    color: #000000;
}

.stellarnav li li a:hover {
    background: #438732;
    color: #ffffff;
    font-weight: bold;
}
@media screen and (max-width: 1440px) {

.nav-header {
    margin-left: 0;
}
}
@media screen and (max-width: 1024px) {

    .main_header_area .container {
        max-width: 100%;
        padding: 0;
    }

    .navigation {
        padding: 0;
    }

    .stellarnav>ul>li>a{margin: 4px 0px;}


    .stellarnav{margin-top: 0px;}
.stellarnav>ul>li>a {
        width: 104px;
        font-size: 16px;
        padding: 0px;
}

    .stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
    .stellarnav>ul>li>a,
    .header_area.sticky .stellarnav>ul>li>a {
        margin:  0;
    }
    .stellarnav ul {
        margin: 10px 0;
    }
    .stellarnav>ul>li:nth-last-child(1) {
        background: none;
    }
    

    .stellarnav>ul>li:nth-last-child(2) {
        border-right: 1px solid #2a572c;
    }
}

@media screen and (max-width: 768px) {
    .stellarnav>ul>li>a b:nth-child(2) {
        display: none;
    }
    .stellarnav.mobile > ul > li > a{        width: auto;}
    .main_header_area .container {
        max-width: 100%;
    }
    .stellarnav ul {
        margin: 0;
    }

    .nav-header {
        display: flex;
        /* padding: 20px 0 15px; */
        justify-content: center;
    }

    .nav-brand {
        width: 175px;
    }

    .stellarnav.mobile {
        display: flex;
        width: auto;
        height: 100%;
        padding: 0 5px;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: center;
    }
    .stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #ffffff;}

}

@media screen and (max-width: 400px) {
    .nav-header {
        /* padding: 15px 0 10px; */
    }

    .nav-brand {
        width: 125px;
    }

    .stellarnav .menu-toggle {
        padding: 15px;
    }

    .stellarnav.mobile {
        padding: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 20px;
    }

    .stellarnav .menu-toggle:after {
        font-size: 8px;
    }
}

/* 大圖 */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    /* position: static; */
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    width: 100% !important;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        position: relative;
    }

}

@media screen and (max-width: 768px) {
     .bannerindex {
        padding-bottom: 0%;
    }

}

/**/
.pageIndex .swiper-slide:before,
.pageIndex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.pageIndex .swiper-slide:nth-child(1):before {
    width: 100%;
    background: url(../image/deli_01_c1.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0;
    top: 0%;
}

.pageIndex .swiper-slide:nth-child(1):after {
    width: 100%;
    background: url(../image/deli_02_c1.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;
}



.pageIndex .swiper-slide:nth-child(2):after {
    width: 100%;
    background: url(../image/deli_01_c2.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;

}

/**/
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ani_LtoR 1s 0.2s both;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: ani_LtoR 1s 0.6s both;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: ani_TtoB 1s 0.2s both;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_TtoB 0.6s 0.4s both;
}

/**/
@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%) opacity:0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0) opacity:1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**/

@media screen and (max-width: 768px) {
    .bannerindex {--swiper-pagination-bullet-size: 5px;}
}

.pageIndex .swiper-pagination {
    margin: 0;
    /* transform: translateX(-50%); */
}


/* ******************** banner ******************** */


.banner {
    display: block;
    font-size: 40px;
    color: #fff;
    padding: 120px 0;
    text-align: center;
    /* background-image: url(https://pic03.eapple.com.tw/falgongolf/banner_all.jpg); */
}

/* 商品 */
 .banner[data-banner=product_list_2092],.product_info_page .banF,.banner.banF{
    background-image: url(https://pic03.eapple.com.tw/falgongolf/banner_F1.jpg);
}

.banner[data-banner=product_list_2091]{
    background-image: url(https://pic03.eapple.com.tw/falgongolf/banner_F2.jpg);
}

/* 預約 */
 .banB{
    background-image: url(https://pic03.eapple.com.tw/falgongolf/banner_B.jpg);
}

 .banblog{
    background-image: url(https://pic03.eapple.com.tw/falgongolf/banner_banblog.jpg);
}




/* ******************** footer ******************** */
.footer {
    background: #154418;
    background: url(https://pic03.eapple.com.tw/falgongolf/f_bg.jpg) fixed repeat-y center;
    background-position-y: 100%;
    background-size: cover;
    padding: 100px 0 0;
}

.footer .center {
    max-width: 1600px;
}

.footer_menu {
    border-bottom: none !important;
}


.footer_info ul li a {
    color: #ffffff;
}

.footer_info li p:before {
    color: #ffffff;
}

.copy,
.copy a {
    color: #DDDDDD;
    /* background: #233040; */
}
.copy{ border-top: 1px #2a572c solid;}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #888;
    background: none;
    border: none;
    border-right: 1px #ccc solid;
}

.footer_menu a:nth-last-child(1) {
    border-right: none;
}

.footer_info {
    padding: 20px 12% 30px 2%;
    /* display: flex; */
    width: 100%;
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 9%;
}

.footer_menu a:hover {
    background: none;
    color: #42BE44;
}

.footer_info li p:before {
    margin: 0;
}

.footer_info ul li:nth-child(1) {
    display: grid;
    flex-wrap: wrap;
    gap: 4px 40px;
    grid-template-columns: 1fr 1fr;
    padding: 4px 10px;
    margin-left: 10px;
}

.footer_info ul {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.footer_info ul li {
    letter-spacing: 2px;
}

.box_link {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    display: none;
}

.footer_info li p.phone:before {
    content: '公司：一起高球有限公司';
    padding-top: 10px;
    font-size: 15px;
    position: absolute;
}

p.line{ order: 1;}
p.mail { order: 2;}
p.taxid{ order: 4;}
p.phone{order: 3;font-size: 0;    height: 22px;}
.footer_info li p:nth-child(5){ order: 4;}
.footer_info li p:nth-child(6){ order: 7;}
.footer_info li p:nth-child(7){ order: 6;}
.footer_info li p:nth-child(8){ order: 5;}
/* LOGO */
.footer_logo {
    margin: 0 auto 0 15px;
    max-width: 200px;
    filter: brightness(1);
}

@media screen and (max-width: 1024px){
    .footer_info{grid-gap: 20px;}
                .footer_info {
                grid-template-columns: 1fr;
            }
.footer_info ul li:nth-child(1) { grid-template-columns: 1fr;}

.footer_info ul li{   
 width: 100%;
}
    .footer_info {
        padding: 20px 12% 80px 2%;
    }
}

/* ******************** 分隔線 ******************** */
/* 促銷/最新消息 */
.i_news_b a:hover {
    background: #154418;
}
.promotion_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}
.promotion_title em {
    border: 1px #ccc dashed;
    padding: 2px 7px;
    margin: 0 8px 2px 0;
}

/* FQA 常見問題 */
/* h4.blog_category_title {
    color: #333;
    font-size: 30px;
    border-bottom: 1px #154418 solid;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'Noto Serif TC';
} */

.blog_in_page h4 {
    font-size: 30px;

    color: #333;
    padding: 10px 0;
    margin: 40px 0 10px;
}

.blog_in_page h3 {
    font-size: 22px;
    padding: 6px 0;

}



.blog_back a.article_btn_prev {
    background: #333;
    padding: 12px 0;
}
.blog_back a.article_btn_next {
    background: #333;
    padding: 12px 0;
}
.blog_back a.article_btn_next:hover ,.blog_back a.article_btn_prev:hover ,.blog_back a.article_btn_back:hover {
    background: #3c792d;
}

@media screen and (max-width: 425px) {

    .blog_back a.article_btn_prev {
        width: 48%;
    }

    .blog_back a.article_btn_next {
        width: 48%;
    }


}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{  display: none;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/

.product_page div#content,.blog_page div#content{
    background: #FAFAFA;
}
.product-wrapper {
    max-width: 1200px;
}

.prod_part {
    width: 90%;
}


.product_pic .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.products-list .pic {
    position: relative;
    aspect-ratio: 1/1;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.products-list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 12px #00000038;
}

.product-layer-two>li>a::before {
    background: #fff !important;
    padding-left: 10px !important;
}

.product-layer-two li li a {
    font-size: 13px;
}

.products-list .item a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

.products-list .name {
    height: auto;
}

.product_page .products-list .price {
    justify-content: flex-end;
}

.products-list .price b {
    font-weight: 400;
}

.products-list .more {
    border: 1px solid #c0c0c0;
    color: #154418;
    font-weight: 400;
    font-size: 14px;
    
}

.products-list .item a:hover .more {
    background: #154418;
    border: 1px solid #154418;
    transition: 0.5s;

    letter-spacing: 2px;
}

.products-list .item a:hover .pic {
    opacity: 0.75;
    transition: 0.5s;
}

.product_pic #bx-pager h6 {
    display: none;
}

.sidebarBtn {
    border: 1px #ddd solid;
    background: transparent;
    border-radius: 5px;
}

.sidebarBtn h2,
.sidebarBtn .price {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
}

.product_info {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

/*按鈕顏色*/
.inquiry_a1 {
    background: #808080;
}

.inquiry_a2 {
    background: #808080;
}

.inquiry_a3 {
    background: #154418;
}

.lastPage{background: #154418;}

.lastaction {
    color: #1A1A1A;
    background-color: #f2f2f2;
}

.nextaction {
    background-color: #1A1A1A;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
    color: #fff;
    transition: 0.5s;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    text-align: left;
}

.qaform {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
}

.qaform .breakF {
    border: 1px #cecece solid;
    background: #ffffff;
}

.productBtn {
    width: 100%;
    max-width: 100px;
    padding-left: 0;
    margin-right: 10px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.half_box li.btn_blankTop {
    margin-top: 180px;
    text-align: end;
}

.lastaction,
.nextaction {
    background-image: none;
    text-align: center;
}

.prod_related h6 span:before {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
}

.prod_related {
    background: transparent;
    border-top: 1px solid #e5e5e5;
}

.related_list li a {
    background: transparent;
}

.related_list li a p {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
    padding-bottom: 7px;
}

.related_list {
    max-width: 1550px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.related_list li {
    width: 100%;
}

.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

.related_list li a:hover p {
    border-bottom: 1px solid #000;
    transition: 0.5s;
}

.rewrite_simple,
.send_simple {
    background-color: #ffffff;
    border: 1px solid #bbb !important;
    border-radius: 0;
    color: #555;
    font-size: 15px;
    width: 120px;
    height: 33px;
    line-height: 31px;
}

.rewrite_simple:hover,
.send_simple:hover {
    border: 1px solid #000 !important;
    transition: 0.5s;
}

/*匯款通知*/
.form_content {
    padding: 120px 10px;
}

.separate_title {
    font-size: 16px;
    color: #444;
    padding: 10px 0 10px 20px;
    background: #e5e3d9;
}

/*購物車/外層＝＝*/
/*顏色*/
/*價格*/
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.products-list .price b {
    margin: 0;
    line-height: 180%;
    color: #1A1A1A;
}

.products-list .price b.ori_price {
    font-size: 14px;
}

/*外層版面*/
.product_page .main_part {
    max-width: 1600px;
}

.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 5%;
}

.product_page .products-list {
    width: calc(100% - 33%);
}

.product-layer-two {
    width: 250px;
    margin: 0;
}

.product_info_page .product-layer-two {
    display: none;
}

.product-layer-two li {
    margin: 0;
    width: 100%;
}

.product-layer-two li i {
    right: 12px;
    top: 4px;
    color: #e6ffe1;}

.product-layer-two li.active a {
    border: unset;
    border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .product_page .products-list {
        width: 100%;
    }

    .product_page .show_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 476px) {
    .products-list {
        grid-template-columns: 1fr;
    }
}

/**/
.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    transition: all 0.3s;
    width: 100%;
    display: block;
}

.product-layer-two>li>a {
    background: #438732;
    color: #ffffff;
    border-bottom: 1px solid #DED9D5;
    padding-left: 18px;
    border-radius: 5px;
}
.product-layer-two>li:hover>a {
    background: #154418;
}
.product-layer-two>li.active>a {
    background: #154418;
}
.product-layer-two li:hover a {
    transition: 0.5s;
}


.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
    grid-gap: 0;
}

.product-layer-two li li {
    border-bottom: 1px solid #ccc;
    background: transparent;
}

.product-layer-two li li:hover a {
    background: #d9edd5;
    color: #19441b;
}
.product-layer-two li li a {
    background: transparent ;
    padding: 8px 16px;
}
.product-layer-two li li.active a {
    background: #d9edd5 !important;
    color: #19441b;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*購物車/內層＝＝*/
.bx-wrapper img {
    margin: auto;
}

body.product_info_page #content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.proImgSwiper li {
    align-items: stretch;}
.pd_tabInner_contain{    line-height: 2;}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: #154418;
}
.pd_tabTitle li {
    border-bottom: none;
}
.pd_tabTitle li.activeTab a {
    color: #212121;
    font-size: 24px;
}
/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}

.sidebarBtn .sp_price {
    color: #19441b;
}

.mobile_product_name {
    font-size: 24px;
}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;color: #777777;}
/* = = = 共同使用購物車，某頁卻不要顯示其中一個分類時 = = = = = = = = = = = = = = = = = = = = = = = = = */

.product-layer-two > li:first-child, 
.product-layer-two > li:first-child.active ~ li { display: none;}

.product-layer-two > li:first-child.active { display:block;}


/*文章管理***************************************************** */

h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/

.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li{
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 12px #00000038;
}
.subbox_item a { 
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 12px #00000038;
    grid-gap: 0;}
.subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;overflow: hidden;}
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
/*側邊*/
.blog_le .accordion{    border-radius: 8px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #154418 !important;}
.submenu a:hover {    background: #cbc0a0;}

/*首頁*/
.module_i_news .title_i_box h4 {
    font-size: 48px;
    color: #202020;
    font-weight: 600;
}
.module_i_news .title_i_box h6 {
    font-family: "Lexend";
    font-size: 20px;
    color: #19441b;
    letter-spacing: 1px;
}
.module_i_news .title_i_box {
    display: flex;
    flex-direction: column-reverse;
}
.module_i_news_list, .module_i_news_list.swiper {
    padding: 30px 20px;
}
.module_i_news {
    padding: 60px 0;
    margin: 0 auto;
    background: #fafafa;
}
.module_i_news section {
    max-width: 1600px;
    margin: 0 auto;
}
/*按鈕*/
.i_blog_b {
    max-width: 100%;
    margin: 0 0 0 auto;
    text-align: center;
    order: 2;
    padding-right: 0vw;
    display: block;
}
.i_blog_b a {
    background: #478739;
}

/*按鈕*/

.module_i_news ul {
        width: 100%;
        align-items: center;
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.module_i_news li a { 
    display: flex;
        flex-direction: column;
        overflow: hidden;}
.i_blog_ri {
    padding: 10px 5px;
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: -75px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    min-height: 150px;
    transition: 0.5s;
    background: rgb(0 0 0 / 60%);
}
.module_i_news li a:hover .i_blog_ri { bottom: 0; transition: 0.3s;}
.i_blog_ri h5 { font-weight: 600;padding-left: 5%; color: #fff; letter-spacing: 2px; height: 30px; width: 100%;}
.i_blog_ri em { border-bottom: none; color: #fff; padding: 0 5%; padding-bottom: 1%;}
.i_blog_ri p {color: #fff; width: 90%; border-top: 1px solid #999; padding: 15px 0 10px; margin: 0 auto; min-height: 75px; max-height: 75px;}

/*hover*/
/* .module_i_news li a:before ,.module_i_news li a:after ,.subbox_item a:before , .subbox_item a:after { display: none;} */
.module_i_news li :hover .i_blog_le img { transform: translate(-50%, -50%) scale(1.05); filter: brightness(0.7); transition: 0.8s;}
.subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.1);  transition: 0.8s;}
.subbox_item a:before ,.module_i_news li a:before{
    content: 'READ MORE +';
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subbox_item a:after ,.module_i_news li a:after {background: #438732cf;}
.subbox_item a:hover:before, .subbox_item a:hover:after {
        opacity: 1;
        transition: all .5s;
    }
/*內頁-列表*/
.blog_page .main_part , .blog_in_page .main_part { max-width: 1700px;}
.blog_box {  padding: 25px 7px;}

.subbox_item {     
    padding: 0px;

    width: 100%;}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover; 
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog_list_ri { padding: 15px 5px;  width: 100%;text-align: left;}
.blog_list_ri h5 { font-weight: 600;}
.blog_list_ri em { padding-bottom: 7px;
    border-bottom: 1px solid #ccc;}


.blog_back { text-align: center; width: 100%; max-width: 1200px;  margin: 0 auto;}
.blog_back a.article_btn_back { background: #154418;padding: 12px 15px;}

/*功*/
.blog_subbox:before{content:none;}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
    /*購物車/＝＝＝＝＝*/
    .products-list { grid-template-columns: 1fr 1fr 1fr;}
    }
    
    @media screen and (max-width: 1024px) {
    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    .module_i_news li:nth-child(4) { display: block;}
    /*購物車/＝＝＝＝＝*/
    .product_page .products-list {    grid-template-columns: 1fr 1fr;}

    }
    
    /*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    @media screen and (max-width: 980px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{grid-template-columns:1fr 1fr;}
    }
    
    /*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    @media screen and (max-width: 768px) {

    /*購物車/＝＝＝＝＝*/
    .products-list { grid-template-columns: 1fr 1fr;}
    .product_page .products-list ,.product-layer-two { width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    /*順序*/
    .product_page .products-list { order: -1;}
    
    /*文章管理/＝＝＝＝＝*/
    h4.blog_category_title{font-size: 24px;}
    h4.blog_category_title span{font-size: 20px;}
    
    
    }
    
    /*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    @media screen and (max-width: 600px) {

    /*購物車/＝＝＝＝＝*/
    .prod_related h6 span:before{font-size: 20px;}
    
    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
    .i_blog_le, .blog_list_le { padding-bottom: 75%;}
    h4.blog_category_title{font-size: 20px;}
    h4.blog_category_title span{font-size: 18px;}
    }
    
    @media screen and (max-width: 490px) {
    .i_blog_b a { text-align: left; padding-left: 20px;}
    .i_blog_b { margin: 0 auto 0 0; margin-top: 0px; padding-bottom: 30px;}
    }
    /*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    @media screen and (max-width: 375px) {
    /*購物車/＝＝＝＝＝*/
    .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
    }