@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV,SHRP@100..900,0..1,0..100&family=Noto+Sans+TC:wght@100..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.main_part{font-family: "Noto Sans TC", sans-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
.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個--結束 */


.main_header_area .container {max-width: 1400px;}

.navigation { grid-template-columns: 300px 1fr;}
.nav-header { max-width: 300px;}
.nav-brand img { width: 300px;}

.stellarnav > ul > li > a b { 
    margin: 0 10px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.stellarnav > ul > li.has-sub > a{padding-right: 5px;}

.tp_links {display: none;}
.stellarnav > ul > li:hover > a{color: #729e5b;}
.stellarnav.desktop li.has-sub a:hover{color:#729e5b;}


.header_area {
    background: #fff;
    box-shadow: 1px 1px 15px rgba(38,15,1,.2);
    transition: all 0.5s ease;
    margin: 0;
    border-radius: 0;
}

/*header下拉後底色磨砂感*/
.header_area.sticky {
    background: rgb(255 255 255 / 73%);
    backdrop-filter: saturate(93%) blur(7px);
    border: solid 1px rgba(255, 255, 255, 0.1);
}


/*碰觸特效*/
/*hover動畫*/
.anchorList > li {position: relative;}
/* .anchorList > li:after {content: "";left: 0;width: 0;transition: all 0.3s;height: 0px;position: absolute;background: #BFEEFE;bottom: 0;} */
.anchorList > li:hover:after { width: 100%;}


.footer_menu a:nth-child(9) { display: none;}


.anchorList>li:not(.tp_links):before {
    content: "";
    width: 27px;
    height: 27px;
    position: absolute;
    background: url(https://pic03.eapple.com.tw/xibuting/h_icon.png);
    background-position: center;
    background-size: contain;
    left: -8px;
    bottom: 10px;
    transition: all 0.3s ease;
}

.anchorList>li:not(.tp_links):hover:before {
	transform: rotate( -180deg );
    transition: 0.9s ease;}

.stellarnav > ul > li > a{ margin: 0 15px;}
	
/* .title_box:after {
    content: "";
    background: url(https://pic03.eapple.com.tw/bole/air_1.png) no-repeat;
    width: 53px;
    height: 53px;
    background-size: contain;
    position: absolute;
    top: 101px;} */
	
.news_part .title_box {
    margin-left: -250px;
    padding: 15px 0;
    text-align: left;}


@media screen and (max-width: 500px) {
    .nav-brand img {width: 200px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*-----footer-----*/

.footer {
    border-top: 1.5px #aed3ad solid;
    background: #fff;
}
.footer_menu a{border: 1px #eed4b8 solid; color: #918d9d;background: #ffffff;}
.footer_menu a:hover {background: #eed4b8;}

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p.line{
    order: 3;}
.footer_info li p.tel{
    order: 2;}
.footer_info li p.phone{
    display: none;}
.footer_info li p.mail{
    order: 4;}
.footer_info li p.add{
    order: 5;}
.footer_info li p.add2{
    order: 6;}
.footer_info li p.taxid{
    order: 1;}


.footer_info li p.tel:before {
    content: "服務專線 : ";}
.footer_info li p.line:before {
    content: "Line ID   : ";}
.footer_info li p.mail:before {
    content: "服務信箱 : ";}
.footer_info li p.add:before {
    content: "店家地址 : ";}
.footer_info li p.add2:before {
    content: "服務時間 : ";}

.box_link a:not(.me_tp_fb) {
    display: none ; /* 隱藏除了 Facebook 外的所有連結 */
}
.box_link a{border: 1px #ffeedd solid;}
.box_link a:hover{background: #ffeedd;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*-----側邊按鈕-----*/

.info_fix { display: none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*-----聯絡我們-----*/

.list_before {
    display: flex;
    flex-direction: column;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before,
.info_LINE:before, .info_FAX:before, .info_TAXID:before,
.info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    width: 75px;
}

.list_before.info li {padding-left: 75px;}

.list_before li:nth-child(1) { order: 2;}
.list_before li:nth-child(2) { display: none;}
.list_before li:nth-child(3) { order: 3;}
.list_before li:nth-child(4) { order: 1;}
.list_before li:nth-child(5) { order: 4;}
.list_before li:nth-child(6) { order: 5;}
.list_before li:nth-child(7) { order: 6;}

.info_LINE:before {content: "LINE ID：";}
.info_TEL:before {content: "服務專線：";}
.info_MAIL:before {content: "服務信箱：";}
.info_ADD:before {content: "店家地址：";}
.info_ADD2:before {content: "服務時間：";}

.contact_form li.last cite{background: #729e5b;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}


/* ---------------------------------------------------- */


/*外層版面*/
.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: #f6f7f7;}
.product-layer-two li.active a {    border: unset;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #729e5b;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #729e5b; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #729e5b;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
.product-layer-two li i{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: #729e5b;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}
/*商品資訊↓*/
.products-list .price b {color: #fd4f4f;}
.products-list .more {border: 1px solid #F29124; color: #F29124;}
.products-list .item a:hover .more {background: #F29124;}
/*加入詢價車↓*/
.inquiry_a1 {background: #96a6ab;}
/*檢視詢價車↓*/
.inquiry_a2 {background: #6c96d9;}
/*加入購物車↓*/
.inquiry_a3 {background: #59a9e3;}
/*相關推薦↓*/
.lastPage {background: #F29124;}
/**/
/*購物車↓*/
.rewrite_simple {background: #729E59 url(../images/simple_left.png) 10% center no-repeat;}

@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 {background: url(https://pic03.eapple.com.tw/xibuting/s_banner.jpg) no-repeat;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  
.accordion li .link a {
    color: #2a5277;
}
/* .article_a #content {
    background: url(https://pic03.eapple.com.tw/xjgac/04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

h5.blog_le_t em {
    color: #5e4b45;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #5e8349 !important;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #fff !important;
}
.blog_le .accordion li .link i {
    color: #5e4b45;
}
.accordion li .link a {
    color: #5e8349;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #3296b4;
}
.blog_search input[type=search] {
    border: solid 1px #5e4b45;
}
.blog_list_ri {
    padding: 5px;
    background: #fefcf1;
    border: 1px solid #f1b359;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.subbox_item a:before {
    color: #86b279;
    right: 20px;
}
.blog_list_ri h5 {
    font-size: 22px;
    color: #5e8349;
    padding: 5px 0px 0px 5px;
}
.blog_list_ri em {
    color: #e38700;
    margin: -2px 0 5px 5px;
}
.blog_list_ri p {
    color: #000;
    padding: 0px 0px 0 5px;
}
@media screen and (max-width: 400px) {
    .subbox_item a:after {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .blog_list_ri {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
/*範例*/
h4.blog_category_title {
    color: #5e4b45;
}
.blog_back a.article_btn_prev {
    background: #729E59;
}
.blog_back a.article_btn_next {
    background: #729E59;
}
.blog_back a.article_btn_back {
    background: #F29124;
}
.blog_back a {
    border-radius: 5pt;
}
.lastPage {
    background: #F29124;
    border-radius: 5pt;
}
.news_related_list li a {
    border-radius: 3pt;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/



/* = = = 相簿管理 01 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--作品展示---------------------------------------*/

.work_page .main_part, .work_class_page .main_part, .work_info_page .main_part { max-width: 1400px; width: 90%; margin: 0 auto;}

/*--相簿管理/外層---------------------------------------*/

/*版面*/
/* .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part { max-width: 1720px; width: 90%; margin: 0 auto;} */
ul.show-list, .other_subalbum, ul.pic-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;}

/*相簿*/
ul.show-list::before, ul.pic-list::before { content: none;}
.overlay { transform: scale(1,0); z-index: 1;}
.show-list .item, .other_subalbum li, .pic-list .item { width: 100%; margin: 0; padding: 5px;}
.show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic { display: block; position: relative; overflow: hidden; height: 0; padding-bottom: 75%; border-radius: 10px;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img,
.pic-list .show_pic 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: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.show-list .show_name { color: var(--TextColor_2); font-size: var(--f17); text-align: center; margin: 0; overflow: inherit; margin-top: 10px;}
.show-list .item:hover .show_name { color: #654d37;}

/*--相簿管理/內層---------------------------------------*/

/*其他相簿*/
.fa-image::before { color: var(--TextColor_3);}
.album_fixed_title { background: transparent;}
.album_fixed_title em { color: var(--TextColor_3);}
.other_album_choice li { background: #F29124;}
.subalbum-menu h2 { color: #654d37; font-size: 24px;}
.other_subalbum li p { margin-top: 10px; text-align: center; font-size: 20px; font-weight: 600;}
.other_album_choice li a { }

/*次分類*/
.other_subalbum li p { color: var(--TextColor_2);}
.album_fixed_title i { color: var(--TextColor_2);}
.album_fixed_title span { color: var(--TextColor_2);}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { .module_i_news ul { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) {
    ul.show-list, .other_subalbum, ul.pic-list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 600px) {
    .module_i_news ul, .blog_subbox { grid-template-columns:1fr;}
}
@media screen and (max-width: 425px) {
    ul.show-list, .other_subalbum, ul.pic-list { grid-template-columns: repeat(1,1fr);}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




