@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Noto Sans TC", sans-serif;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #cc3f3f;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

#content_main {
    background-image: url(https://pic03.eapple.com.tw/shengwang/bg-04.jpg);
    background-position: top center;
    width: 100%;
}

#content {
    background-image: url(https://pic03.eapple.com.tw/shengwang/bg-04.jpg);

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

.swiper-slide img {
    height: auto;
}

.swiper-slide {
    background-color: #edece7;
}


/* 1 */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/shengwang/bg-05.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 0;

}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1).swiper-slide-active::after {
    animation: banner-op 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

@keyframes banner-op {
    0% {

        opacity: 0;
    }

    100% {
        opacity: 1;

    }

}


/* 2 */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/shengwang/bg-06.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/shengwang/bg-07.png);
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


.pageIndex .swiper-wrapper .swiper-slide:nth-child(2).swiper-slide-active::after {
    animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2).swiper-slide-active::before {
    animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0.5s;
}

@keyframes banner-bg {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}








.swiper-banner .swiper-slide img {
    width: 100%;
}



@media screen and (max-width: 768px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #cc3e3e;
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 首頁文章管理 */


.module_i_news {
    padding: 100px 20px;
    background-color: #cc3e3e3d;
}

.module_i_news section {
    max-width: 1440px;
    margin: 0 auto;
}

.module_i_news .title_i_box h4 {
    font-size: 40px;
    color: #cc3e3e;
    font-weight: bold;
    letter-spacing: 38px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-indent: 38px;
}

.module_i_news .title_i_box h4::after {}

.module_i_news .title_i_box h4::before {}

.module_i_news .title_i_box h6 {
    font-size: 60px;
    color: #cc3e3e;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.module_i_news ul {
    max-width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.module_i_news li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 22%;
}

.module_i_news li a {
    display: inline-block;
    position: relative;
    display: block;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.i_blog_le {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 2px #0000002e;
}

.module_i_news li a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}

.i_blog_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.module_i_news li a:after {
    display: none;
}

.i_blog_le::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: #00000047;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.module_i_news li a:hover .i_blog_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: auto;
    top: 250px;
    right: 50%;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transform: translate(50%, 0);
}

.i_blog_ri {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 100%;
}

.i_blog_ri em {
    display: none;
}

.i_blog_ri h5 {
    font-weight: bold;
    font-size: 24px;
    color: #cc3e3e;
    margin: 10px 0;
}

.i_blog_ri p {
    font-size: 16px;
    color: #545454;
    line-height: 30px;
}





@media screen and (max-width: 768px) {
    .module_i_news ul {
        max-width: 80%;
        margin: 20px auto;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .module_i_news li {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        width: 100%;
        border-bottom: 0;
    }

    .module_i_news li:nth-of-type(2)~li {
        display: none;
    }

    .module_i_news ul {
        max-width: 100%;
    }

    .module_i_news .title_i_box h6 {
        font-size: 40px;
    }

    .module_i_news .title_i_box h4 {
        font-size: 32px;
    }
}





/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 80%;
}

.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: #cc3e3e;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #cc3e3e;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    width: 100%;
    padding: 0;
    background: transparent;
}

.header_area.sticky {
    background: transparent;
}


/* 購物籃 */

.me_tp_features {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
    display: none;
}

.tp_links {
    display: none;
}

.box_search input[type=text] {
    display: none;
}

.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #fff;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #fff;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.me_tp_features a i {
    margin: 0 3px;
    color: #fff;
}






/*  */

.header_area::before {}

.header_area.sticky::before {}




