@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;}
*/

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 0 20px;
}

.contact_editbox {
    margin: auto;
    padding: 0px;
}

.nav-brand {  margin: 5px;}
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}

/*大圖/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*預設解除背景輪播*/

#content_main { 
    margin:0;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
}
.bannerindex {    
    padding: 0;    
    margin: 0;    
    height: 50vw; 
    max-height:100vh; 
    position:relative;
}


/*header*/
.tp_links { display: none;}
.pageIndex .header_area {
    z-index: 9999;
    background: #f0f0f000;
    position: fixed;
    top: 0;
    width: 100%;
}
.header_area {
    z-index: 9999;
    padding: 10px;
    background: #ffffff;
    top: 0;
    width: 100%;
}

.header_area.sticky {background: #fff;}

@media screen and (max-width: 1024px) {

.pageIndex .header_area {  background: #fff; position: sticky;}
.me_tp_features {
        text-align: center;
        margin:  0 0;
    }
    .nav-brand {
        display: block;
        max-width: 45%;}
}



/*選單*/
.me_tp_features a { color: #009688;}

.stellarnav ul {
    margin: 0;
    padding: 10px 0 0 0;
    text-align: right;
}
.stellarnav>ul>li {    position: relative;}

.stellarnav > ul > li > a {
    color: #2C5938;
    letter-spacing: 1px;
    padding: 1px 11px;
    transition: all 0.3s;
    font-weight: 900;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    overflow: initial;
  
}
.stellarnav > ul > li > a:hover{color: #8C5628;}

.stellarnav li.has-sub > a:after{display: none;}

.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: " ";
    position: absolute;
    transition: all 0.3s;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    background-size: contain;
    height: 45px;
    background-position: center;
}
.stellarnav > ul > li:hover > a:not(.dd-toggle):before{
    animation: bake_cookies 2s infinite;
        transform-origin: center bottom;
        transform-box: fill-box;
    }
.stellarnav > ul > li:nth-of-type(1)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/0933233680/headericon-01.svg) no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(2)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/0933233680/headericon-02.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(3)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/0933233680/headericon-03.svg) no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(4)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/0933233680/headericon-04.svg)  no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(5)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/0933233680/headericon-05.svg)  no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(6)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/0933233680/headericon-06.svg)  no-repeat center; background-size: contain;}
.stellarnav > ul > li:nth-of-type(7)>a:not(.dd-toggle):before {    background: url(https://pic03.eapple.com.tw/0933233680/headericon-07.svg)  no-repeat center; background-size: contain;}

.stellarnav > ul > li:nth-of-type(8) { display: none;}

@keyframes bake_cookies {
    40% {
        transform: translate(-50%, 5%) rotate(5deg);
    }
    50% {
        transform: translate(-50%, 5%) rotate(-6deg);
    }
    70% {
        transform: translate(-50%, 5%) rotate(-10deg);
    }
    90% {
        transform: translate(-50%, 5%) rotate(-6deg);
    }
    
    100% {
        transform: translate(-50%, 5%) rotate(5deg);
    }
}


.stellarnav li li  a:hover {
    outline: 0;
    color: #fff;
    background-color:#009688 ;
}


@media screen and (max-width: 768px) {
    /*漢堡選單*/
.stellarnav .menu-toggle {    padding: 20px 10px;}
.sticky .stellarnav .menu-toggle {    padding: 12px 10px 9px;}

.stellarnav.mobile ul {    background: #fff8e2;}
.stellarnav .menu-toggle span.bars span {    background: #2C5938;}
.stellarnav .menu-toggle:after {    color: #2C5938;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background:#008B67; color: #fff;} 
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #fff;}
.stellarnav.mobile > ul {    border-top: none;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border-right: none;}
.stellarnav.mobile li.open {    background: var(--SubColor02);}

.stellarnav.mobile > ul > li {
    padding: 8px 5px 2px;
    border-bottom: 1px #35597b solid;
}
.stellarnav.mobile li a {  color: #008B67;  border-bottom: none;}
.stellarnav > ul > li:before {
    top: 8%;
    transform: scale(.8);
    left: 3%;
}
.stellarnav.mobile > ul > li > a {    padding-left: 48px;}
.stellarnav.mobile > ul > li:hover > a {
    color: #555;
    top: 5%;
}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #008B67;}
.stellarnav > ul > li > a:not(.dd-toggle):before {
    left: 8%;
    height: 35px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {    top: 7%;}
.stellarnav.mobile li.open li.open {    background: transparent;    padding: 0;}
.stellarnav > ul > li > a:not(.dd-toggle):before {display: none;}

}

.stellarnav > ul > li:nth-child(4) > ul > li:nth-child(1) {display: none;}
.stellarnav > ul > li:nth-child(5) > ul > li:nth-child(1) {display: none;}

.other_select_page .promotion_title {  display: none;}
.other_select_page .other_promotion {display: none;}
.other_select_page .page { display: none;}



@media only screen and (max-width: 1024px) {

    .header_area {
    z-index: 9999;
    background: #fff;
    position: sticky;
    top: 0;
    width: 100%;
}

.nav-brand {
    display: block;
    max-width: 50%;
    
}
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

.stellarnav > ul > li > a:not(.dd-toggle):before {display: none;
}
    .stellarnav ul {
        text-align: center;
    }


.stellarnav > ul > li > a { height: 0px; }
    
}


/* 商品下拉超過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_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{    background-color: #FFF9E1}
#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;}
}
.path {display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {min-height: 450px;
     background: url(https://pic03.eapple.com.tw/0933233680/bn01.jpg);}

.banner h5 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    /*font-family: 'Noto Serif TC';*/
    text-align: center;
    text-shadow:
        0 2px 6px rgba(0,0,0,0.5),
        0 0 10px rgba(255,255,255,0.2);
        letter-spacing: 3px;
}

.banner h5::after {
    filter: drop-shadow(0 0 6px rgba(255,140,0,0.6))
            drop-shadow(0 0 12px rgba(255,80,0,0.4));
}

/* 營火圖 */
.banner h5::after {
    content: "";
    display: block;
    width: 50px;  /* 可調大小 */
    height: 50px;
    margin: 10px auto 0;
    background: url(https://pic03.eapple.com.tw/) no-repeat center/contain;

 /* 深綠色光暈 */
    filter: 
        drop-shadow(0 0 6px rgba(20, 80, 60, 0.6))
        drop-shadow(0 0 12px rgba(10, 50, 40, 0.4));

    animation: fireShake 2s ease-in-out infinite;
}

/* 微晃動畫（更自然一點） */
@keyframes fireShake {
    0%   { transform: translateY(0) scale(1); }
    25%  { transform: translateY(-2px) scale(1.02); }
    50%  { transform: translateY(1px) scale(0.98); }
    75%  { transform: translateY(-1px) scale(1.01); }
    100% { transform: translateY(0) scale(1); }
}
.banner.banA {display: none;background: url(https://pic03.eapple.com.tw/);}
.banner.banB {display: none;}
.banner.banC {display: none;background: url(https://pic03.eapple.com.tw/);}
.banner.banD {display: none;background: url(https://pic03.eapple.com.tw/);}
.banner.banE {display: none;background: url(https://pic03.eapple.com.tw/);}
.banner.banblog {display: none;background: url(https://pic03.eapple.com.tw/);}

                @media screen and (max-width: 450px) {
                    .banner {display: none
                    }}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*首頁文章管理------------*/
.pageIndex .module_i_news {
    background-color: #FFF7E0;
    padding: 50px 20px;
}
.pageIndex .module_i_news .title_i_box h4 {
    font-size: 26px;
    color: #5d5d5d;
    font-weight: bolder;
    font-family: 'Noto Serif TC';
}
.pageIndex .module_i_news .title_i_box h4::before {
    content: "News";
    display: block; /* 改成區塊換行 */
    font-size: 50px;
    color: #66841b;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-top: 2px; /* 與上方標題留點距離 */
}
.pageIndex .module_i_news li {
    display: block;
    text-align: left;
    background-color: #ffffff70;
}
.pageIndex .animated-arrow {
    border-radius: 40px;
    background: #66841b;
    color: #fff;
}
.pageIndex .module_i_news li a:before {color: #66841b;}
.pageIndex .i_blog_ri h5 { color: #66841b;}


/*文章管理------------*/
h5.blog_le_t,
h4.blog_category_title {
   color: #008B67;
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #008B67;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 16px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background:#008B67; }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background:#67851C;
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: #354118;
    transition: 0.3s;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 10px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    /*background-color:#ffffff94;*/
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { 
    width: 100%;
    padding: 15px 10px;
}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 {
    color: #008B67;
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1200px; }

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #67851C!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #67851C!important;
    transition: 0.3s;
}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.subbox_item a{grid-gap: 0px;}

/*第二層*/
.articel_mainPic img{max-width: 50%;display: none;}
.news_related{display: none;}

@media screen and (max-width: 1024px) {


	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    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_content .information_right {
    text-align: center;
    width: 100%;
    padding: 20px 10%;
}
.blank_letter {
    font-family: 'Noto Serif TC';
    font-size: 28px;
    color: #188168;
}

.animated-arrow {
    background: #188168;
    color: #ffffff;
    border: 1px #188168 solid;}



.contact_form li.last blockquote {
    border-radius: 40px;
    color: #188168;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #248169 solid;
    width: 150px;
    max-width: calc(50% - 10px);
}

.contact_form li.last cite {
    border-radius: 40px;
    background: #188168;
    color: #fff;
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.site_endPart {background: #729C6C;padding: 40px 0 0;}
.site_endPart .site_centerBox {max-width: 1200px;width: 90%;padding-right: 0;}
.site_endPart li {justify-content: center;}
.site_reachOut a,.site_reachOut p:before{color: #eee;font-size: 16px;}
.site_reachOut p {padding: 5px 15px;}
.site_reachOut p:before {background: #2C5938;font-size: 14px;padding: 2px 10px;border-radius: 20px;margin-right: 10px;}
.site_reachOut p.tel:before {content: '電話：';}
.site_reachOut p.add:before {content: '地址：';}
.site_reachOut p.mail:before {content: '信箱：';}
.site_logo {max-width: 180px;}
.site_logo > a img{max-width: 100%;}
.site_endPart li.site_bottomMenu{border-top: 1px solid #fff;padding: 20px 0;margin-top: 20px;}
.site_endPart li.site_bottomMenu a{border: none;}
.site_bottomMenu a:hover{color: #E4B077;}
.For_CampUse span{font-size: 20px;    color: #1b8b68;}
.For_CampUse a {background: #fcf6c2;}
.For_CampUse a:hover {background: #E4B077;}
.box_link{display: none;}
.site_copyRight {padding: 20px 0;}
.site_copyRight p,.site_copyRight p a,.site_copyRight span{color: #fff;}
.privacyLinks a+a {border-left: 1px solid #fff;}

.site_bottomMenu a{color: #fff;}

@media (max-width: 1366px) {
	.site_endPart li.site_bottomMenu{width: 100%;}
    .site_endPart li.For_CampUse {width: 100%;}
}
@media (max-width: 960px) {
	.For_CampUse a {padding: 3px;}
    .For_CampUse span {width: auto;font-size: 16px;}
    .For_CampUse em img {max-width: 25px;max-height: 25px;}
}
@media (max-width: 500px){
	.site_endPart li.site_bottomMenu a{font-size: 14px;}
	.site_reachOut a, .site_reachOut p:before{font-size: 14px;}
    .site_endPart li {
    justify-content: left;
    display: flex;
    width: calc(100% - 20px);
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 10px;
}
.site_reachOut p:before {
    background: none;
    font-size: 14px;
    padding: 0;
    border-radius: 20px;
    margin-right: 10px;
}
}

/* = = = = = = = = = == = = = = = = = = = = = = = = == = = 手機板大圖 (強制驅動版) = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 430px) {

    /* 1. 強制拔除預設圖片的顯示，避免佔位 */
    .pageIndex .swiper-banner .swiper-slide img,
    .swiper-banner .swiper-slide img {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
    }

    /* 2. 強制設定手機版輪播區塊的 5:4 比例 (padding-bottom: 80%) */
    .pageIndex .swiper-slide {
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 80% !important; /* 5:4 比例 (4÷5=0.8) */
        position: relative !important;   /* 確保子元素定位正常 */
        display: block !important;
        visibility: visible !important;  /* 防止被套件隱藏 */
    }

    /* 第一張手機背景圖 */
    .pageIndex .swiper-slide:nth-child(1) {
        background-image: url(https://pic03.eapple.com.tw/0933233680/PHONEBN01.jpg) !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    /* 第二張手機背景圖 */
    .pageIndex .swiper-slide:nth-child(2) {
        background-image: url(https://pic03.eapple.com.tw/0933233680/PHONEBN02.jpg) !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    /* 調整整體 banner 與高度容器，防止塌陷 */
    .bannerindex, 
    .swiper-banner, 
    .swiper-container {
        /*padding-bottom: 80%;*/
        margin: 0 !important;
        height: auto !important;
        min-height: 10px !important; /* 給予基礎高度觸發渲染 */
    }

    /* 3. 特殊裝飾/遮罩處理 (同步調整為 5:4 比例下的相對位置) */
    .pageIndex .swiper-slide:nth-child(1)::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        bottom: 13%;
        padding-bottom: 50%; 
    }

    .pageIndex .swiper-slide:nth-child(2)::before {
        content: "";
        display: block;
        position: absolute;
        width: 300% !important;
        height: 0 !important;
        padding-bottom: 50%;
        bottom: 25%;
    }

    .pageIndex .swiper-slide:nth-child(2)::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        background-size: cover;
        padding-bottom: 50%;
    }
}