@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: "Roboto", sans-serif, "Merriweather", serif,"Noto Sans TC", sans-serif, "Noto Serif TC", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
/*手機大圖*/

/*分類HEADER*/
/*header*/
.nav-header {
    max-width: 180px;
}
.me_tp_features a.tp_btn_cart {
    color: #c95016;
}
.me_tp_features a.tp_btn_notice {
    color: #c94e14;
}
.shop_search_btn {
    background: #c94e14;
    color: #ffffff;
}
.tp_links {
    display: none;
}
.pageIndex .me_tp_features {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 18px;
    padding: 0 615px 0 0;
    opacity: 0;
    transition: .8s;
}
.pageIndex .header_area.sticky .me_tp_features {
    padding: 0 33px 0 0;
    opacity: 1;
    transition: .8s;
}
.nav-brand img {
    opacity: 1;
    transition: .8s;
}
.pageIndex .nav-brand img {
    opacity: 0;
    transition: .8s;
}
.header_area.sticky .nav-brand img {
    opacity: 1;
    transition: .8s;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}
.stellarnav > ul > li > a {
    margin: 0 15px 0 15px;
    color: #c94e14;
    font-family: "roboto", "Noto San TC", serif;
    font-weight: 500;
    font-size: 17px;
    opacity: 1;
    transition: .8s;
}
.pageIndex .stellarnav > ul > li > a {
    opacity: 0;
    transition: .8s;
}
.header_area.sticky .stellarnav > ul > li > a {
    opacity: 1;
    transition: .8s;
}
.stellarnav > ul > li > a:hover {
    color: #ee921a;
}
.pageIndex .stellarnav {
    position: absolute;
    top: 55px;
    padding: 0 350px 0px 0px;
    transition: .8s;
}
.header_area.sticky .stellarnav {
    padding: 0px 22px 0 0;
    transition: .8s;
}
.pageIndex .header_area.sticky .stellarnav > ul > li:before {
    opacity: 1;
    transition: .5s;
}
.header_area.sticky {
    background: 0;
}
.main_header_area .container { max-width: 1400px;}
.navigation { display: block;}
.pageIndex .header_area { background: #ffffff00;     position: absolute; transition: all 1s; padding: 0;}
.header_area.sticky {  position: fixed;    background: rgba(45, 43, 43, 0); }

.header_area.sticky .main_header_area .container {background:none; transition: all 1s;}
.pageIndex .header_area.sticky .main_header_area { height: 0px; opacity: 1;transition: all 1s; } 

.pageIndex .main_header_area{background: none; height: 0px;  transition: all 1s;}
.main_header_area{ height: 105px;  transition: all 1s;}

.pageIndex .header_area .main_header_area::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top:0px;
  right: 0;
  opacity: 0;
  height: 110px;
  background: #ffffffeb;
  backdrop-filter: saturate(100%) blur(10px);
  transition: all 1s;
}
.pageIndex .header_area.sticky .main_header_area::before {
  width: 100%;
  opacity: 1;
  transition: all .5s;
}
.stellarnav li li {
    background: #fff;
    transition: .5s;
    border-radius: 10px;
    border-bottom-width: 0;
border: 0;
}
.stellarnav li li a:hover {
    background: #f5b72a;
    color: #fff;
    transition: .5s;
    border-radius: 7px;
}
.stellarnav ul ul {
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    border: #c94f14 solid 2px;
}
.stellarnav li a {
    color: #c94e14;
    padding: 10px 15px 10px 10px;
    text-align: center;
}
.stellarnav > ul >li >ul {
    left: 65%;
    transform: translateX(-50%);
}
.header_area.sticky {
    background: 0;
}
.stellarnav li {
    border-left: 1px solid #bfbfbf;
    transition:.5s;
    opacity: 1;
}
.pageIndex .stellarnav li {
    border-left: 1px solid #bfbfbf;
    transition: .5s;
    opacity: 0;
}
.header_area.sticky .stellarnav li {
    border-left: 1px solid #bfbfbf;
	transition:.5s;
	opacity:1;
}
.stellarnav > ul > li:nth-child(2) {
    border-left: 0px solid;
}
.header_area.sticky .stellarnav > ul > li:nth-child(2) {
    border-left: 0px solid;
}
/*LOGO*/
/*選單設定*/
.nav-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f5b72a;
    z-index: -1;
    border-radius: 0;
    opacity: 1;
    border-radius: 0 0 20px 20px;
    transition: all 0.3s;
}
.nav-header {
    position: absolute;
    top: 85px;
    z-index: 98999999;
    transform: translate(0, -50%);
    transition: all 0.5s;
}
.nav-menu {margin: 0;}
.header_area .main_header_area .container {  max-width:85%;  transition: all 0.3s;}
.header_area.sticky .main_header_area .container { max-width: 80%; transition: all 0.3s;}
.nav-menu>li:not(.tp_links) { padding-right: 15px;}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {color: #2B3047;}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a { color: #2B3047;}

.nav-dropdown>li { text-align: center;}
.pageIndex .nav-header { position: absolute; top: 50%; z-index: 98999999; transform: translate(0, -50%); transition: all 0.5s;}
.pageIndex .sticky .nav-header {top: 85px;transition: all 0.5s;}
.pageIndex .nav-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f5b72a;
    z-index: -1;
    border-radius: 0;
    opacity: 1;
    border-radius: 0 0 20px 20px;
    transition: all 0.3s;
}

