@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{font-family:"Noto Sans TC", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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*/


.pageIndex .nav-brand img {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}


/*手機LOGO
.nav-brand-m {}
*/

/*內頁header*/


.header_area,.header_area.sticky{
    background: #ffffff;
}

.nav-brand img {
    background: #74856b00;
    padding: 30px;
}

.nav-header {
    top: -10px;
}

.me_tp_features a {
    display: none;
}

.header_area { padding: 0 0 66px 15px; background: #fff;}

/*首頁header*/
.pageIndex .header_area {
    position: fixed;
    background: #ffffff;
    top: 0px;
    transition: .5s;
    padding: 27px 0 34px;
}

.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    top: 9px;
}

.stellarnav > ul > li > a {
    background: transparent;
    color: #515151;
    padding: 0px 15px;
    letter-spacing: 1px;
    transition: .5s;
}


.stellarnav > ul > li > a:hover {
    color: #B4C5B2;
    transition: .5s;
    font-weight: 500;
    letter-spacing: 2px;
}

.stellarnav > ul > li.has-sub > a {
    padding: 0px 15px;
}

.stellarnav .icon-close:before { border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;}


.pageIndex .nav-brand img {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    text-shadow: 2px 2px 3px #0404048c;
    width: 61%;
}

.pageIndex .nav-header {
    top: -9px;
}

/*首頁header sticky*/

.pageIndex .header_area {
        padding: 19px 0 11px;
    }
.pageIndex .header_area.sticky {
    top: 0;
        transition: .5s;
        background: #ffffff;
        padding: 0;
}

.pageIndex .header_area.sticky .main_header_area .container {
    margin: auto;
    background: #ffffff;
    padding: 43px 30px;
    transition: .5s;
    border-radius: 25px;
}

.pageIndex .header_area.sticky .nav-header{
    top: -6px; 
}

.pageIndex .header_area.sticky .nav-brand {
    margin-left: 20px;
    transition: .5s;
    width: 174px;
}


/*header ALL*/


.tp_links {
    display: none;
}

.stellarnav li.has-sub > a:after{
    display: none;
}

.navigation {
    grid-template-columns: auto;
}

.nav-header {
    position: absolute;
}

.main_header_area .container {
    max-width: 92%
}

.other_page .main_header_area,.product_page .main_header_area, .album_class_page .main_header_area, .blog_page .main_header_area, .contact_page .main_header_area{
    padding-top: 28px;
}

.stellarnav > ul > li:nth-of-type(2) ul li:nth-of-type(1) {
    display: none;
}

.stellarnav ul ul {
    background: #95A48D;
    border-radius: 10px;
}

.stellarnav li li {
    border: none;
}

.stellarnav li a {
    color: #FFF;
    background: #95A48D;
    border-radius: 10px;
}

.stellarnav > ul > li ul li a:hover {
    background: #7A8C72;
}

/*footer*/

.copy a:hover {color: #444;}
.footer_menu a:first-child {display: none;}
.footer {
    background: #74856b;
    padding: 20px 0 8px;
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    padding: 0px 25px;
}

.footer_info li {
    display: flex;
    padding: 10px;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    height: 127px;
    justify-content: flex-end;
}

.footer_info li p.line a {
	 display: none;
}


.footer_info li p.line:before {
    content: 'Line ID：';
	 display: none;
}
.footer_info li p.tel a {
    pointer-events: none;
}
.footer_info li p.tel:before {
    content: '營業時間：';
}
.footer_info li p.phone:before {
    content: '電話：';
}

.footer_info li p.tel2:before {
    content: 'Line ID：';
	
}
.footer_info li p.tel2 a {
    pointer-events: none;
    color: #ffffff;
}

.footer_info li p.taxid:before {
    content: '統編：';
	display: none;
}

.footer_info li p.taxid a {
    display: none;
}
.footer_info li p.add:before {
    content: '地址：';
	display: none;
}

.footer_info li p.add a {
	display: none;
}

/*.footer_info ul {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}*/



.footer_menu {
    display: flex;
    justify-content: flex-end;
}
/**/

/*footer logo*/
.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/landscapetile/LOGO-w-04.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    height: 88px;
    width: 136px;
    margin-top: 10px;
}
.footer_logo img { display: none;}

/**/

.box_link {
    max-width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    top: 48px;
    padding: 0px 30px;
}
.box_link a {
    font-size: 23px;
    border: none;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li:nth-child(2) {
    width: 100%;
}
.copy a, .copy p {
    color: #fff;
}

.copy {
    color: #fff;
}
.footer_info li p a {
	color: #fff;
}
.footer_info li p {
    color: #fff;
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #fff;
}
.footer_menu a:hover {
    background: #A1C74B;
    transition: .4s;
    padding: 5px 10px;
    text-shadow: 2px 2px 3px #0404048c;
}

.box_link a{
    transition: .4s;
}

.box_link a:hover {
    color: #A1C74B;
    transition: .4s;
    text-shadow: 2px 2px 3px #0404048c;
}

.copy {
    padding: 4px 0;
    width: 95%;
    margin: 11px auto 0px;
}


@media screen and (max-width: 1200px){

.footer_info li:nth-child(1) {
    width: 50%;
}
.copy {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 980px){

.footer_info ul {
flex-wrap: wrap;
}

.footer_menu {
    justify-content: flex-start;
}

.footer_info li:nth-child(2) {
    padding: 10px 0px;
}
.footer_info li {
    height: 100%;}
.box_link {
    top: -10px;
}

.copy {
    border: none;
}

.footer_menu {
    flex-wrap: wrap;
}

.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 15px;
}

.footer_logo {
    padding: 0px 18px;
}

.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}

.copy {
    margin-top: -10px;
}    

.footer {
    padding: 18px 0 0px;
}

}

@media screen and (max-width: 768px) {

.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}

/*.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    margin-top: 15px;
}*/
.pageIndex .header_area.sticky .nav-brand {
    margin-top: 14px;
}
.footer_info li+li {
    margin-top: 8px;
}

.footer_menu a {
    margin: 7px 7px;
    border: 1pt solid;
    border-radius: 5px;
}
.copy {
    margin-top: 0px;
}

.footer.with_shopping_mode {
    padding: 80px 0 50px;
}

#bottom_menu li {
    background: #c8c5b3;
}

