@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}
*/




@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');




.pageIndex .main_part {
    border-top: none;
}

body {
    font-family: 'Noto Serif TC', sans-serif;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

.page {
    display: flex;
    margin: 40px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
}


.bannerindex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/bikershoptw/bg-03.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.bannerindex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/bikershoptw/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}



.bannerindex .swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 81px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100000;
    bottom: 110px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transform: translateX(-50%) rotate(45deg);
    -webkit-animation: bannerScrollAnimation 0.8s infinite;
    animation: bannerScrollAnimation 1.5s infinite;
}

@keyframes bannerScrollAnimation {

    0%,
    100% {
        bottom: 81px;
        border-color: rgba(255, 255, 255, 0.5);
    }

    50% {
        bottom: 90px;
        border-color: #fff;
    }
}


@media screen and (max-width: 768px) {
    .bannerindex .swiper-wrapper .swiper-slide:nth-child(3)::after {
        background-image: url(https://pic03.eapple.com.tw/bikershoptw/bg-11.png);
    }

    .bannerindex .swiper-wrapper .swiper-slide:nth-child(4)::after {
        background-image: url(https://pic03.eapple.com.tw/bikershoptw/bg-12.png);
    }

    .bannerindex .swiper-wrapper .swiper-slide:nth-child(2)::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/bikershoptw/bg-13.png);
        -webkit-transform: translateX(-0%);
        transform: translateX(-0%) rotate(0);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }

    @keyframes bannerScrollAnimation {

        0%,
        100% {
            bottom: 20px;
            border-color: rgba(255, 255, 255, 0.5);
        }

        50% {
            bottom: 30px;
            border-color: #fff;
        }
    }

}


@media screen and (max-width: 768px) {
    .swiper-banner .swiper-slide img {
        height: auto;
        width: 200%;
        max-width: 200%;
    }

}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #82633F;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}




/* 首頁文章 */

.module_i_news .title_i_box {
}
.module_i_news .title_i_box h6 {
    font-size: 40px;
    color: #BD8C66;
}

.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #BDA486;
    font-weight: bold;
}

.module_i_news section {
    max-width: 100%;
    margin: 0 auto;
}

.module_i_news ul {
    width: fit-content;
    max-width: 100%;
    display: grid;
    grid-gap: 50px;
    overflow-x: scroll;
    padding: 30px 0;
    grid-template-columns: repeat(3,1fr);
    flex-wrap: nowrap;
}


/* 捲軸寬度及高度 */
.module_i_news ul::-webkit-scrollbar {
    background: transparent;
    height: 8px;
    overflow: auto;

}

/* 捲軸兩側頂端的按鈕 */
.module_i_news ul::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */
.module_i_news ul::-webkit-scrollbar-thumb {
    background-color: #010e2e;
    height: 50px;
    border-radius: 2px;
    transition: all 0.3s;
}

.module_i_news ul::-webkit-scrollbar-thumb:hover {
    background-color: #0d2561;
    transition: all 0.3s;
}

/* 軌道背景底色 */
.module_i_news ul::-webkit-scrollbar-track {
    background-color: transparent;
}


.module_i_news ul li:nth-last-of-type(1) {
}


.module_i_news {
    max-width: 1200px;
    padding: 50px 0px;
    margin: 0 auto;
}

.module_i_news li a {
    position: relative;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
}

.module_i_news li {
    display: block;
    text-align: left;
    width: 100%;
}

.module_i_news li+li {}



.module_i_news li a:after {
    display: none;
}


.module_i_news li a:before {
    opacity: 0;
}

.i_blog_ri {
    padding: 0;
}

.animated-arrow {
    margin: 0;
    background: transparent;
    color: #666666;
}

.i_blog_le {
    pointer-events: none;
}

.i_blog_le img {
    transition: all 0.5s;
}

.module_i_news li a:hover img {
    transform: scale(1.2);
    transition: transform 2s cubic-bezier(0.7, 0.12, 0.08, 0.95);
}

.i_blog_ri em {
    margin: 17px 0 7px;
}


.i_blog_ri h5 {
    color: #BDA486;
}

