@charset "utf-8";
:root {
  --WebColor01: #EAE4D8;
  --WebColor02: #113239;
  --WebColor03: #172631;
  --WebColor04: #D6BE8A;
  --WebColor05: ;
  --SFont:"Noto Serif TC", serif;/*特殊字體*/
  --SFontE:"Playfair Display", serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

body{font-family: var(--SFont);}
.main_part{width: 90%;max-width: 1500px;padding: var(--m100) 0;}
.animated-arrow {    background: var(--WebColor01);}
.shop_search_btn {    background: var(--WebColor01);}
.contact_le_map a{background: var(--WebColor01);}
.contact_form li.last cite{background:#223d42;}
.products-list .more{border-color: var(--WebColor01);color: var(--WebColor01);}
.products-list .item a:hover .more {    background: var(--WebColor01);}


.linksBtn {    color: var(--WebColor01);    background-color: var(--WebColor04);}
.info_fix:hover>.linksBtn {    background: #facb64;}

/*****************************************/

/*HEADER*/
.header_area {    background: #113239;}
.header_area.sticky {    background: rgba(17, 50, 57, 0.75);}
.main_header_area .container{ max-width: 95%;  }
.stellarnav > ul > li{padding: 0 10px;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;color: #ffffff;}
.stellarnav > ul > li.has-sub > a{padding: 0;}
.stellarnav > ul > li > a b{font-weight: bold;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);font-size: 85%;}
.stellarnav > ul > li:hover > a{color:#683D39;}
.stellarnav > ul > li li a{transition:all 0.3s;}
.stellarnav > ul > li li a:hover{background: var(--WebColor01);color: #000;}
.stellarnav ul ul {    width: 185px;}


.stellarnav li.has-sub > a:after{content:none;}

.navigation{grid-template-columns:250px 1fr;}
.nav-header {    max-width: 250px;    grid-row: unset;}
.me_tp_features{display: none;}

/*電腦LOGO*/
.nav-brand {}
.nav-brand img {    display: block;}
.footer_logo{display: none;}
/*手機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;}
.stellarnav > ul > li > a {
   color: #143238;
}

}
/* 通用設定 */
.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: 90%;
    height: 100%;
    z-index: 9999;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
    /* 初始狀態：隱藏並在下方 */
    transform: translate3d(0, 0px, 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/0423726389/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(2):before  {
    background-image: url(https://pic03.eapple.com.tw/0423726389/text2.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-active:before
{
    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
 {
    transform: translate3d(0, 100px, 0) !important;
    opacity: 0 !important;
    animation: none !important;
    transition: none !important;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 商品下拉超過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個但次分類直接顯示-結束 */

/*FOOTER*/
.footer{background: var(--WebColor01);padding: var(--m100) 0 0;}
.footer .center {    max-width: 1500px;width: 90%;}
.footer_menu {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 5px;}
.footer_menu a {    margin: 0;    padding: 0;    transition: all 0.3s;       background: transparent;    border: none;    width: fit-content;line-height: 175%;}
.footer_menu a:hover {    background: transparent;color: var(--WebColor04);}
.copy {    background: #203d43;    margin-top: var(--m30);    color: #fff;    border: none;}
.copy a{    color: #fff;transition:all 0.3s;}

.box_link{display: none;}
.footer_info{padding: 0;grid-template-columns: 1fr;}
.footer_info ul {    max-width: 750px;    display: grid;    grid-template-columns: 1fr 300px;    gap: var(--m30);}
.footer_info li{padding: 0;}
.footer_info li:nth-child(1) p , .footer_info li:nth-child(1) a{color: #000;transition:all 0.3s;}
.footer_info li:nth-child(1) p:hover , .footer_info li:nth-child(1) p:hover *{color: var(--WebColor04);}

.footer_info li:before{display: block;font-family: var(--SFontE);font-size: var(--f20);color: #203d43;letter-spacing:0.05em;margin-bottom: 5px;}
.footer_info li:nth-child(1):before{content:"INFORMATION";}
.footer_info li:nth-child(2):before{content:"LINK";}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
	background-image: url(https://pic03.eapple.com.tw/0423726389/banner.jpg);
}
.banner h5 {}
.banB{display:none;}
.product_page  , .product_info_page {}
.services_page {}
.album_class_page {}
.video_page {}
.banner.banblog {}
.contact_page {}
.path{display:none;}
.banC{display:none;}






/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.prod_part{padding: var(--m100) 0;}

.pageIndex .products-list{gap:var(--m50) var(--m30);}
.prod_part section{width: 90%;max-width: 1500px;}


.products-list .price b.ori_price{color: #444;}
.products-list .price b.sp_price{color: var(--WebColor01);font-weight: bold;}

.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);}
*/
.product_page .product_menu_list{display: none;}
.product_page .products-list{width: 100%;grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
ul.page { width: 100%;}
.products-list .pic {    aspect-ratio: 3 / 4;}
.products-list .name {    font-size: var(--f20);    color: #222;    font-weight: bold;    text-align: center;height: auto;margin-top: 10px;}
.products-list .more{display: none;}

.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-layer-two li a , .video-layer-two li a{background: transparent;color: var(--WebColor03);padding: 10px 5px;    font-weight: bold;}
.product-layer-two li.active , .video-layer-two li.active{    border-bottom: 1px solid var(--WebColor01);    padding-bottom: 0;}
.product-layer-two li.active a , .video-layer-two li.active a{    border: none;    color: var(--WebColor01);}

.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;}


.inquiry_a1{    background: var(--WebColor03);}
.inquiry_a2{    background: var(--WebColor02);}
.inquiry_a3 {    background: var(--WebColor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--WebColor04);}

.prod_related{padding: 0 0 var(--m100);background: #fff;}
.related_list{max-width: 1500px;width: 90%;}
.prod_related h6{display: none;}
.lastPage{background: var(--WebColor01);border-radius:50px;margin: 0 auto;}


@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.module_i_news{padding: var(--m100) 0;}
.module_i_news section {    max-width: 1500px;width: 90%;}
.module_i_news ul {    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}

.module_i_news li a{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;}
*/

.list_before.info li {    padding-left: 50px;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 50px;    letter-spacing: 0;}


.blank_letter{font-family: var(--SFont);}
.contact_form li{grid-template-columns: 1fr;}
.contact_form li .form__label {    max-width: 100%;    text-align: justify;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.nav-header {margin-bottom: 10px; }

}
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding-bottom:55px; }
#to_top { bottom:60px;}

.stellarnav .menu-toggle{padding: 5px; }
.nav-header {margin-bottom: 0; }

.info_fix{display: none;  }
.footer_info ul{grid-template-columns: 1fr; max-width: 100%; }
.footer_info li + li{margin: 0; }
.footer_menu {    grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));}


.stellarnav > ul > li.has-sub > a{padding: 10px 43px 10px 10px;}


}

@media screen and (max-width: 600px) {
}

.contact_editbox {
    padding: 0px; 
}

.contact_content {
    WIDTH: 90%;
}
.info_fix_links {
    display: flex !important;}
.info_fix>span {display:none;}

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*3個一排*/

/*文章設定*/
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #D9CEB9 !important;}
.submenu a:hover {    background: var(--WebColor02);}
.blog_subbox {    grid-template-columns: repeat(3, 1fr);} 

.subbox_item a {
    grid-template-columns: 1fr;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 4%);
}
.subbox_item a:after {
    background: #7ec16a70;
    border: 1px solid var(--SubColor02);
}
.subbox_item a:before {
    top: 50%;
    left: 50%;
    width: 150px;
    text-align: center;
    background: var(--SubColor02);
    font-size: 18px;
    color: #fff;
    padding: 10px 5px;
    transform: translate(-50%, -50%);
    height: 45px;
}
.blog_list_ri {    padding: 7px 15px;}
.blog_list_ri h5 {    -webkit-line-clamp: 2;}

/*文章內層*/
.articel_mainPic img{display: none;}/*文章內層封面*/
h4.blog_category_title {
    font-size: var(--f28);
    font-weight: 700;
    line-height: 1.2;
    color: var(--SubColor);
    font-family: var(--TitleFont);
}

.blog_back a.article_btn_back {    background: var(--SubColor);}
.blog_back a.article_btn_prev {    background: var(--MainColor);}
.blog_back a.article_btn_next {    background: var(--MainColor);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: #f3f3f3;
    padding:60px 20px;
}
.news_related h6 span:before {
    font-size: var(--f24);
    color: var(--MainColor);
}
.lastPage {    background: var(--SubColor02);}
@media (max-width:600px) {
   .blog_subbox {    grid-template-columns: 1fr;}
}
