@charset "utf-8";


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

*/
body{
    font-family: "微軟正黑體", sans-serif;
}
/* .path p, .path p a{ display: none;} */

.edit{ padding: 0px 0;}
.info_fix{ display: none;}
.path p a:hover{ color: #F4C138;}


.other_select_page #page .promotion_title ,.other_select_page #page .other_promotion ,.other_select_page #page .page{display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* header */
.header_area {
    background: #fff;
    padding: 10px 0 0 0;
}
.main_header_area .container {
    max-width: 100%;
}
.nav-header {
    max-width:300px;
}
.me_tp_features {
    display: none;
}
input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.box_search input[type=text]:focus {
    color: #333;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */
.navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* .stellarnav  */
.stellarnav > ul {
    display: flex;
    justify-content: center;
    text-align: center;
    background: #73a42f;
}
.stellarnav > ul > li > a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding: 5px 20px;
    margin: 0 15px;
}
.stellarnav > ul > li > a b {
    font-family: "微軟正黑體" , sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding: 5px 20px;
}
.stellarnav ul ul {
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: #73a42f;
}
.stellarnav li li {
    border: 0;
    border-bottom: solid 1px #6a952d;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 12px 15px 12px 10px;
}


/* 下滑設定 */
.header_area.sticky {
    background: #fff;
}
.nav-header,
.header_area.sticky .nav-header {
    transition: ease-in-out .3s;
}
.header_area.sticky .nav-header {
    max-width: 250px;
}

/* hover */
.stellarnav * {
    transition: all .3s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: #fff;
    background:#abe261; 
} /* 主選單一般變色 */
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #000;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: #fff;
    background: #abe261 ;
    padding-left: 17px;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #000;
} /* 次分類三角形 */


/* 商品下拉超過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個--結束 */



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #4c4c4c;}
.stellarnav .menu-toggle:after { color: #4c4c4c;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #90deee;
    color: #282828;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #282828;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #282828;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #fcc938;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #fcc938;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 5px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(191, 232, 227, 0.2);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(208, 208, 208, 0.3) solid;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width: 1100px) {
    .stellarnav > ul > li > a {
        padding: 5px 10px;
        margin: 0;
    }
}
@media screen and (max-width:832px) {
    .stellarnav > ul > li > a b{ font-size: 15px; letter-spacing: 0em;}
}