@media screen and (max-width: 768px) {
    .module_i_news {
    max-width: 80%;
}
   .module_i_news ul {
    grid-template-columns: repeat(2, 1fr);
}

    .module_i_news li {
        border: none;
    }

    .i_blog_ri p {
        font-size: 13px;
    }
}


@media screen and (max-width: 500px) {
    .module_i_news li {
        width: 100%;
    }

}








/*預設解除背景輪播*/
#content {
    background-image: url(https://pic03.eapple.com.tw/bikershoptw/bg-07.jpg);
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
}

#content_main {
    margin: 0;
    background-color: #171717;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
    background-color: #171717;
}

.swiper-slide img {
    height: auto;
}

/* .bannerindex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/bikershoptw/logo-02.png);
    width: 41%;
    height: 300px;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 820px;
    left: 10%;
    z-index: 200;
} */








@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

}

@media screen and (max-width: 430px) {


    .swiper-slide img::after {
        content: "";
        width: 100%;
        height: auto;
        background-image: url(https://pic03.eapple.com.tw/bikershoptw/bg-13.png);

    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 選單變化 */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
}

.header_area.sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: transparent;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    background: transparent;
    transition: all 1s;
}

.header_area .main_header_area::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, #303030ea, #000000f7);
    transition: all 0.5s;
}

.header_area.sticky .main_header_area::before {
    width: 100%;
    box-shadow: #000000a8 1px 1px 2px;
    opacity: 1;
    transition: all 1s;
}

.header_area .main_header_area::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    background: linear-gradient(90deg, #81633f33, #81633F, #81633f34);
    height: 2px;
    transition: all 0.3s;
    z-index: 0;
}

.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all 5s;
}

.header_area .navigation {
    width: 100%;
    position: relative;
    padding: 45px 0 15px 220px;
    top: 0;
    grid-template-columns: 100% 1fr;
    transition: all 0.3s;
}

.header_area.sticky .navigation {
    top: 0px;
    transition: all 0.3s;
}

/* .header_area .navigation::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0%;
    height: 90px;
    background: linear-gradient(180deg, #000000d3, #0000002f);
    border-radius: 5px;
    transition: all 0.3s;
}
.header_area.sticky .navigation::before {
    width: 100%;
    transition: all 0.3s;
} */


@media screen and (max-width:1024px) {
    .header_area .navigation {
        top: 0;
        padding: 10px 0;
    }


}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {
    max-width: 100%;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 0 10px;
}

.footer_logo img {
    width: 150px;
}

.header_area .nav-header {
    position: absolute;
    z-index: 123;
    top: -16px;
    max-width: 150px;
    left: 0;
    transition: all 0.3s;
}

.header_area.sticky .nav-header {
    top: -29px;
    transition: all 0.3s;
}

/* LOGO變化 */



.header_area .nav-brand {
    display: inline-block;
    width: 200px;
    transition: all 0.3s;
}

.header_area.sticky .nav-brand {
    display: inline-block;
    width: 200px;
    transition: all 0.3s;
}


.header_area .nav-brand::before {
    /* content: ""; */
    display: block;
    width: 130%;
    height: 180px;
    background: #81633f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -500px);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area.sticky .nav-brand::before {
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}



@media screen and (max-width: 1440px) {}


@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%;
    }
}



/*選單設定*/



.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 85%;
}

.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: #82633F;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #82633F;
}

.nav-dropdown>li {
    text-align: center;
}

.me_tp_features {
    display: block;
    opacity: 1;
    top: 13px;
    position: absolute;
    padding-right: 18px;
}

.me_tp_features a {
    color: #fff;
    margin-left: 16px;
}

.tp_links {
    display: none;
}

/*  */


