@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*↓↓↓↓↓↓↓此網站更改↓↓↓↓↓↓↓↓*/
/* = = = = = = = 字型 = = = = = = = =*/
body {
    font-family: 'Noto Serif TC', sans-serif;
    letter-spacing: 1px;
}

/* = = = = = = = 大圖滿版 = = = = = = = =*/
.swiper-banner .swiper-slide img {
    width: 100%;}



/* = = = = = = = header = = = = = = = =*/
.header_area {
	background:#fff;padding: 0px;
	   
}
.main_header_area .container {
    max-width: 1700px;}       

/*下滑header */
.header_area.sticky {
    position: fixed;
    background:#f1bd63;
    border: solid 1px rgba(255, 255, 255, 0.1);
}

/*logo*/
.nav-header {max-width: 200px; transition: 0.6s;}
.navigation {grid-template-columns: 200px 1fr;}
.nav-brand img {    padding: 5px 0;}
.header_area.sticky .nav-header {
    max-width: 200px;
    transition: 0.6s;
}

/*小icon隱藏*/
.tp_links {
    display: none;
}

/*購物車*/
.shop_search_btn {
    background: #013d3b;
}
.box_search input[type=text] {border: solid 1px #f4f1ea;}
.me_tp_features a {color: #fff;}

/*按鈕*/
.stellarnav > ul > li > a {
	font-size: 16px;
	color: #000;
	transition: 0.7s;
}
.stellarnav > ul > li > a:hover {
    color:#ad6700;
    transition: 0.7s;
}
.header_area.sticky .stellarnav > ul > li > a:hover {
  color: #D79738;
}
.stellarnav > ul > li > a b {font-weight: 600;}
.stellarnav li.has-sub > a:after {border-top: 6px solid #d5d5d5;}
.stellarnav > ul > li > a b:nth-child(2) {
    font-size: 13px;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #444444;transition: 0.7s;text-shadow: 0px 0px 0px BLACK;    padding: 0 15px;
}
.header_area.sticky .me_tp_features a {
    color: #444;
}
.header_area.sticky .nav-brand img {
 }
.header_area.sticky .stellarnav li.has-sub > a:after {
    border-top: 6px solid #895852;
}


/*按鈕下拉*/
.stellarnav li a {
	font-size: 14px;
	color: #fff;
}
.stellarnav li li {
	border: none;
    background-color: rgb(157 118 60 / 80%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    transition: opacity .2s;
}
.stellarnav li li:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.stellarnav ul ul {background: #ffffff00;}
.header_area.sticky .stellarnav li a {color: #FFF;}

/* =============== 開場動畫 =============== */
.pageIndex .bannerindex::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-backdrop-filter: grayscale(0) blur(0px);
    backdrop-filter: grayscale(0) blur(0px);
    z-index: 999999;
    animation: action-bg 2.5s cubic-bezier(0.80, 0.08, 0.11, 0.5) forwards;
    pointer-events: none;
}

.pageIndex.swiper-wrapper {
    transform: scale(0.8);
    animation: action-banner 2.5s cubic-bezier(0.80, 0.08, 0.11, 0.59) forwards;
}

@keyframes action-bg {
    0% { backdrop-filter: grayscale(0) blur(6px); }
    100% { backdrop-filter: grayscale(0) blur(0px); }
}

@keyframes action-banner {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* =============== LOGO與白底動畫 =============== */
@keyframes fade-bg-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.05);
    }
}

@keyframes logo-zoom-fade {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    20% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
    80% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

body.pageIndex::before {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: fade-bg-out 2.5s ease-out forwards;
}

body.pageIndex::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 15%;
    height: 0;
    padding-bottom: 100%;
    background-image: url(https://pic03.eapple.com.tw//prelogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 100000000;
    animation: logo-zoom-fade 2.5s ease-out forwards;
}

/* =============== 響應式 Logo 尺寸調整 =============== */
@media screen and (max-width: 1700px) {
.navigation {padding: 0 50px;}
}
@media screen and (max-width: 768px) {
    body.pageIndex::after { width: 20%; }
	.navigation {padding: 0px;}
}

@media screen and (max-width: 600px) {
    body.pageIndex::after { width: 25%; }
}

@media screen and (max-width: 450px) {
    body.pageIndex::after { width: 35%; }
}

/* 大圖特效樣式 */
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}


.swiper-slide {
    padding: 0px !important;
    position: relative;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}


@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .header_area {
        position: unset;
    }
}



/*預設解除背景輪播*/
#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;}
}
/* 通用設定 */
.pageIndex .bannerindex .swiper-slide:before,
.pageIndex .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
    /* 初始狀態：隱藏並在下方 */
    transform: translate3d(0, 100px, 0); /* 使用 translate3d 提升性能 */
    opacity: 0;
    /* 關閉預設 transition，改由 JS 或特定 class 控制 */
    transition: none;
}

