@charset "utf-8";
:root {
  --WebColor01: #f08000;
  --WebColor02: #42ad36;
  --WebColor03: #7aaf4b;
  --WebColor04: #d8a471;
  --WebColor05: #ce5f51;
  --SFontSans:"Noto Sans TC", sans-serif;
  --SFontSerif: "Noto Serif TC", serif;;
  --SFontEN:;/*特殊字體*/
  --pd100:100px 0;
  --m120:120px;
  --m100:100px;
  --m80:80px;
  --m50:50px;
  --m30:30px;
  --m20:20px;
  --fz60:60px;
  --fz48:48px;
  --fz40:40px;
  --fz36:36px;
  --fz32:32px;
  --fz28:28px;
  --fz24:24px;
  --fz22:22px;
  --fz20:20px;
  --fz18:18px;
  --fz17:17px;
  --fz16:16px;
}
@media (max-width:1024px) {
:root{
  --m120:100px;
  --m100:80px;
  --m80:75px;
  --m50:40px;
  --m30:25px;
  --m20:18px;
  --fz60:48px;
  --fz48:40px;
  --fz40:36px;
  --fz36:32px;
  --fz32:28px;
  --fz28:24px;
  --fz24:22px;
  --fz22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m120:80px;
  --m100:75px;
  --m80:60px;
  --m50:30px;
  --m30:20px;
  --m20:15px;
  --fz60:40px;
  --fz48:32px;
  --fz40:28px;
  --fz36:26px;
  --fz32:24px;
  --fz28:20px;
  --fz24:20px;
  --fz20:18px;
  --fz18:17px;
  --fz17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m120:75px;
  --m100:50px;
  --m80:40px;
  --m50:25px;
  --m30:15px;
  --m20:10px;
  --fz60:32px;
  --fz48:28px;
  --fz40:24px;
  --fz36:22px;
  --fz32:20px;
  --fz28:18px;
  --fz24:18px;
  --fz22:18px;
  --fz20:17px;
  --fz18:16px;
  --fz17:15px;
  --fz16:15px;
}
}
@media (max-width:375px) {
:root{
  --fz60:28px;
  --fz48:24px;
  --fz40:20px;
  --fz36:18px;
  --fz32:18px;
  --fz28:17px;
  --fz24:17px;
  --fz22:17px;
  --fz20:16px;
  --fz18:15px;
}
}

body *{font-family: var(--SFontSans);}
.main_part{width: 90%;max-width: 1500px;padding: var(--m100) 0;}

.animated-arrow {    background: var(--WebColor01);}
.shop_search_btn {    background: var(--WebColor01);}
.contact_le_map a{background: var(--WebColor01);}
.contact_form li.last cite{background: var(--WebColor01);}
.products-list .more{border-color: var(--WebColor01);color: var(--WebColor01);}
.products-list .item a:hover .more {    background: var(--WebColor01);}

.linksBtn{background: var(--WebColor01);}


/*****************************************/