.stellarnav>ul>li::before {
    content: "";
    display: block;
    width: 0%;
    height: 104px;
    background: linear-gradient(90deg, transparent, #ffffff1a, transparent);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -63%);
    transition: all 0.3s;
}

.stellarnav>ul>li:hover:before {
    width: 100%;
    transition: all 0.3s;
}

.header_area .stellarnav>ul>li::before {
    display: none;
}

.header_area.sticky .stellarnav>ul>li::before {
    display: block;
}

/*  */

.stellarnav>ul>li:nth-last-child(1)>a {
    margin: 0 0 0 16px;
}

.stellarnav>ul>li>a {
    padding: 0;
    margin: 0 16px;
}

.stellarnav>ul>li>a b {
    letter-spacing: 6px;
    color: #fff;
    font-weight: 500;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a:hover b {}



@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 85%;
    }

    .stellarnav>ul>li>a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
    }

    .header_area .main_header_area {
        transition: none;
        transition-timing-function: none;
        position: relative;
        background: #171717;
    }

    .header_area .nav-header {
        top: 0;
        position: relative;
    }

    .me_tp_features {
        top: 0;
        position: relative;
        padding-right: 0;
    }

    .header_area.sticky .nav-header {
        top: 0px;
        position: relative;
    }

    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
    }

    .stellarnav ul {
        text-align: center;
        padding: 0 0 10px 0;
    }

    .header_area.sticky .navigation {
        padding: 30px 0;
    }
}


@media screen and (max-width: 768px) {
    .header_area {
        position: relative;
    }

    .header_area.sticky {
        position: fixed;
    }

    .header_area .navigation {
        padding: 10px 0;
        top: 0;
    }

    .header_area .nav-header {
        z-index: 0;
    }

    .header_area.sticky .nav-header {
        z-index: 0;
    }

    .header_area .nav-brand {
        width: 100px;
    }

    .header_area.sticky .nav-brand {
        width: 110px;
    }

    .header_area.sticky .nav-header {
        top: 0;
    }
}







/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
    border-radius: 6px;
    width: 160px;
    max-height: 50vh;
    overflow-y: scroll;
}

.stellarnav ul ul::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

.stellarnav ul ul::-webkit-scrollbar-thumb {
    background: #947153;
    border-radius: 30px;
    border: 10px solid #947153;
}

.stellarnav ul ul::-webkit-scrollbar-track {
    background: inherit;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}






.stellarnav>ul>li>ul>li {
    border: 0;
}

.stellarnav>ul>li>ul>li>a,
.stellarnav li li.has-sub>a,
.stellarnav>ul>li>ul>li>ul>li>a {
    background-color: #000000bd;
    padding: 15px 15px;
    color: #ccc;
    text-align: left;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 17px;
}

.stellarnav>ul>li>ul>li>a:hover,
.stellarnav>ul>li>ul>li>ul>li>a:hover {
    background-color: #000000b2;
    color: #fff;
    transition: all 0.3s;
}

.stellarnav>ul>li>ul>li>a::after,
.stellarnav>ul>li>ul>li.has-sub>a::after,
.stellarnav>ul>li>ul>li>ul>li>a::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #81633F;
    bottom: -15px;
    opacity: 0;
    transition: all 0.5s;
}

.stellarnav>ul>li>ul>li>a:hover:after,
.stellarnav>ul>li>ul>li.has-sub>a:hover:after,
.stellarnav>ul>li>ul>li>ul>li>a:hover:after {
    width: 100%;
    opacity: 1;

    float: none;
    margin-right: 0;
    border: none;
    transition: all 0.5s;
}

.stellarnav li.drop-left li.has-sub>a:after {
    float: none;
    margin-right: 0;
    border: 0;
}

/*        */
.stellarnav>ul>li>ul>li>ul {
    border: 0;
    overflow: visible;
}

.stellarnav>ul>li>ul>li>ul>li {
    border: 0;
}

@media screen and (max-width: 1440px) {
    .stellarnav>ul>li>a b {
        letter-spacing: 3px;
    }

}


