@charset "utf-8";

/*字形-中-Noto Sans*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*字形-英-Quicksand*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*↓↓↓↓↓↓↓此網站更改↓↓↓↓↓↓↓↓*/

/* = = = = = = = 字型 = = = = = = = =*/
body {
    font-family: 'Quicksand', 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;}

/*= = = = = = = = 顏色定義 = = = = = = = =*/
body {
    --ColorA: #84976f;
    --ColorBB: #e7ede0;
    --ColorTA: #233a0a;
    --ColorTD: #ffffff;
    --ColorAL: #9ab37f;
}

/* = = = = = = = 大圖滿版 = = = = = = = =*/
.swiper-banner .swiper-slide img {
    width: 100%;}

/* = = = = = = = 大圖動畫 = = = = = = = =*/    
.pageIndex .swiper-wrapper {
    position: relative;
}

.pageIndex .swiper-slide.swiper-slide-active:before, .pageIndex .swiper-slide.swiper-slide-active:after {
    position: absolute;
    left: 8vw;
    bottom: 12vw;
    z-index: 100;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 0 0 5px rgb(137 125 108);
    animation: ss 1.5s ease backwards;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    left: calc(50% - 118.5px);
    bottom: 50%;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    left: calc(50% - 97.5px);
    bottom: 50%;
}

.pageIndex .swiper-slide.swiper-slide-active:before {
    content: "Infinite Possibilities Of Creativity And Fashion";
    font-size: 1.3vw;
}

.pageIndex .swiper-slide.swiper-slide-active:after {
    content: "堅固耐用 | 高端質感 | 開啟創意與時尚的無限可能";
    font-size: .8vw;
    margin-bottom: -1.8vw;
    animation-delay: 1s;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    content: "Customized Design";
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "客製化設計 | 讓空間更自由";
}


@keyframes ss {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    left: calc(50% - 69.5px);
    bottom: 45%;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    left: calc(50% - 84.5px);
    bottom: 45%;
}
}


@media screen and (max-width: 768px) {
    .pageIndex .swiper-slide.swiper-slide-active:before {
        font-size: 2.3vw;

    }

    .pageIndex .swiper-slide.swiper-slide-active:after {
        font-size: 1.8vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
        left: 36%;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
        left: 36%;
    }
    .pageIndex .swiper-slide.swiper-slide-active:after {margin-bottom: -3vw;}
/*    大圖更換*/
    .pageIndex .swiper-banner .swiper-slide img{display: none;}
    .pageIndex .swiper-slide{height: 500px;background-position: center center !important;background-size: cover !important;} 
    .pageIndex .swiper-slide:nth-child(1) {
        background: url(https://pic03.eapple.com.tw/urdoor/web_1_s.jpg) no-repeat;
    }
    .pageIndex .swiper-slide:nth-child(2) {
        background: url(https://pic03.eapple.com.tw/urdoor/web_2_s.jpg) no-repeat;
    }
}

@media screen and (max-width: 600px) {
    .pageIndex .swiper-slide.swiper-slide-active:before {
        font-size: 2.8vw;

    }
    .pageIndex .swiper-slide.swiper-slide-active:after {
        font-size: 2.3vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
        left: 34%;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
        left: 34%;
    }
    .pageIndex .swiper-slide.swiper-slide-active:after {margin-bottom: -3.5vw;}
}

@media screen and (max-width: 500px) {
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
        font-size: 15px;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
        font-size: 19px;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
        margin-bottom: -4.5vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
        left: calc(50% - 109.5px);
    }
        .pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
        left: calc(50% - 109.5px);
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
        white-space: pre-wrap;
        font-size: 19px;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
        font-size: 14px;
        white-space: pre-wrap;
    }
    .pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before, .pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
        left: 8vw;
        right: 10vw;
        bottom: 20vw;
    }
}

@media screen and (max-width: 475px) {
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
        margin-bottom: -10.5vw;
    }
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
        margin-bottom: -5.5vw;
    }
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before, .pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
        left: 8vw;
        right: 27%;
        bottom: 20vw;
    }
}

@media screen and (max-width: 375px) {
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
        margin-bottom: -11.5vw;
    }
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
        margin-bottom: -5.5vw;
    }    
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before, .pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
        left: 8vw;
        right: 15%;
        bottom: 30vw;
    }    
}
/* = = = = = = = 大圖在header下方 = = = = = = = =*/  
.header_area {
    position: absolute;
    background: #f0f0f000;
    border-bottom: 1px solid #ffffff47;
}
.header_area.sticky {position: fixed;}


/* = = = = = = = header = = = = = = = =*/
/*小icon隱藏*/
.tp_links {
    display: none;
}

/*header搜尋隱藏*/
.box_search {
    display: none;
}

/*logo大小*/
.nav-header {max-width: 120px;}
.navigation {grid-template-columns: 120px 1fr;}

