@charset "utf-8";
@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: "Inter",  "Microsoft JhengHei UI", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix { display: none;}


.other_select_page .promotion_title,.other_select_page .other_promotion ,.other_select_page .page { display: none; }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1) {
    position: relative; 
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/cstconn/bannertxt1.png);
    width: 570px;
    height: 120px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center top;
    z-index: 10001;
    pointer-events: none;
    left: 34%;
    top: 45%;
    transform: translateX(-50%);
    opacity: 0; 
    animation: banner-appear-and-fade 3s ease-out 1s forwards;
}


@keyframes banner-appear-and-fade {
    0% {
        transform: translateX(-15%);
        opacity: 0;
    }
    70% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(5%);
        opacity: 0;
    }
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2) {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/cstconn/bannertxt2.png);
    width: 540px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: 10001;
    pointer-events: none;
    left: 50%;
    top: 46%;
    transform: translate(-50%, 30px);
    opacity: 0;
    animation: slideInUp 1s ease-out 1.8s forwards/* 向上滑入 */ ;
    animation-delay: 0.2s;
}

/* 向上滑入動畫 */
@keyframes slideInUp {
    0% {
        transform: translate(-50%, 30px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}


/* ============================== */
/* 預設不顯示動畫圖 */

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before{ pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before{ pointer-events: none;}
/* ============================== */

@media screen and (max-width: 1380px) {  
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before{ left: 29%;}

}
@media screen and (max-width: 1024px) {  
      .bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before{  width: 480px;height:87px;;left: 24%; top:40%;}
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before{ width: 480px;height:92px;top:42%;  }

}
@media screen and (max-width: 768px) {
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before {
   width: 400px;
    height: 60px;
    left:24%;
    top: 38%;

}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before {

    width: 400px;
    height: 75px;
    left: 50%;
    top: 40%;
}
}

@media screen and (max-width: 620px) {  
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before{ left: 16%;}

}
@media screen and (max-width: 500px) {  
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before{ width: 320px;}
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before{ width: 270px;}
}

@media screen and (max-width: 420px) {  
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before{  width: 240px; height: 40px; left:22%;}
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before{ width: 210px;}

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* ===== */
.main_header_area .container {
    max-width: 90%;
}

.header_area {
    background: #ffffffeb;
    padding: 0px 10px;
    transition: 0.4s;
}

.header_area.sticky {
    background: #ffffff;
}

.tp_links{ display: none;}
.me_tp_features{ display: none;}

.shop_search_btn{ background: #555;}

.stellarnav {
    padding: 0px 0 0;
}

.nav-brand{ max-width: unset;}

.nav-brand img{ max-width: 310px;}

.stellarnav>ul>li>a {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    color: #262626;
    transition: all 0.3s;
    padding: 22px 16px 28px 16px;
    height: 80px;
}
.stellarnav>ul>li>a:before{
    content:' ';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background-color:#A1CA56;
  transform:scaleX(0);
  transition:all 0.5s;
  transform-origin:left;
}
.stellarnav>ul>li>a:hover:before{
    transform:scaleX(1);
}

.stellarnav li.has-sub > a:after{
    border-top: 6px solid #262626;
}

.stellarnav>ul>li>a:hover{
    color: #32A546;
}
.stellarnav ul ul{
    left: 10px;
    top: 60px;
    font-size: 15px;
    width: 220px;
}

.stellarnav li a{
    color: #262626;
    font-size: 15px;
}

.stellarnav ul ul li a:hover{
    border: 0px;
    background: #A1CA56;
    color: #fff;
}

/* 商品下拉超過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;
}

/* 
.stellarnav.mobile ul {
    background: #000000;
} */

.stellarnav.mobile>ul>li {
    border-bottom: 1px #101010 solid;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: #000000;
}


/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #7A7A78;}
.stellarnav .menu-toggle:after { color: #7A7A78;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #32A546;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #DFE7DD;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #DFE7DD;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #A6CCED;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #A6CCED;
  }
  .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:transparent;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(237, 237, 237, 0.3) solid;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:1112px) {
    .stellarnav>ul>li>a{ padding: 22px 8px 28px 8px;}
}

@media screen and (max-width:1024px) {
    .nav-brand img{ max-width: 280px; padding-top: 6px;}
    .header_area {
        background: #fff;
    }
    .header_area.sticky { background: #fff;}
    .stellarnav{ padding: 0px 0px 0px;}
    .stellarnav>ul>li>a {
        padding: 0px 12px 0px 12px;
        height: 40px;
    }
}

@media screen and (max-width:768px) {
    .nav-brand img{ max-width: 250px;}
    .stellarnav.mobile{ left: -40px; top: 4px;}
    .stellarnav.mobile > ul > li > a{
        padding: 20px 43px 20px 10px;
        color: #444444;
    }
    .header_area{ padding: 4px 10px;}
    .stellarnav li a{padding: 7px 15px; }
    .stellarnav li li{ border: 0px;}
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ left: -20px; top: 14px;}
}



/* 商品下拉超過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 {
    background: #f8f8f8;
    border-top: 1px solid #dfdede;
}
.footer_logo {padding: 0 10px; max-width: 320px;}
.footer_info li p {display: inline-block;width: 50%;}
.footer_info li p,.footer_info li p a{ font-family: "Inter", sans-serif;}

.footer_info li p.tel:before { content: 'TEL：';}
.footer_info li p.fax:before { content: 'FAX：';}
.footer_info li p.mail:before { content: 'MAIL：';}
.footer_info li p.add2:before { content: 'ADD：';}
.footer_info li p.phone:before{content: 'PHONE：'; }


.center {max-width: 1600px;}
.footer_info {padding: 0; display: flex; flex-direction: column; grid-gap: 5px;}
.footer_info ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer_info li {
     margin-top: 12px;
	 padding: 10px;
}
.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 2;
}
.footer_info li p {
    display: inline-block;
    width: 50%;
    color: #353F48;
}
.footer_info li p a {
    color: #353F48;
}
.footer_info li:nth-child(2) {
    width: 100%;
}
.footer_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #999;
}
.footer_menu a {
    padding: 0;
    border: none;
    margin: 0 32px 15px 0;
    background: none;
    font-family: "Inter", sans-serif;
    color: #32A546;
}
.footer_menu a:hover {
    background: none;
    color: #A1CA56;
}

.footer_menu a:nth-of-type(1) { display: none;}

.copy{
    margin-top: 30px;
    border-top: none;
    color: #cfcfcf;
}
.copy p a {color: #cfcfcf; }

.box_link {display:none;}

@media screen and (max-width: 1280px) {

.footer .center {
    width: 100%;
    max-width: 90%;
}

}



@media screen and (max-width: 768px) {

.footer_info li p { width: 100%;}
.footer_menu {
    display: grid;
    place-content: center;
    grid-template-columns:  repeat(3, 1fr);
}

}

@media screen and (max-width: 480px) {

/*頁腳*/
.footer_menu{
    grid-template-columns: repeat(2, 1fr);
}


}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; margin-bottom: 10px;}
.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: #329e46; font-size: 48px; font-weight:900; margin-bottom: 24px; }
.i_prod_tit span::after{ content: ""; display: block; width: 100px; height: 3px;background: #9ac356;  margin: auto; position: relative ; top: 10px;}
.animated-arrow{ background: #9ac356; width: 200px; height: 40px; line-height: 40px;} 
.animated-arrow:hover{background: #329e46; }
.animated-arrow b { font-weight: 400; font-size: 0px; }
.animated-arrow b::before{ content: "MORE +"; color: #fff; font-weight: 400; font-size: 16px; display: block;}
.i_prod_b a i.fa-solid.fa-arrow-right{ display: none; }
.prod_part{ padding: 50px 20px 80px;  margin-top: 50px;}



.product_page #content,.product_info_page #content,.car_page #content{ background-image: url(https://pic03.eapple.com.tw/cstconn/in-bg.jpg); background-position: center; background-repeat: repeat;}


/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid #C8C9C9;} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: transparent; color: #3e3a39;  padding: 12px 16px; transition: 0.3s; border: 1px solid #C8C9C9;}
.product-layer-two li a:hover{ background: #9ac356; 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: #9ac356; 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: #0a599f; font-weight: bold; text-align: center;
    /* height: 68px; */
}
.products-list .item a:hover .name{ color: #329e46; transition: 0.5s;} 
.products-list .item{ border: 1px dotted #C8C9C9; padding: 5px;}
.products-list .item a{ transition: 0.5s;padding-bottom: 0px; }
.products-list .more{ font-size: 15px; color: #B7E0DB; border: 0px;  display: none;}
.products-list .item a:hover .more{ background: transparent; color: #A5F1EF;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
   transition: 0.5s;
}

    .products-list .pic{ overflow: hidden;}
    .products-list .item a{ transition: 0.5s;}
    .products-list .item a img{ transition: 0.5s;}
.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: #0a599f; 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; font-size: 0px;}
.pd_tabTitle li.activeTab a::before{ content:"INFORMATION"; display: block; text-align: center;  margin-bottom: 30px; font-size: 22px; } 

.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
.toShare{ display: none; }
.inquiry_a1{ background: #329e46; border-radius: 0px;}
.inquiry_a2{ background: #9ac356; border-radius: 0px;}
.inquiry_a1:hover { background: #9ac356; border-radius: 0px;}
.inquiry_a2:hover { background: #329e46; border-radius: 0px;}

.rewrite_simple{ background: #329e46;}
.send_simple{ background: #9ac356;}


/* 相關推薦 */
.prod_related h6 span:before{ font-size: 22px; font-weight: bold; content: "RELATED ITEMS ";}
.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; margin-top: -110px;}
.bannerindex { position:relative; height:auto; top: -110px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width:1024px) {
    .bannerindex{ top: 0px;}
    #content_main { margin-top: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



/*內頁BANNER 設定*/
.banner { padding: 120px 0; background-image: url(https://pic03.eapple.com.tw/cstconn/ban.jpg); background-size: cover; background-position: center; }
.banner h5 { color: #fff;  font-family: "Inter",  "Microsoft JhengHei UI", sans-serif; text-shadow: 5px 5px 10px #000;}


@media screen and (max-width:500px) {
  .banner{ padding: 40px 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
.submenu a {  word-break: normal;}
/*一排呈現
.subbox_item { width:100%;}
*/
/*首頁文章*/
.module_i_news {
  max-width: 100%;
  padding: 110px 5% 100px;
  margin: auto;
  background: #fff;
  position: relative;}
.module_i_news:last-of-type {background: #e7f5f5;}
.module_i_news .title_i_box {margin-bottom: 30px;text-align: center;position: relative;display: flex;justify-content: center;}
.module_i_news .title_i_box h4 {    font-size: 30px;    letter-spacing: 5px;    font-weight: 600;    color: #004098;}
.module_i_news .title_i_box h6 {font-family: 'Libre Baskerville';font-weight: bold;font-size: 100px;
  color: #f5f5f5;position: absolute;transform: translate(-50%, -50%);top: -60%;left: 50%;}

.module_i_news ul{
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  max-width: 100%;
  margin: 50px auto;
}
.module_i_news li{
  width: 100%;
  padding: 0 5px;
  margin: 0 0 20px 0;
}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a {display: flex;flex-direction: column;overflow: hidden;padding: 10px;background: #ffffff;}
.module_i_news li a:before {content: '+ MORE';font-size: 17px;display: flex;transform: translate(-50%, 0%) scale(0, 0);left: 50%;right: 0;
  bottom: 50%;height: 150px;line-height: 50px;opacity: 0;color: #fff;background: #004098d9;transition: all .3s;
  width: 150px;border-radius: 100%;text-align: center;justify-content: center;align-items: center;letter-spacing: 0.05em;}
.module_i_news li a:after {display: none;}
.module_i_news li a:hover:before, .module_i_news li a:hover:after {transform: translate(-50%, 0%) scale(1, 1);opacity: 1;}
.i_blog_le{width: 100%; padding: 0;padding-bottom: 100%;height: 0;overflow: hidden;position: relative;}
.i_blog_le img {position: absolute;transform: translate(-50% , -50%);min-height: 100%;object-fit: cover;top: 50%;left: 50%;}
.i_blog_ri {display: flex;flex-direction: column;flex-wrap: wrap;width: 100%;
  background: unset;min-height: 150px;padding: 10px;text-align: center;}
.i_blog_ri h5{font-size: 20px;font-weight: 600 !important;color: #004098 !important;height: 75px;
  -webkit-line-clamp: 2;letter-spacing: 0.05em;order: 2;line-height: 1.5;padding: 10px 0;}
.i_blog_ri em {color: #C8C9C9 !important; order: 1;margin: 0;}
.i_blog_ri p{line-height: 1;letter-spacing: 0.05em;font-size: 15px;-webkit-line-clamp: 1;order: 3;}
@media screen and (max-width: 1024px){
.module_i_news li {width: 33.333%;margin: 0 0 50px 0;}
.i_blog_ri h5 {font-size: 18px;}
}
@media screen and (max-width: 768px){
.module_i_news {padding: 150px 5% 80px;}
.module_i_news .title_i_box h6 {font-size: 80px;}
.module_i_news li {width: 50%;margin: 0 0 30px 0;border-bottom: 0;}
.module_i_news li a:before {font-size: 15px;height: 120px;width: 120px;bottom: 55%;}
}
@media screen and (max-width: 600px){
.module_i_news {padding: 100px 5% 50px;}
.module_i_news .title_i_box:before {height: 25px;}
.module_i_news li {width: 100%;}
.module_i_news li a {padding: 5px;}
.i_blog_ri h5 { font-size: 17px;height: 65px;}
.module_i_news li a:before {font-size: 14px;height: 90px;width: 90px;bottom: 60%;}
}

/*文章設定*/

.blog_page #content,.blog_in_page #content{ background-image: url(https://pic03.eapple.com.tw/cstconn/in-bg.jpg); background-position: center; background-repeat: repeat;}

/*(新)文章分類*/
/*文章管理*/
h5.blog_le_t {font-size: 20px;letter-spacing: 2px;margin-bottom: 10px;text-align: center;font-family: auto;color: #000; display: none;}
h5.blog_le_t em {padding-right: 5px;}
/*大分類*/
.blog_box {display: flex;padding: 0;flex-wrap: wrap;justify-content: space-between;}
.blog_le {width: 18%;padding: 0;}
.blog_ri {width: 78%;padding: 0;}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.subbox_item{padding: 5px;margin: 0 0 20px 0;}
.subbox_item a {display: flex;flex-direction: column;overflow: hidden;padding: 5px;border: 1px dotted #C8C9C9; transition: 0.5s;}
.subbox_item a:before {
  transform: translate(-50%, 0%);
  left: 50%;
  right: 0;
  bottom: -15%;
  letter-spacing: 2px;
  height: 48px;
  line-height: 48px;
  opacity: 0;
  display: block;
  color: #fff;
  background: #9ac356;
  width: 100%;
  text-align: center;
  font-family: "Inter",  "Microsoft JhengHei UI", sans-serif;
}
.subbox_item a:hover:before{bottom: 0;}
.subbox_item a:hover img { opacity: 0.65;  transition: 0.5s;}

.subbox_item a:after {display: none;}
.submenu li.on_this_category a, .submenu a:hover { background: #e7f5f5;     color: #9ac356;}
.blog_list_le{width: 100%; padding: 0;padding-bottom: 100%;height: 0;overflow: hidden;position: relative;}
.blog_list_le img {position: absolute;transform: translate(-50% , -50%);min-height: 100%;object-fit: cover;top: 50%;left: 50%;}
.blog_list_ri {width: 100%;background: #ffffff00;padding: 10px 10px;}
.blog_list_ri h5{font-size: 20px;font-weight: 500 !important;color: #0a599f !important;}
.blog_list_ri em {color: #C8C9C9 !important;  display: none;}
.blog_list_ri p{line-height: 160%;min-height: 45px;font-size: 14px;-webkit-line-clamp: 2; color: #101010;}
.blog_page h4.blog_category_title, .blog_in_page h4.blog_category_title {font-weight: 500;color: #0a599f;border-bottom: 1px #C8C9C9 solid;letter-spacing: 0.05em;}
.blog_le .accordion {border-radius: 0;border: unset;background: unset;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #9ac356 !important;}
.accordion li .link {text-align: center;font-weight: normal;letter-spacing: 1px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #C8C9C9;}
.accordion li .link a {color: #3e3a39;}
.blog_search input[type=search] {border-radius: 5px;letter-spacing: 1px;padding: 10px 35px 10px 20px;}
.blog_box_edit * {line-height: 180%;}
.blog_box_edit * iframe {min-height: 500px;}
/*文章內頁按鈕*/
.blog_back {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-between;}
.blog_back a {
  width: 33%;
  padding: 15px;
  border-radius: 5px;
  letter-spacing: 2px;}
.blog_back a.article_btn_back {    background: transparent; border: 1px solid #329e46; color: #329e46; border-radius: 0px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next  {background: #9ac356; border-radius: 0px;}

/*相關推薦*/
.news_related { background: transparent;}
.news_related h6 span:before { content: "RELATED ITEMS";}
.news_related_list li a{ transition: 0.5s;}
.news_related_list li a:hover img {opacity: 0.75; transition: 0.5s;}
.lastPage {  background: #9ac356;}

@media screen and (max-width: 1024px){
.blog_box {flex-direction: column;}
.blog_le, .blog_ri {width: 100%;}
}

@media screen and (max-width: 768px){
.blog_page .main_part {padding: 30px 5%;}
.subbox_item {margin: 0;}
.blog_page h4.blog_category_title{display: none;}
h4.blog_category_title {font-size: 22px;}
.blog_box_edit * {font-size: 16px !important;}
}

@media screen and (max-width: 475px){
.subbox_item { } 
.subbox_item a {align-items: center;}
.blog_box_edit * iframe {min-height: 250px;}
.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_page #content{ background-image: url(https://pic03.eapple.com.tw/cstconn/in-bg.jpg); background-position: center;}

.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: transparent; font-size: 0px;}
.blank_letter .red{  font-size: 14px;}
.contact_form{ grid-gap:16px;}
.contact_form li{ grid-template-columns:135px 1fr;}
.contact_form li.last blockquote{ color: #329e46;
  }
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #329e46; }
.contact_form li.last cite{ color: #fff; background: #9ac356; 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: 135px;  font-size: 16px; text-align: left;}

@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;}
    .contact_form li .form__label{  max-width: 100%;}
}




.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) { 
}




