@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/* header商品下拉超過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個--結束 */


/*預設解除背景輪播*/
#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;}
}
/*預設解除背景輪播--結束*/


   
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 網頁捲軸設定 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 全域設定 */
:root {
    font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: var(--color1);
    /* background-color: var(--color2); */

    --color1:#272524;
    --color2:#0EB1B9;
    --color3:#EB6700;
    --color4:#F7F7F7;

    --f47:47px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
}

/* 停留在該頁時 */
.page strong {
    background: #6a3906;
}

/* 其他頁 */
.page li {
	margin: 0;
}
.page li a, .page li strong {
    width: 35px;
    height: 35px;
}
.page li a {
    color: #4C5259;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #aacc03;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area,
.header_area.sticky {
    background: var(--color2);
}
.header_area {
    padding: 10px 0 0;
}
.main_header_area::after {
    content: '';
    position: relative;
    display: block;
    left: 0;
    width: 0;
    border-bottom: solid 2px #fff;
}
.me_tp_features {
    display: none;
}
input::placeholder {
    color: rgba(51, 51, 51, 0.5);
}
.box_search input[type=text]:focus {
    color: #333;
}
.tp_links {
    display: none;
} /* header聯絡按鈕--隱藏 */
.stellarnav * {
    font-family: 'Noto Sans TC', sans-serif;
}
.stellarnav li a {
    font-weight: 500;
}
.stellarnav > ul > li > a {
    height: auto;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 35px;
    padding: 10px 10px 13px;
    z-index: 1;
}
.stellarnav > ul > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 37px;
    background: var(--color3);
    opacity: 0;
    z-index: -1;
}
.stellarnav > ul > li.has-sub > a:after {
    position: relative;
    top: -2px;
    transform: translateY(0);
    border-top: 6px solid #fff;
    margin: 0;
}
.stellarnav li li {
    border: 0;
    border-bottom: 1px #eee solid;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 12px 15px 12px 10px;
}

/* 下滑設定 */
.main_header_area,
.header_area.sticky .main_header_area,
.main_header_area::after,
.header_area.sticky .main_header_area::after {
    transition: ease-in-out .5s;
}
.header_area.sticky .main_header_area::after {
    right: 0;
    width: 100%;
}

/* hover */
.stellarnav *,
.stellarnav > ul > li > a:before,
.stellarnav > ul > li > a:hover:before {
    transition: all .3s;
}
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
    color: #fff;
} /* 主選單一般變色 */
.stellarnav > ul > li:hover > a:before,
.stellarnav > ul > li > a:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
}
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #;
} /* 主選單三角形 */
.stellarnav li li:hover > a, 
.stellarnav li li > a:hover, 
.stellarnav.desktop li.has-sub li a:hover, 
.stellarnav.desktop li.has-sub li:hover > a   {
    color: ;
    background: #efefef;
} /* 次分類一般變色 */
.stellarnav li li.has-sub > a:hover:after,
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #;
} /* 次分類三角形 */