@media screen and (max-width:768px) {
    .stellarnav.mobile > ul > li > a{
        color: #000;
    }
    .stellarnav.mobile > ul > li > a:hover{
         color: #fff;
    }
    .stellarnav.mobile > ul > li > a{
        padding: 20px 43px 20px 20px;
    }
    .stellarnav > ul > li.has-sub > a{
        padding: 20px 43px 20px 20px;
    }
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ color: #000; text-align: left; padding: 18px 15px 18px 20px;}
    .stellarnav li li{ border-bottom: solid 1px #6a952d40;}
    .stellarnav.mobile li.open{ padding: 0px;}
     .stellarnav > ul > li > a b{ font-size: 16px; letter-spacing: 0.1em;}
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{
        left: 14px;
        top: 8px;
    }
}

@media screen and (max-width:400px) {
    .nav-header{
        max-width: 230px;
    }
    .header_area.sticky .nav-header{  max-width: 230px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* footer */
/* .footer_logo div > p{ margin-bottom: 20px;}
.footer_menu{ margin: 0 0 32px; color: #E7E0CB;}
.footer_menu a:hover{ background-color: #193C4F;}
.copy{ border-top: 0px;}

@media  (max-width:1450px) {
    .footer{ padding: 50px 0 0;}
}
@media  (max-width:768px) {
    .footer_menu{ margin: 0 0 0px;}
    .footer_logo{ flex-direction: column!important;}
    .footer.with_shopping_mode{padding: 60px 0 55px; }
} */

/* footer */
/* .footer {  background: #ffffff;   padding: 30px 0 0; }
.footer .center {  max-width: 1500px;}
.footer_info {  padding: 0;}
.footer_logo {  width: 280px; margin: 0;}
.footer_logo a img {  width: 100%;}
.footer_info ul {   width: 100%;  padding-top: 10px;}
.footer_info li {  display: inline-block;  vertical-align: top;}
.footer_info li p {   font-size: 15px;  letter-spacing: 2px;  font-weight: 900; line-height: 190%; color: #272c37;}
.footer_info li p.tel:before{ content: '聯絡電話：';} */
/* 資訊隱藏 */
/* .footer_info li p.phone,.footer_info li p.fax,.footer_info li p.mail{ display: none;}
.box_link { display: none;}
.box_link a {   display: inline-block; border: 0; color: #fff;}
.footer_info li:nth-child(1){ display: none;}
.footer_menu a {   color: #52565e;  letter-spacing: 2px;   border: 0;  background: transparent;   font-weight: 400;}
.copy {   max-width: 1500px;  padding: 15px 0;  margin: 15px auto 0 auto;font-weight: bold;}

.copy a {  font-weight: bold;} */

/* hover */
/* .footer_menu a:hover {   background: transparent;  color: #EF7F30; font-weight: bold;}
.footer_menu a, .footer_menu a:hover {  transition: all .2s;}
.box_link a, .box_link a:hover {  transition: all .2s;}
.copy a:hover {  color: #E80D2D;}

@media screen and (max-width: 1050px) {
    .footer_info li:nth-child(2) {  float: left;}
	}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode {    padding: 50px 0 0; }
    .footer_logo {   margin-bottom: 0;  padding-left: 14px;  width: 300px;}
	.footer_info li {  display: inline-block;  vertical-align: top;  padding-left: 33px;}
	.footer_info li:nth-child(2) {  float: left;   padding-left: 25px;}
    .copy02{ padding-bottom: 0px!important;}
}
@media screen and (max-width:320px) {
    .footer_logo{ width: 260px;}
} */

/* 展示footer demo */

.footer_info ul { display: none;}
.box_link { display: none;}
.footer {
    border-top: none !important;
    padding: 50px 0 0 0;
}
.fix_ri{display: block!important;}

@media screen and (max-width:1400px) {

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;}
/* .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%;}

.page .activeN{ color: #A9E061;}
.page a:hover { background:#A9E061; color:#fff;}

.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 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:0px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { 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:#ad925e;}

.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;}
.product_info_page  .swiper-wrapper .swiper-slide:nth-child(1)::after { display: none;}

@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: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}

/* 首頁 */
.i_prod_tit, .i_video_tit{text-align:center;display: flex;flex-direction: column-reverse;align-items: center;}
.i_prod_tit span, .i_video_tit span{color: #739C2F; font-size: 40px; font-weight: bold; }
.i_prod_tit h2, .i_video_tit h2{color: #808080;  font-size: 30px;  font-family: "微軟正黑體", sans-serif; text-transform:capitalize}
.animated-arrow{ background: #A3DA61; width: 200px; height: 40px; line-height: 40px;} 
.animated-arrow b { font-weight: 400;}
.i_prod_b a i.fa-solid.fa-arrow-right{ display: none; }
.prod_part{ padding: 50px 20px 80px;  margin-top: 50px;}

/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: transparent; color: #444;  padding: 12px 16px; transition: 0.3s;}
.product-layer-two li a:hover{ background: #A3DA61; color: #fff;}
.product-layer-two li li a{ color: #000; background: unset; }
.product-layer-two li i{ color: #fae5ea; } 
.product-layer-two li.active a{ background: #A3DA61; border: 0px; color: #fff;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 60px ;}
.products-list .price { display: none;}
.products-list .name{ font-size: 18px; color: #739C2F; font-weight: bold; text-align: center;
    /* height: 68px; */
}
.products-list .item a{ transition: 0.5s;}
.products-list .more{ font-size: 15px; color: #B7E0DB; border: 0px; }
.products-list .item a:hover .more{ background: transparent; color: #A5F1EF;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
   transition: 0.3s;
}

    .products-list .pic{ overflow: hidden;}
    .products-list .item a img{ transition: 0.3s;}
.products-list .item a:hover img  {
    background: rgba(165,187,116,.2);
    z-index: 999;
    opacity: 0.65;
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn h2{ color: #739C2F; font-size: 26px;}
.product_info li span{ display: none;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: transparent; font-size: 22px; font-weight: bold;}
.pd_tabTitle li.activeTab a::before{ content:"資訊"; display: block; text-align: center;  font-size: 22px; font-weight: bold; color: #626F47; margin-bottom: -24px;}

.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
.inquiry_a1{ background: #A6A6A6;}
.inquiry_a2{ background: #8B8B8B;}
.inquiry_a1:hover { background: #8B8B8B;}
.inquiry_a2:hover { background: #A6A6A6;}

.rewrite_simple{ background: #A6A6A6;}
.send_simple{ background: #8B8B8B;}


/* 相關推薦 */
.prod_related h6 span:before{  color: #626F47; font-size: 22px; font-weight: bold;}
.prod_related{ background: transparent; padding: 80px 15px 60px;}
.related_list li a{ background: transparent;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}
.lastPage{ background: #A3DA61; }

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px; height: 30px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:980px) {
    .products-list, .pageIndex .products-list{
        grid-gap:40px 60px;
    }
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .product-layer-two{ display: block!important;}
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
}
@media screen and (max-width:450px) {
    .products-list{grid-template-columns:1fr; gap: 24px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background: transparent;}
.banner h5 { color: #739C2F; font-weight: bold; font-size: 40px; }
.banner h5:after{
  content: "Contact Us";
  display: block;
  font-size: 30px;
  color: #808080;
  font-weight:bold;
  text-align: center;
 font-family: "微軟正黑體", sans-serif;
}
.promotions_page .banner h5:after{ content: "News";}
.other_page .banner h5:after{ content: "About";}
.other_select_page .banner h5:after{ content: "Services";}
.blog_page .banner h5:after,.blog_in_page .banner h5:after {content: "Employer"; }
.blog_page.article_b .banner h5:after,.blog_in_page.article_b .banner h5:after {content: "Info"; }
.product_page .banner h5:after ,.product_info_page .banner h5:after,.car_page .banner h5:after{content: "Job"; }

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 促銷方案 */
/* 促銷方案背景 */
.promotions_page .edit { color: #000; padding: 40px 0 80px;   font-family: "微軟正黑體", sans-serif;}

/* 首頁 */
.news_part .title_i_box{text-align:center;display: flex;flex-direction: column-reverse;align-items: center;}
.news_part .title_i_box h4{color: #739C2F; font-size: 40px; font-weight: bold; }
.news_part .title_i_box h6{color: #808080;  font-size: 30px;  font-family: "微軟正黑體", sans-serif; text-transform:capitalize}
.i_news_b a i.fa-solid.fa-arrow-right{ display: none;}
.animated-arrow b{ color: #739C2F; }
.pageIndex .animated-arrow { background: transparent ; border: 1px solid #739C2F;}
.animated-arrow:hover{background: #A3DA61; border: 0px ;  }
.animated-arrow:hover b{ color: #fff;}
.news_list ul{ margin-bottom: 36px;}
.news_list ul li a{ transition: 0.3s;}
.news_list ul li a:hover{ background: #b7e0db28;}
.news_list ul li a:hover p{ color: #739C2F;  font-weight: bold; }


/*上面那排標題*/
.promotion_title{  font-family: "微軟正黑體", sans-serif;}
.promotions_page .promotion_title em{ border: 0px ;    padding: 16px 16px;   background: #88D6E6;  color: #fff;}
.promotions_page .promotion_title span{ display: none;}
.promotions_page  .promotion_title h2{color: #739C2F; font-size: 28px;padding-left: 16px; line-height: 50px; font-weight: bold;   font-family: "微軟正黑體", sans-serif;}
/* 下方sitemap */
.other_promotion li a{ background: #b7e0db28; border: 0px; color: #4C4C4C; transition: 0.2s;}
.other_promotion li a:hover{ background: transparent; color: #739C2F;}
.other_promotion .pmtTitle h3{ color: #739C2F;}

@media screen and (max-width:1024px) {
    .promotions_page #content{
        background-position: left;
    }
}

@media screen and (max-width:768px) {
    .promotions_page .promotion_title h2{ padding-left: 0px;}
}
@media screen and (max-width:600px) {
    .news_list ul li{ background: #b7e0db28;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 文章設定 */
/*首頁最新消息*/
.module_i_news{ padding: 100px 20px; }
.module_i_news .title_i_box h4{ font-size: 36px;  font-weight: bold; color: #000;  font-family: "微軟正黑體", sans-serif;}
.module_i_news .title_i_box h4::before{
  content: "POSTURE ENCYCLOPEDIA";
  font-family: "Archivo Black", serif;
  font-size: 48px;
  font-weight: bold;
  display: block;
  color: #80D5E9;
}
.module_i_news ul{ grid-template-columns: 1fr 1fr 1fr 1fr; }
.module_i_news li a{ display: flex; flex-direction: column;}
.module_i_news li a:before{
  font-weight: 400;
    opacity: 1;
    font-size: 15px;
    color: #A0DEFF;
    bottom: -20px;
}
.module_i_news li a:hover:before {  color: #3ABEF9; transition:.5s;}
.module_i_news li a:after{ background: transparent; border: 0px;}

.i_blog_ri h5{ 
  font-weight: bold;
  font-size: 20px;
  color: #1AA2C3;
  margin-bottom: 15px;

}

@media screen and (max-width:1024px) {
  .module_i_news ul{ grid-template-columns: 1fr 1fr 1fr; }
}
@media screen and (max-width:768px) {
  .module_i_news ul{ grid-template-columns: 1fr 1fr; }
  .module_i_news li{ border-bottom: 0px; margin-bottom: 24px;}
}
@media screen and (max-width:470px) {
  .module_i_news .title_i_box h4::before{ font-size: 35px;}
}
@media screen and (max-width:420px) {
  .module_i_news ul{ grid-template-columns: 1fr; }
}



/*文章*/
h5.blog_le_t{font-family: "微軟正黑體"; color: #B65526; }
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500;}
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr; grid-gap: 48px 20px;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #B7E0DB; bottom: -20px;}
.subbox_item a:hover:before {  color: #A5F1EF; transition:.5s;}
.blog_le{ width: 224px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #A3DA61 !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover;}
.blog_list_ri h5 {  font-weight: bold;  font-size: 20px;  color: #739C2F;  margin-bottom: 15px; font-family: "微軟正黑體"; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { opacity: 0.65;; transition: .5s ease-in-out;}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 15px;  color: #000;  line-height: 150%;    font-family: "微軟正黑體";}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #A3DA61;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: #739C2F; color: #ffffff;}
h4.blog_category_title { font-family: "微軟正黑體";  font-weight: bold;  letter-spacing: 1px; border-bottom: 1px #739c2f1a solid;  padding: 10px 0; color: #739C2F;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 0px;}
.blog_back a.article_btn_next { background: #A3DA61;  color: #fff;}
.blog_back a.article_btn_prev {  background: #A3DA61; color: #fff;}
.lastPage{  background: #A3DA61;  }
.news_related { background: #a5f1ee1b;}
.news_related_list li a{ background: transparent;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 16px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 聯絡我們 */
.contact_content .information_left{ display: none;}
.contact_editbox{ padding: 0px 0px;}
.contact_content .information_right{ width: 100%; padding-left: 0px;}
.contact_content{ max-width: 1000px;}

/* 聯絡我們 */
.blank_letter{ color: #B65526;}
.contact_form{ grid-gap:16px;}
.contact_form li{ grid-template-columns:124px 1fr;}
.contact_form li.last blockquote{ color: #739C2F;
  }
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #739C2F; }
.contact_form li.last cite{ color: #fff; background: #A3DA61; border: 0px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: unset;}
.contact_form li .form__label{max-width: 115px; }

@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
    .contact_content .information_right{ padding-left: 10px;}
}
@media screen and (max-width:450px) {
    .contact_form li{ grid-template-columns:1fr;}
}





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



/*footer切版 2025/07/29*/
.footer_info{display: flex;flex-wrap: wrap;align-items: center;}
.footer_logo{width: 300px;}
.footer_menu{width: calc(100% - 300px);padding: 0 0 0 2.5vw;}
.footer_menu a:hover{
 background: #A9E061;   
}
.ft_contentbox{max-width: 1400px;margin: 0 auto;}
.ft_linkbox{width: 100%;display: flex;flex-wrap: wrap;margin: 30px auto;}
.ft_link{width: 25%;padding: 5px;display: flex;flex-wrap: wrap;align-items: flex-start;align-content: flex-start;}
.ft_link h4{font-size: 20px;margin-bottom: 10px;}
.ft_link a{display: block;padding: 5px 0 5px 35px;position: relative;font-size: 15px;color: #000;margin: 5px 0;line-height: 120%;transition: 0.5s;}
.ft_link a:before{content: "";position: absolute;width: 25px;height: 25px;left: 0;top: 5px;background-size: contain;background-repeat: no-repeat;}
.ft_link a:hover{color: #A9DF60;}

#icon_tel:before{background-image: url(../images/ft_icon001.png);}
#icon_line:before{background-image: url(../images/ft_icon002.png);}
#icon_mail:before{background-image: url(../images/ft_icon003.png);}
#icon_map:before{background-image: url(../images/ft_icon004.png);}
#icon_num:before{background-image: url(../images/ft_icon005.png);}

@media screen and (max-width: 1190px) {
    
.ft_contentbox{max-width: 800px;}
.ft_linkbox{margin-top: 40px;}
.ft_link{width: 33.333%;padding: 5px;flex-direction: column;}
.ft_link:nth-child(1){width: 100%;margin-bottom: 20px;flex-direction: row;}
.ft_link h4{font-size: 18px;margin-bottom: 10px;}
.ft_link a{padding: 5px 0 5px 27px;font-size: 15px;margin: 5px 0;line-height: 120%;}
.ft_link a:before{width: 20px;height: 20px;top: 3px;}
.ft_link:nth-child(1) a{width: 50%;}

}

@media screen and (max-width: 800px) {

.footer_logo{margin-bottom: 15px;}
.footer_menu{width: 100%;padding: 0;}
.ft_contentbox{max-width: 500px;}
.ft_linkbox{margin: 0;margin-bottom: 25px;}
.ft_link{width: 100%;padding: 5px 0;}
.ft_link:nth-child(1){margin-bottom: 10px;}
.ft_link h4{width: 100%;font-size: 17px;}
.ft_link a:before{width: 18px;height: 18px;top: 6px;left: 2px;}
.ft_link:nth-child(1) a{width: 100%;}

}