@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;}
*/
@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #9D8158 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/
body{    font-family: 'Oswald', 'Josefin Sans', "Noto Sans TC", 微軟正黑體, arial, sans-serif;}

body.contact_page.bodyDesktop ,body.product_page.bodyDesktop ,body.product_info_page.bodyDesktop ,body.blog_page.article_a.bodyDesktop{
    background: url(https://pic03.eapple.com.tw/yangsid/BG.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.swiper-fade .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/yangsid/TXT.svg);
    background-repeat: no-repeat;
}
.swiper-fade .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    aspect-ratio: 442 / 108;
    left: 50%;
    top: 45%;
    max-width: 440px;
    transform: translate(-50%, -50%);
}
.swiper-fade .swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/yangsid/TXT1.svg);
    background-repeat: no-repeat;
}
.swiper-fade .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    aspect-ratio: 493 / 191;
    left: 50%;
    top: 50%;
    max-width: 500px;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 1024px) {
    .swiper-fade .swiper-slide:after {
        left: 51%;
        top: 54%;
        max-width: 370px;
    }
.swiper-fade .swiper-slide:before {
    left: 51%;
    top: 51%;
    max-width: 350px;}
}

@media screen and (max-width: 900px) {
.swiper-fade .swiper-slide:before {    
    max-width: 340px;
    left: 52%;
    top: 53%;}

.swiper-fade .swiper-slide:after {
    left: 51%;
    top: 60%;
    max-width: 340px;}
}

@media screen and (max-width: 768px) {
.main_header_area {    margin-bottom: -15px;}
.swiper-fade .swiper-slide:after {
        left: 51%;
        top: 57%;
        max-width: 330px;
    }
        
.swiper-fade .swiper-slide:before {
        max-width: 330px;
        left: 51%;
        top: 47%;
    }

}

@media screen and (max-width: 600px) {

.swiper-fade .swiper-slide:before {
    max-width: 260px;
    left: 51%;
    top: 49%;}

.swiper-fade .swiper-slide:after {    max-width: 260px;}
}
@media screen and (max-width: 480px) {
.swiper-fade .swiper-slide:before {
    max-width: 200px;
    left: 50%;
    top: 56%;}

.swiper-fade .swiper-slide:after {    
    max-width: 200px;
    left: 49%;
    top: 60%;}

}
/*Header/＝＝＝＝＝*/
/*麵包屑*/
.path {display: none;}
/*隱藏購物車搜尋欄*/
.box_search{display:none;}

/*選單漸變效果＝＝*/

/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
#content_main { margin:0;}
.bannerindex { position:fixed; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}

/*選單*/
.header_area {
background: transparent;
position: fixed;
padding: 0;
}
.header_area.sticky {
    background: #dbd5cc85;
    border-bottom: 1px solid #eeeeee54;
    transition: .35s ease in;
    backdrop-filter: blur(5px);
}
/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {    padding: 10px 0 10px 0px;}
.tp_links {    display: none;}

/*電腦LOGO/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;
    max-width: 100px;
}
@media screen and (max-width: 768px) {
.header_area.sticky {backdrop-filter: none;}
}
@media screen and (max-width: 480px) {
.header_area .nav-brand {max-width: 80px;}
}
/*第一層*/
.stellarnav > ul > li > a{
    transition:all 0.3s;
    letter-spacing: 2px;
    color: #444;
}
.me_tp_features {    padding-top: 12px;}