@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .me_tp_features {
        display: none;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #82633f;
        color: #fff;
    }

    .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 {
        border-right: 0px #eee solid;
        background-color: #171717e0;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
    }

    .stellarnav>ul>li:nth-last-child(1)>a {
        margin: 0 7px;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: #171717e0;
    }

    .stellarnav.mobile ul ul {
        background-color: #171717e0;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 1px #82633f solid;
    }

    .stellarnav.mobile li a {
        border-bottom: none;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #00000033;
        border: 0;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #00000033;
    }

    .stellarnav.mobile ul ul li {
        background-color: #171717e0;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 20px 43px 20px 10px;
        border: 0;
    }

    .header_area.sticky .stellarnav>ul>li::before {
        display: none;
    }

    .stellarnav>ul>li>ul>li>a:hover {
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a,
    .stellarnav li li.has-sub>a,
    .stellarnav>ul>li>ul>li>ul>li>a {
        background-color: transparent;
        font-size: 15px;
    }

    .stellarnav>ul>li>ul>li>a,
    .stellarnav li li.has-sub>a,
    .stellarnav>ul>li>ul>li>ul>li>a {
        padding: 20px 15px;
    }

    .stellarnav.mobile {
        top: 12px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: 20px;
    }

    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus::after {
        border-bottom: solid 3px #fff;
    }

    .header_area.sticky .navigation {
        padding: 10px 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #0C0C0C;
    position: relative;
    z-index: 99;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    height: 135px;
    flex-direction: column;
}

.copy {
    background: #0C0C0C;
    color: #fff;
    border: 0;
}

.copy a {
    color: #fff;
}

.footer_menu a:hover {
    background: #82633fa6;
    transition: all 0.6s;
}

.box_link {
    display: none;
}

.footer_info ul {
    width: 100%;
    margin-left: 14%;
}

.footer_info li p:before {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}


.footer_info li:nth-child(1) {
    vertical-align: top;
}

.footer_info li:nth-child(2) {
    margin-left: 10%;
}

.footer_info li {
    display: inline-block;
    padding: 10px;
}

.footer_menu a {
    display: block;
    padding: 5px 7px;
    border: 0px #ccc solid;
    margin: 0 4px 4px 11px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: transparent;
    transition: all 0.6s;

}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 6px;
}

.footer .fix_ri a:hover img {
    transform: scale(1.3);
    transition: all 0.3s;
}

.footer .fix_ri a img {
    transition: all 0.3s;
}





/* 浮動 */
.info_fix_links {
    display: flex !important;
}

.linksBtn{
    display: none;
}


.info_fix_links a {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}





@media screen and (max-width: 1024px) {
    .footer_info ul {
        width: 100%;
        margin-left: 0;
    }

    .footer_logo {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 10px;
        text-align: center;
    }

    .footer_info li:nth-child(1) {
        margin-left: 10%;
    }

}

@media screen and (max-width: 768px) {
    .footer_info li:nth-child(2) {
        display: none;
    }

}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner {
    width: 100%;
    padding: 5% 0;
    background: transparent;
}

.banner::before {
    content: "";
    display: block;
    width: 546px;
    height: 586px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5%;
}

.banner.banblog::before {
    background-image: url(https://pic03.eapple.com.tw/bikershoptw/banner-06.jpg);
}

.banner.banF::before {
    background-image: url(https://pic03.eapple.com.tw/bikershoptw/banner-05.jpg);
}



.banner h5 {
    font-size: 20px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner h5::before {
    content: "";
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "Noto Serif TC", serif;
    font-weight: 300;
    letter-spacing: 5px;
    border-bottom: 1px #c08f66 solid;
    padding: 20px 264px 10px 140px;
    margin-left: -141px;
}





.banner.banB {
    display: none;
}


.promotion_title {
    display: none;
}



.banner.banF h5::before {
    content: "SHOP";
}

.banner.banblog h5::before {
    content: "NEWS";
}















@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        padding: 70px 0;
        background-size: 100% auto;
        background-position: top;
        background-repeat: no-repeat;
    }

    .banner::before {
        width: 90%;
        margin-right: 0%;
        height: 0;
        padding-bottom: 95%;
    }

    .banner h5::before {
        font-size: 30px;
        color: #fff;
        line-height: 100%;
        font-family: 'Bodoni Moda';
        font-weight: 500;
        padding: 0 60px 7px;
        position: relative;
        z-index: 1;
        margin: 0;
        letter-spacing: 3px;
        margin-bottom: 4px;
    }

    .banner h5 {
        align-items: center;
        padding-top: 30px;
    }


}



@media screen and (max-width: 500px) {


}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}