/* Active 狀態 - 滑入動畫 */
/* 第一張圖 */
.pageIndex .bannerindex .swiper-slide:nth-child(1):before  {
    background-image: url(https://pic03.eapple.com.tw/047627662/text1.png);
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s, 
                opacity 0.8s ease 0.2s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1):after {
    background-image: url(https://pic03.eapple.com.tw/047627662/text2.png);
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s, 
                opacity 0.8s ease 0.4s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* 脈動動畫 - 獨立圖層避免衝突 */
.pageIndex .bannerindex .swiper-slide-active:before,
.pageIndex .bannerindex .swiper-slide-active:after {
    animation: subtlePulse 3s ease-in-out infinite 1s;
}

/* 修正脈動動畫：僅影響 scale，絕對不改變位置 */
@keyframes subtlePulse {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(0, 0, 0) scale(1.05); }
}

/* 非 Active 狀態：強制重置 */
.pageIndex .bannerindex .swiper-slide:not(.swiper-slide-active):before,
.pageIndex .bannerindex .swiper-slide:not(.swiper-slide-active):after {
    transform: translate3d(0, 100px, 0) !important;
    opacity: 0 !important;
    animation: none !important;
    transition: none !important;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*footer資訊欄位*/

.footer {
    padding-top: 55px;
    background:#efbc6c;
  
   
}


.footer .center {
    max-width: 90%;
}

.footer_info {
    display: flex;
    padding: 0px;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_info ul {
    display: flex;
    letter-spacing: 0;
    padding: 0 0 36px;
    flex-direction: column-reverse;
    width: auto;
}

.footer_info li:nth-child(1) {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.footer_info li:nth-child(2) {
    padding-top: 0;
}

.footer_info li p,
.footer_info li p a {
    color: #000;
    font-size: 13px;
    line-height: 230%;
}

.footer_info li p a:hover, .footer_menu a:hover {
    color: #000;
    background: none;
}

.footer_menu a:first-child {
    display: none;
}

.footer_menu a:nth-child(2) {
    padding: 0 20px;
    padding-left: 0;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px 0;
    transition: all 0.3s;
    color: #000;
    border: none;
    background: transparent;
    font-size: 15px;
    padding-right: 20px;
    text-transform: uppercase;
}

.footer_menu a:hover {
    background: transparent;
    opacity: .5;
    color: #9b5e00;
}

/*版權*/
.copy {
    color: #533d3d;
    border: none;
    text-align: right;
    padding: 0px 0 25px;
    max-width: 90%;
    margin: auto;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.copy a {
    color: #533d3d;
    transition: all 0.3s;
}

.copy a:hover {
    color: #000;
}

.box_link {
    display: flex;
    left: 0%;
    top: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    display: none;
}

.box_link a {
    transition: all 0.3s;
    border: none;
    color: #666;
    margin: 0 2px;
    width: auto;
    text-align: right;
    font-size: 20px;
    font-size: 16px;
}

.box_link a:hover {
    background: transparent;
    opacity: .8;
}

.box_link a:first-child {
    padding-left: 10px;
}

/*Logo/＝＝＝＝＝*/

.footer_logo {
    width: 250px;
    margin: 0;
}

.footer_logo img {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-position: top right;
    margin-top: 10px;
}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: #8B7647;
}

.contact_form li.last cite,
.contact_form li.last blockquote {
    background: #252727;
    position: relative;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    border-radius: 30px;
    padding: 9px 32px;
    text-decoration: none;
    transition: .3s;
    width: 180px;
    color: #333;
    border: none;
    margin: 0 5px;
}

.contact_form li:nth-child(n+2){
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer_info {    justify-content: center;}
  .copy { justify-content:flex-start; }
}


/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
.banner { background: url(https://pic03.eapple.com.tw/047627662/banner.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;min-height: 400px;}
.banC,.banA,.banB{display: none;}
.banner h5 {
    font-size: 23px;
    color: #000;
    letter-spacing: 3px;
	padding-top:50px;
}


/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.i_blog_ri h5, .blog_list_ri h5{
	-webkit-line-clamp: 2;    
	font-weight: 600;
    font-size: 18px;
    color: #333;
	}
.i_blog_ri p, .blog_list_ri p{-webkit-line-clamp: 2;}
.i_blog_ri em, .blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #bcc4c3;
	margin: 7px 0;
	font-size: 13px;
}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li a , .subbox_item a {   gap: 10px;  grid-template-columns: 1fr;   padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.module_i_news li a:before, .subbox_item a:before {
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    border-bottom: 3px solid #d79738;
    width: 25%;
}
.module_i_news li a:hover:before, .subbox_item a:hover:before {
    width: 100%;
}
.module_i_news li a:after, .subbox_item a:after {
    opacity: 1;
    background: rgb(255 255 255 / 0%);
    border: 0;
    border-bottom: 1px solid #8a764b;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%; padding: 10px 5px;}
.i_blog_ri, .blog_list_ri {position: relative;   min-height: 140px;}
.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%);}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {   background: #d79738  !important;}
.accordion li .link a, .submenu a {display: block; width: 100%;}
.submenu a:hover {    background: #cbc0a0;}
h5.blog_le_t em{    font-size: 22px; font-family: 'Noto Serif TC', sans-serif;}
/*首*/
.module_i_news{     padding: 70px 20px;   background: #fff;}
.module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;    gap: 20px;}
.module_i_news li{    background: #ffffff;}
.module_i_news .title_i_box {   margin-bottom: 0;}
.module_i_news .title_i_box h4 {display: none;}
.module_i_news .title_i_box:before{
	display: block;
	content: 'Success';
	font-family: 'Noto Serif TC', serif;
	color: #AF957C;
    font-size: 30px;
		font-weight: 600;
}
.module_i_news .title_i_box:after{
	content: '成功案例';
	font-size: 25px;
    color: #211814;
    font-weight: 800;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back {    text-align: center;   max-width: 1250px;   margin: auto;}
.blog_back a{  border-radius: 10px;  border: 1px solid #d79738;}
.blog_back a.article_btn_back{background: #d79738;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {    background: #fff; color: #555;}
/*相關推薦*/
.news_related{background: #f0f1e9;  padding: 45px 15px 20px;}
.news_related h6 span:before {    font-size: 25px;    color: #555;}
.lastPage {
     background: #8B7647;
     border-radius: 40px;
}
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
}
@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news ul{grid-template-columns:1fr 1fr;}
/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
.banner { background-size: cover;min-height: 250px;}
.banner h5 {margin:0px;padding:0px;}
}
@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.pageIndex .module_i_news li:nth-child(n+2) {
  display: none;
}
}
@media screen and (max-width: 480px) {
.module_i_news{    padding: 50px 30px;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_ri, .blog_list_ri{min-height: auto;    padding: 10px 5px 40px;}
.module_i_news .title_i_box:before{font-size: 40px;}
.module_i_news .title_i_box:after{font-size: 23px;}
}


/* = = = = = = = 表單 = = = = = = = =*/   
.list_before.info li {
    padding-left: 50px;
}
.blank_letter {
    color: #364f52;
    font-family: 'Noto Serif TC', sans-serif;
}
.contact_content .information_right {
    width: calc(100% - 305px);
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(200px, 1fr));
}
.contact_form li.last cite {
    background: #538266;
    color: #fff;
}

.contact_content {
   width: 90%;
}

/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #555;}
.page strong, .page a:hover {
    color: #fff;
    border: 1px solid #538266;
    background: #538266;
}




@media screen and (max-width: 1200px) {
/*    首文管*/
}

@media screen and (max-width: 1100px) { 
/*HEADER按鈕文字*/
    .stellarnav > ul > li > a {
    font-size: 14px;}
/*文管-外層*/


}
@media screen and (max-width: 1024px) {
/*header*/
.nav-header, .footer_logo, .header_area.sticky .nav-header {
  max-width: 190px;}
}
@media screen and (max-width: 768px) { 
/*banner*/
/*表單*/
.contact_content .information_right {
    width: 100%;
}


/*HEADER寬度*/
.main_header_area .container {
    max-width: 100%;
}
/*header*/
.header_area {padding: 10px;}
.me_tp_features {display: none;}
.header_area {
        padding: 10px;
        padding-bottom: 0;
    }    
/*漢堡按鈕*/

.header_area.sticky .menu-toggle span.bars span {background: #585858;}
.header_area.sticky .menu-toggle:after {color: #585858;}
/*手機底部*/
#bottom_menu {background: #f4f1ea;}
#bottom_menu li a {color: #8a764b;}
/*側邊選單*/
.stellarnav.mobile ul {background: #f5e1b5;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #8a764b;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #f4f1ea;}
.stellarnav a {color: #f4f1ea;}
.stellarnav.mobile > ul > li {border-bottom: 1px #f1cc94  solid;}
.stellarnav > ul > li > a {color: #020200;}
.stellarnav > ul > li > a:hover {
    color:#020200;
    font-weight: 500;}
.stellarnav li a {color:#020200;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px #eee solid;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #8a764b;}
.stellarnav.mobile li.open {
    background:#d5a65f;}
.stellarnav.mobile li a {
    border-bottom: 0px solid rgba(255, 255, 255, .15);
}  
.stellarnav li li {
    background-color: rgb(146 146 146 / 0%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
} 
.header_area.sticky {backdrop-filter: none;} 
.header_area.sticky .stellarnav > ul > li > a {
   color: #000;
   padding: 15px 0;
}
.header_area.sticky .stellarnav li a {
    color: #736147;
}

/*首頁文館*/
.module_i_news li {border-bottom: 0px #eee solid;}

}

@media screen and (max-width: 600px) {
/*    表單*/
.contact_form li .form__label {background: rgb(84 121 111 / 7%);}

}

@media screen and (max-width: 500px) {

 }



/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/



/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 54px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
    body {font-weight: 600;}
    .module_i_news .title_i_box h4, .i_blog_ri h5,  {font-weight: 600;}
    .total_amount li b {
    font-weight: 600;
}
}



.info_fix_links {
    display: flex !important;}
.info_fix>span {display:none;}

.promotion_title h2,.contact_le_map ,.other_promotion {display:none;}
.info_fix_links a {
    background: rgb(217 152 39);}
.info_fix_links a:hover {
    background: rgb(213 80 0);}