@media screen and (max-width: 768px) {
    /* 漢堡鈕設定--開始 */
    .stellarnav.mobile {
        top: -4px;
    }
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
        background: ;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        /* margin: 0 auto 4px 0; */
    }
    .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: ;
    }/* 漢堡鈕設定--結束 */


    /* 選單設定--開始 */
    .stellarnav.mobile.right > ul, 
    .stellarnav.mobile.left > ul {
        background: #eee;
    }
    .stellarnav a.dd-toggle .icon-plus:before, 
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px ;
    }
    .stellarnav.mobile > ul > li > a {
        color: var(--color1);
    }
    .stellarnav > ul > li > a:before {
        display: none;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 40px;
    }
    .stellarnav.mobile li li > a {
        padding: 10px 10px 10px 40px;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile ul ul {
        background: transparent;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li.open li.open > a {
        color: #fff;
        background-color: var(--color3);
    }
    .stellarnav.mobile li.open li.open > a.dd-toggle {
        background: transparent;
    }
    .stellarnav.mobile ul ul ul {
        background: transparent;
    }
    .stellarnav.mobile li li.has-sub li a {
        color: var(--color3);
    }
    /* 選單設定--結束 */

    /* hover--開始 */
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:before, 
    .stellarnav.mobile a.dd-toggle:hover .icon-plus:after {
        color: ;
    }
    .stellarnav li li:hover > a, 
    .stellarnav li li > a:hover, 
    .stellarnav.desktop li.has-sub li a:hover, 
    .stellarnav.desktop li.has-sub li:hover > a {
        color: ;
        background: transparent;
    } /* 次分類一般變色 */ /* hover--結束 */
}

@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.bannerindex {
    position: static;
    height: auto;
}
.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.pageIndex .swiper-slide:before,
.pageIndex .swiper-slide:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    pointer-events: none;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: slide-top 2s 0.3s both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: slide-right 2s 0.3s both;
}
.pageIndex .swiper-slide:nth-child(1):before {
    background-image: url(https://pic03.eapple.com.tw/uwindow/ban01_text01.png);
    width: 30%;
    top: 30%;
    right: 22%;
    aspect-ratio: 531 / 208;
}
.pageIndex .swiper-slide:nth-child(1):after {
    background-image: url(https://pic03.eapple.com.tw/uwindow/ban01_text02.png);
    width: 36%;
    top: 57%;
    right: 16%;
    aspect-ratio: 825 / 713;
    mix-blend-mode: soft-light;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: slide-top 2s 0.3s both;
}
.pageIndex .swiper-slide:nth-child(2):before {
    background-image: url(https://pic03.eapple.com.tw/uwindow/ban02_text01.png);
    width: 36%;
    bottom: 26%;
    left: 22%;
    aspect-ratio: 670 / 208;
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
    bottom: 3%;
} /* 大圖點點 */


/* = = = 首頁-促銷方案 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.news_part {
    font-family: "Space Grotesk", sans-serif, "Noto Sans TC", sans-serif;
}
.news_part section {
    position: relative;
    max-width: 1200px;
}
.news_part .title_i_box h4 {
    color: var(--color2);
    font-weight: 600;
    line-height: 180%;
}
.news_part .title_i_box h4::before {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 5px;
    background: var(
    --color2);
    margin-bottom: 20px;
}
.news_part .title_i_box h4::after {
    content: 'NEWS';
    display: block;
    font-size: 40px;
    color: var(--color3);
}
.news_list {
    border: solid 2px var(--color3);
    padding: 30px 50px 50px;
}
.news_list ul li {
    border: 0;
}
.news_list ul li span {
    width: 120px;
    font-size: 14px;
    color: #fff;
    background: var(--color2);
    padding: 3px 0;
}
.news_list ul li p {
    width: calc(100% - 140px);
    color: var(--color1);
    padding: 15px 0;
}
.news_list ul li p:after {
    display: none;
}

/* 查看更多 */
.i_news_b {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.i_news_b a {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    color: var(--color3);
    background: #fff;
    border: solid 2px var(--color3);
}
.i_news_b a i.fa-solid.fa-arrow-right {
    margin: 0;
}
.fa-arrow-right::before {
    content: "";
    display: block;
    position: relative;
    width: 12px;
    background-image: url(https://pic03.eapple.com.tw/uwindow/uw_more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1;
    transition: all .3s;
}

/* hover */
.news_list ul li:hover {
    border-bottom-color: chartreuse;
}
.news_list ul li a:hover {
    background: transparent;
    padding-left: 20px;
}
.i_news_b a:hover {
    color: rgb(235 103 0 / 60%);
    border: solid 2px rgb(235 103 0 / 60%);
}
.i_news_b a:hover i.fa-solid.fa-arrow-right {
    margin: 0;
}
.i_news_b a:hover .fa-arrow-right::before {
    opacity: .6;
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    .news_part .title_i_box h4 {
        font-size: 20px;
        line-height: 160%;
    }
    .news_part .title_i_box h4::before {
        margin-bottom: 10px;
    }
    .news_part .title_i_box h4::after {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .news_list {
        padding: 20px 30px 40px;
    }
    .news_list ul li {
        background: transparent;
        margin: 0;
    }
    .news_list ul li a {
        padding: 0;
    }
    .news_list ul li p {
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .news_list ul li a {
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }
}

/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer {
    background: #2f2f2f;
}
.footer .center {
    max-width: 1000px;
    padding: 2%;
}
.box_link {
    display: none;
}
.footer_info * {
    color: #fff;
}
.footer_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-gap: 0;
    padding: 0;
}
.footer_info ul * {
    font-family:  "Space Grotesk", sans-serif, "Noto Sans TC", sans-serif;
}
.footer_info ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
}
.footer_info li {
    padding: 0;
}
.footer_info li p {
    letter-spacing: 0.1em;
    line-height: 200%;
}
.footer_info li p:before {
    color: #fff;
}
.footer_info li p.line:before {
    content: 'Line ID ';
}
.footer_info li p.tel:before {
    content: 'TEL ';
}
.footer_info li p.add:before {
    content: 'ADD ';
}
.footer_info li:nth-child(2):before {
    content: 'HOME';
    display: block;
    width: 100%;
    border-bottom: solid 1px #fff;
    padding: 5px 9px;
    margin-bottom: 20px;
}
.footer_menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 420px;
}
.footer_menu a {
    width: 24%;
    color: #fff;
    border: 0;
    background: transparent;
}
.copy, .copy a, .copy span {
    color: rgb(255 255 255 / 30%);
}
.copy {
    border: 0;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: var(--color3);
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px;
    }
    .footer_info {
        align-items: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .footer_menu a {
        width: 48%;
    }
}

/* = = = 內頁設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {
    font-family: "Space Grotesk", sans-serif, "Noto Sans TC", sans-serif;
    padding: 100px 20px 50px 20px;
}

/* = = = 促銷方案 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.other_promotion {
    display: block;
}
.promotion_title span {
    color: #fff;
    border: 0;
    background: var(--color3);
}
.promotion_title em {
    display: none;
}
.promotion_title h2 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: var(--color3);
}
.other_promotion li {
    margin-bottom: 5px;
    overflow: hidden;
}
.other_promotion li a {
    border: 0;
    transition: all .3s;
}
.other_promotion li a:before {
    display: none;
}
.other_promotion li a:after {
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    color: #fff;
    background: var(--color2);
    padding: 2px 7px;
}
.pmtTitle span {
    display: none;
}
.other_promotion .pmtTitle h3 {
    width: calc(100% - 80px);
}


/* hover */
.other_promotion li a * {
    transition: all .3s;
}
.other_promotion li a:hover {
    background: transparent;
    padding-left: 20px;
    transition: all .3s;
}
.other_promotion li a:hover .pmtTitle h3 {
    color: var(--color2);
}


@media screen and (max-width: 768px) {
    .promotions_page .show_content {
        padding: 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* 購物車頁面設定 */
.product_page .main_part { 
    max-width:1500px;
}
.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);
}
.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 { 
    position:static; margin-top:5px; 
    /*display:block !important;*/ 
    width:100%; margin-left:0;
}
.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 ul > li + li { 
    margin-top:5px;
}
.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%);
}

/* 商品分類hover */
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover{ 
    margin-left: 15px;
}
.product-layer-two li li:hover > a { 
    background:#fff; 
    color:#ad925e;
}
.product-layer-two li li:hover > a:before { 
    background:#ad925e;
}

/* 商品列表 */
.products-list .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.products-list .price b.ori_price {
    color: rgba(51, 51, 51, 0.4);
}
.products-list .price b.sp_price,
.products-list .price b {
    color: rgba(51, 51, 51, 1);
}


/* .product_info_page */
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.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;
}
.sidebarBtn {
    border: 0;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: 'Noto Sans TC', sans-serif;
    color: #333333;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
}
.radio-inline__label {
    background: #F7F5F2;
    border: solid 2px #F7F5F2;
    border-radius: 0;
    padding: 8px 22px;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #F7F5F2;
    border: solid 2px rgb(196 196 196 / 80%);
}
.sidebarBtn .price span.ori_price {
    text-decoration: line-through;
}

/* 商品資訊&相關推薦 */
.prod_related * {
    transition: all ease-in .3s;
}
.prod_related {
    padding: 50px 15px 25px 15px;
}
.prod_related h6 {
    margin: 0 auto 30px;
}
.related_list li a {
    background: transparent;
}
.related_list li a p {
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}

/* ------結帳頁面------ */
.rewrite_simple {
    background: #333333 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: rgb(138, 138, 138) url(../images/simple_right.png) 88% center no-repeat;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #333333;
}
.order_list_tit b {
    color: #333;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    color: #fff;
}



@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_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list>h5{
        display: block;
    }
    .product-layer-two { 
        margin-right: 0; 
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
        grid-gap: 5px;
    }

    /* .product_page頁面物件順序設定 */
    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }

    /* .product_page */
    .product_page .product_menu_list {
        background: #F7F5F2;
        padding: 5px 15px;
    }
    .product_page .product_menu_list > h5 {
        margin: 0;
    }

    /* .product_info_page */
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿管理 */