/*字下滑變色*/
.header_area.sticky .stellarnav > ul > li > a{color: #604b2f;}
.header_area.sticky .stellarnav > ul > li:hover > a{color: #444;transition: .3s ease in;}
.stellarnav > ul > li.has-sub > a {    padding-right: 0;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    
    padding: 7px 5px;    
    transition: all 0.3s;
    border-left:1px solid transparent;}

.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #9D8158;	
    padding-left:10px;
    border-color:#9D8158 ;}

/*三角下拉*/
.stellarnav li.has-sub > a:after {display: none;}

/*漢堡選單*/
.stellarnav .menu-toggle span.bars span {background: #000;}
.stellarnav .menu-toggle:after {margin-top: 10px;color: #000;}
.stellarnav.mobile.left > ul {    background: #9D8158;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #9D8158;color: #eee;}
.stellarnav .icon-close:before {border-bottom: solid 3px #f3f3f3;}
.stellarnav .icon-close:after {border-bottom: solid 3px #f3f3f3;}

@media screen and (max-width: 768px) {
    .stellarnav.mobile > ul > li > a {color: #eee;}
    .stellarnav > ul > li:hover > a {color: #391911;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #f3f3f3;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #f3f3f3;}
    .stellarnav.mobile li.open { background: #9D8158;padding: 0;}
    .stellarnav .menu-toggle{    padding: 20px 0 0;}
}
/*Footer/＝＝＝＝＝*/
.footer {
    background-color: #9f9584;
    padding: 40px 0 0;
}
.footer .center{max-width: 1400px;width: 90%;margin: 0 auto;}
.footer_logo > a{
background: url(https://pic03.eapple.com.tw/yangsid/Logo.png) no-repeat;
display: block;
width: 100px;
height: 200px;
background-size: contain !important;
background-position: center !important;}

.footer_logo img{display: none;}

.footer_info {
    padding-right: 0px;
    display: flex;
    justify-content: space-between;}

.footer_info li p, .footer_info li p a {  
    color: #ffffff; 
    transition: all .5s;  
    font-size: 14px;  
    font-weight: 400;  
    line-height: 200%;  
    letter-spacing: 1px;}

.footer_info li p:hover,.footer_info li p a:hover{color: #ccc;}
.footer_menu a {  
    background: transparent;  
    border: none;  
    display: block;  
    color: #d9d9d9;  
    margin: 0;   padding: 0;   
    line-height: 200%;   
    text-align: right;  
    position: relative;  
    text-transform: uppercase;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{
    content: "";
    width: 0;
    height: 1px;
    background: #ccc;
    transition: all .5s;
    position: absolute;
    bottom: 0;right: 0;}
.footer_menu a:hover{background: transparent;color: #ccc;}
.footer_menu a:hover:before{width: 100%;}
.footer_info ul {  
    display: flex; 
    justify-content: space-between; 
    align-items: center;}
.box_link {display: none;}

.copy {
    border-top: 1px solid #cecece;
    text-align: right;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-size: 13px;
    width: 90%;
    font-weight: 300;
}
.copy a { color: #fff;}
.copy a:hover {  color: #cecece;}
.box_link{display: none;}

/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}
@media screen and (max-width: 768px) {
.footer_menu {    width: 100%;}
.footer_info ul {    padding-bottom: 40px;}
.copy {padding: 10px 0 20px;text-align: center;}
}
@media screen and (max-width: 460px) {
.footer_info {    flex-direction: column;}
.footer_logo > a {height: 75px;}
.footer_info ul {    display: block; padding-bottom: 0;}
.footer_menu {    width: 76%;}
.footer_menu a {text-align: left;}
}


/*購物車*/
.prod_part {    
    background: url(https://pic03.eapple.com.tw/yangsid/BG.jpg);
    padding: 50px 5%;
}

/* 商品下拉超過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_menu_list>h5 {color: #9d8158;}
.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;}
.product-layer-two li a {color: #9D8158;}
.product-layer-two li a:hover {
    background: #9D8158;
    color: #fff;
    transition: 0.5s;
}

/*單品顯示*/

.products-list .pic {
    transition: 0.8s;
    filter: grayscale(0.7);}

.products-list .pic:hover {
    transform: scale(1.05);
    filter: grayscale(0);
}
.products-list .name { 
    text-align: center;
    line-height: 2.75;
    color: #595050;
}
.products-list .more {
    border: none;
    color: #bfb3a1;
    border-bottom: 1px solid #ada692;
}
.products-list .item a:hover .more {
    background: #9d8158;
    border: none;
    padding: 5px 0 0 0;
}

.products-list .price b {
    color: #9D8158;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.products-list .price .sp_price {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ff4141;
}

/*首頁顯示*/
.i_prod_tit h2 {
    color: #BFB3A1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: "Noto Sans TC", sans-serif;
}
.i_prod_tit span{
    font-size: 24px;
    color: #595050;
    font-weight: 600;
}
.i_prod_tit{    text-align: left;}

.i_prod_b a {
    height: 45px;
    width: 140px;
    margin-top: 30px;
    background: #9F9584;
}
.i_prod_b a:hover {
    background: #9d8158;
    transition: .5s;
}
.i_prod_b * {
    transition: all .5s;
    font-weight: 500;
}
.i_prod_b *:hover {    letter-spacing: 1px;}
.i_prod_b a i.fa-solid.fa-arrow-right {    display: none;}
/*內頁*/
/*右方商品規格*/
.sidebarBtn {
    padding: 30px;
    border: 1px #ddd solid;
    border-radius: 10px;}

.product_info li .txt_box {color: #7A7373;}

div#number_area {
    color: #7A7373;
    padding-top: 3px;
}

.sidebarBtn h2 {
    color: #9d8158;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

/*下方商品資訊*/
.pd_tabTitle li.activeTab a {
    color: #fff;
    background: #9d8158;
}
.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: transparent;
}

/*相關*/
.prod_related {    background:transparent;}
.prod_related h6 {margin: 20px auto 40px;}
.prod_related h6 span:before {
    color: #9d8158;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.related_list li a {
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 10px #ebdbc2;}

.related_list li a:hover {
    background: #d5c7b6;
    transition: .5s;}

.related_list li a p {    
    color: #7e7573;
    padding-top: 20px;
}
.related_list li a p:hover {
    color: #333;
    transition: .5s;
}
@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) {
}
/*產品內頁按鈕*/
.inquiry_a1 {    background: #9D8158;}
.inquiry_a2 {    background: #52ae3d;}
.lastPage {background: #9D8158;border-radius: 5px;}
.rewrite_simple {    background: #51b241;}
.send_simple {    background: #9D8158;}
.toShare {display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.bannerindex { padding:0; margin:0;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.banner:after {    background-image: url(https://pic03.eapple.com.tw/yangsid/BN.jpg);}
.banner:after {
    content: '';
    position: absolute;
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(85vh - 210px);
    max-height: 800px;
    text-align: center;
    color: #fff;
    background: no-repeat center black;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
}

@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.banner h5:before {
    content: '';
    width: 1px;
    height: 60px;
    display: block;
    background: #ffffff80;
    margin: auto;
    margin-bottom: 20px;
}

.banner h5 {
    letter-spacing: 2px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 400;
    text-shadow: 0px 0px 9px #2d2d2de6;
    font-size: 26px;
    padding-top: 50px;
}

@keyframes loading-animation {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0%)
    }
}

@media screen and (max-width: 1440px) {
.banner h5 {padding-top: 20px;}
}
@media screen and (max-width: 1024px) {
    .banner {  height: calc(100vh - 420px);}
    .banner h5 {  font-size: 28px; padding-top: 0px;}
    }


@media screen and (max-width: 768px) {
    .banner h5 {  font-size: 28px;  }
    .banner {  height: calc(100vh - 530px);}
    
    
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 476px) {
    .banner h5 {   font-size: 24px;}
    .banner h5:before {  font-size: 14px;  }
    .banner h5:after {   height: 30px;  }
    .banner h5:before {height: 0;}
}

.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定外層*/
/*一排呈現*/
.subbox_item { width:100%;}
.blog_subbox {grid-template-columns: none;}
.subbox_item a {
    display: inline-block;
    position: relative;
}
.blog_list_le {
    display: inline-block;
    width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/*旁*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  
    background: #aba07d;}
h5.blog_le_t {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #9d8158;
}
@media screen and (max-width: 768px) {
h5.blog_le_t {margin-bottom: 25px;}

}
.blog_search input[type=search] {padding: 15px 5px 10px 15px;} 
/*文章內層*/
/*標題*/
h4.blog_category_title {
    color: #9d8158;
    letter-spacing: 2px;}
/*內文*/
.blog_box_edit * {    color: #666;}
/*按鈕*/
.blog_back a.article_btn_back {    background: #aba07d;}
a.article_btn_back:hover {
    background: #9D8158;
    transition: 0.5s;
}
.lastPage:hover {    background: #444;transition: 0.5s;}

/*分享*/
.blog_shareData {    display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/

.blank_letter{color: #595050;}

.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: 40px;
    letter-spacing: 1px;
}
.list_before.info li {
    color: #7A7373;
    padding-left: 40px;
    letter-spacing: 1px;
}
.contact_le_nomap {    padding-top: 20px;}
.contact_form li {grid-gap: 20px;}
.contact_content .information_left {    width: 100%;}
.contact_content .information_right {width: 100%;padding-left: 10px;}

/*按鈕*/
.contact_form li.last cite {
    background: #BFB3A1;
    border-radius: 5px;}
.contact_form li.last cite:hover {
    background: #444;
}
.contact_form li.last blockquote{    
    border: 1px #c5c5c5 solid;
    border-radius: 5px;
}
.contact_form li .form__label {
    color: #7A7373;
    max-width: 90px;
    text-align: right;
}

@media screen and (max-width: 1660px) {
.blank_letter {    padding-top: 0px;}
}

@media screen and (max-width: 1440px) {
.contact_content .information_right {    padding-top: 20px;}
}

@media screen and (max-width: 1024px) {
.blank_letter {padding-top: 0;}
.contact_content {padding: 0px 10px;}
.navigation {   padding: 10px 0 0;}
}

@media screen and (max-width: 768px) {


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}

}

@media screen and (max-width: 600px) { 
    .total_view {padding-bottom: 10px;}
}

@media screen and (max-width: 480px) {
.contact_form li .form__label {    max-width: 100px;}
}