/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #9d8164 !important;
    color: #9d8164;
}

.products-list a:hover .more {
    background: #9d8164;
    border-color: #9d8164;
    color: #ffffff;
}

.ori_price {
    color: rgba(173, 161, 126, 0.452);
}

/* 內容 */
.products-list .more {
    border: 1px solid #9d8164 !important;
    color: #9d8164;
    width: 80% !important;
    margin: 0 auto;
}

.products-list .item a:hover .more {
    background: #9d8164;
    border-color: #939393;
    color: #ffffff;
}

.products-list {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
}

.products-list .item a {
    width: 100%;
    padding: 40px;
}

.products-list .price {
    margin: 0;
    padding: 5%;
}

.products-list .item::before,
.products-list .item::after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #e0b38038;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: calc(100% / 3);
    display: flex;
    vertical-align: top;
    margin: 0;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
    align-items: center;
}

.products-list .item:hover {
    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: #fff;
    height: auto;
    padding: 0;
}

.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0B380;
    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;
}



/*外層*/
ul.product-layer-two {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}

.product-layer-two li a {
    color: #947153;
    border: 1px solid #947153;
    background: transparent;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: #947153;
    color: #fff;
}

.product-layer-two li.active>a {
    background: #9d8164;
    color: #fff;
    font-weight: normal;
}

/*內層*/
.lastPage {
    background: #9d8164;
}

.nextaction {
    background-color: #9d8164;
}

.lastaction {
    color: #fff;
    background-color: #9d8164;
}


/* 右邊選單 */
.sidebarBtn {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    background: #00000040;
    padding: 50px 50px;
    border: 0;
    height: auto;
}

.sidebarBtn .price span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.sidebarBtn .price {
    color: #3F3F3F;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #3F3F3F;
    letter-spacing: 1px;
}

.sidebarBtn h2 {
    color: #9d8164;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sidebarBtn #number_area {
    color: #d9d9d9;
}

.product_info li span {
    color: #d9d9d9;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #9d8164;
    font-family: "微軟正黑體";
}


.sidebarBtn .sp_price {
    display: block;
    color: #9d8164;
    font-size: 22px;
    font-weight: bold;
}

.product_info li span {
    display: block;
    font-size: 12px;
    color: #9d8164;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.product_info li {
    margin: 50px 0;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-family: "微軟正黑體";
}

.amountNum {
    width: 45px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    margin-left: 4px;
    color: #ccc;
    padding-left: 5px;
    background: transparent;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #0000006e;
    color: #fff;
}

.toShare {
    display: none;
}

input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: #9d8164;
    color: #fff;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #777;
    color: #fff;
}

.bx-wrapper .bx-viewport {
    border: none;
}

.radio-inline__label {
    color: #ccc;
}

/* 底下選項 */
ul.prod {
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

ul.prod>li:nth-child(1) {
    width: 60%;
}

ul.prod>li:nth-child(2) {
    width: 30%;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #9d8164;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px #3F3F3F solid;
    font-size: 22px;
}

ul.prod li .prod-panel {
    margin-top: 16px;
    color: #3F3F3F;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    transition: all 0.3s;
    font-family: "微軟正黑體";
}

.half_box {
    width: 100%;
    float: left;
    padding-right: 0;
    padding: 0px 15px;
}

.half_box li.btn_blankTop .productBtn {
    width: 48%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: #3F3F3F 1px solid;
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
}

.lastaction {
    background: transparent;
    color: #3F3F3F;
    background-image: none;
    border: 1px #3F3F3F solid !important;
    transition: all 0.3s;
}

.lastaction:hover {
    color: #fff;
    background: #3F3F3F;
    transition: all 0.3s;
}

input[type="submit"]:hover {
    background: #c49a6d;
    color: #fff;
    transition: all 0.3s;
}

.qaform .breakF {
    border-radius: 5px;
    background: transparent;
    border: 1px #3F3F3F4a solid;
}

.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #947153;
}

/* 相關推薦 */
.prod_related {
    background: transparent;
    padding: 20px 0;
}

