@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden; font-family: 'Noto Sans TC', Noto Sans TC;}
/*
關於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;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #ffffff;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #A28867;
    border-radius: 3px;
}

/*版面寬度*/
.main_header_area .container{
    max-width: 1200px;
    width: 100%;
}

.album_page .main_part ,
.album_class_page .main_part,
.album_info_page .main_part,
.share_page .main_part,
.product_page .main_part,
.product_info_page .main_part,
.contact_page .main_part,
.inquiry_page .main_part,
.work_page .main_part ,
.work_class_page .main_part,
.work_info_page .main_part{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}


/* 底下圈圈 */


.swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    border-radius: 2.5px;
    height: 5px;
    width: 50px;
    z-index: 0;
}
.swiper-pagination-bullet {
    background: #ffffff73;
}
.swiper-pagination-clickable .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 0%;
    height: 5px;
    border-radius: 2.5px;
    background-color: #A28867;
    position: absolute;
    top: 0;
    left: 0;   
    z-index: 999999999;
    transition: all 0.3s;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    width: 100%;
    transition: all 0.3s;
}



.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(1):after {
    left: auto;
    right: 0;
}


/*==================== 選單購物欄 ========================================================================================================================*/
.me_tp_features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.shop_search_btn {
    background: #A28867;
}
a {
    color: #525261;
}

