@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "Noto Sans TC", "Inter", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}

/* fix-ri */
.linksBtn{ background-color: #6fb32c; }
.info_fix:hover>.linksBtn{background: #70b32cd3;} 
.info_fix_links a { background: #6fb32c; }
.info_fix_links a:hover{background: #e60012;}

.info_fix_links a.info_fix_tel{ order: 1;}
.info_fix_links a.info_fix_mail{ order: 2; }
.info_fix_links a.info_fix_fb{ order: 3;}
.info_fix_links a.info_fix_tel2{ order: 4;}

.main_part{ padding: 80px 20px;}
@media screen and (max-width:500px) {
  .main_part{ padding: 20px 20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* header */
.header_area {  position: fixed;  width: 100%; background: #cccccc00; padding: 0;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.me_tp_features {display: none;}

.stellarnav{z-index: 99;}
/*新增的效果*/
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {  font-weight: 500;   position: relative;  padding: 0 20px; margin: 0; color: #fff;}
/*.stellarnav > ul > li:hover > a { color: #ffffff;}*/
.stellarnav > ul > li.drop-left > ul{ right: unset; left: 6px ;}


.stellarnav li a {  padding: 12px 12px;  display: block;  color: #fff;  font-size: 14px;}
.stellarnav li li {  display: block;  border: none;  margin-bottom: 0px;  background: #033524; border-bottom: 1px solid #f2f2f21a;}


@media screen and (max-width: 1024px){
	.nav-header {position: relative;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 9px;}/*漢堡按鈕*/
	.nav-header{top: 0;z-index: 0;}
	.nav-brand{margin-top: 5px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {   vertical-align: middle;  color: #303030;  padding: 24px 20px;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
	.stellarnav.mobile > ul > li.has-sub > ul a { padding: 20px;    font-size: 14px;   font-weight: 200;  }
    .stellarnav.mobile > ul > li.has-sub > ul a:hover{ color: #070707;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area{background: #033524;}
.main_header_area {
    background: linear-gradient(180deg, #033524db, transparent);
    box-shadow: none;
    position: relative;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #033524db;
    transition: all .5s;
    transition-timing-function: ease-in;
}
.stellarnav ul ul{ left: 6px;}
.stellarnav > ul > li {  padding: 32px 0;}
.stellarnav > ul > li > a {   color: #fff;  transition: all .8s;  letter-spacing: 2px;  font-size: 16px;   font-weight: 500;   height: 40px;  padding: 0 20px; position: relative;}
.stellarnav > ul > li > a:hover {color: #a6dba0; font-weight: bold; transform: translateY(-10PX);}
.stellarnav > ul > li > a:hover b{color: #a6dba0; font-weight: bold; }
.stellarnav > ul > li > a b {  font-weight: 500;  letter-spacing: 1px;  color: #fff;  font-size: 16px;}
.stellarnav > ul > li > ul a:hover {   color: #a6dba0;  border: none;}
.stellarnav li.has-sub > a {padding: 0px 25px 0px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #a6dba0;}
.stellarnav li.has-sub > a:hover:after {  color: #a6dba0;}
.header_area.sticky .main_header_area:after{height: 100%; border-radius: 0px 0px 60px 60px;}
.header_area .nav-brand { transition: all 0.8s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}


.stellarnav li.has-sub>a:after {
    content: '+';
    margin-left: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #9da0a0;
    transition: all 0.3s ease-in-out;
}



  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #c6c9ce;}
  .stellarnav .menu-toggle:after { color: #c6c9ce;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #033524;
      color: #FFF;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #FFF;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #FFF;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #fff;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #e60012;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #e60012;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: 14px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: rgba(128, 128, 128, 0.1);
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 0px;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


.nav-header {  width: 220px;   max-width: max-content;}
.nav-brand {  margin-top: 10px;}
.nav-brand img{ max-width: 100%;}

@media screen and (max-width:1270px) {
    .stellarnav > ul > li > a{ font-size: 15px;}
}

@media screen and (max-width: 1200px){
	.main_header_area .container {   max-width: 1800px;  padding: 0px 2%;}
	
	.stellarnav > ul > li > a {  padding: 0 10px;}
	.stellarnav > ul > li > a { font-size: 14px;}
    .stellarnav > ul > li{ padding: 40px 0px; }
}

@media screen and (max-width: 1024px){
    .main_header_area { background: #033524; }
	.navigation {padding: 0;}
	.nav-brand { width: 80% !important;  }
	.stellarnav > ul > li {padding: 0;}
    .stellarnav ul{ padding-top: 10px;}
    .stellarnav > ul > li > a{padding: 0px 18px;}
	.nav-header {  top: 20px; width: 240px;}
	
	.nav-brand {   margin: 0px 0 10px 0;}
	
}

@media screen and (max-width: 768px){
    .nav-brand{margin: -8px 0 24px 0; }
    .nav-header{ z-index: 9;}
	.stellarnav.mobile.left > ul{ top: -11px;}
    .stellarnav > ul > li > a:before{
        top: 35px;
        left: 8px;
    }
    .stellarnav.mobile ul ul{ padding-top: 0px;}
    .nav-brand img{ max-width: 90%;}
    .stellarnav > ul > li.drop-left > ul{ left: 0px;}
}

@media screen and (max-width:570px)  {
    .stellarnav.mobile{top: 20px;}
}

/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*footer/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.footer { border-top: 0px; padding: 70px 0 0;  font-size: 14px; background: #70b32c36;}
.footer_menu { width: 100%;  display: grid; grid-template-columns: repeat(2, 1fr);}
.footer_menu a { background: transparent;  border: 1px solid #3e9028; text-align: center; color: #3e9028; font-weight: 500; padding: 10px 10px;  transition: all .3s; }
.footer_menu a:hover { background: #e60012;  color: #fff;  border: 0px;}
.footer_menu a:nth-child(1) { display: none;}

.footer_info ul { display: flex; justify-content: flex-end; border-left: 1px solid #309e3f; }
.footer_info {  padding: 0;  display: grid;    grid-template-columns: 360px 1fr;    grid-gap: 20px;}
.footer_info li { padding: 0px;}
.footer_info li:before { font-size: 18px;  text-transform: uppercase; display: block;  color:#0E3526;    font-weight: 500;    margin-bottom: 18px;}
.footer_info li:nth-child(1) { width: 50%;  display: flex;  flex-flow: column;  margin-left: 70px;  padding: 0 17px;  flex-wrap: wrap;  flex-direction: row; padding-top: 15px;}
.footer_info li p {  color: #000 ; line-height: 150%;  display: inline-block;  width: 100%;  font-size: 15px;}
.footer_info li p a { color: #000}
.footer_info li:nth-child(2) { width:50%;  margin: 0;  border-top: 0px solid #ffffff;  padding-top: 0;}

/*順序*/
.footer_info li p.phone  {order:1;}
.footer_info li p.mail { order: 2;}
.footer_info li p.add  {order:3; }


/*footer_logo*/
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/hftek/logo.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    margin-right: 0;
    margin-top: 35px;
    height: 63px;
    width: auto;
    max-width: 320px;
}
.footer_logo img {  width: 0;  height: 68px;}

.copy { text-align: center;  padding: 20px 0;  font-size: 13px;  border-top: 0px;  margin-top: 50px;  background: #033524; color: #fff;}
.copy a{ color: #a6dba0; transition: all 0.5s ease-in-out;}
.copy a:hover { color: #a6dba0;}
/* #to_top { bottom: 30px; color:#ffffff;  background:#86BBEC; box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);  border-radius: 3px;}
#to_top i:before, #to_top i:after { background: #ffffff;} */

.box_link{ display: none;}


@media screen and (max-width: 1350px) {
.footer .center { max-width: 90%;}
}
@media screen and (max-width: 1200px) {
.footer_info {  grid-template-columns: 200px 1fr;}
.box_link { max-width: 200px;}
.footer_info li:nth-child(1) { margin-left: 15px;}
}
@media screen and (max-width: 1024px) {
.footer { padding: 32px 0 0;}
.footer .center { max-width: 100%;}
.footer_info { display: flex; flex-direction: column;}
.footer_logo { width: 100%; margin: 0 auto; text-align: center;}
.box_link { left: 42%; top: 27%; }

/*手機板footer*/
.footer_menu a { width: auto; text-align: center;}
.footer_info { padding: 25px 70px 0;}
.footer_info li p { width: calc(100% / 1);}
.footer_info li:nth-child(1) { width: 100%; text-align: justify; padding: 0; padding-top: 15px;}
.footer_info li:nth-child(2) { width: 100%; text-align: left;}
.footer_info ul { width: calc(100% - 0px); margin: 2% 0 0;  border-left: 0px;}
#bottom_menu li:nth-child(1) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(2) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(1) {width: 100%!important; border-right: 1px solid #ddd; }
#bottom_menu li:nth-child(2) { display:none !important;}
#bottom_menu li:nth-child(3) { display:none !important;}

}
@media screen and (max-width:768px) {
    .box_link{ left: 35%;}
    .footer_info li:nth-child(1){ padding-top: 0px; padding-right: 24px;}
}
@media screen and (max-width:766px) {
.footer_info ul { width: calc(100% - 0px);  margin: 0 0; display: flex; flex-direction: column; }
.footer_info li:nth-child(1) { width: 100%;  text-align: justify;  padding:0px 0px 25px; margin-left: 0px;}
.footer_info li:nth-child(2) { margin-left: 0px; }

/*Footer/＝＝＝＝＝*/
#to_top { bottom:120px;}
#bottom_menu {display: block; }
.footer_info { justify-content: center;}
.footer_logo { height: 65px; margin: 0 0; background-position: left;}
.box_link {  left: 10px; top: 0; justify-content: flex-start;}
.swiper-banner { margin: 40px 0 0;}
}
@media screen and (max-width: 600px) {
.copy{ margin-top: 0px;}
.box_link { text-align: center;}
.footer_info { padding: 20px 25px 16px;}
.footer_info li:nth-child(2) { padding: 20px 0;}
}
@media screen and (max-width: 480px) {
.copy { margin-top: 0;}
.footer_info li:nth-child(2){ margin-left: 5px;}
.footer_info li:nth-child(1){ margin-left: 5px;}
.box_link{ left: 4px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 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:1px dotted #ccc; padding-bottom: 5px;}
.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;}
@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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:1024px) {
    .bannerindex{ margin-top: 123px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 68px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { padding: 220px 0; margin-top: -56px; background: transparent;background-image: url(https://pic03.eapple.com.tw/hftek/ban-all.png); background-position: bottom;  position: relative; }

.banner h5 {
   color: #808080; 
    background: transparent;
    height: 70px;
    padding: 26px 0 0 0;
    position: absolute;
    z-index: 5;
    bottom: min(max(2.875vw, 9vw), 19vw);
    left: 11vw;
    font-size: 40px;
    min-width: 200px;
    text-align: left;
}

.banner h5:after {
    content: "PROCESS";
    font-family: "Inter", sans-serif;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    font-size:32px;
    text-align: left;
    max-width: 300px;
    letter-spacing: 0;
    margin-top: 15px;
    color: #6fb32c;
    font-weight: 500;
}

.banner.banC h5:after{
  content: "CONTACT";
}
.blog_page.article_b .banner.banblog h5:after{
  content: "WORKS";
}
.blog_page.article_a .banner.banblog h5:after{
  content: "NEWS";
}
.services_page .banner.banB h5:after{
  content: "SERVICE";
}
.other_page .banner.banB h5:after{
  display: none;
}
@media screen and (max-width:1400px) {
  .banner h5{left: 2vw; bottom: min(max(2.875vw, 13vw), 17vw);}
}
@media screen and (max-width:1024px) {
 .banner{ padding: 240px 0px; margin-top: -30px;}
   .banner h5{ bottom: min(max(2.875vw, 4vw), 19vw); left: 4vw; }
}
@media screen and (max-width:768px) {
  .banner{ padding: 180px 0px;}
}
@media screen and (max-width:500px) {
  .banner h5{ font-size: 36px; bottom:min(max(2.875vw, 34vw), 29vw)}
  .banner h5:after{ font-size: 28px;}
  .banner{ background-position: 21% 66%; margin-top: 0px; padding: 150px 0px;} 

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*首頁文章管理*/
.module_i_news {  padding: 50px 20px;  background: #fff;}
.i_blog_ri h5{ color: #6fb32c;}
.i_blog_ri em{ font-size: 12px;}
.i_blog_ri p{ color: #000;}
.i_blog_le img, .blog_list_le img { transition: 0.5s;}
.module_i_news li a:hover  .i_blog_le img { transform: translate(-50%, -50%) scale(1.05); }
.module_i_news_list li a:before { content: "";  position: absolute;  bottom: 0px;  left: 0;  width: 50px;  height: 2px;  background-color: #e60012;  transition: 0.3s;  z-index: 1;}
.module_i_news_list li a:hover:before { width: 100%; transition: all .5s;}
.module_i_news_list li a{ border-bottom: 1px solid #ccc;}
.i_blog_ri{ padding: 20px 5px;}

.module_i_news li {width: 100%;  background: #ffffff; }
.i_blog_ri , .i_blog_le { width: 100%;}
.i_blog_ri p {  font-size: 15px;   color: #666;   line-height: 150%;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;   white-space: normal;  overflow: hidden;  word-break: break-all;}

.module_i_news li a {  position: relative;  display: flex;  grid-gap: 10px;  flex-direction: column;}
.module_i_news li a:before , .module_i_news li a:after , .subbox_item a:before , .subbox_item a:after{    transition: 0.3s;}
.module_i_news li a:after , .subbox_item a:after{ background: rgb(222 184 135 / 70%);content: none;}
.module_i_news li a:before , .subbox_item a:before { transform: translateX(-50%);    width: 100%;   top: unset; }
.module_i_news li a:hover:before , .subbox_item a:hover:before { opacity: 1;  transform: translateX(-50%);  bottom: 0;}
.module_i_news li a:before {  left: 50%;   font-size: 18px;  padding: 10px 5px;}


.module_i_news .title_i_box h4 { 	color: #808080;font-size:40px; font-weight: bold;}  
.module_i_news .title_i_box h4:after{ content: "WORKS"; color: #6fb32c;  font-family: "Inter", sans-serif; font: 32px; font-weight: 500; display: block; }


.blog_page .main_part { width: 90%; max-width: 1500px;}
.blog_in_page .main_part { width: 90%; max-width: 1500px;}
h4.blog_category_title { font-size: 24px;  border-bottom: 1px #f4f4f4 solid;  padding: 15px 0; color: #6fb32c;}
h4.blog_category_title span{font-size: 24px;}
.blog_search input[type=search] { border: solid 0 #ccc; border-radius: 0;   background: #f6f8f7;}
.blog_le .accordion { border-radius: 0;  border: 0px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #e60012 !important;}
.submenu a:before { content: '｜';}
.submenu a:hover {    background:#81a081;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #f6f8f7;}
.subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.subbox_item:before { content: "";  position: absolute;  bottom: 0px;  left: 0;  width: 50px;  height: 2px;  background-color: #747A6A;  transition: 0.3s;   z-index: 1;}
.module_i_news li a:after , .subbox_item a:after{ pointer-events:none; opacity: 0; }
.module_i_news li a:hover:before, .module_i_news li a:hover:after { opacity: 0;  transition: all .5s;}
.blog_page .subbox_item a:before { color: transparent;}
.blog_list_le {  overflow: hidden;}
.module_i_news ul{ grid-template-columns: 1fr 1fr 1fr 1fr;}
.i_blog_le img, .blog_list_le img { transition: 0.5s;}
.i_blog_le img, .subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.05); }
.subbox_item a:hover:after { opacity: 0; transition: all .5s;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.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%);}
.subbox_item:hover .blog_list_le img { transform: translate(-50%, -50%) scale(1.1);  transition: 0.5s;}
.blog_list_ri{ padding: 22px 0;}
.blog_page .blog_list_ri h5 {  padding: 10px 0;  color: #6fb32c; -webkit-line-clamp: 2;}
.blog_page .blog_list_ri em { font-size: 12px;  margin: 0;}
.blog_page .blog_list_ri p { -webkit-line-clamp: 2;  line-height: 160%;  font-size: 14px;}
h5.blog_le_t span {  display: inline-block;  font-size: 16px;  padding-left: 5px;  letter-spacing: 1px;}
h5.blog_le_t em {  display: inline-block;  font-style: normal;  font-size: 24px;  letter-spacing: 0px;}
.accordion li .link a {  font-size: 16px;  font-weight: 500;   letter-spacing: 1px;}
.blog_back a { padding: 15px 15px;}
.blog_back a.article_btn_back{background:#e60012;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { color: #ffffff;background: #6fb32c; }
.promotion_title span { border: none; padding: 0; margin: 0;}
.promotion_title em { width: 100%; border: none; padding: 0 0px 20px;  margin: 0; }
.promotion_title h2 {  width: 100%; border-bottom: 1px solid #e5e5e5;  padding: 0 0 15px; font-weight: 600;}
.blog_box_edit { padding: 20px 20px;}
.blog_page .subbox_item:hover:before { width: 100%; transition: all .5s;}
.blog_page .subbox_item:before { content: "";  position: absolute;  bottom: 0px;  left: 0;  width: 50px;  height: 2px;  background-color: #e60012;  transition: 0.3s;  z-index: 1;}
.blog_page .subbox_item a { border-bottom: 1px solid #ccc;}
.lastPage {  background: #e60012;}
.news_related{ background: transparent;}
.news_related h6 span:before { color: #555;}
.subbox_item a { display: flex;  position: relative; grid-gap: 0px; flex-direction: column;  align-items: flex-start;}

.blog_subbox { display: grid;  grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px;}
.animated-arrow {  background: #e60012;  width: 190px;  font-size: 14px;}
@media screen and (max-width: 1200px) {
.blog_subbox {  grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 1024px) {
.pageIndex .module_i_news {padding: 70px 4% 120px;}
.module_i_news ul{ grid-template-columns: 1fr 1fr 1fr;}
}



@media screen and (max-width: 980px) {
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.blog_subbox { grid-template-columns: 1fr 1fr ; gap: 10px;}
.blog_page .blog_list_ri { width: calc(100% - 0%); padding: 20px 0 20px;}
.pageIndex .i_blog_ri {transform: translate(0, 0px); padding: 15px 15px;}
.module_i_news ul, .blog_subbox { grid-template-columns: 1fr 1fr;}

}

@media screen and (max-width: 768px) {
  .pageIndex .module_i_news ul { grid-template-columns: 1fr 1fr; gap: 10px;}
  .module_i_news ul, .blog_subbox { grid-template-columns: 1fr 1fr ;}
}


@media screen and (max-width: 580px) {
.pageIndex .module_i_news { background-size: 100%;}
.pageIndex .module_i_news .title_i_box:before { width: 260px;  left: 0;  position: absolute; left: 50%; transform: translate(-50%, -50%);}
.pageIndex .module_i_news .title_i_box h6:before {top: 60px; left: -50px; width: 40px; font-size: 12px; padding: 10px; height: 40px;}
.module_i_news ul, .blog_subbox { grid-template-columns: 1fr ;}
.pageIndex .module_i_news ul{grid-template-columns: 1fr ; }
}


.link a {  width: 100%; display: block;  letter-spacing: 1px;  font-size: 14px;}
.article_a  .banblog[data-banner=news_a_list_1441] + .main_part .blog_le .accordion > li{display:none;}
.article_a  .banblog[data-banner=news_a_list_1441] + .main_part .blog_le .accordion > li.on_this_category {
  display: block;
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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_form{ grid-gap: 15px;}
.contact_form li.last blockquote{ color: #6fb32c;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #6fb32c; }
.contact_form li.last cite{ color: #fff; background: #e60012; border: 0px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: unset;}


@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
}





.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) { 
}