#bottom_menu li a i {
    color: #ffffff;
}

#bottom_menu li a em {
    color: #FFF;
}

#bottom_menu li a {
    line-height: 2;
    display: block;
    padding: 10px 5px 5px;
    background: #915255;
}

}

/*大圖特效*/

#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }


/*第一張大圖*/
/*.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/landscapetile/title1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 35%;
    right: 16%;
    width: 30% !important;
    height: 40% !important;
    background-position: right;
    padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation:flip-in-ver-right 3s cubic-bezier(.25,.46,.45,.94) both
}*/



/*第二張大圖*/
/*.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/landscapetile/title2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 40%;
    right: 6%;
    width: 39% !important;
    height: 39% !important;
    background-position: right;
    padding-bottom: calc(100% / 1* 0.12);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation:fade-in-bottom 2s cubic-bezier(.39,.575,.565,1.000) both
}



@keyframes flip-in-ver-right {
    0% {
      -webkit-transform: rotateY(-80deg);
              transform: rotateY(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      opacity: 1;
    }
  }

  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }*/
  
  
 /*購物車側選單*/

.product-layer-two li a {
    padding: 10px 16px;
    color: #FAF7EF;
    background: #74856b;
    position: relative;
  }
  
  .product-layer-two > li > a:after {
    content: '';
    width: 0%;
    height: 1px;
    background: #FAF7EF;
    position: absolute;
    top: 22px;
    right: 155px;
    transition: all 0.6s ;
  }
  
  .product-layer-two > li > a:hover:after {
    width: 30%;
    right: 50px;
  }
  
  .product-layer-two li.active a {
    border: none;
    font-weight: 400;
  }
  
  .product-layer-two li i {
    top: 4px;
    color: #FAF7EF;
    transition: 0.3s;
  }
  
  .product-layer-two li i:hover {
    filter: drop-shadow(2px 2px 3px #4f5a47);
    transform: rotate(45deg);
    color: #FFF;
    transition: 0.3s;
  }
  
  .product-layer-two li.active li a {
    font-weight: 400;
    letter-spacing: 2px;
    color: #444;
    background: transparent;
  }
  
  .product-layer-two li li a {
    padding: 5px 10px;
    color: #444;
    transition: all 0.4s;
  }
  
  .product-layer-two > li 
  { width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}
  
  
  
  /*商品外觀*/
  
  .products-list .price b {
    color: #74856b;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .products-list .name {
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: 1pt solid #cad3c3;
    height: 60px;
  
  }
  
  .products-list .more {
    display: none;
  }
  
  .products-list .item a {
    padding-bottom: 0px;
    position: relative;
  
  }
  
    .products-list .pic img {
      border-radius: 5px;
  }
  
  .products-list .pic:before {
    content: "READ MORE";
    letter-spacing: 2px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 161%;
    background: #74856b;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
    color: #FAF7EF;
  }
  
  .products-list .pic img {
    border-radius: 5px;
    transition: all 0.6s;
  }
  
  .products-list a:hover .pic:before {
    opacity: 0;
  }
  
  .products-list a:hover .pic img {
    transform: translate(0%, 0%) scale(1.1);
    filter: none;
    transition: all 0.6s;
  }
  
  
  /*商品內頁側邊單*/
  .sidebarBtn {
    border: none;
  }
  .product_info li .txt_box {
    color: #74856b;
  }
  .sidebarBtn .price span {
    color: #947c63;
    font-weight: 500;
    border-radius: 50px;
    text-align: justify;
    font-size: 17px;
    margin: 8px 0px;
}
  
  .sidebarBtn h2 {
    color: #74856b;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
  }
  
  .sidebarBtn .price {
    color: #444;
      font-size: 18px;
      font-weight: 400;
    border-bottom: 1px solid #adb8a4;
  }
  
  .radio-inline__input:checked + .radio-inline__label {
    background: #74856b;
    color: #FAF7EF;
  }
  
  .inquiry_a3 {
    background: #74856b;
  }
  
  .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #74856b;
  }
  
  /*商品推薦*/
  
  
  .prod_related {
    background: #ffffff;
    padding: 25px 15px;
  }
  
  .related_list li a {
    background: #FAF7EF;
    height: 100%;
    padding: 11px;
    border-radius: 10px;
    transition: all 0.5s;
  }
  
  .related_list li a:hover {
    box-shadow: 3px 3px 3px #afafaf45;
    transform: translate(0%, 0%) scale(1.1);
    transition: all 0.5s;
  }
  
  
  .prod_related h6 span:before {
    content: 'RECOMMEND';
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 5px;
  }
  
  .prod_related h6 {
    max-width: 100%;
    margin: 0px auto 48px;
    background: #000;
    text-align: center;
    padding: 8px 0px;
  }
  
  .related_list li a p {
    padding-top: 10px;
  }
  
  .lastPage {
    color: #fff;
    background: #74856b;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 55px auto 40px;
    text-align: center;
    transition: all 0.3s;
  }
  
  .lastPage:hover{
   background:#74856b;
   transition: all 0.3s;
  
  } 

  .path p, .path p a {
    display: none;
}