/*HEADER*/
.header_area {    background: #fff;transition:all 0.5s;}
.header_area.sticky {    background: rgba(255, 255, 255, .95);transition:all 0.5s;}

.pageIndex .header_area{position: fixed;background: transparent;margin-top: 10px;}
.pageIndex .header_area.sticky{background: rgba(255, 255, 255, .95);margin-top: 0;}
.pageIndex .header_area .main_header_area:after {
    content: "";
    background: rgb(255 255 255 / 85%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 670px;
    border-radius: 150px 0 0 150px;
    transition: all 0.8s;
    z-index: -1;    border: 2px solid var(--WebColor03);border-right:none;
}
.pageIndex .header_area.sticky .main_header_area:after {
    max-width: 100%;
    opacity: 0;
}

.main_header_area .container{ max-width: 95%;  }
.stellarnav > ul > li{padding: 0 10px;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;color: var(--WebColor03);margin-top: 5px;}
.stellarnav > ul > li > a b{ font-weight: bold;}
.stellarnav > ul > li > a b:nth-child(2){font-size: 85%;}
.stellarnav > ul > li:hover > a{color: var(--WebColor01);}
.stellarnav > ul > li li a{transition:all 0.3s;}
.stellarnav > ul > li li a:hover{background: var(--WebColor01);color: #fff;}

.stellarnav > ul > li:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/plainvillagee/h_dec.png);
    background-size: contain;
    display: block;
    width: var(--m30);
    height: auto;
    aspect-ratio: 5 / 2;
    bottom: 85%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    position: absolute;opacity: 0;transition:all 0.3s;
}
.stellarnav > ul > li:hover:before{    transform: translateX(-50%);opacity: 1;}

.stellarnav .menu-toggle:after{color: var(--WebColor02);}
.stellarnav .menu-toggle span.bars span{background: var(--WebColor02);}



.navigation {    grid-template-columns: 180px 1fr;    align-items: center;}
.nav-header {    max-width: 180px;    grid-row: unset;}
.me_tp_features{display: none;}


/*電腦LOGO*/
.nav-brand {}
.nav-brand img {    display: block;}
.footer_logo {
    max-width: 280px;
    background-image: url(https://pic03.eapple.com.tw/plainvillagee/F_L_bg.png);
    background-size: 100% 100%;
    padding: 25px 10px;
    margin: auto;
}
.footer_logo img {
    display: block;
    max-width: 70%;
    margin: auto;
}

/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;}
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/*FOOTER*/
.footer {    background: var(--WebColor03);    padding: var(--m80) 0 var(--m30);}
.footer .center {    max-width: 1000px;width: 90%;}
.footer_info {    padding: 0;    grid-template-columns: 1fr;}
.footer_info li:nth-child(1) {    display: grid;gap:5px;    grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));}
.footer_info li:nth-child(2) {    padding-bottom: 0;}
.footer_info li:nth-child(1) *{color: #fff;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    background: var(--WebColor02);
    color: #fff;
    border: none;
    border-radius: 5px;
}
.footer_menu a:hover {    background: var(--WebColor01);}
.footer_menu a:nth-child(1){display: none;}
.copy {    background: var(--WebColor02);    color: #fff;    border: none;    margin: 15px auto 0;   border-radius: 50px;width: 90%;}
.copy a{    color: #fff;transition:all 0.3s;}
.copy a:hover{color: var(--WebColor01);}
.box_link{display: none;}

.footer_info li p.add2:before {    content: '營業時間：';}
.info_ADD2:before {    content: "時間";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {}
.banner h5 {}

.product_page  , .product_info_page {}
.services_page {}
.album_class_page {}
.video_page {}
.banner.banblog {}
.contact_page {}








/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.prod_part{padding: var(--m100) 0;}

.pageIndex .products-list{gap:var(--m50) var(--m30);}
.prod_part section{width: 90%;max-width: 1500px;}


.products-list .price b.ori_price{color: #444;}
.products-list .price b.sp_price{color: var(--WebColor01);font-weight: bold;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
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-layer-two li a , .video-layer-two li a{background: transparent;color: var(--WebColor03);padding: 10px 5px;    font-weight: bold;}
.product-layer-two li.active , .video-layer-two li.active{    border-bottom: 1px solid var(--WebColor01);    padding-bottom: 0;}
.product-layer-two li.active a , .video-layer-two li.active a{    border: none;    color: var(--WebColor01);}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}


.inquiry_a1{    background: var(--WebColor03);}
.inquiry_a2{    background: var(--WebColor02);}
.inquiry_a3 {    background: var(--WebColor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--WebColor04);}

.prod_related{padding: var(--m100) 0;}
.related_list{max-width: 1500px;width: 90%;}
.lastPage{background: var(--WebColor01);border-radius:50px;}


@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--WebColor01) !important;}
.submenu a:hover {    background: var(--WebColor02);}

/*一排呈現
.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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.pageIndex .header_area{position: relative;background: rgba(255, 255, 255, .95);margin-top: 0; }
.pageIndex .header_area.sticky{}

.pageIndex .header_area .main_header_area:after {
    content: none;}




.nav-header {    max-width: 150px;margin-bottom: 10px;  }

}
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode {        padding: var(--m100) 0 80px;    }

#to_top { bottom:60px;}

.nav-header {       margin-bottom: 0;    }
.stellarnav > ul > li > a b:nth-child(2){display: block; }
.stellarnav > ul > li:before{    left: 7px;transform:  rotate(-45deg);}
.stellarnav > ul > li:hover:before {    transform:  rotate(-45deg);}


}

@media screen and (max-width: 600px) {
.stellarnav .menu-toggle {        padding: 10px;    }

.copy{flex-wrap:wrap; padding: 10px; }
.copy > p:nth-child(1){display: block; }
.total_view {width: fit-content;}

}

@media screen and (max-width: 375px) {
.footer.with_shopping_mode{padding-bottom: 55px; }
.copy {margin: 15px 0 0;    border-radius: 0;    width: 100%;}

}