.header_area .main_header_area {
    background: transparent;
    opacity: 1;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area {
    opacity: 1;
    transition: all 0.3s;
}






.header_area .navigation {
    padding: 0px 0 0px 210px;
    display: flex;
    transition: all 0.3s;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
        transition: all 0.3s;
    }

    .header_area.sticky .navigation {
        padding: 0;
        transition: all 0.3s;
    }

    .header_area .stellarnav>ul {
        display: flex;
        text-align: center;
        transition: all 0.3s;
        flex-wrap: nowrap;
        border: 0;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s;
    }

    .stellarnav li {
        width: calc(100% / 4);
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .main_header_area .container {
        max-width: 90%;
    }


    .header_area .main_header_area {
        background: #54524deb;

    }

    .pageIndex .header_area .main_header_area {
        background: transparent;

    }

    .header_area.sticky .main_header_area {
        background: #54524deb;
    }


}

/*  */


.stellarnav {
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
}

.stellarnav>ul {
    width: fit-content;
    position: relative;
    padding: 30px 0;
    transition: all 0.5s;
}

.sticky .stellarnav>ul {
    padding: 10px 0;
    transition: all 0.5s;
}


.stellarnav>ul::before {
    content: "";
    display: block;
    width: 120%;
    height: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 10px #00000059;
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 0 0 10px 10px;
    transition: all 0.5s;
}


.sticky .stellarnav>ul::before {
    top: 0;
    transition: all 1s;
}










.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.stellarnav>ul>li>a b {
    font-weight: 500;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
    color: #cc3f3f;
}

/*  */


.header_area .stellarnav>ul>li>a {
    color: #333333;
    opacity: 1;
    transition: all 0.3s;
}


.pageIndex .header_area .stellarnav>ul>li>a {
    color: #fff;
}



.header_area.sticky .stellarnav>ul>li>a {
    color: #333333;
    opacity: 1;
    transition: all 0.5s;
    /* transition-delay: 1s; */
}

.header_area .stellarnav>ul>li>a:hover,
.header_area.sticky .stellarnav>ul>li>a:hover {
    transition: all 0.3s;
}






/*  */


.stellarnav li.has-sub>a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #cc3e3e;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}



.stellarnav ul ul {}




.stellarnav li li a {
    padding: 10px 10px;
    border-left: 0px #cc3e3e solid;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}

.stellarnav li li a:hover {
    border-left: 10px #cc3e3e solid;
    transition: all 0.3s;
}

.stellarnav ul ul {
    background: #fff;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px;
}



@media screen and (max-width: 1440px) {
    .header_area .navigation {}

    .nav-brand {
        display: inline-block;
        width: 130px;
    }

    .main_header_area .container {
        max-width: 90%;
    }
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
    }


}



@media screen and (max-width: 768px) {
    .header_area .navigation {
        justify-content: center;
    }

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #fff;
        display: block;
        transform: scale(0.9);
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #cc3e3e;
        color: #fff;
        height: fit-content;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        display: flex;
        flex-direction: column;

    }

    .stellarnav>ul::before {
        display: none;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: #fff;
    }

    .stellarnav.mobile ul ul {
        background-color: #fff;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 1px #cc3e3e solid;
    }

    .stellarnav.mobile li a {
        text-align: left;
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .stellarnav.mobile ul ul li {
        background-color: #fff;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #cc3e3e;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #cc3e3e;
    }

    .header_area .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
    }
    .pageIndex .header_area .stellarnav>ul>li>a {
    color: #666666;
}

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav .dd-toggle {
        top: 17px;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }

    .stellarnav.mobile>ul>li:nth-child(4) ul li:nth-child(1) {}

    .header_area.sticky .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
}


@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 15px 10px;
    }
}



.page {}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
    transition: all 0.3s;
}

.header_area a.nav-brand::before {
    content: "";
    display: block;
    background: #BC3421;
    box-shadow: 1px 1px 5px #00000059;
    width: 100%;
    height: 150%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: -2;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s;
}

.pageIndex .header_area a.nav-brand::before {
    top: -280px;
}




.header_area.sticky a.nav-brand::before {
    top: -30px;
    transition: all 1s;
}


.nav-header {
    position: absolute;
    z-index: 123;
    top: 30px;
    left: 0;
}

.nav-header img {
    opacity: 1;
    transition: all 0.5s;
}

.sticky .nav-header img {
    opacity: 1;
    transition: all 1s;
    transition-delay: 1.3s;
}













.footer_logo img {
    width: 100%;
    margin-top: ;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin: 0 10px;
}

.nav-brand {
    display: inline-block;
    width: 90px;
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }

    .header_area .nav-header {}

    .header_area.sticky .nav-header {}

    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .stellarnav>ul>li>a {
        margin: 0 10px;
    }

}