@media screen and (max-width: 768px) {
    .product_page .product_menu_list>h5 {
        display: block;
        font-size: 20px;
        font-weight: 400;
        padding-left: 7px;
    }
    a.pd_menu_toggle i {
        color: #444;
    }
}






/* 商品下拉超過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_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: 13px 0px; /*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:hover > a { background:#fff; color:#93a877;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.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: 23px;}
.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:#93a877;}

.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;}


.shopping-cart .cell.product_name a{    color: #555;}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {


/*HEADER*/

.pageIndex .nav-brand {
        margin: 11px auto 0px;
        width: 134px;
    }

.pageIndex .header_area {
position: sticky;
top: 0px;
padding: 19px 0 17px;

}
.me_tp_features {
        margin: 2px 0 0;
    }

.header_area {
    padding: 11px;
    background: #fff;
}

.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    top: 9px;
}

.nav-header {
position: relative;
}

.nav-brand {
margin: 0px auto;
width: 109px;
}

/*內頁HEADER*/

.nav-brand img {
    background: transparent;
    padding: 20px 0px 0px 0px;
}

.pageIndex .header_area.sticky .main_header_area .container {
padding: 5px 30px;
}
/*STICKY HEADER*/
/*
.pageIndex .header_area.sticky.header_area {
    position: fixed;
}

.pageIndex .header_area.sticky {
top: 15px;
padding: 0px;
background: transparent;
}



.other_page .main_header_area, .product_page .main_header_area, .album_class_page .main_header_area, .blog_page .main_header_area, .contact_page .main_header_area {
    padding-top: 0px;
}*/

}