/*header寬*/
.main_header_area .container {
    max-width: 94%;}

/*header按鈕*/
.stellarnav > ul > li > a {
    color: var(--ColorTD);
    font-size: 15px;
    margin: 0 15px;
}
.stellarnav li.has-sub > a:after {
    content: '+';
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid var(--ColorTD);
}
.stellarnav {padding-top: 5px;}
/*hover*/
.stellarnav>ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: var(--ColorBB);
    opacity: 0.7;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.stellarnav>ul>li:hover:after {
    width: 100%;
}
/*header下拉按鈕*/
.stellarnav ul ul {background: var(--ColorA);}
.stellarnav li li {
    border: 0px #eee solid;
    border-bottom: 1px solid var(--ColorBB);
    transition: 0.6s;
}
.stellarnav li li:last-of-type { border-bottom-width: 0px;}
.stellarnav li a {
    color: var(--ColorTD);
    font-size: 13px;
}

/*hover*/
.stellarnav li li:hover {
    background: var(--ColorAL);
    transition: 0.6s;
}

/*header下拉後.header_area.sticky*/
.header_area {transition: 0.6s;}
.header_area.sticky {
    background: var(--ColorA);
    transition: 0.6s;
}
.nav-header {
    transition: 0.6s;
}
.header_area.sticky .nav-header {
    max-width: 100px;
    transition: 0.6s;
}
.header_area.sticky .stellarnav ul ul {
    background: var(--ColorAL);
}
.header_area.sticky .stellarnav li li:hover {
    background: #afcd8f;
}


/* = = = = = = = footer = = = = = = = =*/
/*footer icon按鈕隱藏*/
/*.box_link {display: none;}*/
.footer_menu a:nth-of-type(1) {display: none;}

/*footer logo*/
/*.footer_logo {max-width: 175px; margin-left: 10px;}*/

/*footer logo替換*/
.footer_logo a::before {
    content: url(https://pic03.eapple.com.tw/urdoor/footer_logo.png);
}
.footer_logo a img {display: none;}
.footer_logo {max-width: 230px;}

/*footer資訊修改*/
.footer_info li p.add2:before {
    content: '營業時間：';
}

/*footer樣式*/
.footer {background: var(--ColorA);}
.footer_info li p, .footer_info li p a {
    color: var(--ColorTD);
    font-size: 13px;
}
.footer_menu a {
    padding: 5px 0px;
    border: 0px #ccc solid;
    margin: 0 0px 4px 0;
    color: var(--ColorTD);
    background: none;
    font-size: 13px;
}
.footer_menu a:hover {
    background: none;
    color: var(--ColorBB);
}
.fa-line:before, .fa-mobile-screen-button::before, .fa-envelope::before {color: var(--ColorTD);}


/*footer排版*/
.footer .center {max-width: 1400px;}
.footer_info {
    display: flex;
    gap: 30px 50px;
    padding: 0 3%;
    flex-wrap: wrap;
}
.footer_info ul {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: baseline;
    width: 100%;
    max-width: 700px;
    margin: 0 0 0 auto;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(2) {
    order: -1;
}

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 30px;
}

.footer_info li:nth-child(1)>p {
    grid-column: 1 / 2;
    text-align: left;
}

.footer_info li:before,
.box_link:before {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: var(--ColorBB);
}

.footer_info li:nth-child(2):before {
    content: "RELATED LINK";
}

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}



.box_link:before {
    content: "CONTACT";
}

.box_link {
    position: relative;
    grid-row: 1 / 4;
    grid-column: 2 / -1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    right: unset;
    padding: 0;
    max-width: 140px;
    order: 2;
    align-items: flex-start;
}

.box_link a {
    border: none;
    margin: 0;
    width: 37px;
    transition: 0.6s;
}
.box_link a:hover {
    opacity: 0.8;
    transition: 0.6s;
}
.footer_menu {
    align-items: left;
    display: grid;
    grid-template-columns: 1fr;
}


@media screen and (max-width: 1024px) {
    .footer_info {
    flex-wrap: wrap;
    justify-content: center;
    }
    .footer_info ul {max-width: 72%; margin: 0; align-items: start;}
    .box_link {flex-direction: column;}


}

@media screen and (max-width: 768px) {
    .footer_info li+li {
                margin-top: 0;
            }
    .footer_info ul {
        max-width: 100%;}
    .box_link {
        flex-direction: row;
    }
    .footer_info {
        justify-content: flex-start;
    }
    .footer .center {
    max-width: 500px;
}


}

@media screen and (max-width: 500px) {
    .box_link {
        grid-row: auto;
        grid-column: auto;
        max-width: 100%;
    }
    .footer_info ul {grid-template-columns: 1fr;}
        .footer .center {
        max-width: 310px;
    }

}