/* 00---共用 */
.show-list .item a * {
    transition: all ease-in .3s;
}
.show-list .item a:before {
    content: 'VIEW MORE';
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -70%);
    font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
    color: var(--color3);
    font-weight: 600;
    opacity: 0;
}
.show-list .item a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    width: 80px;
    background-color: transparent;
    background-image: url(https://pic03.eapple.com.tw/uwindow/uw_more_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    aspect-ratio: 1 / 1;
    transition: all .3s;
    opacity: 0;
}

/* 相簿分類 */
.other_album {
    background-color: var(--color4);
    padding: 25px 40px;
}
.album_fixed_title i {
    display: none;
}
.album_fixed_title span:before {
    content: '其他好評';
}
.other_album_choice li {
    background: #fff;
    border: solid 1px var(--color3);
    border-radius: 0;
    padding: 12px 0;
}
.other_album_choice li a {
    color: var(--color3);
    padding: 12px 20px;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
    font-size: 12px;
    margin: 0 0 0 30px;
}
.fa-right-from-bracket::before {
    content: "\f04b";
}

/* 00---hover */
.show-list .item a:hover::before, 
.show-list .item a:hover::after {
    opacity: 1;
}
.show-list .item a:hover figure,
.show-list .item a:hover h2,
.show-list .item a:hover p {
    opacity: .2;
}
.other_album_choice li:hover {
    opacity: .6;
}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
    margin: 0 0 0 30px;
}

/* 01---.album_page */
.overlay {
    display: none;
}
.show-list .show_name {
    color: var(--color1);
}
.other_album_choice li {
    border-radius: 0;
    padding: 12px 0;
}
.other_album_choice li a {
    padding: 12px 20px;
}

/* .album_page - hover */
.show-list .item:hover .show_name {
    color: var(--color1);
}

/* 02---.album_class_page */
.subalbum-menu h2 {
    color: var(--color2);
}
.other_subalbum li {
    background: transparent;
}
.other_subalbum li a p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-top: 5px;
}
.album_fixed_title {
    background: transparent;
}

/* .album_class_page - hover */


/* 03---.album_info_page */
.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* 03---.album_info_page - hover */
.pic-list .item a,
.pic-list .item a:hover {
    transition: all ease-in .3s;
}
.pic-list .item a:hover {
    opacity: .2;
}

@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 文章管理 */

/* ----blog_page---- */

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search {
    margin-bottom: 30px;
}
.blog_le .accordion {
    border: 0;
}
.blog_search input[type=search] {
    border-radius: 0;
}
.blog_search input[type=submit] {
    background: url(https://pic03.eapple.com.tw/uwindow/article_search.svg) no-repeat center center;
}


.fa-chevron-down::before {
    content: '\f0d7';
}
.accordion li .link a,
.submenu a {
    letter-spacing: .05em;
}
.submenu {
    background: transparent;
}
.submenu li+li {
    border: 0;
}
.submenu a i {
    display: none;
}


/* 文章分類 - hover */
.blog_le .accordion > li.on_this_category {
    color: var(--color2) !important;
    background: transparent !important;
} /* 當前分類 */
.blog_le .accordion > li:hover {
    color: var(--color2);
    background: transparent !important;
} /* 點擊分類 */
.blog_le .accordion > li:hover .link {
    color: var(--color2) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: var(--color2) !important;
}
.blog_le .accordion > li.on_this_category .link i {
    color: var(--color2) !important;
} /* 當前分類 */
.blog_le .accordion > li:hover .link i {
    color: var(--color2) !important;
} /* 點擊分類 */
.submenu li.on_this_category a, 
.submenu a:hover {
    color: var(--color2);
    background: transparent;
    padding-left: 30px;
} /*點擊子分類 */

/* 文章列表 */
.blog_page h4.blog_category_title {
    display: none;
}
.blog_subbox {
    grid-gap: 30px;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.subbox_item a:before {
    content: 'VIEW MORE';
    right: unset;
    left: 50%;
    bottom: unset;
    top: 60%;
    transform: translate(-50%, -60%);
    color: var(--color3);
    font-weight: 600;
}
.subbox_item a:after {
    position: absolute;
    right: unset;
    left: 50%;
    bottom: unset;
    top: 40%;
    transform: translate(-50%, -40%);
    max-width: 100px;
    background-color: transparent;
    background-image: url(https://pic03.eapple.com.tw/uwindow/uw_more_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    aspect-ratio: 1 / 1;
    transition: all .3s;
}
.blog_list_le {
    aspect-ratio: 4/3;
}
.blog_list_ri h5 {
    color: var(--color3);
}
.blog_list_ri em {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    background-color: var(--color2);
    padding: 2px 9px;
    margin: 0;
}

/* hover */
.fa-chevron-down::before,
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '\f0d7';
    transform: rotate(-180deg);
}
.subbox_item a:hover .blog_list_le,
.subbox_item a:hover .blog_list_ri {
    opacity: .2;
}



/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 26px;
    font-weight: 500;
    color: var(--color3);
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
}
.blog_back a.article_btn_back,
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    font-weight: 600;
    background: transparent;
}
.blog_back a.article_btn_back {
    color: var(--color2);
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    color: var(--color3);
}

/* 相關推薦 */
.news_related {
    background-color: var(--color4);
    padding: 60px 15px 25px 15px;
}
.news_related h6 {
    margin: 0 auto 30px;
}
.news_related_list * {
    transition: all ease-in .3s;
}
.news_related h6 span:before {
    content: '相關作品';
}
.news_related_list li a {
    position: relative;
    background: transparent;
}
.news_related_list li a:before {
    content: 'VIEW MORE';
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -65%);
    font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
    color: var(--color3);
    font-weight: 600;
    opacity: 0;
}
.news_related_list li a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -35%);
    width: 80px;
    background-color: transparent;
    background-image: url(https://pic03.eapple.com.tw/uwindow/uw_more_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    aspect-ratio: 1 / 1;
    transition: all .3s;
    opacity: 0;
}
.news_related_list li figure {
    aspect-ratio: 4/3;
}
.news_related_list li a p {
    font-family: "Noto Sans TC", sans-serif;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}
.lastPage {
    font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
    font-size: 15px;
    color: var(--color2);
    font-weight: 600;
    background: transparent;
}

/* hover */
.blog_back a:hover {
    opacity: .7;
}
.news_related_list li a:hover::before, 
.news_related_list li a:hover::after {
    opacity: 1;
}
.news_related_list li a:hover figure,
.news_related_list li a:hover p {
    opacity: .2;
}

@media screen and (max-width: 960px) {
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    .blog_search {
        margin-bottom: 10px;
    }
    .blog_search input[type=search] {
        -webkit-appearance: none;
        background: transparent;
    }
}

@media screen and (max-width: 480px) {
    .blog_list_ri h5 {
        font-size: 18px;
    }
}

/* = = = 聯絡我們 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 左-聯絡資訊 */

/* 右-表單 */
.contact_content .information_right {
    width: calc(100% - 310px);
}
.contact_form li .form__label {
    text-align: left;
}
.noborder:focus {
    outline: none;
}
.contact_form li.last blockquote input {
    padding: 7px 30px;
}
.contact_form li.last cite input {
    padding: 7px 35px;
}
/* 送出按鈕 */
.contact_form li.last blockquote, .contact_form li.last cite {
    width: 180px;
}

/* hover */
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* TOP按鈕 */
#to_top {
    font-family: "Comme", serif, 'Noto Sans TC', sans-serif;
    color: #90A183;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
#to_top i.top {
    width: 15px;
    height: 15px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #90A183;
}
#to_top i:before {
    transform: rotate(-45deg);
}
#to_top i:after {
    transform: rotate(45deg);
}

/* 手機版置底按鈕 */
/* #bottom_menu li a {
    color: #fff;
}
#bottom_menu li:nth-of-type(1) {
    background: #4D4D4D;
}
#bottom_menu li:nth-of-type(1) a {
    color: #fff;
}
#bottom_menu li:nth-of-type(2) {
    background: #90A183;
}
#bottom_menu li:nth-of-type(3) {
    background: #99C681;
} */


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 768px) {
    #to_top { 
        bottom:65px;
    }
    /* .footer.with_shopping_mode { 
        padding:30px 0 70px; 
    } */
    #bottom_menu {
        display: none;
    }
    #bottom_menu li:nth-child(1) {
        background: ;
    }
    #bottom_menu li:nth-child(2) {
        background: ;
    }
    #bottom_menu li:nth-child(3) {
        background: ;
    }
    #bottom_menu li a {
        color: #fff;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    height: 21vw;
    background-image: url(https://pic03.eapple.com.tw/uwindow/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    position: relative;
    z-index: 1;
}
.banner h5 {
    position: absolute;
    right: 0;
    bottom: -50px;
    font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
    font-size: 28px;
    color: #fff;
    text-align: left;
    background: var(--color3);
    padding: 30px 80px;
}
.banner h5:before {
    content: "";
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/*促銷方案*/
.banner.banA h5:before {
    content: 'NEWS';
}
.banner.banB {}

/*聯絡我們*/
.banner.banC {}

/* 匯款通知 */
.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE h5:before {
    content: 'COMMENTS';
}
/*商品展示*/
.banner.banF {}

/*文章管理*/
.banner.banblog h5:before {
    content: 'WORKS';
}

@media screen and (max-width: 768px) {
    .banner h5 {
        font-size: 26px;
    }
}

@media screen and (max-width: 600px) {
    .banner h5 {
        padding: 20px 60px;
    }
}

@media screen and (max-width: 480px) {
    .banner h5 {
        font-size: 22px;
        padding: 12px 40px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