@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))*/display: flex
;
    flex-direction: column;; grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.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;}
.product_page .product_menu_list h5 {
    display: none;
}

/*選單MENU*/
.stellarnav .menu-toggle:after {
    color: #6b7561;
}
.stellarnav .menu-toggle span.bars span{
    background: #6b7561;
}
.pageIndex .header_area.sticky .stellarnav.mobile {
        left: -5px;
        top: 10px;
    }
    .pageIndex .header_area {
        position: sticky;
        top: 0px;
        padding: 13px 0 10px;
    }

/*漢堡單*/

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
top: -1px;
background: #ffffff;
border-right: none;
}

.stellarnav > ul > li.has-sub > a {
padding: 10px 43px 10px 10px;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: #74856b;
color: #fff;
}

.stellarnav.mobile > ul > li > a {
    color: #444;
    text-shadow: none;
    font-size: 16px !important;
}

.stellarnav > ul > li > a:hover {
    color: #979a28;
}

.stellarnav.mobile li.open {
    background: #FFF;
    padding: 0px 0px 10px 0px;
}

.stellarnav li li:last-of-type {
    border-bottom-width: 0px;
}
.stellarnav.mobile > ul > li {
    border-bottom: 1px #905255 solid;
}

.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
    margin-left: 30px;
    font-size: 15px;
    border-left: 1pt solid #bababa;
    padding: 10px 20px;
    color: #878787;
}

.stellarnav li a {
    color: #444;
    background: transparent;
    border-radius: 0px;
}

.stellarnav > ul > li ul li a:hover {
    background: transparent;
}

.stellarnav.mobile ul ul {
    padding: 2px;
}

.stellarnav.mobile li.open li.open {
    background: #ffffff;
    padding: 0px;
}

.stellarnav.mobile ul ul ul {
    margin-left: 30px;
}

}