.prod_related h6 {
    display: block;
    width: 80%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin: 0 10%;
    border-bottom: 1px #947153 solid;
    padding: 10px 15px;
}

.prod_related h6 span:before {
    display: none;
    content: '相關推薦';
    font-size: 22px;
    color: #9d8164;
}

.related_list {
    margin-top: 76px;
}

.lastPage {
    background: #947153;
}

.related_list li a {
    display: block;
    padding: 4px;
    background: transparent;
}

.related_list li a img {
    transition: all 0.3s;
}

.related_list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.related_list li a p {
    display: block;
    margin-top: 26px;
    color: #fff;
}




.pd_tabTitle li.activeTab a {
    color: #d9d9d9;
    font-size: 24px;
    font-weight: 700;
}

.edit {
    color: #fff;
}







.remit_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
    margin-top: -30vh;
}

@media screen and (max-width: 1024px) {
    .remit_page .main_part {
        margin-top: -10vh;
    }

}



.notetext {
    color: #fff;
}


.car_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 210px 20px;
}

.shopping-cart .cart_head {
    background: #c08f66;
    color: #fff;
}

.shopping-cart .cell.product_name p {
    color: #fff;
}

.shopping-cart .cell {
    color: #fff;
}



.total_amount li {
    color: #fff;
}

span#all_total_price {
    font-size: 24px;
    color: #f8b720;
}

.formbox_form li .form__label {
    color: #fff;
}

.form label.Bigcheck {
    color: #fff;
}

.form label {
    color: #fff;
}

.total_amount li input[name=DiscountCode] {
    color: #333;
}

.declaration {
    background: #755412;
    line-height: 40px;
    padding: 5px 15px;
}

.order_finish_page .main_part {
    max-width: 990px;
    padding: 200px 20px 100px;
}

.list_before.account li {
    color: #fff;
}

.rder_finish_page .blank_letter.i {
    padding: 0;
    margin: 0 0 50px;
    font-size: 24px;
    letter-spacing: 0;
}

.order_list_tab td {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    border-top: 0;
}

.payer {
    background: transparent;
}

.order_list_tit b {
    font-size: 28px;
    color: #c08f66;
}

.order_list_tit span {
    color: #fff;
    padding: 3px;
    border-bottom: 1px #fff solid;
}

.order_list_tab td:nth-child(1) {
    background: transparent;
    color: #c08f66;
    width: 100px;
    font-weight: 1000;
}

.order_list_tab.payer td:nth-child(1) {
    border-right: 0;
}

.order_list_pro tr:first-child {
    background: #c08f66;
}

.order_list_pro tr:first-child td {
    color: #fff;
    font-weight: 1000;
}