.pageIndex .nav-header::before { top: -100px; opacity: 1; transition: all 0.3s; transition-delay: 0.5s;}
.pageIndex .sticky .nav-header::before {top: 50%;opacity: 1;transition: all 0.3s;transition-delay: 0.5s;}

.nav-header:hover:after { animation-play-state: paused; transition: all 0.3s;}
.nav-header:hover:before { transition: all 0.3s;}

@keyframes rotate {
    0% { transform: translate(-50%, -50%) rotate(0deg);}
    100% { transform: translate(-50%, -50%) rotate(360deg);}
}
.header_area .nav-brand {  display: inline-block;  width: 120px;  transition: all 0.5s;}
.header_area.sticky .nav-brand { width: 110px;  transition: all 0.5s;}
.header_area .nav-brand img { width: 100%;  max-width: 100%; transition: all 0.3s;}
.header_area.sticky .nav-brand img { transition: all 0.3s;}
/*內頁header*/
.header_area {
    background: #ffffff;
    position: sticky;
    transition: all 1s;
    padding: 0;
}
.header_area.sticky {
    position: sticky;
    background: rgb(255, 255, 255);
}
.stellarnav {
    position: absolute;
    top: 55px;
    transition: .8s;
    padding: 0px 23px 0 0;
}
.me_tp_features {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 18px;
    opacity: 1;
    transition: .8s;
    padding: 0px 35px 0 0;
}
/*上方選單右邊設定 臉書/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}
*/