@media screen and (max-width: 600px) {

/*.pageIndex .header_area.sticky .nav-brand {
    margin-left: 33px;
}*/
.main_header_area .container {
    max-width: 90%;
}
.pageIndex .header_area.sticky .main_header_area .container {
    padding: 10px 0px;
}

.pageIndex .header_area.sticky .nav-header {
    top: 0px;
}

.stellarnav.mobile ,.pageIndex .header_area.sticky .stellarnav.mobile {
    left: 16px;
    top: 17px;
}



}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {
    background-image: url(https://pic03.eapple.com.tw/landscapetile/bannerall-01.jpg);
    height: 35vw;
    background-size: cover;
    background-position: left bottom;
    max-height: 350px;min-height: 230px;
    border-radius: 0 0 var(--m100) var(--m100);
    position: relative;
}
.banner h5 {display: none;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}*/



.banner { height:500px; background-repeat: no-repeat; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; clip-path: ellipse(100% 75% at 50% 24%);}
.banner h5 { color: #74856b; line-height: 1; font-size: 32px;  font-weight: 600;  letter-spacing: 5px; text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff4f, 0px 0px 10px #ffffff8a;}
.banner.banA { background-image: url(https://pic03.eapple.com.tw/landscapetile/bannerall-01.jpg); background-position: center; width: 100%; height: 25vw; background-size: cover;}
.banner.banB {display: none;}
.banner.banC { background-image: url(https://pic03.eapple.com.tw/landscapetile/bannerall-01.jpg); background-position: center; width: 100%; height: 25vw; background-size: cover;}
.banner.banD { background-image: url(https://pic03.eapple.com.tw/landscapetile/bannerall-01.jpg); background-position: center; width: 100%; height: 25vw; background-size: cover;}
.banner.banE { background-image: url(https://pic03.eapple.com.tw/landscapetile/bannerall-01.jpg); background-position: center; width: 100%; height: 25vw; background-size: cover;}
.banner.banF { background-image: url(https://pic03.eapple.com.tw/landscapetile/bannerall-01.jpg); background-position: center; width: 100%; height: 25vw; background-size: cover;}
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/landscapetile/bannerall-01.jpg); background-position: center; width: 100%; height: 25vw; background-size: cover;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章*/

h5.blog_le_t {
    display: flex;
    justify-content: center;
    font-family: "Noto Sans TC", serif;
    font-weight: 400;
}
h5.blog_le_t span {
    display: none;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
}

.accordion li .link a {
    letter-spacing: 2px;
    font-weight: 500;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #74856b !important;
}

.submenu li.on_this_category a, .submenu a:hover {
    background: #A1C74B;
    color: #FFF;
}

.subbox_item {

    border-bottom: 1pt solid #c0c0c0;
}

.subbox_item a:before {
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    padding: 10px;
    border-top-left-radius: 15px;
    letter-spacing: 1px;
    background: #74856b;
    transition: all .6s;
    color: #e3e3e3;
    opacity: 1;
}


.subbox_item a:hover:before{
    opacity: 0;
    transition: all .5s;
}

.subbox_item a:after {
    top: 0;
    bottom: -1px;
    border: none;
    transition: all .5s;
    background: linear-gradient(to bottom, #ffffff00, #74856b66);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}

.subbox_item a:hover:after{
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog_back a.article_btn_back {
    background: #74856b;
}

@media screen and (max-width: 768px) {
    h5.blog_le_t {
        padding-bottom: 15px;
        justify-content: flex-start;
    }
    a.news_menu_toggle i {
        color: #c3a88d;
    }

    
    }
	
/*線上估價表單*/
.contact_form li {
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.contact_form li .form__label {
    display: block;
    max-width: 300px;
    text-align: right;
}	
	
.form__insert{	display: flex;
    align-items: center;
    width: auto}

.contact_form li:nth-of-type(10) div:nth-of-type(2) {
    display: flex;
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.contact_form li:nth-of-type(14) div:nth-of-type(2) {
    display: flex
;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 9px;
}

li.info_TAXID {
    display: none;
}
.info_TEL2:before {
    content: "LINE ID";
}
.info_FAX:before {
    content: "地址";
}
li.info_ADD {
	display: none;
}

/*一排呈現
.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; } 取消連結被點擊效果
*/

.subalbum-menu h2 { color: #915255;}
/*浮動按鈕*/

.info_fix>span{  display: none;}
.info_TEL:before {
    content: "營業時間";
}

.info_PHONE:before {
    content: "電話";
}
.list_before.info li:nth-of-type(4) {
    display: none;
}
.list_before.info li:before {
    width: 60px;
}

.list_before.info li {
    padding-left: 65px;
}

.contact_le_map a {
    display: none;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
#to_top { bottom:60px;}

.contact_form li .form__label {
    display: block;
    max-width: 100%;
    text-align: start;
}


}

@media screen and (max-width: 600px) { 

  /*  .bannerindex .swiper-slide img { display:none; }
    .bannerindex .swiper-slide {height: 130vw;  width: 100% !important; }
    .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/landscapetile/rwd01.jpg); background-position: top; background-size:cover;}
    .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/landscapetile/rwd02.jpg); background-position: top; background-size:cover;}

    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
        background: url(https://pic03.eapple.com.tw/landscapetile/title1.svg);
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 47%;
        right: 15%;
        width: 46% !important;
        height: 41% !important;
        background-position: right;
        padding-bottom: calc(100% / 1* 0.12);
    }


    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
        background: url(https://pic03.eapple.com.tw/landscapetile/title2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 43%;
        right: 6%;
        width: 69% !important;
        height: 66% !important;
        background-position: right;
        padding-bottom: calc(100% / 1* 0.12);
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
    }*/

}