@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .header_area .main_header_area {
        backdrop-filter: none;
    }

    .header_area .nav-brand {
        display: inline-block;
        width: 60px;
        transition: all 0.5s;
    }

    .header_area.sticky .nav-brand {
        display: inline-block;
        width: 60px;
        transition: all 0.5s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
    }

    .nav-header {
        z-index: 0;
        top: -13px;
    }

    .footer_logo {
        display: block;
        margin: 0 auto;
        width: 100px;
    }

    .header_area.sticky .nav-header {
        display: block;
        top: 5px;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
        top: 5px;
    }

    .header_area.sticky .main_header_area {
        backdrop-filter: none;
    }

    .me_tp_features {
        display: none;
    }

    .stellarnav li {
        width: calc(100% / 1);
        text-align: center;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    background-color: #292929;
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: #292929;
    border: none;
    color: #fff;
    margin-top: 0;
    letter-spacing: 1px;
}

.box_link {
    display: none;
}

.copy a {
    color: #fff;
}

.footer_info li p {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}

.footer_menu a:hover {
    background: #cc3e3e;
}

.footer_menu a {
    color: #666666;
    border: none;
    transition: all 0.3s;
    padding: 10px 15px;
}

.footer_menu a:hover {
    background: #cc3f3f;
    color: #fff;
    transition: all 0.3s;
}

.footer_menu a:nth-child(1) {}

.footer_info {
    padding: 50px 0 30px;
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        width: 100%;
        text-align: center;
    }

    .copy {
        padding-bottom: 60px;
    }
}



/* 浮動 */


.info_fix_links {
    display: flex !important;
}

.linksBtn {
    background-color: #cc3f3f;
    display: none;
}

.info_fix:hover>.linksBtn {
    background: #992f2f;
}



.info_fix_links a.info_fix_fb {
    background: #3b5998;
}

.info_fix_links a.info_fix_fb:hover {
    background: #283d6b;
}

.info_fix_links a.info_fix_line {
    background: #39cd00;
}

.info_fix_links a.info_fix_line:hover {
    background: #268302;
}

.info_fix_links a.info_fix_phone {
    background: #ef5261;
}

.info_fix_links a.info_fix_phone:hover {
    background: #a33640;
}

.info_fix_links a.info_fix_tel {
    background: #2196f3;
}

.info_fix_links a.info_fix_tel:hover {
    background: #14568d;
}


.info_fix_links a.info_fix_google {
    background: #f0f0f0;
    /* border: 50px solid; */
    /* border-color: #f14336 #fbbb00 #28b446 #518ef8; */
}

.info_fix_links a.info_fix_google:hover {
    background: #c9c9c9;
    /* border-color: #ac3128 #8a6700 #1b7a30 #3f6ebe; */
}





.info_fix_links a:hover {
    background: #992f2f;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    padding: 150px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    flex-wrap: nowrap;
}

