@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
/*預設解除背景輪播*/
#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;}
}

@media screen and (max-width: 430px) {
    /*大圖*/
/*手機板大圖*/
.swiper-banner .swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 1 * 1);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/abtw/手機板大圖01.jpg) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/abtw/手機板大圖02.jpg) ; background-size:cover;   background-position: center;}

.bannerindex { padding: 0; margin: 0; height: 50vh;}

.swiper-slide:nth-child(1):before { bottom: 13%; padding-bottom: calc(100% / 1* 0.6);}
.swiper-slide:nth-child(2):before { width: 300% !important; height: 0px !important;  padding-bottom: calc(100% / 1* 0.6);bottom: 25%;}
.swiper-slide:nth-child(2):after {background-size: cover; padding-bottom: calc(100% / 1* 0.6);}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.module_i_news { }
.path { display:}
.other_page #content, .other_select_page #content { min-height: auto;}

/*SubMenu*/
.me_tp_features {  display: none; width: 100%;text-align: center; }/*隱藏整列*/
.shop_search_btn { background: #648c6b;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #648c6b;}

.box_search { display:;}隱藏購物車搜尋欄
.me_tp_features a.tp_btn_cart { display: ;}隱藏購物車
.me_tp_features a.tp_btn_notice { display: ;}隱藏匯款通知

/*購物車*/
.products-list .more {
    border: 1px solid #39633f;
    color: #648c6b;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.products-list .item a:hover .more { background: #648c6b; color: #fff; letter-spacing: 2px;}
.inquiry_a1 {background: #648c6b;}
.inquiry_a2 {background: #39633f;}

.inquiry_a2:hover{background: #39633f;}
.inquiry_a1:hover{background: #648c6b;}

/*按鈕*/
.animated-arrow { background: #648c6b; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #648c6b; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #648c6b; border: 1px solid #648c6b;}

.lastPage { background: #648c6b;}
.pd_tabTitle li.activeTab::after { height: 5px;  background: #648c6b;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin:0;}
.bannerindex { position:static; 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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}


/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area {position: relative;  z-index: 9999; padding: 0px; background: #fbfbfb; position: sticky; top: 0; width: 100%;}
.header_area.sticky { width: 100%; z-index: 9999; background: #fbfbfb;}



/*logo*/
.header_area .nav-brand { padding: 5px 10px; margin: 5px 0 0; max-width: 400px; width: 100%;}
.nav-header {
    padding: 5px 10px;
}
.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    grid-row: 1 / span 2;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*menu*/
.stellarnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
    margin: 0 ;
    padding: 0;
}

.stellarnav> ul>li {display: inline-block;text-align: left;}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    grid-template-columns: 270px 1fr;
    grid-gap: 0 20px;
    flex-direction: column;
}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px; color:#2f2c2d;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #648c6b;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #648c6b;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #648c6b;}/*下拉箭頭*/

.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
/*--主選單變色區分----------------------------------*/


.services_page.stellarnav > ul > li:nth-of-type(2) > a {
    color: #00995e;
    font-weight: bold;
}



/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #ccc solid; margin-bottom: 0;}

.stellarnav> ul>li:nth-of-type(5) ul{display: none !important;}
.stellarnav> ul>li:nth-of-type(5)>a::after {display: none;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #648c6b; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a {  padding: 7px 20px 7px 5px; font-family: "微軟正黑體", sans-serif;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #777; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #ffffff;
    background-color: #648c6b;
    padding-left: 10px;
    border-left: 5px solid #0a633d;
    transition: all 0.3s;
}
/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #648c6b;}
.stellarnav .menu-toggle:after { color: #648c6b;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #648c6b; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #648c6b;}

/*下拉*/
.stellarnav.mobile li.open { background: #cbc0a022; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/768

@media screen and (max-width: 1440px) {  .swiper-pagination { display: none;}}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: fixed;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 250px; margin: 0px 0 0; transition: .3s ease-in-out;}
footer
    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 5px 10px; z-index: 123;top:0 ; left:0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 20px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/

}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 250px; margin-top: 10px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; }
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}}
  

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .footer {background-image: url(https://pic03.eapple.com.tw/abtw/footer示意圖.jpg);
    max-height: 480px;
    background-size: cover;
    background-position: 100%;
    min-height: 28vw;
}

.footer_menu a:nth-of-type(1) {
    display: none;
}

.footer_logo { display: none;}
.footer_menu { display: none;}
.footer_info li p { color: #fff;}
.footer_info li p a { color: #fff;}
.footer_info li:nth-child(1) {  display: none; width: 59%;}
.copy { display: none;}

.box_link {    display: none;} */

.footer_info li:nth-child(1) p:nth-child(2),
.footer_info li:nth-child(1) p:nth-child(3),
.footer_info li:nth-child(1) p:nth-child(4){
    display: none;
}

/*浮動*/
.info_fix_links{display: flex !important ;}
.linksBtn{display:none; }

/*
.footer { background: #fbfbfb;}
.footer_logo { }
.footer_logo img { max-width: 200px; width: 100%;}
.footer_info { padding: 0;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info
.footer_info li:nth-child(1) { display: inline-block; width: 49%; padding: 5px 18px;}
.footer_info li p {color: #648c6b;}
.footer_info li p a { color: inherit;}

/*footer_menu
.footer_info li:nth-child(2) { display: inline-block; width: 49%; vertical-align: top; border-left: 1px solid #648c6b;}
.footer_menu { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(125px,100%), 1fr)); gap: 0px;}/*footer按鈕最小寬度100px
.footer_menu a { margin: 5px; padding: 5px 10px; background: transparent; border: 1px #648c6b solid; text-align: center;color:#648c6b;}
.footer_menu a:hover { background: #648c6b; color: #fff; border: 1px #648c6b solid;}*/

/*聯絡icon*/
.info_fix:hover >.linksBtn{ background: #648c6b;}
.box_link a { transition:all 0.3s;}
.info_fix_links a.info_fix_default {  color:#ffffff;}
.fa-whatsapp:before, .fa-envelope::before { color: #ffffff;}
.box_link a:hover { background: #648c6b; border-color: #648c6b;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #fff;}
.box_link {display: none;}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {
    font-size: 37px;
    color: #ffffff;
    font-weight: bolder;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px #000000;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}
.banner h5::before {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    width: 100%;
    height: 1.8em;
    background: #288663de;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 15px;
    padding: 0 20px;
}
.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;}
.banner.banB{ 
    background-image: url(https://pic03.eapple.com.tw/abtw/bn01.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;}
.banner.banC{
    background-image: url(https://pic03.eapple.com.tw/abtw/bn04.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;}
.banner.banE{ 
    background-image: url(https://pic03.eapple.com.tw/abtw/bn02.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;}

.banner.banF{ 
    background-image: url(https://pic03.eapple.com.tw/abtw/bn03.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;}

.banner.banblog { 
    background-image: url(https://pic03.eapple.com.tw/abtw/bn02.jpg);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    padding:150px 0 100px;
    position: relative;}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*影片設定*/

.vidDesc {
    font-size: .9em;
    display: none;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 5.6em;
    line-height: 1.4;
}

.video-list .vid_item a {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    height: auto;
}

/*文章設定*/

.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.module_i_news ul, .blog_subbox {
    display: grid;
    gap: 10px;
}
/*文章管理/外層＝＝*/
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px; overflow: hidden;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}

.subbox_item a {
    display: flex;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}

.subbox_item a:before {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
    transform: translate(0, 0);
    transition: transform .2s;
    width: 7vw;
    height: 7vw;
    max-width: 65px;
    max-height: 100px;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    text-align: center;
    z-index: 7;
    display: flex;
    align-items: center;
    opacity: 1;

}

@media screen and (max-width: 768px) { 
.subbox_item a:before { font-size: 10px;}
}


.subbox_item a:after {
    background-color: #288763;
    position: absolute;
    top: -18px;
    transform: translate(0, 0);
    transition: transform .2s;
    width: 8vw;
    height: 8vw;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    left: 74%;
    border: none;
    z-index: 0;
    opacity: 1;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {    transform: translate(120%, 0) skew(-15deg);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.show-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 每行3个 */
    gap: 20px; /* 增加间距 */
}

@media screen and (max-width: 768px) {
    .show-list {
        grid-template-columns: repeat(2, 1fr); /* 变成每行2个 */
    }
}

@media screen and (max-width: 480px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr); /* 变成每行1个 */
    }
}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display:  }
/* .footer.with_shopping_mode { padding:30px 0 70px; } */
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


/* = = = 文章 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { background-color: #648c6b; color: #fff !important;}/*外層*/
/*內層*/
.blog_le .accordion > li.on_this_category .link { color: #fff !important;  background-color: #648c6b;}/*文章選單底色*/
.blog_back a.article_btn_back { background: #648c6b;}/*回列表*/


/*版權*/
/* .copy { background: #648c6b; color: #fff; border: none;}
.copy a { color: #fff; transition:all 0.3s;} */

/*--RWD---------------------------------------*/
@media screen and (max-width: 1440px) {
    .stellarnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: right;
     margin: 0px ; 
    padding: 10px 0 0px 160px;}
}

@media screen and (max-width: 768px) {
    /*footer*/
    /* .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;} */

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display:  }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    /* .footer_info ul { width: 100%;} */

    /*聯絡icon*/
    .box_link { text-align: center;}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_form li .form__insert { width: 100%;    font-size: 16px;}

.note::after {
    content: "請務必詳細寫完整，方能受理。";
    display: block;
    font-size: 16px;
text-align: left;
}


.contact_form li:first-child .form__label::after {
    content: "（行業別、產業製造類型或商品）"; /* 备注内容 */
    color: #888; /* 备注文字颜色 */
    font-size: 14px; /* 备注文字大小 */
    margin-left: 8px; /* 与原文本的间距 */
    display: inline-block; /* 确保与原文本同行显示 */
}

.contact_form li:nth-child(4) .form__label::after {
    display: block;
    content: "     （ 可複選 ）"; /* 替换成你想要的内容 */
    color: #39633f; /* 可选：调整颜色 */
    font-size: 14px; /* 可选：调整字体大小 */
}


.contact_content .information_left {display: none;}
.contact_content .information_right {width: 100%;}


/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}
.contact_content {
    margin: auto;
    padding: 0px 0px;
}


/*標題*/
.blank_letter { color: #39633f;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] {
    margin: auto;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #39633f;}
.contact_form li.last cite {background: #39633f;}

input[type="checkbox"], input[type="radio"] {
    margin: auto;}
.contact_form li {
        display: grid;
        grid-template-columns: 110px 1fr;
        grid-gap: 10px;
    }
    .contact_form li .form__label {
        display: block;
        max-width: 85;
        text-align: right;
    }
    

@media screen and (max-width: 425px){
    .stellarnav.mobile > ul > li.has-sub > a {
        padding: 20px 30px;}
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;    font-size: 16px;}
    .contact_content { margin: auto;padding: 20px 10px;}

   
}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { 
    .stellarnav {
        padding: 0 0 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        margin: 0 0px 0 20px;
    }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 430px) { 
.module_i_news ul, .blog_subbox {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
/*文章顯示*/
.subbox_item a:before {
position: absolute;
top: 10px;
right: 15px;
z-index: 1;
transform: translate(0, 0);
transition: transform .2s;
width: 7vw;
height: 7vw;
max-width: 67px;
max-height: 100px;
border-radius: 50%;
bottom: 0;
color: #fff;
text-align: center;
z-index: 7;
display: flex
;
align-items: center;
opacity: 1;
}
.subbox_item a:after {
background-color: #288763;
position: absolute;
top: -15px;
transform: translate(0, 0);
transition: transform .2s;
width: 20vw;
height: 20vw;
max-width: 100px;
max-height: 100px;
border-radius: 50%;
bottom: 0;
color: #fff;
left: 83%;
border: none;
z-index: 0;
opacity: 1;
}
}

@media screen and (max-width: 425px) { 

/*文章顯示*/
    .module_i_news ul, .blog_subbox {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
   
.subbox_item a:before {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    transform: translate(0, 0);
    transition: transform .2s;
    width: 7vw;
    height: 7vw;
    max-width: 67px;
    max-height: 100px;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    text-align: center;
    z-index: 7;
    display: flex
;
    align-items: center;
    opacity: 1;
}
.subbox_item a:after {
    background-color: #288763;
    position: absolute;
    top: -15px;
    transform: translate(0, 0);
    transition: transform .2s;
    width: 20vw;
    height: 20vw;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    left: 83%;
    border: none;
    z-index: 0;
    opacity: 1;
}
.banner.banB {  padding: 0px; }
.banner.banF {  padding: 0px;}
.banner.banblog { padding: 0px;}
.banner.banC {display: none;}
 }