/*第一層*/
/*大圖*/
#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 {}
.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:after {
    background: url(https://pic03.eapple.com.tw/gtks2862/banner-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8%;
    left: 6%;
    width: 8% !important;
    height: 68% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    animation:
    fade-in-up 1.8s cubic-bezier(.22, .61, .36, 1) both, /* 一次播放 */
    float-updown 3s ease-in-out 1.8s infinite; /* 延遲1.8s再開始漂浮循環 */
    animation-delay: .3s;
}
/* 進場關鍵影格 */
@keyframes fade-in-up {
  0% {
    transform: translateY(100px) scale(0.5);
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

/* 漂浮關鍵影格（上下循環） */
@keyframes float-updown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/*********************/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
/*首頁*/
.animated-arrow {
    background: #c94e14;
    color: #fff;
    border-radius: 27px;
}
.module_i_news .title_i_box h4 {
    font-size: 48px;
    color: #c94e14;
    font-weight: 700;
    font-family: "Noto Serif TC", serif;
    position: relative;
}
.module_i_news .title_i_box h4:before {
    content: 'NEWS';
    position: absolute;
    font-size: 30px;
    color: #82af23;
    left: 50%;
    top: -20%;
    transform: translate(-50%, -50%);
}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    color: #fff;
    background: #f5b72a;
    padding: 7px;
    transition: all .5s;
}
.module_i_news li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: all .5s;
    background: linear-gradient(to bottom, #ffffff00, #f3cc7463);
    border: 0;
}
.module_i_news li a:hover:before {
    opacity: 0;
    transition: all .5s;
}
.i_blog_ri h5 {
    color: #c94e14;
    font-size: 24px;
}
.i_blog_ri p {
    color: #3f3a39;
}
.module_i_news li {
    border-bottom: #e6e6e6 solid 1pt;
}
.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.module_i_news li a {
    display: flex;
    flex-direction: column;
}
.i_blog_ri {
    margin-bottom: 34px;
}
.module_i_news {
    background: url(https://pic03.eapple.com.tw/gtks2862/bg.png);
    background-position: center;
}
.sidebarBtn .sp_price {
    font-size: 30px;
    color: #82af23;
    font-weight: 500;
}
/*服務項目*/
.path p, .path p a {
    display: none;
}
/*時尚快訊*/
h5.blog_le_t {
    display: none;
}
h4.blog_category_title {
    padding: 0px 0;
    margin-bottom: 0px;
}
.blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.blog_list_ri {
    padding: 0px 0 30px 0;
}
.subbox_item a
 {    display: flex;
    grid-gap: 10px;
    flex-direction: column;
}
.accordion li .link a {
    color: #3f3a39;
    font-size: 18px;
    font-weight: 500;
}
h5.blog_le_t em {
    color: #5f4d3c;
}
.blog_list_ri h5 {
    color: #c94e14;
    font-size: 24px;
}
.news_related {
    background: #ffffff;
}
.blog_list_ri p {
    color: #3f3a39;
}
.blog_list_ri>*+* {
    margin-top: 3px;
}
.news_related h6 {
    max-width: 1250px;
    margin: 0 auto 35px;
    border-top: 1pt solid #e6e6e6;
    padding-top: 25px;
}
.news_related h6 span:before {
    font-size: 30px;
    color: #82af23;
    font-weight: 500;
}
.blog_back a.article_btn_back {
    background: 0;
    border: 1pt solid #c94e14;
    color: #c94e14;
    transition: .5s;
}
.blog_back a.article_btn_back:hover {
    background: #fff4da;
    transition: .5s;
}
.blog_back a.article_btn_next {
    background: #c94e14;
    transition: .5s;
}
.blog_back a.article_btn_next:hover {
    background:#ebb028;
    transition: .5s;
}
.blog_back a.article_btn_prev {
    background: #c94e14;
    transition: .5s;
}
.blog_back a.article_btn_prev:hover {
    background: #ebb028;
    transition: .5s;
}
.news_related_list li a {
    position: relative;
    height: 380px;
}
.news_related_list li a:after {
    content: '探索';
    position: absolute;
    background: #f5b72a;
    bottom: 5px;
    left: 27px;
    transition: .5s;
    font-size: 16px;
    color: #fff;
    left: 50%;
    bottom: -5%;
    width: 100%;
    padding: 7px 0 7px 0;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.news_related_list li:hover a:after {
    opacity: 1;
    width: 80%;
}
.news_related_list li a p {
    font-size: 18px;
    margin-top: 10px;
    color:#c94e14;
}
.news_related_list li:hover a img {
    transform: scale(1.1);
    transition: .5s;
}
.news_related_list a img {
    transition: .5s;
}
.subbox_item:before {
    content: 'READ MORE';
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    color: #fff;
    background: #ebb028;
    padding: 7px;
    transition: all .5s;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 0;
}
.subbox_item:hover:before {
    opacity: 0;
    transition: all .5s;
}
.subbox_item {
    border-bottom: #e6e6e6 solid 1pt;
}
.subbox_item:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: all .5s;
    background: linear-gradient(to bottom, #ffffff00, #f3cc7463);
}
.subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}
.blog_le .accordion {
    border: 0;
    border-radius: 0px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #c94e14 !important;
}
.submenu {
    background: #ffffff;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #ebb028;
}
.news_related_list li {
    padding: 10px;
    border: 1pt solid #ffffff00;
    transition: .5s;
}
.news_related_list li:hover {
    border: 1pt solid #c9c9c9;
    transition: .5s;
}
h4.blog_category_title {
    color: #c94e14;
    font-family: "Chiron Sung HK", serif;
    font-weight: 600;
}
.lastPage {
    background: #c94e14;
}
/*購物車列表*/
.products-list .pic {
    border-radius: 10px;
}
.product-layer-two li li {
    background: #ffffff00;
}
.products-list .item a {
    padding-bottom: 50px;
}

.products-list .more {
    background: #ffffff;
    color: #c94e14;
    border: 2px dashed #82af23;
    border-radius: 10px;
}
.products-list .price b {
    color: #82af23;
    font-size: 16px;
    text-align: center;
}
.products-list .item a:hover .more {
	background: #f5b72a;
	color: #ffffff;
	border: 2px dashed #c94e14;
}

.products-list .pic img, .related_list li figure img {
    transition: .5s;
    transform: scale(1);
}

.products-list a:hover .pic img, .related_list li:hover figure img {
    transform: scale(1.05);
}

.products-list .pic::before, .related_list li figure::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 1.2;
	letter-spacing: 0px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after, .related_list li figure::after {

content: "";

width: 100%;

height: 100%;

position: absolute;

top: 0px;

left: 0px;

background: rgb(255 207 131 / 47%);

opacity: 0;

transition: .5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after, .related_list li:hover figure::before, .related_list li:hover figure::after  {
    opacity: 1;
}


/*購物車詳細*/
.sidebarBtn h2 {
    color: #c94e14;
    font-size: 30px;
    font-weight:500;
}
.sidebarBtn .price {
    color: #00945c;
    border-bottom: 2px solid #f5b72a;
}
.product_info li span {
    font-size: 18px;
    color: #876d5d;
}
.toShare {
    border-top: 2px solid #f5b72a;
    color: #877267;
}
.sidebarBtn {
    border: unset;
    background: #ffffff00;
}

.inquiry_a1, .inquiry_a2, .inquiry_a3, .lastPage {
    background: #c94e14;
    transition: all .5s;
}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .lastPage:hover {
    background: #f5b72a;
}

.prod_related {
    background: unset;
}
.pd_tabTitle li {
    border-bottom: 1px solid #f5b72a;
}
.related_list li figure {
    position: relative;
	border-radius: 12px;
}
.pd_tabTitle li.activeTab::after {
    background: #c94e14;
}
.pd_tabTitle li.activeTab a {
    color: #c94e14;
    font-size: 18px;
}
.related_list li a p {
    text-align: center;
    font-size: 18px;
    color: #c94e14;
    margin-top: 5px;
}
.edit {
    font-size: 18px;
    color: #603D2C;
}
.pd_tabTitle li a {
    color: #f5b72a;
    font-size: 18px;
}
.related_list li a {
    background: #ffffff00;
}
.prod_related h6 span:before {
    font-size: 30px;
    color: #82af23;
    font-weight: 500;
}
.lastPage {
    border-radius: 10px;
}
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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%;}
.products-list .name {font-size: 18px;color: #c94e14;text-align: center;}
.car_page .information_left {  display: block; }
.product-layer-two li a {
    line-height: 200%;
    background: unset;
    color: #c94e14;
    border: unset;
    transition:.5s;
}

.product-layer-two li i {
    top: 5px;
    color: #c94e14;
    transition:.5s;
}
.product-layer-two li > a, .product-layer-two li.active > a {
	border: unset;
}
.product-layer-two li:hover > a, .product-layer-two li.active > a {
    color: #FFF;
    background: #c94e14;
    padding-left: 25px;
}

.product-layer-two li:hover i, .product-layer-two li.active i {
	color: #FFF;
}

.product-layer-two li.active li a {
    font-weight: normal;
    color: #c94e14;
    background: rgb(255 255 255 / 0%);
}
.product-layer-two li ul { position:static; /*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;background: #ffffff00;}
.product-layer-two li li:hover > a { background:#fff; color:#f5b72a;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #e0d6cf; }
.product-layer-two > li ul > 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 > a:before { content: ""; position: absolute; width: 8px; height: 8px; background: transparent; left: 10px; margin-left: 0px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);transition:.5s;}
.product-layer-two li li:hover > a:before { background:#f5b72a;}

.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) {
	.related_list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 10px;
    }
}
@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;font-size: 20px;}

.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) {
	/*手機版購物車-首頁、列表頁、相關產品排列統一*/
	.pageIndex .products-list, .products-list, .related_list {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		max-width: 500px;
		margin: auto;
	}
            
}
	/*結帳*/
@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            @media screen and (max-width: 600px) {
                .formbox_form li+li {
                    margin-top: 0px;
                }
            }
        }
    }
}
.codePay_info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.codePay_info .notetext>*+* {
    width: 100%;
}
            @media screen and (max-width: 570px) {
.codePay_info .notetext>*+* {
    width: 85%;
}
            }
/*footer*/
.footer_menu a:first-child {display: none;}
.box_link {
display: none;
}
/* = = = 頁尾 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.footer {
	border-top: 1px #f5b72a solid;
	background: #FFF;
	padding: 30px 0 0;
	position: relative;
}
.footer_info li p.phone:before {
    color: #c94e14;
}
.footer_info li p.mail:before {
    color: #c94e14;
}
.footer_info li p.add:before {
    color: #ce602c;
}
.footer_info li p.line:before {
    color: #c94e14;
}

@keyframes scroll_left {
0% {background-position: 0;}
100% {background-position: -5124px;}
}
/* 動畫 ^^^ */
.footer_logo {
	text-align: center;
}

.footer_logo a{
	/*filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
}
.footer_logo img {
	max-width: 40%;
}
.footer_info li p, .footer_info li p a{
	/*color:#FFF;*/
}

.footer_menu {
	/*display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));
	gap: 5px;*/
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

	/*footer按鈕最小寬度100px*/
.footer_menu a {
	margin: 0;
	text-align: center;
	padding: 3px 10px;
	transition: all 0.3s;
	background: unset;
	border: unset;
	margin: 0 5px 4px 5px;
	color: #82af23;
	font-weight: 600;
}
.footer_menu a:hover {color: #f5b72a;background:unset;}




.copy {
    background: #f5b72a;
    color: #fff;
    border:none;
    margin-top: 35px;
}
.copy a{ color: #fff;transition:all 0.3s;}
.box_link a{ transition:all 0.3s;}
.box_link a:hover { background: #866d5e; color: #FFF;}




.footer_info li:nth-child(1) {
	border-bottom: 1px rgb(224 214 206 / 33%) solid;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.footer_info li p {
    width: 100%;
}

.footer_info li:nth-child(2) {
    padding: 10px 0px;
	margin: 0px;
}




@media screen and (min-width: 769px){
	.footer_info {
		padding-right: 100px;
	}
	
	.footer_info li:nth-child(1) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0px 10px;
	}
	.footer_info li p.phone{
		grid-column: 1 / 2;
    	grid-row: 2;
	}
	.footer_info li p.fax{
		grid-column: 1 / 2;
    	grid-row: 3;
	}
}

@media screen and (max-width: 980px) {
	.footer_info { grid-template-columns: 1fr;}	
	.footer_info ul { width: 100%; }
    .footer_logo {
        text-align: center;
        max-width: 211px;
        background-size: 175px;
        width: 100%;
        margin: 0px auto 0px;
    }
    .footer_info li {
        text-align: center;
    }
    .footer_info li {
        text-align: center;
    }
	.footer_menu {	justify-content: center; }
}

@media screen and (max-width: 768px) {
	.footer_info ul { width: 100%; }
	.footer_menu a { padding: 5px 5px;}
	
	.footer.with_shopping_mode { padding:35px 0 54px; }
	
	.footer_info li:nth-child(1) {	padding-top: 0px;}
	.footer_info li p {	width: 100%;}
	.box_link {	right: unset; justify-content: center; }
}

@media screen and (max-width: 600px) {
	.box_link {
		text-align: center;
	}
}

@media screen and (max-width: 375px) {
	.footer_menu a {
		padding: 5px 0px
	}
}
/* 商品下拉超過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-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: #8ab53f;}
.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: 0px;top: 50%;margin-top: -4px;clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before {background: #82af23;}

.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {min-height: 500px;}
.banner h5 {
    font-size: 48px;
    width: 280px;
    bottom: 30px;
    color: #ffffff;
    font-family: "Noto Serif TC", serifserif;
    font-weight: 800;
    text-shadow: 3px 3px 10px rgb(0 0 0 / 58%);
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banF {background: url(https://pic03.eapple.com.tw/gtks2862/shopbn.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}
.banner.banblog {    background: url(https://pic03.eapple.com.tw/gtks2862/newsbn.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1360px) {
.header_area .nav-brand img {
    width: 80%;
    max-width: 80%;
}
.nav-header::before {
    background-color: #50505000;
}
.navigation {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.stellarnav {
    position: relative;
    text-align: center;
    top: 20px;
}
.stellarnav ul{
    text-align: center;
}
.me_tp_features {
    position: relative;
    text-align: center;
}
.nav-header {
    position: relative;
    top: 70px;
}
.main_header_area {
    height: 235px;
}
/*pageIndex*/
.pageIndex .sticky .nav-header::before {
    opacity: 0;
}
.pageIndex .nav-header::before {
    opacity: 0;
}
.pageIndex .stellarnav {
    top: 169px;
}
.pageIndex .me_tp_features {
    text-align: center;
    top: 130px;
}
.pageIndex .header_area .main_header_area::before {
    height: 214px;
}
.pageIndex .nav-header {
    left: 43%;
}
.pageIndex .sticky .nav-header {
    top: 70px;
    left: 40%;
    transition: all 0.5s;
}
}
@media screen and (max-width: 1030px) {
.stellarnav > ul > li:before {
    width: 20px;
    height: 20px;
    left: -1%;
    top: 22%;
}
.stellarnav > ul > li > a {
    margin: 0 8px 0 8px;
    font-size: 13px;
}
.pageIndex .stellarnav > ul > li:before {
    width: 22px;
    height: 22px;
    left: -2%;
}
.pageIndex .header_area.sticky .me_tp_features {
    padding: 0 0px 0 0;
}
    .pageIndex .sticky .nav-header {
        left: 40%;
    }
.header_area.sticky .stellarnav {
    padding: 0px 0px 0 0;
}
}
@media screen and (max-width: 980px) {
/*footer*/	
.footer_info {
                padding: 0 30px;
                grid-template-columns: 1fr;
                display: flex
;
                flex-direction: column;
                align-content: center;
                align-items: center;
            }
}
@media screen and (max-width: 900px) {
.banner {
    display: flex;
    justify-content: center;
    padding: 0;
}
    .pageIndex .sticky .nav-header {
        left: 37%;
}
}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}
@media screen and (max-width: 768px) {
#bottom_menu li a {
    color: #82af23;
}
.header_area .nav-brand img {
    width: 100%;
    max-width: 100%;
}
.navigation {
    display: block;
}
.stellarnav {
    position: absolute;
    text-align: right;
}
	.me_tp_features {
    position: absolute;
    text-align: right;
}
.nav-header {
    position: absolute;
}
.nav-header::before {
    background-color: #f5b72a;
}
.me_tp_features {
display:none;
}
.nav-header::before {
    border-radius: 0 0 20px 0px;
}
.stellarnav ul ul {
    border-radius: 0px;
    border: 0px;
    border-top: #ea2f41 solid 2px;
    border-bottom: #ea2f41 solid 2px;
}
.main_header_area { position: fixed;  background: #ffffff00;  border-radius: 0;}
.header_area.sticky { top: 0px;  background: transparent; transition: all 0.7s;}

/*手機板logo*/
.header_area .main_header_area::before { display:none;}
.nav-header {position: fixed;left: 0;top: 70px;background: #fff;padding: 10px 25px 5px 15px;max-width: 140px;border-bottom-right-radius: 45px;}
.header_area.sticky .nav-brand { width: 120px;}
.sticky .nav-header {top: 70px;}

/*手機板menu----------------------------------------------------------------*/
/*menu外層*/
/*menu選單靠左*/
.stellarnav > ul > li:before {left: 3%;top: 22%;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  max-width: 230px;}
.stellarnav.mobile.left>ul { left: auto; right: 0;  padding: 0;  border: 0;}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile { display: block;  position: fixed;  top: 15px;  right: 5%; z-index: 999; transition: all 0.5s;  pointer-events: all;background: #fff;  padding: 10px; 
				border-radius: 20px;padding: 10px 15px;  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);}

.stellarnav .menu-toggle:after {content: '選單 ';color: #c94e14;display: block;transform: scale(0.9);font-weight: 700;}
.stellarnav .menu-toggle span.bars span {  background: #d4543b;}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile { top: 15px;  transition: all 0.5s;}

.navigation {  width: 100%;  position: relative;  padding: 0;}
.stellarnav>ul>li {width: 100%;border-left: 0px solid #bfbfbf;}
.stellarnav { width: 45%;  height: 0%;  max-width: 450px;  position: fixed;  top: 0;  right: 0;  z-index: 0;  padding-top: 3vw;  transition: all .8s;  transition-timing-function: ease-out;}
.stellarnav.active { height: 100%;  z-index: 0;  transition: all .5s;  transition-timing-function: ease-in-out;}
.stellarnav.active li.has-sub>a:after {  border-top: 3px solid #ccc; border-left: 4px solid transparent;  border-right: 4px solid transparent;  right: -14px;}
.stellarnav.mobile {  position: fixed; top: 0; left: auto; width: 100%;  height: 75px; }


/*menu內層*/
.header_area.sticky .stellarnav li {
    border-left: 0px solid #bfbfbf;
}
.pageIndex .stellarnav > ul > li:before {
display: none;}
.stellarnav > ul > li:before {
display: none;}
.pageIndex .stellarnav > ul > li > a {
 margin: 0 0 0 0px;
 opacity: 1;
}
.stellarnav > ul > li > a {
 margin: 0 0 0 0px;
}
.stellarnav > ul >li >ul {
    left: 0%;
    transform: translateX(0%);
}
.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: solid 3px #c94e14;
}
.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 3px #c94e14;
}
.stellarnav li li a:hover {
    background: #ffffff00;
    color: #c94e14;
}
.stellarnav li a:before { display: none;}
.stellarnav li a:hover:before { display: none;}
header.header_area.sticky .stellarnav li a:before { display: none;}
header.header_area.sticky .stellarnav li a:hover:before { display: none;}
.stellarnav>ul>li>a b:nth-of-type(2){ display: none;}
.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;padding: 10%;font-size: 12px;background: #c94e14;color: #ffffff;font-weight: 600;}
.stellarnav .icon-close:after {border-bottom: solid 3px #ffffff;}
.stellarnav .icon-close:before {border-bottom: solid 3px #ffffff;}
.stellarnav.mobile>ul>li>a {padding: 15px 43px 15px 15px;}
.stellarnav.mobile>ul>li>a.dd-toggle { padding: 0;  position: absolute;  top: 15px;}

.stellarnav.mobile li.open { background: transparent;  padding: 0px; }
.stellarnav li li:hover { background: inherit; border-radius: 0;  color: inherit;  transform: none;  box-shadow: none;  z-index: 100000; transition: all 0.3s;}
.stellarnav li li:hover>a { color: inherit;  transition: all 0.3s;}
.stellarnav.mobile li.open li.open { background: transparent; padding: 0px;}
.stellarnav.mobile li li.has-sub a {padding: 15px 35px;}
.stellarnav.mobile li.open li.open { background: transparent; padding: 0;}
.stellarnav.mobile li a { border-bottom: 0;}
.stellarnav li li a {padding: 15px 35px;color: #d4543b;}
/*----------------------------------------------------------------*/
/*pageIndex*/
.pageIndex .sticky .nav-header {
    left: 0%;
}
.pageIndex .sticky .nav-header::before {
    opacity: 1;
}
.pageIndex .header_area .nav-brand img {
    width: 100%;
    max-width: 100%;
}
.pageIndex .navigation {
    display: block;
}
.pageIndex .stellarnav {
    position: absolute;
    text-align: right;
}
.pageIndex .me_tp_features {
    position: absolute;
    text-align: right;
}
.pageIndex .nav-header {
    position: absolute;
}
.pageIndex .nav-header::before {
    background-color: #f5b72a;
}
.pageIndex .me_tp_features {
display:none;
}
.pageIndex .nav-header::before {
    border-radius: 0 0 20px 0px;
}
.pageIndex .main_header_area { position: fixed;  background: #ffffff00;  border-radius: 0;}
.pageIndex .header_area.sticky { top: 0px;  background: transparent; transition: all 0.7s;}

/*手機板logo*/
.pageIndex .header_area .main_header_area::before { display:none;}
.pageIndex .nav-header {position: fixed;left: 0;top: 70px;background: #ffffff00;padding: 10px 25px 5px 15px;max-width: 140px;border-bottom-right-radius: 45px;}
.pageIndex .header_area.sticky .nav-brand { width: 120px;}
.pageIndex .sticky .nav-header {top: 70px;}

/*手機板menu----------------------------------------------------------------*/
/*menu外層*/
/*menu選單靠左*/
.pageIndex .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  max-width: 230px;}
.pageIndex .stellarnav.mobile.left>ul { left: auto; right: 0;  padding: 0;  border: 0;}
.pageIndex .header_area .stellarnav .menu-toggle,
.pageIndex .stellarnav .call-btn-mobile,
.pageIndex .stellarnav .location-btn-mobile {
				display: block;
				position: fixed;
				top: 15px;
				right: 5%;
				z-index: 999;
				transition: all 0.5s;
				pointer-events: all;
				background: #fff;
				padding: 10px;
				border-radius: 20px;
				padding: 10px 15px;
				box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
				opacity: 0;
				}

.pageIndex .stellarnav .menu-toggle:after {content: '選單 ';color: #c94e14;display: block;transform: scale(0.9);font-weight: 700;}
.stellarnav .menu-toggle span.bars span {background: #c94e14;}

.pageIndex .header_area.sticky .stellarnav .menu-toggle,
.pageIndex .stellarnav .call-btn-mobile,
.pageIndex .stellarnav .location-btn-mobile {top: 15px;transition: all 0.5s;opacity: 1;}

.pageIndex .navigation {  width: 100%;  position: relative;  padding: 0;}
.pageIndex .stellarnav>ul>li {width: 100%;}
.pageIndex .stellarnav { width: 45%;  height: 0%;  max-width: 450px;  position: fixed;  top: 0;  right: 0;  z-index: 0;  padding-top: 3vw;  transition: all .8s;  transition-timing-function: ease-out;}
.pageIndex .stellarnav.active { height: 100%;  z-index: 0;  transition: all .5s;  transition-timing-function: ease-in-out;}
.pageIndex .stellarnav.active li.has-sub>a:after {  border-top: 3px solid #ccc; border-left: 4px solid transparent;  border-right: 4px solid transparent;  right: -14px;}
.pageIndex .stellarnav.mobile {  position: fixed; top: 0; left: auto; width: 100%;  height: 75px; }
}
 @media screen and (max-width: 767px) {
.module_i_news {
    background:#fff
}
}
            @media screen and (max-width: 600px) {
                .contact_form li .form__label {
                    background: rgba(255, 255, 255, 0);
                }
}
@media only screen and (max-width: 1024px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 54px; }
#to_top { bottom:60px;}
}