.order_list_pro td {
    padding: 10px;
    border-bottom: 1px #ddd solid;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.last_box_money p,
.last_box_money em {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-style: normal;
}

.last_box_money em span {
    color: #c08f66;
}

.order_finish_page .lastPage {
    margin: 0 auto;
}

.order_list_head p {
    font-size: 24px;
    color: #c08f66;
    text-align: center;
    display: inline-block;
    border-bottom: 2px #c08f66 solid;
    padding: 10px;
    margin: 20px;
}



.formbox_form li {
    grid-template-columns: 180px 1fr;
}

.note_edit {
    color: #ffffff;
    background: #ff0000ad;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
}

.codePay_info .notetext {
    display: block;
    width: 100%;
}

.note_edit+section {
    margin: 50px 0 100px;
}

.codePay_info .information_left {
    display: flex;
    width: 100%;
    margin-top: 40px;
    align-items: center;
}

.order_list_tit {
    text-align: center;
}


.codePay_info .notetext>img {
    max-width: 100%;
}

















@media screen and (max-width: 1440px) {

    .main_part {
        max-width: 80%;
        padding: 0;
    }

}


@media screen and (max-width: 1024px) {
    .product_main {
        padding: 0;
        display: inline-block;
        width: 100%;
    }

    .products-list .item {
        width: calc(100% / 2);
    }

    .product_info li {
        margin: 20px 0;
    }

    .product-wrapper {
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sidebarBtn {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        background: transparent;
        padding: 50px 50px;
        border: 1px #3F3F3F solid;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    ul.prod {
        width: 100%;
        flex-direction: column;
    }

    .mobile_product_name {
        display: none;
    }

    ul.prod>li:nth-child(1) {
        width: 100%;
    }

    ul.prod>li:nth-child(2) {
        width: 100%;
    }

    .total_amount {
        margin-top: 60px;
    }

    .product_menu_list {
        display: none;
    }
      .products-list .item {
        width: calc(100% / 2);
    }
    .products-list .item a {
            padding: 40px 20px;
}

}

@media screen and (max-width: 500px) {
      .product_page .main_part {
        max-width: 90%;
        padding: 0;
    }
        .products-list .item a {
}

}





/*  */
.shopping-cart .cell {
    color: #1a1a1a;
}

.stepImg span {
    color: #1a1a1a;
}

.stepImg span {
    width: 33.3%;
}

.shopping-cart .cell {
    color: #1a1a1a;
}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/* 一排呈現 */

.blog_page .main_part {
    max-width: 1440px;
}

.subbox_item a {
    display: flex;
    grid-template-columns: 160px 1fr;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}


.blog_subbox {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.subbox_item {
    width: calc(100% / 3 - 20px);
}

.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    color: #c08f66;
}

.blog_list_ri h5 {
    color: #c08f66;
}

h5.blog_le_t {
    color: #c08f66;
}

h4.blog_category_title {
    color: #c08f66;
}

.blog_list_le {
    overflow: hidden;
}

.blog_list_le img {
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all 0.5s;
}


.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
}

.blog_le .accordion li {
    border-bottom: 1px #d9d9d9 solid;
}

.accordion li .link a {
    color: #d9d9d9;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #c08f66 !important;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    border-radius: 0;
}

.blog_le {
    width: 220px;
    margin-right: 5%;
}

.blog_ri {
    width: calc(100% - 240px - 5%);
    padding: 0 0 0 20px;
    min-height: 75vh;
}



.news_related {
    background: #00000057;
    padding: 25px 15px;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #c08f66;
}

.blog_back a.article_btn_back {
    background: #c08f66;
}

.news_related_list li a {
    display: block;
    padding: 0;
    background: transparent;
    height: 100%;
}

.news_related_list li a p {
    font-size: 16px;
    color: #d9d9d9;
    line-height: 2;
}

h5.blog_le_t em {
    font-family: 'Noto Serif TC', sans-serif;
}


@media screen and (max-width: 1024px) {
    .subbox_item {
        width: calc(100% / 2 - 20px);
    }

}

@media screen and (max-width: 768px) {
    .blog_le {
        display: none;
    }

    .blog_ri {
        width: 100%;
        padding: 0 0 0 0;
        min-height: 75vh;
    }

}


@media screen and (max-width: 500px) {
    .subbox_item {
        width: 100%;
    }

}


/* = = = 分隔線 = = = = = = = =
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #82633F;
}

.show-list .show_pic {
    height: 30vh;
    max-height: 290px;
    padding-bottom: 0;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.show-list .show_name {
    color: #fff;
    font-weight: 300;
}

.other_album {
    display: none;
}





/*次分類頁面*/
.other_album_choice li {
    background: #82633F;
}

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/*照片頁*/
.pic-list .show_pic {
    height: 40vh;
    max-height: 240px;
    padding-bottom: 0;
}

.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

/*相本分類全版面 ( 限制最寬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 #82633F;
}

.promotion_title {
    border-bottom: 1px solid #82633F;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: flex;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #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;}
*/

}




/* 聯絡我們 */
.blank_letter {
    color: #82633f;
}

.list_before {
    color: #fff !important;
}

.contact_form>li {
    color: #fff;
}

.contact_form li.last blockquote {
    color: #fff;
}

.contact_form li.last cite {
    background: #82633f;
    color: #fff;
}

.contact_form li input.noborder {
    background: #00000033;
}

.contact_form li textarea.noborder {
    background: #00000033;
}


@media screen and (max-width: 768px) {
    .contact_form li .form__label {
        width: 85px;
        margin-left: -90px;
    }

}