.banner::after {
    content: "";
    display: block;
    width: 1147px;
    height: 406px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner h5 {
    display: flex;
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 550;
    text-align: center;
    letter-spacing: 7px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10%;
}

.banner h5::before {
    content: "";
    display: block;
    color: #b73320;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}

.banner.banA {}

.banner.banB {
    display: none;
}





.banner.banD {}


.banner.banF::after {
    background-image: url(https://pic03.eapple.com.tw/shengwang/banner-06.jpg );
}

.banner.banF h5::before {
    content: "SHOP";
}

.banner.banblog::after {
    background-image: url(https://pic03.eapple.com.tw/shengwang/banner-05.jpg );
}

.banner.banblog h5::before {
    content: "NEWS";
}


@media screen and (max-width: 768px) {
    .banner {
        display: flex;
        padding: 120px 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

        .banner::after {
        width: 100%;
        background-size: contain;
        width: 100%;
        aspect-ratio: 1147 / 406;
        height: auto;
    }

    .banner h5 {
        font-size: 20px;
        letter-spacing: 0em;
    }
    .banner h5::before{
        letter-spacing: 0;
        font-size: 48px;
        line-height: 1;
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}


/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0;
    padding: 0;
}





/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 10%;
    margin-right: 10%;
}

.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    border-left: 1px solid #808080;
    transition: all 0.5s;
}

.product-layer-two li::before {
    content: "";
    display: inline-block;
    background-color: #cc3e3e;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.product-layer-two li:hover:before {
    bottom: inherit;
    top: 0;
    height: 100%;
    transition: all 0.5s;
}

.product-layer-two li a {
    color: #808080;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: transparent;
    color: #cc3e3e;
    padding-left: 30px;
}

.product_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.page {
    color: #808080;
    width: 100%;
}

.product-layer-two li.active>a {
    background: transparent;
    color: #cc3e3e;
    border: 0;
    border-left: 2px #cc3e3e solid;
    font-weight: normal;
}

.products-list .price b {
    color: #cc3e3e;
    font-size: 16px;
    width: calc(50% - 10px);
}

.products-list .price b.ori_price {
    color: #eb7171;

}



/* 內容 */
.products-list .more {
    border: 1px solid #808080 !important;
    color: #808080;
    width: 90%;
    margin: 0 auto;
}

.products-list .item a:hover .more {
    background: #cc3e3e;
    border-color: #808080;
    color: #ffffff;
}

.products-list {
    width: 90%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 4%;
    margin: 0.05%;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
}

.products-list .item:hover {
    background: #00000028;
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .item a img {
    height: auto;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #808080;
    height: fit-content;
    padding: 10px;
    -webkit-line-clamp: 3;
}

.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #808080;
    margin: 10px 0;
}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}




/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0px;
}

.lastPage {
    background: #cc3e3e;
}

.nextaction {
    background-color: #c1b09c;
}

.lastaction {
    color: #fff;
    background-color: #c1b09c;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 10%;
    margin-right: 10%;
    position: absolute;
    left: 100px;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebarBtn {
    padding: 5% 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    background: transparent;
}

.sidebarBtn h2 {
    color: #cc3e3e;
    font-size: 24px;
}

.sidebarBtn {
    color: #808080;
}

.product_info li span {
    color: #808080;
}

#bx-pager h6 {
    display: none;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #cc3e3e;
    padding: 0;
    text-align: left;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cc3e3e;
    margin: 10px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}

ul.prod li .prod-panel {
    color: #808080;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #808080;
}

.toShare {
    border-top: 5px solid #cc3e3e;
}


.pd_tabTitle {
    font-size: 40px;
    color: #666666;
}

.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #cc3e3e;
}

.pd_tabTitle li {
    border-bottom: none;
}



/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #808080;
}

.qaform .breakF {
    border: 1px #808080 solid;
    background: #00000061;
    color: #fff;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #808080 solid !important;
    color: #808080;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #cc3e3e !important;
}

/*  */

.prod_related {
    background: #0000001c;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #cc3e3e;
}

.related_list li a {
    display: block;
    padding: 5%;
    background: #999;
}

.related_list li a p {
    font-size: 15px;
    color: #fff;
    margin: 10px 0;
}

.related_list li {
    transition: all 0.5s;
}

.related_list li:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.mobile_product_name {
    display: none;
}

.product_menu_list {
    width: 10%;
    margin-bottom: 0;
}

.product_main {
    position: relative;
    left: 100px;
}

.prod_tabs {
    margin-top: 0;
    width: 100%;
}

.pd_tabTitle li.activeTab a {
    color: #cc3e3e;
    text-align: left;
    font-size: 24px;
    padding: 15px 0;
    font-weight: bold;
}

@media screen and (max-width: 1440px) {

    
    .product_main {
        left: 100px;
    }
}

@media screen and (max-width: 1024px) {
 
    .products-list {
        grid-template-columns: repeat(3, 1fr);
    }

}




@media screen and (max-width: 768px) {
    .product-layer-two {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
        align-items: flex-end;
    }

    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }

    .product-layer-two li:hover>a {
        padding-left: 20px;
    }

    .products-list {
        width: 100%;
                grid-template-columns: repeat(2, 1fr);
    }

    .product_info_page .product-layer-two {
        display: none;
    }

    .product-wrapper {
        left: 0px;
    }

    .product_info_page .show_content {
        width: 100%;
        padding: 5%;
    }

    .product_main {
        position: relative;
        left: 0;
    }

    .product_menu_list {
        display: none;
    }

}

