@charset "utf-8";
:root {
  --MainColor: #946134; /*網站主要色系*/
  --SubColor: #c79f62; /*網站輔助色系1*/
  --SubColor2: #40210f; /*網站輔助色系2*/
  --SFont:;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

ul.anchorList > li:last-of-type , .footer_menu a:last-child{display: none;}

.main_part{width: 90%;max-width: 1500px;padding: var(--m100) 0;}
.show_content{padding: 0;}


.animated-arrow {    background: var(--MainColor);}
.animated-arrow:hover {    background: var(--SubColor);}

/*****************************************/

/*HEADER*/
.header_area {    background: #fff;}
.header_area.sticky {    background: rgba(255, 255, 255, .9);}
.main_header_area .container{ max-width: 95%;  }
.stellarnav > ul > li{padding: 0 10px;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;font-weight: bold;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}

.stellarnav > ul > li {
    padding: 0 10px;
    position: relative;
}
.stellarnav > ul > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 10px;
    background: #ebe2dd;
    z-index: -1;
    transition: all 0.5s;
}
.stellarnav > ul > li:hover:after{width: 100%;}

.stellarnav li li a{transition:all 0.3s;}
.stellarnav li li a:hover {    background: var(--SubColor);    color: #fff;}


.stellarnav > ul > li:nth-of-type(4)>ul>li:first-of-type {    display: none;}
.tp_links{display: none;}


/*電腦LOGO*/
.navigation {    grid-template-columns: 60px 1fr;}


.nav-brand {}
.nav-brand img {    display: block;}
/*手機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: #fff;}
.footer .center {    max-width: 1500px;width: 90%;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a {    margin: 0;  text-align: center; padding: 5px; transition: all 0.3s;}
.footer_menu a:hover {    background: var(--MainColor);}
.copy {    background: var(--MainColor);    color: #fff;  border:none;}
.copy a{    color: #fff;transition:all 0.3s;}

.footer_info {    grid-template-columns: 100px 1fr;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.products-list .more {    border: 1px solid var(--SubColor);    color: var(--SubColor);}
.products-list .item a:hover .more {    background: var(--SubColor);}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}

/**/
.prod_part{padding: var(--m100) 0;}
.prod_part section{width: 90%;max-width: 1500px;}

.i_prod_tit span:before{display: block;content:"CATALOG";font-size: var(--f32);
    color: #c79f62;
    line-height: 120%;    font-family: "Staatliches", serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-style: italic;}


/* .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 a{color: #222;transition:all 0.3s;border-radius:5px;}
.product-layer-two > li.active > a {    border-color: var(--SubColor);    background: var(--SubColor);    color: #fff;}
.product-layer-two > li.active > i:before {    color: #fff;}

.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-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;}

.product_menu_list>h5{font-size: var(--f24);}


.prod_related{padding: var(--m100) 0;}
.prod_related h6 span:before {    font-size:var(--f24);}
.prod_related_b_box{width: 90%;max-width: 1400px;margin: auto;}


@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) {
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/kimmin/sBanner_01.jpg);
    background-size: cover;background-position: center;
    height: 30vw;
    max-height: 450px;
    min-height: 230px;
    position: relative;
}
.banner h5 {
    font-size: var(--f32);
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--m100);
    text-align: justify;
    max-width: 1500px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.banner[data-banner="product_list_1542"]{background-image:  url(https://pic03.eapple.com.tw/kimmin/sBanner_02.jpg);background-position: 80%;}
.banner[data-banner="product_list_1543"]{background-image:  url(https://pic03.eapple.com.tw/kimmin/sBanner_03.jpg);}
.banner[data-banner="product_list_1544"],
.banner[data-banner="product_list_1544_1088"],
.banner[data-banner="product_list_1544_1089"],
.banner[data-banner="product_list_1544_1090"],
.banner[data-banner="product_list_1544_1091"],
.banner[data-banner="product_list_1544_1092"],
.banner[data-banner="product_list_1544_1093"],
.banner[data-banner="product_list_1544_1094"],
.banner[data-banner="product_list_1544_1095"],
.banner[data-banner="product_list_1544_1096"],
.banner[data-banner="product_list_1544_1097"]
{background-image:  url(https://pic03.eapple.com.tw/kimmin/sBanner_04.jpg);}
.services_page .banner {background-image: url(https://pic03.eapple.com.tw/kimmin/sBanner_05.jpg);}
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/kimmin/sBanner_06.jpg);}
.contact_page .banner {background-image: url(https://pic03.eapple.com.tw/kimmin/sBanner_07.jpg);    background-position: 90%;}



.path p a{transition:all 0.3s;}
.path p a:hover {    color: var(--SubColor);}
.services_page .path , .blog_in_page .path{display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
h4.blog_category_title{font-size: var(--f28);}


/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--MainColor) !important;}
.submenu a:hover {    background: var(--SubColor);}
.blog_back a.article_btn_back {    background: var(--SubColor);}

.blog_subbox {    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}

.subbox_item{border-bottom: 1px solid #ccc;transition:all 0.3s;}
.subbox_item:hover{border-bottom-color: var(--SubColor);}
.subbox_item a{grid-template-columns: 1fr;}

.subbox_item a:before , .subbox_item a:after{content:none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/

.lastPage {    background: var(--SubColor);margin: var(--m50) auto 0;}


.contact_form{grid-template-columns: repeat(2,1fr);gap:20px;}

.contact_form li{grid-template-columns: 1fr;gap: 5px;}
.contact_form li:nth-of-type(1){grid-column: 1/-1;}

.contact_form li .form__label{width: 100%;text-align: justify;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.nav-header {    max-width: 80px;}

}
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
#bottom_menu li{width: calc(100% / 3); }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

.footer_info {    grid-template-columns: 1fr;}
.footer_logo{max-width: 60px;margin: auto;  }
.box_link{justify-content: center;}


.stellarnav > ul > li:after{content:none;}

}

@media screen and (max-width: 600px) {
.nav-header {        max-width: 50px;    }

.contact_form{ grid-template-columns: 1fr; }



}




