@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor:#B39D5C; /*網站主要色系*/
  --SubColor:#A01324; /*網站輔助色系1*/
  --SubColor2: /*網站輔助色系2*/
  --SFont: "Noto Serif TC", serif;
  --SFontE: "Philosopher", sans-serif;
  --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;
}
@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;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}


/*預設解除背景輪播*/
#content_main {
	margin: 0;
	
}
#content{

	background-image: url(https://pic03.eapple.com.tw/0222535580/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.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;
    }
}
/* 錨點滾動 */
html {
    scroll-behavior: smooth;
}

/* 全域設定 */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); }
::-webkit-scrollbar-thumb { background-color: #cbbfac; }

/*浮動按鈕*/


/*header*/


.stellarnav ul ul li a {
    font-size: 14px;
}

.main_header_area {
    background: rgb(255 255 255 / 85%);
    box-shadow: 0px 0px 15px -10px #000; 
}

.pageIndex .header_area {
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 20px;
    transition: ease-out 0.3s;
    box-shadow: none;
}

.pageIndex .header_area .main_header_area {
	box-shadow: none;
	background: rgb(255 255 255 / 100%);
	width: 84%;
	max-width: 1550px;
	border-radius: 45px;
	transition: ease-out 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.pageIndex .header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 0;
}

.pageIndex .header_area.sticky .main_header_area {
    background: rgb(255 255 255 / 100%);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.3s;
}

.main_header_area .container {
    max-width: 1700px;
}

.tp_links {display:none;
   
}

.navigation {
    padding: 10px 0 0px 100px;
}
.me_tp_features {
	margin-bottom: 0px;
	padding-right: 22px;
	padding-top: 8px;
}
/*LOGO*/
.nav-brand {
    width:240px;
    margin: 15px 0px 0px 15px;
}
.nav-header {
  z-index: 999999999999999;}

/*選單*/
.stellarnav>ul>li>a {
	transition: 0.3s ease-out;
	letter-spacing: 2px;
	color: #38393a;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.stellarnav>ul>li>a:hover {
    color: #2c2c2c;
}
.stellarnav li.has-sub > a:after {
	content: '+';
	border-top: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

/*下拉選單*/
.stellarnav ul ul {
    width: 100%;
    position: absolute;
}

.stellarnav li li {
    border: unset;
    margin-bottom: 5px;
}

.stellarnav li li a:hover {
    color: #2c2c2c;
    transition: 0.3s ease-out;
    transform: translateX(5px);
}
.shop_search_btn {
    background: #2a444f;}

@media screen and (max-width: 1350px) {
    .main_header_area .container {
        max-width: 1100px;
    }
}




@media screen and (max-width: 1250px) {
    .nav-brand {
        margin: 4px 0px 0px 35px;
    }

    .stellarnav>ul>li>a {
        transition: 0.3s ease-out;
        padding: 0px 10px;
    }
}


@media screen and (max-width: 1024px) {
    .pageIndex .header_area .main_header_area {
        background: rgb(255 255 255);
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        transition: ease-out 0.3s;
    }


    .pageIndex .header_area {
        position: relative;
    }

    .main_header_area .container {
        max-width: 100%;
    }

    .nav-header {
        position: static;
        text-align: center;
    }

    .navigation {
        padding: 0px 0 0px 0px;
    }

}


@media screen and (max-width: 768px) {
	.shop_search_btn { background: #2a444f;}
    .pageIndex .header_area {
        position: sticky;
        top: 0;
    }

.me_tp_features {padding-right:0px;}
    .pageIndex .header_area .main_header_area {
        width: 100%;
        border-radius: 0;
    }

    .stellarnav .menu-toggle {
        padding: 9px 10px;
        margin:5px;
        border-radius: 35px;
        background:#2a444f;
    }

    .stellarnav .menu-toggle span.bars {
        top: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        margin: 0 auto 5px;
        background: #fff;
        height: 2px;
    }

    .stellarnav .menu-toggle:after {
        font-size: 11px;
        letter-spacing: 1px;
        color: #fff;
    }

    .stellarnav.mobile.left .close-menu {
        background: unset;
        border-bottom: 1px #ddd solid;
    }

    .stellarnav .icon-close {
        margin-right: 5px;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 15px;
    }

    .stellarnav>ul>li>a::before {
        display: none;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 375px) {
.stellarnav .menu-toggle:after {
        font-size: 9px;}}
@media screen and (max-width: 320px) {
.me_tp_features {padding-top: 0px;}		
.box_search {width: 125px;}
.me_tp_features a { 
margin: 0 0px; font-size: 13px;
}
.box_search input[type=text] {width: 98px;}
}

#content_main {
    min-height: auto;
}
/*banner============*/


.banner {
	height: 270px;
	background-image: url(https://pic03.eapple.com.tw/0908008969/ban.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.banner:before {
	 content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
	width: 100%;
    background: url(https://pic03.eapple.com.tw/0908008969/wave3.png);
    background-size: contain;
    bottom:-74%;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    mix-blend-mode: luminosity;
    opacity: 1;}
.banner h5 {
	width: 121px;
    padding-top: 6%;
    padding-bottom: 1%;
    font-size: 25px;
    /* background-color: #FFF; */
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    color: #fff;
}
@media screen and (max-width:768px) {
.banner h5 {padding-top: 14.5%;}
.banner:before {bottom:-90%;}

}
@media screen and (max-width: 578px) {
.banner h5 {padding-top: 22.5%;}}

@media screen and (max-width: 425px) {
.banner h5 {padding-top: 26.5%;}
.banner:before {width: 260%;}}
@media screen and (max-width: 375px) {
.banner h5 {padding-top: 32.5%;}}
@media screen and (max-width: 325px) {
.banner h5 {padding-top: 35%;}}



/*線上表單*/
.MAIL { display: none; }



/*footer*==========*/
.footer_info li p.mail { display: none; }
.box_link a { display: none; }
.footer {
	background: #fff;
	overflow: hidden;
	padding: 30px 0 0;
	
}
.footer .center {
    position: relative;
    max-width: 1600px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before {    content: "．";}
.footer_menu a:nth-child(1) {    display: none;}
.footer_menu a:hover {    background: transparent;color:#9d0b28;}
.copy {
	background: #2e2f31;
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #fff;
	transition:all 0.3s;
}
.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #434343;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #f5eee1;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before {    content: "聯絡資訊 CONTACT";}
.footer_info ul>li:nth-child(2):before {    content: "網站地圖 MAIN MENU";}

.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #434343;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin: 0px;
}

@media screen and (max-width: 600px) {
.footer_info li {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*聯絡資訊*/
.contact_page .main_part { max-width: 1350px;}
.contact_content .information_left { width: 34%;}
button, input, optgroup, select, textarea {outline: none; padding-left: 15px !important;background: #ededed;}
input[type="checkbox"], input[type="radio"] {margin: 8px;}
.path{display:none;}

.list_before.info li {   padding: 10px 0 15px 90px;     border-bottom: 1px #f5f5f5 solid;}
.innersend {padding-left: 0 !important;text-align: center;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before { 
    width: 44px;    margin-left: 20px;    font-size: 15px;    height: 25px;    border-right: 1px solid #ededed;    letter-spacing: 0.05em;    color: #545454;    font-weight: 500;}
.TEL::after, .TEL2::after, .PHONE::after, .FAX::after, .TAXID::after, .MAIL::after, .ADD::after, .ADD2::after { 
     position: absolute; content: "●";  color: #afa291; font-size: 5px;  width: 30px;  height: 17px;  left: 0;  top: 50%; transform: translateY(-50%);}
.list_before {font-size: 18px;}
.border200 {width: 100%;}
.longer {width: 100%;}
/*表格樣式*/
.contact_content .information_right { width: calc(65% - 0px);  padding-left: 30px;}
.contact_form { display: flex;  flex-wrap: wrap;  justify-content: space-between;    align-items: flex-end;}
.contact_form li { width: 48%;  display: inline-block;  padding: 10px 10px;  border-bottom: none;}
.contact_form li .form__label {text-align: left;margin-left: 0;width: 100%;FONT-SIZE: 16PX;}
.contact_form li.last{width: 100%;}
.noborder {padding: 10px 0;margin-top: 10px;border: 2px solid #ccc;}
.form select {background-color: #fff;border: 2px solid #ccc;padding: 8px 26px 8px 3px;margin-top: 10px;width: 100%;margin-top: 10px;}
.contact_form li.last cite {background:#d3af79;}
.contact_form li.last blockquote, .contact_form li.last cite { width: 49%; border: 1px #f5f5f5 solid;}
.contact_form li input.noborder { border: 0px #ddd solid; background: #f5f5f5;}
.contact_form li textarea.noborder  { border: 0px #ddd solid; background: #f5f5f5;}
.noborder {padding: 10px 10px;  border-radius: 4px;}

@media screen and (max-width: 768px) {
.list_before.info {width: 100%;max-width: inherit;}
.contact_content .information_left { width: 100%;}
.contact_content .information_right { width: 100%;  padding: 0;}
}
@media screen and (max-width: 600px) { 
.contact_form li {width: 100%; padding: 10px 0;}
.contact_content > .style1 {display: flex; flex-wrap: wrap-reverse;}/*聯絡資訊-手機版(上下顛倒)*/
.contact_content .information_right { width: calc(100% - 0px);}
.contact_content .information_left {  width: 100%;}
.contact_form li .form__insert {  width: 95%;}
}
@media screen and (max-width: 480px) { 
.information_left, .information_right { padding: 0px;}
.contact_page .main_part {padding: 50px 15px;}
h4.blank_letter.i::after {font-size: 25px; letter-spacing:0px;}
.blank_letter { padding: 30px 0 0 10px;}
.contact_content { padding: 50px 10px;}
}


/* 首頁的blog */

.module_i_news{
    font-family: "Noto Serif TC","Playfair Display", serif;  padding: 100px 20px;
}
.module_i_news ul{ max-width: 1400px; margin: 20px auto 20px;}
.module_i_news .title_i_box{ display: flex; flex-direction: column-reverse; justify-content: center;}
.animated-arrow{ background: #7b0000; width: 150px;}
.animated-arrow:hover{ background: #BC875D;}
.module_i_news .title_i_box h6{ color: #A07D50; font-size: 36px; font-family: "Playfair Display", serif; }
.module_i_news .title_i_box h4{ font-size: 44px; color: #3A291A; font-weight: bold; font-family: "Noto Serif TC", serif;}

.module_i_news li{ width: 24%; padding: 12px;}
.i_blog_le{ width: 100%; display: flex; overflow: hidden;}
.i_blog_ri{ width: 100%;}

.i_blog_ri h5{ color: #a07d50; font-weight: bold; font-size: 18px;}
.i_blog_ri em { color: #ffbe8d;  border-bottom: 1px solid #ffd9c2; padding-bottom: 12px;}
.i_blog_ri p{height: 42px; padding-top: 4px; color: #0f0f0f; }

.module_i_news li:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.module_i_news li a:after{ display: none;}
.module_i_news li a:before{ display: none;}

/* .module_i_news li:nth-child(even){ transform: translateY(-20px);} */

.module_i_news li a:hover img{
    -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: all 1s linear;
}
@media screen and (max-width:1024px) {
.module_i_news{
    padding:50px 20px;
}
.module_i_news .title_i_box h4 {
    font-size: 35PX;}
}

@media screen and (max-width:960px) {
    .module_i_news li{width: 48%;}
}
@media screen and (max-width:768px) {
    .module_i_news li{width: 98%;}
    /* .module_i_news li:nth-child(even){ transform: translateY(0px);} */
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


  /*文章設定*/
  /*一排呈現
  .subbox_item { width:100%;}
  */
  
  /* 側邊hover */
  .blog_le{ margin-top: 0px; }
  .blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #B39D5C !important;}
   h4.blog_category_title {font-size: 26px;}
  .submenu {background: #fff;}
  .submenu a{padding: 12px 12px 12px 30px;}
  .submenu a:hover {background: #ddd1ba;color: #1e150d;padding: 12px 12px 12px 35px;}
  .blog_le .accordion {border-radius: 0;border: none;}
  .blog_le .accordion li{border-bottom: 1px solid rgba(103, 107, 114, 0.2);}
  .blog_le .accordion li:last-child{border-bottom: none;}
  .blog_le .accordion li.open {background: #ddd1ba;}
  .blog_le .accordion li.open a{color: #000;}
  h5.blog_le_t{ display: none;}
  .blog_search input[type=search]{ border-radius: 0px;}

  /* 右邊 */

  /* 右邊往右上角移動 */
  .subbox_item:hover{
    /* -webkit-transform: translate(20px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px); */
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }

  .share_page .edit {    text-align: justify;    line-height: 180%;}
  .subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
  /* .subbox_item a::before{
    
    margin-bottom: 10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #caab7c;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  } */
  .blog_le .accordion > li {    transition: all 0.3s;}
  .blog_box_edit {    line-height: 180%;    text-align: justify;}
  h4.blog_category_title {    text-align: justify;}
  .link a {    width: 100%;    display: block;    padding: 15px 10px;}
  .accordion li .link {    padding: 0;}
  .blog_list_ri h5{ color: #a07d50; font-weight: bold; font-size: 18px;}
  .blog_list_ri em{ color: #9f7c54;  border-bottom: 1px solid #9f7c54; padding-bottom: 12px;}
  .blog_list_ri p{ height: 42px; padding-top: 4px; color: #0f0f0f;}
  
  .subbox_item a:after {
    display: none;
  }
  .subbox_item a:before {
    color: #803634;
    bottom: -25px;
    display: none;
  }
  .blog_list_le {
    overflow: hidden;
  }
  .subbox_item a img{
    transition: all 0.3s;
   
  }
  .subbox_item a:hover img{
    /* transform: scale(1.3);
    transition: all 0.3s; */
    -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: all 1s linear;

  }


 
/*  */


@media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
	.blog_page .main_part { padding: 0px 10px 10px;}
}


  
  
  /*文章分享變1排4個*/
  .blog_page .main_part {    max-width: 1600px;}
  
  .blog_list_le , .blog_list_ri {    width: 100%;}
  .blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
  .subbox_item {    width: calc(100% / 4);    padding: 12px; background-color: #fff;}
  @media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
  @media screen and (max-width: 600px) {.subbox_item {    width: 100%;transform: translateY(0px);} }
  
  
  /* 內頁 */
  h4.blog_category_title{ color: #3a291a; font-weight: bold;}
  .blog_back{ text-align: center;margin: auto;}
  .blog_back a.article_btn_prev {background: #B39D5C;}
  .blog_back a.article_btn_back {background: #7f7a6a;}
  .blog_back a.article_btn_next {background: #B39D5C;}
  .blog_back a { padding: 10px 14px; }
  
  @media screen and (max-width:410px) {
    .blog_back{ width: 100%;}
  }


/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: var(--MainColor);border: 1px solid var(--MainColor);}

/*購物車/＝＝＝＝＝*/
.pageIndex .prod_part { width: 90%;max-width: 1500px;}
.pageIndex .products-list {    display: grid;    gap: 10px;  grid-template-columns: 1fr 1fr 1fr 1fr ;}
.product_page .products-list {    display: grid;    gap: 10px; grid-template-columns: 1fr 1fr 1fr ;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.products-list .name {font-size: 18px;-webkit-line-clamp: 1;   height: 25px;}

/*首車購物車/＝＝＝＝＝*/
.pageIndex .products-list .name,.i_prod_tit span {color: #fff;}

.pr_prod_part{
	position: relative;
	background-image: url(https://pic03.eapple.com.tw/0908008969/pr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3%;
	padding-bottom: 7%;
}

.pr_prod_part:before{
   content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
	width: 100%;
    background: url(https://pic03.eapple.com.tw/0908008969/wave2.png);
    background-size: contain;
    bottom:-93%;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    mix-blend-mode: luminosity;
    opacity: 1; }
.products-list .pic img {
    border-radius: var(--m30);
    border-bottom-left-radius: 0;}
/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	color: #fff;
	background-color: #3d9fa7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.products-list .item a:hover .more {    background: #e8b465;}
/*價格*/
.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: #e8b465;}
.products-list .price b.ori_price {    font-size: 14px;}
ul.prod li h3.prod-thumb {font-size: 16px;}
/*外層版面*/
.product_page .main_part {
	width: 90%;
	max-width: 1500px;
	font-weight: 900;
}
.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);padding: 0px ;}
.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 {    color: #222;    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: var(--MainColor);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--MainColor); color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: var(--MainColor);
    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 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: var(--MainColor);}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background:#2b6a94;}
.inquiry_a2{background: #776f6f;}
.inquiry_a3{background: #e5b06f;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #991515;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: #e3af75;}
.lastPage {    background: #e3af75;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name{font-size: var(--f24);}
/*相關推薦*/
.prod_related h6 span:before{font-size: var(--f22);}
.car_page .information_left {     display: unset; }
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*選單漸變效果＝＝*/
.pageIndex .header_area{position:relative;}
.pageIndex .header_area .main_header_area  {    background: #fff;    margin-top: 0;}
.pageIndex .header_area .main_header_area:after {content:none;}
.pageIndex .header_area .nav-brand{opacity: 1;}
.pageIndex .header_area .nav-brand img{filter:none;    max-width: 175px;}
.pr_prod_part:before{bottom:-95%;}
/*Header/＝＝＝＝＝*/
.navigation {    padding: 0px;}
/*Logo/＝＝＝＝＝*/
.nav-header {    aspect-ratio: unset;}
.nav-brand {
	width: 200px;
	border-radius: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav-brand img {    max-width: 100%;}
.footer_info {    grid-template-columns: 1fr;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}



}
@media screen and (max-width: 768px) {
/*購物車/外層＝＝*/
.pr_prod_part:before{bottom:-98%;}
.pageIndex .products-list , .product_page .products-list {    grid-template-columns: 1fr 1fr;}
.pr_prod_part{background-size: cover;}
.product_page .products-list ,.product-layer-two {    width:100%;}}
@media screen and (max-width: 600px) {

/*購物車/＝＝＝＝＝*/
.pageIndex .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
.pr_prod_part:before {bottom: -99.15%;     width: 125%; } 
.pr_prod_part {     padding-bottom: 10%;} 
}
@media screen and (max-width: 425px) {
.pr_prod_part:before {bottom: -99.2%;width: 150%; }
}
@media screen and (max-width: 375px) {
.pr_prod_part:before {bottom: -99.25%;
 }
}
@media screen and (max-width: 320px) {
    .nav-brand {
        width: 200px;
        border-radius: 0;
        margin-top: 4px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: 62px;
    }
}
/* 客戶編輯器文章管理 */

body.blog_in_page .blog_box_edit p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: 400;
}

body.blog_in_page .blog_box_edit a {
    color: #a78a6b;
    font-size: 16px;
    border-bottom: 1px solid;
    font-weight: 400;

}

body.blog_in_page .blog_box_edit h3 {
    background: #78856d82;
    border-radius: 100px;
    text-align: left;
    color: #fff;
    padding: 5px 5%;
    font-size: 16px;
    letter-spacing: 2px;
}

body.blog_in_page .blog_box_edit h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    padding-left: 20px;
    margin: 0 0 20px 0px;
    border-left: 1px solid #747A6A;
    color: #403b28;
}

body.blog_in_page .blog_box_edit h6 {
    color: #a78a6b;
    font-size: 16px;
    font-weight: 400;
}


body.blog_in_page .blog_box_edit>li {
    color: #333;
    line-height: 1.8;
    margin-left: 17px;
}


@media screen and (max-width: 476px) {

    body.blog_in_page .blog_box_edit p,
    body.blog_in_page .blog_box_edit a,
    body.blog_in_page .blog_box_edit>li,
    body.blog_in_page .blog_box_edit h6 {
        font-size: 16px;
    }

    body.blog_in_page .blog_box_edit h5 {
        font-size: 16px;
    }

}


/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}


.bannerindex{position: relative;}
.bannerindex:before {
    content: "";
    width: 100%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(234 224 198 / 81%), transparent);
    z-index: 10;
    mix-blend-mode: hard-light;
}
.swiper-banner:before,
.swiper-banner:after{
    content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.swiper-banner:before {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/0908008969/wave.png);
    background-size: contain;
    bottom:-1%;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    mix-blend-mode: luminosity;
    opacity: 1;
}

@keyframes anime_wave01 {
	from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

@media screen and (max-width: 600px) {
.swiper-banner:before {
    bottom:-2%;}}
.swiper-pagination{display:none;}	

.car_page .information_left {
    display: block;
}