@media screen and (max-width: 500px) {

    .products-list .item {
    }
    .products-list {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
    .product_page .main_part {
        max-width: 85%;
    }


    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .products-list .item a {
        padding: 0;
        padding-bottom: 60px;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #02642F;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #cc3e3e;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.blog_box {
    display: flex;
    flex-wrap: wrap;
}

.blog_back {
    width: 100%;
}

.blog_le {
    width: 15%;
    padding: 0;
    margin-right: 1%;
}





h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #9d8164;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 100%;
    position: relative;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    border: 1px #231f2031 solid;
}

.blog_le .accordion li {
    width: 100%;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #3838389c;
    color: #FFF;
}


.accordion li .link a {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    padding: 15px 20px;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.accordion li::before {}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}


/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 90%;
    padding: 0 0 100px;
}

.blog_list_le,
.blog_list_ri {
    width: 100%;
}

.blog_list_le {
    overflow: hidden;
}

.blog_list_ri {
    min-height: 120px;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 0;
}

.subbox_item {}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}


/* 內容 */
.blog_ri {
    width: 84%;
}

.subbox_item {
    position: relative;
    border-bottom: 0.3px #231f2031 solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% / 3);
    padding: 0;
}

.subbox_item::before,
.subbox_item::after {
    content: "";
    display: inline-block;
    width: 1px;
    background-color: #231f2031;
    height: 85%;
    vertical-align: middle;
    opacity: 1;
    transition: all 0.3s;
}

.subbox_item:hover:before,
.subbox_item:hover:after {
    opacity: 0;
    transition: all 0.3s;
}

.subbox_item a:before {
    right: auto;
    left: 7%;
    opacity: 1;
    font-size: 152x;
}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #00000028;
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}

.subbox_item a {
    display: flex;
    padding: 7%;
    flex-direction: column;
}

.blog_list_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #cc3f3f;
}

.blog_list_ri em {
    color: #1a1a1a;
}

.blog_list_ri p {
    color: #1a1a1a;
}

.subbox_item a:before {
    color: #1a1a1a;
    display: none;
}

.blog_back a.article_btn_back {
    background: #cc3e3e;
}

@media screen and (max-width: 1440px) {
    .subbox_item a {}
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: calc(100% / 2);
    }
}



@media screen and (max-width: 768px) {

    .blog_le {
        width: 100%;
        display: none;
    }

    .blog_search form {
        width: 20%;
        position: relative;
    }

    .blog_ri {
        width: 100%;
    }
}



@media screen and (max-width: 500px) {
    .subbox_item {
        width: calc(100% / 1);
    }

    .main_part {
        max-width: 90%;
    }

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #cc3e3e;
}

.promotion_title {
    border-bottom: 1px solid #cc3e3e;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 0;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}

.contact_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 0px 20px;
}

.blank_letter {
    padding-top: 0;
    font-size: 26px;
    padding: 30px 0;
    color: #54524D;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #54524D solid;
}

.list_before.info li {
    padding-left: 32px;
    color: #54524D;
}

.contact_form li .form__label {
    color: #54524D;
    width: 130px;
    margin-left: -140px;
}

.contact_le_map a {
    background: #cc3e3e;
    color: #fff;
}

.contact_form li.last cite {
    background: #cc3e3e;
    color: #fff;
    width: 220px;
}

.contact_form li.last input[type="submit"] {
    color: #fff;
}

.contact_content .information_left {
    width: 40%;
    margin-bottom: 0;
    margin-right: 10%;
}

.contact_content .information_right {
    width: 50%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}

.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #54524D;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #54524D3d;
    padding: 10px 0;
    padding-left: 130px;
}

/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #54524D solid;
    color: #54524D;
    transition: all 0.3s;
}

.contact_content form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.form__insert input {
    margin: 0 10px;
    color: #54524D;
}

.contact_form li.last blockquote {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #54524D solid;
    width: 150px;
}

.contact_content {
    margin: auto;
    padding: 0px 10px;
}


@media screen and (max-width: 1024px) {
    .contact_content form {
        flex-direction: column;
    }

}

@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }

    .contact_content .information_left {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
    }

    .contact_content .information_right {
        width: 100%;
        padding-left: 0px;
    }
}