/*SubMenu*/
.me_tp_features { display: block;}/*隱藏整列*/
.me_tp_features{ display: flex;align-items: center;justify-content: flex-end;    width: 98%;}
.shop_search_btn { background: #A28867;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #b19f80;}



/* top */
#to_top {color: #ffffff;    background: #c29660; border-radius: 20%;     font-weight: 600;}
#to_top i:before, #to_top i:after{    background: #ffffff;}
#to_top i.top:before, #to_top i.top:after{    width: 3px;}

/*按鈕*/
.animated-arrow { background: #b19f80; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #cbc0a0; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #b19f80; border: 1px solid #b19f80;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin:0;}
.bannerindex { position:static; 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;}
}



/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area.sticky {background: rgb(255 255 255 / 0%);}
.pageIndex .header_area { position: relative; width: 100%; top: 0; left: 0;}
.pageIndex .header_area.sticky { position: fixed;}
.main_header_area {      background: linear-gradient(180deg, #bababa, #bababa);}
.main_header_area .sticky{ background: linear-gradient(180deg, #b7b7b7, transparent);}
.header_area .main_header_area::before {content: "";position: absolute;width: 100%;height: 0;transition: 0.5s ease-in-out;}
.main_header_area .container { max-width: 1600px;}
.header_area.sticky .main_header_area::before {height: 85%;transition: .5s ease-in-out;}
.header_area.sticky .main_header_area::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #bababa;
    backdrop-filter: blur(3px);
}
.swiper-pagination-bullet {display: none;}
.header_area {
    width: 100%;
    position: fixed;
    z-index: 9999;
    padding: 0 0;
    background: #f0f0f000;
}


/*logo*/
.nav-brand {
    width: 150px;
    display: block;
    padding: 20px 10px 0px 10px;
    transition: all ease .4s;
}
.header_area .nav-brand { margin: 0px 0px 0; max-width: 210px; width: 100%; transition: .4s all ease-in-out;    transform: translate(0px, -16px);}
.header_area.sticky .nav-brand{width: 200px;max-width: 260px;transition: .4s all ease-in-out;}
.header_area .nav-brand img {display: block; }
.header_area.sticky .nav-brand img {filter: none; transition: .3s all ease-in-out;}

/*menu*/
.navigation { padding: 10px 0 0px 0px; grid-template-columns: 300px 1fr;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: bold; position: relative; padding: 0 20px;color: #535360;transition: .2s all ease-in-out;letter-spacing: 2px;}
.header_area.sticky .stellarnav > ul > li > a {color: #535362;transition: .2s all ease-in-out;text-shadow: none;}
.header_area.sticky .stellarnav > ul > li:hover > a { color: #535362;}
.header_area.sticky .stellarnav li.has-sub > a::after{border-right: 2px solid #535362;border-bottom: 2px solid#535362;box-shadow:none;}
.stellarnav li.has-sub > a::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 3px;
    border-top: none;
    border-right: 2px solid #535360;
    border-bottom: 2px solid #535360;
    border-left: none;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    transition: border .2s;
}


/* header購物車 */
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin-bottom: -8px;
}

.navigation * {
    box-sizing: border-box;
    word-break: break-all;
}


/*--下拉頁面---------------------------------------*/

  /*側邊選單/＝＝＝＝＝*/
  .stellarnav .menu-toggle:after {font-size: 14px;   color: #fff;}
  .stellarnav .menu-toggle span.bars span{    width: 30px;     background: #fff;   margin: 0 auto 6px;}
  .stellarnav.mobile.active {    z-index: 555;}
  .stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
  .stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
  .stellarnav.mobile.left > ul {    background: #535362;}
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #A28867;     color: #53535e;}
  .stellarnav .icon-close:before, .stellarnav .icon-close:after, .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{    border-bottom: solid 3px #fff;}
  .stellarnav.mobile > ul > li{border-bottom: 1px #a67b2b85 solid;}
  .stellarnav.mobile li a{  padding: 15px 43px 10px 55px !important;  border: none;     color: #fff;}
  .stellarnav > ul > li:before{  top: -30px;left: 19%;}
  .stellarnav.mobile li.open {    background: #535362; padding: 0;}
  .stellarnav li li{ font-size: 14px; font-weight: 600;letter-spacing: 1px; margin-bottom: 0;    background: #ffffff;  border: none;}
  .stellarnav ul ul {font-size: 15px;}
  .stellarnav li a{    color: #535362;}
  .stellarnav > ul > li.has-sub > ul a:hover {padding: 10px 10px 10px 20px; transition: all 0.3s;}
  .stellarnav > ul > li > a b{    font-weight: 600;}



/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
    .navigation {padding: 10px 40px 10px 40px;}
}


/*@media (max-width: 1100px) {
    .ci_i section {padding: 240px 5% 60px;}
}*/


@media screen and (max-width: 1024px) { 
    
    .header_area {position: relative;}
    .me_tp_features{  position: absolute;top: 40px;right: 25px;}
    .me_tp_features a.tp_btn_notice {}

    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation {background: #BABABA;}
    .header_area .nav-brand img { filter:none;}
    .header_area {background: #ffffff00;padding: 0 0;}
    .header_area.sticky { position: fixed;}


    /*logo*/
    .nav-header {position: relative;text-align: left;margin-left: -700px;    max-width: 287px;}
    .header_area .nav-brand { max-width: 215px; margin: 5px 0 0; transition: .3s ease-in-out;}

    /*menu*/
    .stellarnav > ul > li{    margin: 0 4px;}
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 40px 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after {top: 32%; right: 12%;}/*下拉箭頭*/
    .bannerindex{padding-top: 0;}

    .stellarnav > ul > li > a {color: #525261;transition: .2s all ease-in-out;text-shadow: none;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a {color: #535360;transition: .2s all ease-in-out;text-shadow: none;}
    /*.ci_i section {padding: 40px 5% 60px;}*/

    .stellarnav li.has-sub > a::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 12px;
        border-top: none;
        border-right: 1px solid #525261;
        border-bottom: 1px solid #525261;
        border-left: none;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        transition: border .2s;
        box-shadow: #75757500 0.1em 0.1em 0.2em;
    }
}


@media screen and (max-width: 899px) {    .nav-header {margin-left: -560px;}}


@media screen and (max-width: 768px) {
    .stellarnav a.dd-toggle .icon-plus{    width: 0px;}
    .me_tp_features{position: static;  padding: 0px 20px 20px;  margin: 0 auto;}
    .box_search input[type=text] {
        width: 100%;
        height: 31px;
        box-sizing: border-box;
        position: static;
    }
    .shop_search_btn { height: 31px;}
    .me_tp_features a.tp_btn_cart { display: none;}
    .me_tp_features a.tp_btn_notice { display: none;}
    .box_search {width: 100%;}
    .stellarnav .menu-toggle span.bars span{    background: #a1886a;}
    .stellarnav.mobile.left > ul{    background: #ffffff;}
    .stellarnav.mobile li a{color:#535360;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after, .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #53535f;}

    .header_area.sticky .main_header_area {backdrop-filter: none;background: #1a606d;}
    .stellarnav.mobile li.open {background: #d0c4b5;}

    /*logo*/
    .nav-header { position: static;}
    .nav-header {position: relative;text-align: left;margin-left: -500px;}
    /*.header_area.sticky .nav-brand { max-width: 180px; margin: 10px 0; transition: .3s ease-in-out;}    */

    /*menu*/
    .stellarnav.mobile{ top: 30px;right: 0;text-align: right;}
    .stellarnav > ul > li{    margin: 0;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 3px 27px;}
    .stellarnav > ul > li > a {    line-height: 48px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: -3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}

    /* 搜尋商品 */
    .box_search input[type=text]{    max-width: 700px;}
}





@media screen and (max-width: 425px) {
        .contact_content .information_right {width: calc(130% - 150px);padding-left: 30px;}
        .bannerindex {position: static;height: auto;}
        .swiper-banner {position: static;margin: 0;height: auto;}
        .banC { background-image: url(https://pic03.eapple.com.tw/lwjg/banner.jpgcell_booking.jpg); padding: 125px 0;}
        .banE {padding: 125px 0;}
        .banF {padding: 125px 0;}
        .stellarnav .menu-toggle:after{display: none;}

        /* 搜尋商品 */
        .box_search input[type=text] {max-width: 400px;}


        /* LOGO */
        .nav-header {position: relative;text-align: left;margin-left: -150px;}
        .header_area .nav-brand {        max-width: 185px;}
}
       



    @media screen and (max-width: 375px) {   .nav-header {position: relative; text-align: left;margin-left: -100px;}}




/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #F2F2F2;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;    animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/
#content {
    background: url(https://pic03.eapple.com.tw/footsteps/bg.jpg);
    background-size: cover;
    /*background-attachment: fixed;*/
}
.product_page #content{
    background: url(https://pic03.eapple.com.tw/footsteps/bg001.jpg);
    background-attachment: fixed;
}

.blog_page.article_a #content{
    background: url(https://pic03.eapple.com.tw/footsteps/bg002.jpg);
    background-size: cover;
    /*background-attachment: fixed;*/
}

.blog_page.article_b #content{
    background: url(https://pic03.eapple.com.tw/footsteps/bg003.jpg);
    background-size: cover;
    /*background-attachment: fixed;*/
}


@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}




/* 文字 */
.bannerindex .swiper-slide:nth-child(1):after {
    /*background: url(https://pic03.eapple.com.tw/footsteps/banner-02.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/footsteps/banner-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s  both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-top  2s 0.2s both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: slide-top 2s 0.2s ease both;}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* 從左側滑入 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {
        padding-bottom: 0%;
    }}

    @media screen and (max-width: 500px) {
        .bannerindex .swiper-slide img {
            width: 200%;
        }
        .bannerindex .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
        }
        .bannerindex .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }





/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {}
.banner h5 {letter-spacing: 3px; color:#fff}
.banner.banA {display: none;}
.banner.banblog { padding: 200px 0 ;background-image: url(https://pic03.eapple.com.tw/footsteps/banner2.jpg);}
.banner.banC {padding: 200px 0 ;background-image: url(https://pic03.eapple.com.tw/footsteps/banner2.jpg); }



/*Banner/＝＝＝＝＝*/
.banF {
    /*display: none;*/
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/footsteps/banner3.jpg)repeat center center; 
	background-size: cover;
}


.banblog {
    /*display: none;*/
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/footsteps/banblog.jpg)repeat center center; 
	background-size: cover;
}

body.blog_page.article_b .banner.banblog{
    /*display: none;*/
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/footsteps/banner2.jpg)repeat center center; 
	background-size: cover;}


body.blog_page.article_a .banner.banblog, body.blog_in_page.article_a .banner.banblog{
    /*display: none;*/
	height: 1000px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/footsteps/banner.jpg)repeat center center; 
	background-size: cover;}


body.other_select_page .banA{
	display:none;
}

body.other_page .banB {
    display: none;
}

/*.banE {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_album.jpg)repeat center center; 
}



.ban_price {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_price.jpg)repeat 75% center; 
}

.ban_team {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_team.jpg)repeat center center;
}

.banB {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_service.jpg)repeat center center; 
}

.banblog {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_news.jpg)repeat center center; 
}*/





body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"CASES";
}

.banF h5::before{
	content:"PRODUCTS";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}

.banblog h5::before {
    content: "NEWS";
}


.banner h5::before{
    font-weight: 600;
	font-size: 65px;
    display: block;
	letter-spacing: 2px;
}

.banner h5{
	font-size: 24px;
    letter-spacing: 8px;
    font-weight: 800;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: right;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
    max-width: 600px;
	width:100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0 15px auto;
}

body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {
		background-size: 1920px;
	}
}

@media screen and (max-width:1200px) {
	.banner {
		background-size: 1700px !important;
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 22px;
	}
    body.blog_page.article_a .banner.banblog, body.blog_in_page.article_a .banner.banblog{    height: 500px;}

}

@media screen and (max-width:1024px) {
	.banner {
		background-size: 1350px !important;
		height: 380px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		background-size: 1000px !important;;
		height: 265px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}
     body.blog_page.article_a .banner.banblog, body.blog_in_page.article_a .banner.banblog{    height: 300px;}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
		background-size: 700px !important;;
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
    body.blog_page.article_a .banner.banblog, body.blog_in_page.article_a .banner.banblog{    height: 200px;}
}



    
/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */
footer * {
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
    transition: all .3s;
}
footer {
    padding: 80px 0 0 !important;
}
.footer .center {
    max-width: 1200px;
    padding: 0 2%;
}
.footer_logo {
    max-width: 200px;
}
.box_link {
    display: none;
}
.footer_info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
}
.footer_info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 900px;
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
}
.footer_info li {
    padding: 25px 10px 10px;
}
.footer_info li::before {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #535362;
    margin-bottom: 20px;
}
.footer_info li:nth-child(1):before {
    content: 'CONTACT US';
}
.footer_info li:nth-child(2):before {
    content: 'LINK';
}

/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p.tel:before {
    content: 'TEL';
}
.footer_info li p.mail:before {
    content: 'EMAIL';
}
.footer_info li p.add:before {
    content: 'ADD';
}
.footer_info li p {
    font-weight: 500;
    margin-bottom: 10px;
}
.footer_info li p a {
    font-size: 14px;
    font-weight: 600;
    color: #535362;
}
.footer_info li p:before {
    display: block;
    color: #535362;
}


.footer_logo img { background: url(https://pic03.eapple.com.tw/footsteps/banner-02.png);}


/* footer選單 */
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 25px;
}
.footer_menu a {
    font-family: "Onest", sans-serif, "Noto Sans TC", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #535362;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    padding: 8px 11px 8px 0;
}
.copy, 
.copy a {
    color: #909090;
}
.copy {
    background: var(--color1); 
    margin-top: 70px;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #424242;
}
.copy a:hover {
    color: #424242;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 20px 0 0 !important;
    }
    .footer_info {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 450px) {
    .footer .center {
        padding: 0 8%;
    }
    .footer_info ul {
        justify-content: flex-start;
    }
    .footer_info li {
        padding: 10px;
    }
    .footer_info li+li {
        margin-top: 0;
    }
    .footer_info li::before {
        margin-bottom: 10px;
    }
    .footer_menu {
        row-gap: 0px;
        column-gap: 10px;
    }
}


.linksBtn {display: none;}




/*文章管理******************************************** */
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.accordion li .link a{    color: #ffffff;}
.blog_box { padding: 0px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.subbox_item { border-bottom: 1px solid #c5c5c5;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}

.subbox_item a { display: flex; align-items: flex-start;  padding: 50px 10px; }
.subbox_item a:hover {background: var(--subColor01);}
.subbox_item a:before {bottom: 50px; right: 100px; opacity: 1; font-size: 14px; color: #ffffff;font-family: "Bellefair", serif;}
.subbox_item a:after { right: 60px; bottom: 50px; left: auto; top: auto;  background: url(https://pic03.eapple.com.tw/footsteps/new_arrow.svg);
  width: 30px;  height: 14px;  content: "";  background-repeat: no-repeat;  background-size: contain;  background-position: right;opacity: 1;border: none;}
.subbox_item a:hover::after { right: 50px;}
.blog_ri {width: 100%; padding: 0px;}
.i_blog_le, .i_blog_ri , .blog_list_ri {    width: 100%;}
.blog_list_le{ position: relative; padding-bottom: 30%; height: 0; width: 100%; max-width: 470px;overflow: hidden;}
.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: 0%; top: 0%; transition: 0.8s;}
.module_i_news li:hover a img, .subbox_item a:hover img { transform: scale(1.05);  filter: grayscale(0);}
.blog_list_ri {padding: 20px 50px; display: flex; flex-wrap: wrap;flex-direction: column;}
.blog_list_ri h5 { border-bottom: 1px solid; color: #ffffff; padding-bottom: 10px; letter-spacing: 1px; margin-bottom: 15px;}
.blog_list_ri em {color: #ffffff;margin: 7px 0 15px; order: -1; border: 1px solid #ffffff;  width: fit-content; padding: 5px 0px;  font-weight: 500;}
.blog_list_ri p{    color: #ffffff;}
.blog_page h4.blog_category_title {display: none;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;width: auto;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--subColor01) !important;}
.submenu a:hover {    background: #cbc0a0;}

/*移至上方*/
.blog_le {width: 100%;}
.blog_le, .blog_ri { padding: 7px 0;}
.blog_ri {width: 100%;max-width: 1200px;margin: 0 auto; display: block;}
h5.blog_le_t , .blog_search {display: none;}
.blog_le .accordion {border-radius: 0px; border: none; display: flex; justify-content: flex-end; border-bottom: 1px solid #c5c5c5;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {width: auto;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: #ffffff!important;}
.accordion li .link { padding: 10px 30px;font-size: 17px; letter-spacing: 2px; color: #b6a58d;font-weight: 500;}
.submenu ,.blog_le .accordion li.default .submenu {width: 110px;}

/*首*/
.module_i_news {padding: 0px 20px 150px;}
.module_i_news .title_i_box {  margin-bottom: 60px;}
.module_i_news .title_i_box h6 { display: none;}
.module_i_news .title_i_box h4 {font-size: 40px; color: #b6a58d;  font-weight: 300;font-family: "Bellefair", serif;}
.i_blog_ri em ,.i_blog_ri p {display: none;}
.i_blog_ri h5 { font-weight: 500; font-size: 18px;  color: #b6a58d;}
.i_blog_le { padding-bottom: 70%; height: 0; width: 100%; overflow: hidden; position: relative;}
.i_blog_ri { padding: 10px 5px;}
.module_i_news ul { width: 100%;  grid-template-columns: 1fr 1fr 1fr 1fr;  max-width: 1550px;}
.module_i_news li a:before , .module_i_news li a:after  {display: none;}
.i_blog_b a i.fa-solid.fa-arrow-right { display: none;}

/*按鈕*/
.i_blog_b a { margin-top: 30px;}
.animated-arrow{ width: 160px; background: transparent; border: 1px solid var(--mainBColor); border-radius: 50px;color: var(--mainBColor); height: 45px;line-height: 45px;}
.animated-arrow:hover:before{ height: 100%; top: auto; bottom: 0;}
.animated-arrow:before { content: ''; display: block; width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: var(--mainBColor); transition: .5s ease;}
.animated-arrow b{ position: relative; z-index: 2;}
.animated-arrow:hover b { color: var(--mainCColor);}

/*功*/
.blog_subbox{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_in_page .main_part { max-width: 100%;padding: 50px 0px 0;}
.blog_box_edit {padding-top: 70px;width: 100%; max-width: 1000px; margin: 0 auto;}
.blog_data b {font-family: "Bellefair", serif;}
h4.blog_category_title {font-size: 28px; border-bottom: 1px solid;padding: 20px 0 10px; color: #555; letter-spacing: 1px; font-weight: 500; width: fit-content;}
.blog_in_page .blog_ri p.blog_brief {font-size: 20px;letter-spacing: 2px;  color: var(--mainBColor);}

.blog_in_page .blog_le { width: 100%; max-width: 1366px; margin: 0 auto 4vw; display: block; padding: 0 10px;}
.blog_in_page .blog_ri { width: 100%; padding: 0px 10px 70px;  max-width: 1000px;  margin: 0 auto;  display: block;}
.blog_back {display: flex;}
.blog_back a {font-size: 14px;color: var(--mainBColor);padding: 25px 0px; width: 34%; font-family: "Bellefair", serif;  letter-spacing: 2px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_back , .blog_back a.article_btn_next{background: #b5a58f; transition: 0.3s;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_back:hover,.blog_back a.article_btn_next:hover { background: #e1dfe0;}
.blog_back a.article_btn_back:hover { letter-spacing: 4px;}
.i_blog_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: 0%;  top: 0%;  transition: 0.8s;  filter: grayscale(0.7);}

.bu_1:hover {background:#b6afa8; color: #ffffff;}
.bu_1 {background:#faf6f3;  color: #ffffff;}
.bu_1 span { color: #ffffff;}

/*相簿*/
.show-list .show_name {
    font-size: 17px;
    color: #726A5B;
    letter-spacing: 0;
    height: 35px;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}
.pic-list .show_pic { padding-bottom: 65%; }

.show-list .item:hover .show_name { color: #403a2f;}
.main_part {  max-width: 1600px; }
.album_page .main_part {  max-width: 95%; }
.show-list .item {  padding:  0px; }
.album_fixed_title {  display: none; }

.subalbum-menu h2 {  display: none; }
.other_album_choice li {  background: #b5a58f; }
.other_album:before {  display: none; }

.other_subalbum li { background: none; text-align: center; }
.other_subalbum p {
    font-size: 17px;
    color: #726A5B;
    letter-spacing: 0;
    height: 35px;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
}
.other_subalbum li a img {  height: 350px; }

@media screen and (max-width:768px) {.blog_list_ri h5{padding-bottom: 0px;}}

@media screen and (max-width:425px) {
.blog_list_le {padding-bottom: 70%;}
.subbox_item a {    flex-direction: column;}
.products-list .item a{    background-color: #fff;}
}



@media screen and (max-width:375px) {
.album_page .main_part {    max-width: 100%;}
.main_part {
    padding: 0px 0px;
}}






/*購物車/＝＝＝＝＝============================================================================================================================*/
.prod_part {    width: 90%;max-width: 1600px;}
.products-list {grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}


body.pageIndex .products-list {
	padding: 40px 0;
}


body.pageIndex .products-list .item:nth-child(n+9) {
	display:block;
}

.products-list .pic {
    /*border: 6px #FFFFFF solid;*/
    line-height: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    height: 100%;
	transition:.5s;
}

/*.products-list a:hover .pic {
	border: 5px #ff8b00 solid;
}*/

.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
	opacity:0;
	transition:.5s;
}

.products-list .pic::after {
    content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.5);
	opacity:0;
	transition:.5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after {
	opacity:1;
}



.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: unset;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
	transition:.5s;
	transform:scale(1);
}

.products-list a:hover .pic img {
	transform:scale(1.05);
}

.products-list .name {
    text-align: center;
	transition:.5s;
    color: #ffffff;
    font-weight: 700;
    height: 10%;
    font-size: 16px;
}

.products-list a:hover .name {
	color: #ffffff;
}



/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #A28867;
    color: #A28867;
	display:none;
}


.products-list .item a:hover .more {
	background: #A28867;
}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ffffff;}
.products-list .price b.ori_price {    font-size: 14px;color: #A28867;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    /*background: #f2f2f2;*/}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {      font-weight: 800;  color: #ffffff;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;/*padding-left: 25px;*/}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: #A28867;
	padding-left: 25px;
}

.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #A28867; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #60c6ec;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #A28867;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info{display: none;}
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
/*按鈕顏色*/
.inquiry_a1{background: #A28867;}
.inquiry_a2{background: #A28867;}
.inquiry_a3{background: #A28867;  display: none;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #A28867;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #A28867;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #525261;
}

/*商品側邊規格*/
.sidebarBtn h2 {color: #525261;}
.product_info li span  {color: #525261;}
div#number_area{color: #525261;} 

.path p a:hover {color: #ffffff;}
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #222222;    width: 100%;    margin: 5px 0px;}
.sidebarBtn .price span {
    display: inline-block;
}
.sidebarBtn .price span.ori_price {  color: #777;display: block;text-decoration: line-through;}
.sidebarBtn .price span.sp_price {   color: #A28867;display: block;}
.sidebarBtn .price {
    border-bottom: 1px solid #aaa;
	color: #525261;
}
.toShare {
    border-top: 1px solid #aaa;
}

.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before {color: #525261;}
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}



/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1400px) {
.products-list .name{height: 30%;}}

@media screen and (max-width: 1200px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr 1fr;}}
    
    
    @media screen and (max-width: 1024px) {
    /*購物車/＝＝＝＝＝*/
    .product_page .products-list {    grid-template-columns: 1fr 1fr;}
    .products-list .pic {height: 70%;}
    }
    
        
    @media screen and (max-width: 768px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr;}
    .product_page .products-list ,.product-layer-two {    width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    .mobile_product_name {
        display: none;
    }
    .sidebarBtn {
        order: -1;
        margin: 0px auto 20px;
    }
    
    .product_pic {
        padding-top: 0px;
    }
    
    body.pageIndex .products-list {
        padding: 40px 0 20px;
    }
    
    /*順序*/
    .product_page .products-list {    order: -1;}}
    
    
    @media screen and (max-width: 600px) {
    
    /*購物車/＝＝＝＝＝*/
    .prod_related h6 span:before{font-size: 20px;}
    .products-list .pic {
        border: unset;
    }}


    @media screen and (max-width: 425px) {
    .products-list .name{height: 20%;}
    .product_page .products-list{  grid-template-columns: 1fr;}
}

    @media screen and (max-width: 375px) {
    
        /*購物車/＝＝＝＝＝*/
        .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}}
        .products-list .item a {    padding-bottom: 0px;}
        .products-list .name{height: 15%;}

        @media screen and (max-width: 1200px) {
            @media screen and (max-width: 980px) {
                @media screen and (max-width: 768px) {
                    @media screen and (max-width: 600px) {
                        .products-list .price b {
                            width: 100%;
                            text-align: center !important;
                        }
                    }
                }
            }
        }


    .header_area.sticky  a.tp_btn_cart{color:#535362;}
    .header_area.sticky  a.tp_btn_notice{color:#535362;}

@media screen and (max-width: 768px) {.banner.banblog {    padding: 180px 0;} .banner h5 { font-size: 28px;} body.blog_page.article_b .banner.banblog{    height: 100px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}
@media screen and (max-width: 425px) {.banner.banblog {    padding: 100px 0;} }


 .path p, .path p a {display: none;}
 @media screen and (max-width: 450px) {
    .products-list .name{color: #333333;}
    .products-list a:hover .name {color: #333333;}
    .products-list .price b {color: #333333;}
    .products-list .price b:hover {color: #333333;}
}