/*copy*/
.copy {
    color: var(--ColorBB);
    border-top: 1px solid var(--ColorAL);
}
.copy a, .copy a:hover {
    color: var(--ColorBB);
}




/* = = = = = = = 置頂按鈕 = = = = = = = =*/
#to_top {
	color: var(--ColorA);
    font-weight: bold;
    background: var(--ColorTD);
}
#to_top i:before, #to_top i:after {
	background: var(--ColorA);
}
#to_top i.top:before, #to_top i.top:after {
	width: 2px;
}

/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.banner {height: 450px; padding: 60px 20px 0;}
.banner h5 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
}
.banner.banC {
    background: url(https://pic03.eapple.com.tw/urdoor/ban_con.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.banC h5::before {
    content: "Contact.";
    font-size: 60px;
    display: block;
    margin-bottom: 5px;
}
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/urdoor/ban_w.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.banblog h5::before {
    content: "Works.";
    font-size: 60px;
    display: block;
    margin-bottom: 5px;
}
.banner.banE {
    background: url(https://pic03.eapple.com.tw/urdoor/ban_alb.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.banE h5::before {
    content: "Album.";
    font-size: 60px;
    display: block;
    margin-bottom: 5px;
}
.banner.banF {
    background: url(https://pic03.eapple.com.tw/urdoor/ban_pro.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.banF h5::before {
    content: "Products.";
    font-size: 60px;
    display: block;
    margin-bottom: 5px;
}
.services_page .banner.banB {
    background: url(https://pic03.eapple.com.tw/urdoor/ban_ser.jpg) center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.services_page .banner.banB h5::before {
    content: "Services.";
    font-size: 60px;
    display: block;
    margin-bottom: 5px;
}

.other_page .banner {display: none;}

/* = = = = = = = 文管 = = = = = = = =*/
/*改排版-直式*/
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr;}

@media screen and (max-width: 1100px) {
    .blog_subbox {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 500px) {
.blog_subbox {
    grid-template-columns: 1fr;
}
}

/*改排版-直式結束*/

/*樣式*/
/*左側*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--ColorA) !important;
}
h5.blog_le_t em {display: none;}
.blog_list_ri {padding: 5px;}
.blog_list_ri h5 {
    font-weight: 500;
    font-size: 18px;
    color: #777;}
.blog_list_ri em {
    font-size: 12px;
    color: var(--ColorA);}
.blog_list_ri p {
    font-size: 14px;}
.subbox_item a:before {color: var(--ColorA); font-size: 14px;}
.subbox_item a:after {border: 1px solid var(--ColorAL);}        

/*內頁    */
h4.blog_category_title {
    color: var(--ColorTA);
    font-size: 25px;
    font-weight: 500;}

/*上下篇按鈕    */
.blog_back a.article_btn_prev {
    background: var(--ColorA);
}
.blog_back a.article_btn_back {
    background: var(--ColorAL);
}
.blog_back a.article_btn_next {
    background: var(--ColorA);
}
.blog_back a {border-radius: 100px;}

/*相關文章*/
.news_related {
    background: var(--ColorBB);}
.news_related h6 span:before {
    content: '相關案例';
    font-size: 24px;
    color: var(--ColorTA);
    font-weight: 500;
}
.lastPage {background: var(--ColorA);
    border-radius: 100px;}


/* = = = = = = = 相簿 = = = = = = = =*/
/*瀑布流*/
.pic-list .show_pic {
    height: auto;
    aspect-ratio: auto;
}
.pic-list .item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.pic-list {
    display: inline-block;
    grid-template-columns: none;
    grid-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .pic-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
}

@media screen and (max-width: 500px) {
    .pic-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
}
/*瀑布流結束*/

/*樣式*/
.show-list .show_name {
    font-size: 16px;
    color: var(--ColorTA);
    font-weight: 500;}
.show-list .item:hover .show_name {
    color: var(--ColorA);
}
.overlay {display: none;}
.show-list .item:hover a .show_pic img {
    transform: scale(1.08);
    transition: 0.6s;
}
.show-list .item a .show_pic img {
    transition: 0.6s;
}

/*次分類樣式*/
.subalbum-menu h2 {
    font-size: 18px;
    color: var(--ColorTA);
    font-weight: 500;}
.other_subalbum li a p {
    font-size: 16px;
    color: var(--ColorTA);
    font-weight: 500;
    transition: 0.6s;
}   
.other_subalbum li a:hover p {
    color: var(--ColorA);
    transition: 0.6s;
} 
.other_album_choice li {
    background: var(--ColorA);}


/* = = = = = = = 商品 = = = = = = = =*/    
/*左側選單*/
.product-layer-two li a {
    background: var(--ColorBB);
    color: #777;
}

/*樣式*/
.products-list .more {
    border: 1px solid var(--ColorBB);
    color: var(--ColorA);
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
}
.product-layer-two li.active a {
    border: 1px solid var(--ColorBB);
}
.products-list .item a:hover .more {
    background: var(--ColorA);
}

/*內頁*/
/*右側*/
.sidebarBtn {
    padding: 25px 20px;
    border: 0px #ddd solid;
    border-radius: 15px;
    box-shadow: 0 0 6px #57575761;
}

/*內頁按鈕*/
.inquiry_a1 {
    background: var(--ColorA);
}
.inquiry_a2 {
    background: var(--ColorTA);
}
.inquiry_a3 {
    background: var(--ColorA);
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    background: var(--ColorAL);
}

.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 100px;}

/*商品資訊*/
.pd_tabTitle li.activeTab::after {display: none;}
.pd_tabTitle li {border-bottom: 1px solid var(--ColorAL);}
.prod_related h6 span:before {
    color: var(--ColorTA);
    font-weight: 500;
}
.prod_related {
    background: var(--ColorBB);}


/* = = = = = = = 詢價車 = = = = = = = =*/    
/*按鈕*/
.rewrite_simple {
    background: url(../images/simple_left.png) 10% center no-repeat var(--ColorA);
}
.send_simple {
    background: url(../images/simple_right.png) 88% center no-repeat var(--ColorTA);
}
.rewrite_simple, .send_simple {border-radius: 100px; font-size: 16px;}

/*樣式*/
.shopping-cart .cart_head {
    background: var(--ColorA);}



/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #555;}
.page strong, .page a:hover {
    color: #fff;
    border: 1px solid var(--ColorA);
    background: var(--ColorA);
}


/* = = = = = = = 表單 = = = = = = = =*/
/*資料*/
.info_ADD2:before {
    content: "營業時間";
}

/*資料版型*/
.contact_content .information_left .blank_letter::before {
    content: "INFORMATION";
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: var(--ColorA);
}
.contact_content .information_right .blank_letter::before {
    content: "FORM";
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: var(--ColorA);
}
.blank_letter {
    font-size: 24px;
    color: var(--ColorTA);
    font-weight: 600;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {width: 55px;}
.list_before.info li {
    padding-left: 65px;
}
.contact_content .information_left {
    width: 100%;
}   
.contact_le_map a {
    background: var(--ColorA);
    border-radius: 120px;}
.contact_form li.last cite {
    background: var(--ColorA);}
.contact_form li.last blockquote, .contact_form li.last cite {border-radius: 120px; border: 1px solid var(--ColorBB);}



/* = = = = = = = 不同尺寸 = = = = = = = =*/

@media screen and (max-width: 1200px) { 
}

@media screen and (max-width: 1024px) { 
/*banner*/
.banner {padding: 125px 20px 0;}

}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*banner*/
.banner {
    height: 350px;
    padding: 85px 20px 0;
}

/*header*/
.nav-header {
    max-width: 100px;
}
.nav-brand {
        padding-top: 10px;
    }

/*下滑header    */
.header_area.sticky .nav-header {
    max-width: 85px;}


/*漢堡   */
.stellarnav .menu-toggle span.bars span {
    height: 1px;
    background: var(--ColorTD);
    margin: 0 auto 6px;
}
.stellarnav .menu-toggle:after {color: var(--ColorTD);}

/*左側menu*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    border-right: 0px #eee solid;
}
.stellarnav.mobile > ul {
    border-top: 0px solid rgba(255, 255, 255, .15);
}
.stellarnav.mobile ul {background: var(--ColorA);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: var(--ColorBB);}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 1px #777;}
.stellarnav.mobile li a {
    border-bottom: 0px solid rgba(255, 255, 255, .15);
}
.stellarnav.mobile > ul > li {
    border-bottom: 1px solid #a0b18c;
}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px var(--ColorTD);}
.stellarnav.mobile li.open {
    background: var(--ColorAL);}
.header_area.sticky .stellarnav ul ul {
    background: var(--ColorA);
}
.stellarnav li li {
    border: 0px #eee solid;
    border-bottom: 1px solid #a0b18c;}    

/*footer logo    */
.footer_logo {
    display: none;
}

/*商品*/
.product_menu_list>h5 {
    font-weight: 500;
    color: var(--ColorTA);
    font-size: 20px;
}

/*商品內頁*/
.mobile_product_name {
    font-weight: 500;
    font-size: 20px;
    color: var(--ColorTA);
}


}

@media screen and (max-width: 600px) { 
/*表單*/
.contact_form li .form__label { background: var(--ColorBB);}

}

@media screen and (max-width: 430px) { 
}

@media screen and (max-width: 375px) { 
}

/*↑↑↑↑↑↑↑↑此網站更改結束↑↑↑↑↑↑↑↑*/






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */