@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{
    font-family:  "Noto Serif TC", "Cormorant Garamond", serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{   display: none;}


#to_top{ padding-top: 13px; width: 40px; height: 40px; font-size: 0px; }

#content_main{ background: #f7f5ef; }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, .pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/hrfflaw/ban-txt1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    /* transform: scale(1); */
    }

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
/* animation-name:  scroll;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; */
    animation: slide-top 1.5s ease backwards;
}    


/* 
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/hrfflaw/ban-txt2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    transform: scale(1);
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  
        animation-name: scroll ; 
        -webkit-animation-duration: 2.5;
        animation-duration: 2.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-delay: 0.8s;
    } */



    
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


        @keyframes effect01 {
            0%{
                transform: scale(1.5);
                transform: translateY(0px);
            }
            100% {
                transform: translateY(-10px);
                transform: scale(1);
            }
            }

@-webkit-keyframes scroll {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    
    50% {
        transform: translateY(15px);
        opacity: 1;
    }
    
    100% {
        transform: translateY(0px);
        opacity: 0;
    }
    }
    
    @keyframes scroll {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    
    50% {
        transform: translateY(15px);
        opacity: 1;
    }
    
    100% {
        transform: translateY(0px);
        opacity:1;
    }
    }

    @-webkit-keyframes zoomIn {
            from {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
            
            to {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            }
            
            @keyframes zoomIn {
            from {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            
            to {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
        }


        @-webkit-keyframes zoomOut {
            from {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            
            to {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
            }
            
            @keyframes zoomOut {
                from {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                }
                
                to {
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -o-transform: scale(1);
                    -ms-transform: scale(1);
                }
        }




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*電腦LOGO*/

/*.nav-brand img {
    display: none;
}*/

.nav-brand {
    display: block;
    margin: 10px auto 5px;
    filter:  grayscale(1) brightness(10) ;
}

/*【Sticky】電腦LOGO*/

/*.header_area.sticky .nav-brand img {
	
   width: 166px;
    display: block;
    transition: all 0.5s;
    padding-top: 0px;
}*/

/*.header_area.sticky .nav-brand {
    margin: 10px auto;
}*/


/*主選單*/

.header_area {    background: #163d35 ;transition:all 0.3s; padding: 10px 10px 0px;}
.header_area.sticky{background: #163d35f7  ;transition:all 0.3s;}

/*.header_area.sticky{
    top:0px;
    animation:fade-in .6s cubic-bezier(.39,.575,.565,1.000) both;
    background: rgb(255 255 255);
}*/

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.nav-header{ max-width: 270px;}
.main_header_area .container {  max-width: 88%;}
.me_tp_features {position: absolute;   left: 0;z-index: 0;top: 15px; text-align: left;}
.me_tp_features a i{margin: 0px 15px; }
.tp_links a{ color: #346c5c; font-size: 18px;}
.tp_links a:hover{ color: #8b6e3c;}

.navigation { display: flex; flex-wrap: wrap; justify-content: center;}
.stellarnav { display: flex; justify-content: center; align-items: center;}
/* .stellarnav ul { display: flex; width: 40%; justify-content: space-between;} */
.stellarnav ul{ padding-bottom: 8px; }
.stellarnav ul ul{ left: -3px; max-height: 300px; overflow-y: scroll; width: 170px;}
.stellarnav li.has-sub > a:after{display: none;}


.stellarnav > ul > li{ border-right: 1px solid #3a675b; }
.stellarnav > ul > li:last-child{ border-right: 0px ;}


.stellarnav > ul > li.drop-left > ul{ right: unset; left: -3px;}
.stellarnav > ul > li.has-sub > a{padding: 0px;}
.stellarnav > ul > li > a { color: #b89a63; letter-spacing: 2px; padding:0px 20px ; transition: 0.3s;  font-weight: 500 ; }
.stellarnav > ul > li > a:hover { color: #8b6e3c;}


/*第二層*/
.stellarnav li li { border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 8px 9px; transition: all 0.3s; color: #b89a63; font-size: 16px; background: #346c5c ;}
.stellarnav li li:hover > a{ color: #8b6e3c;}
.stellarnav li li.has-sub:hover > a { color: #8b6e3c;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #579786;}
.stellarnav .menu-toggle:after { color: #579786;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #163d35;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #f7f5ef ;
    top:0px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #ddd6ca;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #ddd6ca;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 16px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(231, 212, 181, 0);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(242, 237, 232, 0.6) solid;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}
  .stellarnav.mobile > ul > li > a{ padding: 30px 43px 30px 10px;}



@media screen and (max-width: 1400px){




}

@media screen and (max-width: 1200px){

    /*.header_area {
        top: 2.5%;
    }*/

    .main_header_area .container {  max-width: 96%; }

    .header_area.sticky .stellarnav > ul > li > a {  margin: 0px 10px; }
}

@media screen and (max-width: 1024px){
    .me_tp_features{ top: 5px;}
}
.me_tp_features a i{ margin: 0px 10px;}

@media screen and (max-width: 800px){
}
@media screen and (max-width: 768px){
    .nav-header{ max-width: 230px;}
    .stellarnav ul { display: block; width: 100%; }
    .nav-brand img { display: block; }
    .nav-brand { display: block;  margin: 10px auto 10px;}
    .header_area{ padding: 2px 10px 2px ;}
    .me_tp_features {position: static;text-align: right ; display: none;   }
    .stellarnav.mobile{ top: 8px; left: -18px; }
    .tp_links a{ font-size: 16px;}
    .stellarnav > ul > li.has-sub > a{ padding: 30px 43px 30px 10px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ padding: 30px 43px 30px 15px;}
    .header_area.sticky .stellarnav > ul > li > a{ margin: 0px 5px;}
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 14px;}
    .nav-header{ max-width: 200px;}
}


/* 商品下拉超過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個--結束 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer_info li p.add:before {
    content: '地址　|　';
}
.footer_info li p.line:before{
    content: 'LINE ID　|　';
}
.footer_info li p.mail:before{
    content: '信箱　|　';
}
.footer_info li p.fax:before{
    content: '傳真　|　';
}
.footer_info li p.mail:before{
    content: '信箱　|　';
}
.footer_info li p.tel:before{
    content: '電話　|　';
}

.footer_info li p.fax {
    order:3 ;
}

.footer_info li p.add {
    order: 5;
}

.footer_info li p.mail {
    order: 4;
}

.footer_info li p.line {
    order: 2;
}

.footer_info li p.tel {
    order: 1;
}

.footer {
    background: #163D35;
    padding: 40px 0 0;
}

.footer_logo a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 11/3;
}
.footer_logo{ max-width: 320px; margin-bottom: 8px; }

.footer_logo img{ filter: grayscale(1) brightness(10);  }

.footer .center {
    max-width: 1800px;
    padding: 0 6%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
   font-family: "Noto Serif TC", "Cormorant Garamond", serif;
    display: block;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_info li p,
.footer_info li p a,
.footer_menu a {
    color: #DDD6CA;
    font-weight: 400;
    transition: all ease 0.3s;
}


.footer_info li p {
    display: inline-block;
    width: 49%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 6px 12px;
    border: none;
    background: transparent;
    margin: 0;
    margin-left: 8px;
    color: #B89A63;
    border-right: 1px solid #3a675b;
    margin-left: 0px; 
}

.footer_menu a:hover {
    background: transparent;
    color: #8b6e3c;
}

.footer_menu a:last-child{ border-right: 0px;}

.copy,
.copy a,
.copy a:hover {
    color: #4f4f4f;
    font-size: 12px; 
    font-family: "Noto Serif TC", "Cormorant Garamond", serif;
}
.privacyLinks a+a{ border-left: 1px solid #4f4f4f;}
.copy {
    text-align: left;
    padding: 26px 6% 10px ;
    border-top: none;
    max-width: 1800px;
    margin: 0 auto;
}

.box_link {
    display: none;
}


@media screen and (max-width: 1420px) {
    .footer_info li p{ width: 100%;}
}
@media screen and (max-width: 1024px) {
    .footer_logo{ max-width: 270px; }
}
@media screen and (max-width: 768px) {
     .footer_menu a{ display: flex;flex-direction: column; margin-left: 0px; margin-bottom: 6px;}
    .footer_menu{ right:50px;}
    .copy{padding: 60px 6% 10px ; }
    .footer_info li+li{ margin-top: 0px;}
    .footer_logo{ margin: 0px auto  15px ;}
    .footer_menu{ right: 20px;}
    .footer_menu a:last-child{ border-right: 1px solid #3a675b; }
    .footer_info li:nth-child(2){  width: 55%;}
}   
@media screen and (max-width:600px) {
    .footer_info li:nth-child(1){ width: 250%;}
    .copy{ text-align: center;}
}
@media screen and (max-width:510px) {
    .footer_menu{ right: 5px; display: none;}
    .footer_info li p{ font-size: 13px;}
    .copy{ justify-content: flex-start; text-align: left; padding: 24px 6% 10px ;}
    .privacyLinks{margin: 0 5px 0 -5px; }
    .footer_logo{ margin: unset; max-width: 230px ;}
    .footer_info li:nth-child(2){ display: none;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




