@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');

/*預設解除背景輪播*/

#content_main {margin:0;}
.bannerindex {position:static;height:auto;}
.swiper-banner {position:static;margin:0;height:auto;}
.swiper-slide img { height:auto;}
.swiper-banner .swiper-slide img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.swiper-slide img { height:auto;}
.swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
    left: 10vw;
    animation: move 1s both;
    color: #fff;
    font-family: "Noto Serif TC", serif;
    font-weight:500
}


.pageIndex .swiper-slide:after  {
    content: "萬室屋";
    padding: 8px 10px 8px 15px;
    font-size: 2.4vw;
    letter-spacing: 0.5vw;
    bottom: 11vw;
    border-radius:4px
}
.pageIndex .swiper-slide:nth-child(1):after {background: #d3aa5cba;}
.pageIndex .swiper-slide:nth-child(2):after {background: #365C7Bba;}
.pageIndex .swiper-slide:before {
    content: "萬事皆辦，萬伺皆善";
    margin-left:8px;
    font-size: 2.0vw;
    letter-spacing: 0.5vw;
    bottom: 7vw;
    animation-delay: .5s;
    text-shadow: 0 0 10px #121212;
}


.pageIndex .swiper-slide.swiper-slide-active:before,.pageIndex .swiper-slide.swiper-slide-active:after {
    -webkit-animation: Up 1s ease-in-out both;
    animation: Up 1s ease-in-out both;
    animation-delay: 0s;
}
@-webkit-keyframes Up{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes Up{0%{opacity:0;-webkit-transform:translate3d(0,60%,0);transform:translate3d(0,60%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

@media (max-width:768px) {
    .pageIndex .swiper-slide.swiper-slide-active:after {
        font-size: 2.8vh;
        bottom: 10vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:before {
        font-size: 2.4vh;
        bottom: 5vw;
    }
}

@media (max-width:500px) {
    .pageIndex .swiper-slide.swiper-slide-active:after {
        font-size: 2vh;
        bottom: 10vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:before {
         font-size: 1.6vh;
    }
 }

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {    background: #7d7d7d;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.header_area {width: 100%;    padding: 0;}
.main_header_area .container {width: 98%;max-width: 1600px;transition: all ease .3s;}
.header_area.sticky .main_header_area .container {
    max-width: 1700px;
}
.navigation {padding: 0px 0 0px 230px;}

/*LOGO*/
.nav-header {position: absolute;/* top: 10px; *//* left: -80px; */display: flex;justify-content: center;align-items: center;transition: all ease .3s;}
.nav-brand {
    width: 100%;
    max-width: 140px;
}
.header_area.sticky .nav-header {
    max-width: 120px;
}
/*選單*/

.main_header_area {padding: 6px;background: #ffffffcc;backdrop-filter: blur(4px);box-shadow: 0 0 8px rgba(0 0 0 / 8%);}
.stellarnav > ul > li.has-sub > a{padding-right:6px;}
.navigation {padding: 10px 0;}
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 99;
    padding-bottom: 15px;
    line-height: normal;
}
.stellarnav > ul {font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;}
.stellarnav li.has-sub > a:after {content: none;}
.stellarnav > ul > li > a {
    padding: 0 6px;
    color: #2E2E2E;
    letter-spacing: 0.5px;
    display: block;
    /* font-size: 15px; */
    font-weight: 400;
    line-height: 20px;
    height: 30px;
    margin: 0 0 0px 24px;
    /* background: linear-gradient(to right, #D6AA53 50%, transparent 50%) 100% bottom / 200% 10% no-repeat;
    transition: background-position .3s cubic-bezier(0, 0, 0.61, 1.01); */
}
.stellarnav > ul > li > a:hover, .stellarnav li.has-sub:hover>a  {
    background-position: 0% bottom;
    color: #d3ab5f;
}
.stellarnav > ul > li:before{content: "/";width: 1px;height: 10px;color: #cbad58;position: absolute;right: -13px;top: 40%;transform: translateY(-50%);}
.stellarnav > ul > li:last-child:before{display: none;}

/* 裝修案例隱藏 */
.stellarnav ul li:nth-of-type(5),.footer_menu a:nth-of-type(6) {
    display: none;
}
/*  */
.nav-brand img {display: block;}
.tp_links {display: none;}
.me_tp_features {/* padding-bottom: 8px; */height: 0;margin: 0;opacity: 0;}

.me_tp_features a {color: #D6AA53;} 
.shop_search_btn {background: #D6AA53;}

.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle span.bars span {
    display: block;
    border-radius: 6px;
    background: #ceaa5a;
    margin: 0 auto 7px;
}
.stellarnav .menu-toggle{padding:0;}
.stellarnav.mobile {
    top: 34%;
    }

/*次分類*/
.stellarnav ul ul ul {
    right: auto;
    left: 100%;
}
.stellarnav li li a,
.stellarnav li li.has-sub > a,
.stellarnav.mobile li li.has-sub a {
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #D6AA53;
    transition: all 0.3s;
}
.stellarnav li li a:hover,
.stellarnav li li.has-sub > a:hover,
.stellarnav.mobile li li.has-sub a:hover {
    color: #D6AA53;
}
.stellarnav > ul > li > ul > li > a,
.stellarnav li li.has-sub > a {
	background: #fff;
	transition: all .2s;
}
.stellarnav > ul > li > ul > li > a:hover,
.stellarnav > ul > li > ul > li > ul > li > a:hover,
/* .stellarnav > ul > li:hover > ul > li:hover > a {
	background: rgba(0,0,0, .025);
} */

/*下拉*/
.stellarnav > ul > li.drop-left > ul {    right: unset;}
.stellarnav ul ul {transform: translateX(-50%);left: 60%;}
.stellarnav ul ul ul {left: 200px;transform: translate(0%);}
/* .stellarnav li.has-sub > a:after {display: none;} */
/*下拉選單*/
.stellarnav li li {border: unset; margin-bottom: 0;;}
.stellarnav li li a {padding: 10px;text-align: center;background: #fff;color: #2e2e2e;}
.stellarnav li li a:hover {background: #D6AA53; color: #fff;}

/*首頁隱藏按鈕*/
.i_news_b { display: none;}

@media screen and (max-width: 1024px) {
    
.main_header_area .container {max-width: 95%;}

.stellarnav > ul > li > a {padding: 0px 10px;font-size: 16px;}

}

@media screen and (max-width: 1024px) {
.main_header_area .container {max-width: 100%;padding: 0;}
.navigation {padding: 0;}
.pageIndex .header_area {position: sticky;}
.nav-header {position: relative;padding-top: 20px;}
.header_area .main_header_area, .header_area.sticky .main_header_area {/* background: #ffffff; */}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {margin: 15px 0 20px 0;}
.stellarnav > ul > li > a {
    background: none;
}
}
@media screen and (max-width: 768px) {
    .stellarnav ul ul {transform: translateX(-50%);left: 50%;}
.main_header_area .container {max-width: 100%;}
.nav-header {
    display: flex;
    padding: 0;
    justify-content: center;
    }
.nav-brand {width: 100px;}
.main_header_area {backdrop-filter: none;background: #12335b;padding: 0 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0px;
}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {
    margin: 10px 0 4px 0;
}
.stellarnav.mobile > ul > li > a {
    padding: 15px 43px 15px 10px;
}
    .stellarnav.mobile > ul > li > a b:nth-child(2){opacity:0;}
}

@media screen and (max-width: 400px) {
.nav-header {padding: 15px 0 10px;}
.stellarnav .menu-toggle { padding: 15px;}
.stellarnav.mobile {padding: 0;}
.stellarnav .menu-toggle:after {font-size: 8px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.sb_marquee{display:none;}
#content_main,#content {background: #d3d3d3;}
#content { min-height: 100vh;}

/*內頁BANNER 設定*/
.banner h5 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 28px;
    position: relative;
    font-family: 'Noto Serif TC'; 
    text-shadow: 0 0 10px black;
    display: none;
}

/* .banner.banF h5:before {
    content: 'PRODUCT';
    color: #D6AA53;
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;} */

    .banner {
    font-size: 30px;
    /* padding: 250px 0 125px; */
    text-align: center;
    height: 450px;
    background-size: cover;
}
    
    .banner.banE {
        background-image: url(https://pic03.eapple.com.tw/one45/b-e.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
        .banner.banF {
        background-image: url(https://pic03.eapple.com.tw/one45/b-f.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
    .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/one45/b-b.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
    .services_page .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/one45/b-bs.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .case_page .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/one45/b-bc.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .article_a .banner.banblog{
        background-image: url(https://pic03.eapple.com.tw/one45/b-bla.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .article_b .banner.banblog{
        background-image: url(https://pic03.eapple.com.tw/one45/b-blb.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .banner.banC {
        background-image: url(https://pic03.eapple.com.tw/one45/b-c.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.banner.banF h5:before {font-size: 15px;}
.banner h5 {font-size: 23px;}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 400px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*Footer*/
.footer_logo{display:none;}
.copy {color: #ffffff;border-top: 1px #D6AA53 solid;background: #D6AA53;}
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: none;
    color: #D6AA53;
    font-weight: 500;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #555;
    background: none;
    border-left: 1px #d5b79e solid;
    transition: all 0.3s;
    }

.footer .fix_ri a{
    transition: all 0.3s;
}
.footer .fix_ri a:hover {
    transform: scale(1.3);
    transition: all 0.3s;
}
.box_link{
    display: none;
}


.footer {
    background: #f3f3f3;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;

}

.footer_info li {
    display: block;
    padding: 10px 0 10px 6px;
}

.footer_info li p {
    color: #555;
}

.footer_info li p a {
    /* color: #ffffff; */
}
.footer .center {
    position: relative;
    max-width: 90%;
}
.footer .center {
    position: relative;
    max-width: 1600px;
    padding: 30px 15px;
}
.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
}
.footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 14px;
}
.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a:nth-child(2) {
    border: none;
}
/* .footer_info li p.line:before {
    content: 'LINE：';
}
.footer_info li p.tel:before {
    content: 'TEL：';
}
.footer_info li p.phone:before {
    content: 'PHONE：';
}
.footer_info li p.mail:before {
    content: 'E-MAIL：';
}

.footer_info li p.add:before {
    content: 'ADDRESS：';
} */

.footer_info li p.add2:before {
    content: '營業時間：';
}
.info_ADD2:before{content: '營業時間';width: 54px;}
.list_before.info li.info_ADD2 { padding-left: 60px;}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode {padding: 30px 0 55px;}
    #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; }
    
    }
    
    @media screen and (max-width: 600px) {
        .footer_info li:nth-child(2) {
            position: relative;}
            
            .footer_menu a:nth-child(2) {
                border-left: 1px #ccc solid;
            }
    
    }
/*選單*/


.double_key {    width: 100%;}
.copy {
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: unset;
    background: #12335b;
    color: #ffffff;
    }
.copy a {color: #ffffff;}

#to_top {
    bottom: 60px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #2E2E2E;
    box-shadow: unset;
    border-radius: 15px;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {
    height: 12px;
    background: #fff;
    width: 2px;}

@media screen and (max-width: 1024px) {
.footer .center {max-width: 90%;}
.footer_info ul {width: 100%;}
.footer_logo {margin-bottom: 20px;}
.footer_info li:nth-child(1) {width: 80%;}

}

@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.footer_info ul {flex-direction: column;}
.footer_info li p {font-size: 13px;}
.footer_menu a {
    font-size: 13px;
    padding: 8px 15px;
    margin: 0;
    text-align: left;
    margin: 2px;
}
}
@media screen and (max-width: 600px) {
#to_top {width: 40px;border-radius: 10px;}
.footer_info li:nth-child(1) {
    grid-template-columns: 1fr;}
}
@media screen and (max-width: 400px) {
.footer_logo {width: 200px;margin-bottom: 0;}
.footer_menu a {margin: 3px;}
}

/* = = = 文章 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.blog_page .main_part{ max-width: 1440px;}
.blog_in_page .main_part{ max-width: 1200px;}
.blog_subbox {
    /* display: flex; */
    flex-wrap: wrap;
    padding:10px 20px;
    /* background: #fff; */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
.blog_box_edit { line-height: 180%;    text-align: justify;}
h4.blog_category_title { font-size: 26px;  font-weight: normal;}

.subbox_item { margin-right: 2%; border: none; }
.subbox_item:hover { box-shadow: 0 0 8px #ddd;}
.subbox_item a {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 4px #ccc;
    padding: 10px;
    background: #fff;
    grid-gap: 10px;
}
.subbox_item a:before , .subbox_item a:after { transition: 0.3s;}
.subbox_item a:before { color: #fff; background: #D6AA53; }
.subbox_item a:after {background: #D6AA5338; border: none;}
.blog_list_le { width: 100%;padding:0;}
.blog_list_ri {
    width: 100%;
    padding: 10px 10px 30px;
}
.blog_list_le img { max-width: 100%; }
.blog_list_ri h5{
    font-weight: 600;
    /* color: #453426; */
    }
.blog_list_ri p {
    font-size: 15px;
    /* color: #D6AA53; */
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    padding: 10px 0 0;
}

.news_related {
    border-top: 1px #ccc solid;
    background: none;}

/* .blog_page h4.blog_category_title {display: none;} */

.blog_in_page .show_content.blog_box.clearfix {
    padding: 40px;
}

.blog_le {
    width: 220px;
}
h5.blog_le_t span{display:none;}
.subbox_item a:before {
    opacity: 1;
}

.subbox_item a:before {
    content: 'MORE';
    width: 100%;
    max-width: 100%;
    left: 50%;
    background: none;
    color: #D6AA53;
    transform: translate(-50%, 50%);
    font-size: 14px;
    bottom: 7%;
    text-align: center;
    border: 1px solid #D6AA53;
    padding: 10px;
}

.subbox_item a:hover:before {
    transform: translate(-50%, 50%);
    transition: all 500ms;
    color: #fff;
    background: #D6AA53;
    text-align: center;
}

.blog_list_ri em { display: none;}

.nextaction {
    color: #fff;
    background-color: #D6AA53;
    background-image: url(../images/next_AC.png);
    background-position: right bottom;
}

.lastaction {
    color: #D6AA53;
    background-image: url(../images/last_AC.png);
    background-position: right top;
    background-color: #f0f0f0;
}

.productBtn {
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 15px;
}

.lastPage {
    font-size: 16px;
    color: #fff;
    background: #D6AA53;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #f3f3f3;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
}

.product-layer-two li.active a {
    font-weight: bold;
    background-color: #D6AA53;
    color: #fff;
}

.products-list .item a:hover .more {
    background: #D6AA53;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .price b {
    color: #D6AA53;
    font-size: 24px;
    display: none;
}

.products-list .name {
    /* height: 24px; */
}

.products-list .more {
    border: 1px solid #D6AA53;
    color: #D6AA53;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    padding: 4px
}

.products-list .item a:hover .more {
    background: #D6AA53;
    color: #fff;
    letter-spacing: 2px;
}

.other_album_choice li {
    FONT-VARIANT: JIS04;
    background: #D6AA53;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}

.show-list .item:hover .show_name {
    color: #D6AA53;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 10px 35px 10px 10px;
}

.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background:#D6AA53 !important;}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #aaa;
}

.blog_ri {
    padding: 0;
    min-height: 75vh;
}

.blog_back a.article_btn_back {
    background: #D6AA53;
}

@media screen and (max-width: 768px) {
    .blog_ri {
        padding: 0;
        min-height: 75vh;
    }
    .subbox_item {
        width: 46%;
        margin-right: 2%;
        border: none;
    }
}

@media screen and (max-width: 425px) {
    .subbox_item {
        width: 100%;
        margin-right: 2%;
        background: #fff;
    }
    .blog_list_le img {
        width: 100%;
    }

    .blog_subbox {padding: 20px;}

    .footer_info li:nth-child(1) {
        display: block;
        width: 100%;
}
} 

h4.blog_category_title {
    color: #333;

    border-bottom: 1px #ccc solid;
    padding: 10px 0;
    margin-bottom: 20px;
}
.subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #f4f1e8ad;
    opacity: 0;
    border: 1px #ddd solid;
}
.subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}
.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 150px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    color: #000;
    padding: 10px 5px;
    transform: translate(-50%, -50%) scale(0, 0);
}
.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.pageIndex .i_prod_tit {
    text-align: center;
    /* display: none; */
}
.i_prod_tit h2{font-size:0;}
.i_prod_tit h2:before{content: ' VIRTUAL TOUR';font-size: 24px;font-family: 'Source Serif 4';font-weight: 500;letter-spacing: 12%;color: #0E335C;}
.i_prod_tit span{font-size: 38px;font-family: 'Noto Serif TC';font-weight: 600;color: #1E1E1E;}
.news_list ul li a:hover {
    background: #f3f3f3;
}

.news_part .title_i_box {
    display: flex;
    margin-bottom: 30px;
    text-align: left;
    padding: 0px 46px;
    flex-direction: column-reverse;
}

.news_part .title_i_box h4 {
    font-size: 40px;
    color: #D6AA53;
    font-weight: 700;
    font-family: 'Noto Serif tc'; 
}

.news_part .title_i_box h6 {
    font-size: 18px;
    color: #D6AA53;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    letter-spacing: 2px;
}

.news_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 50px 0;
}

.prod_part {
    margin: auto;
    padding: 50px 20px;
}
.prod_part section{max-width: 1600px;}
.pageIndex .products-list .pic img {
    object-fit: cover;
    width: 100%;
    height: auto;
}


@media screen and (max-width: 1024px) {
        .pageIndex .products-list .pic img {
            object-fit: cover;
            width: 100%;

        }
        
    }

    @media screen and (max-width: 768px) {
        .pageIndex .products-list .pic img {
            object-fit: cover;
            width: 100%;

        }
        
    }

@media screen and (max-width: 425px) {
    .news_part .title_i_box h4 {
        font-size: 32px;
        }

        .pageIndex .products-list .pic img {
            object-fit: cover;
            width: 100%;

        }
        
    }

/*聯絡*/

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.contact_editbox {
    margin: auto;
    padding: 0;
}

.contact_content {
    margin: auto;
    max-width: 1400px;
    padding: 10px ;
    background: #fff;
}

.blank_letter {
     font-family: 'Noto Serif TC'; 
}


.contact_form li.last cite {
    background: #D6AA53;
    color: #fff;
}

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #D6AA53 solid;
}

.list_before.info li.TEL {
    margin: 10px 0 5px 0;
}
.contact_le_map a {
    background: #8e98a6;}

    .ADD2:before {
        content: "營業時間";
    }


/*--------聯絡我們表單 ----------*/
.note { font-size: 13px; text-align: right; }
.contact_form { margin-top: 30px; margin-bottom: 20px; font-size: 15px; color: #444; }
.contact_form li { display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 90px; border-bottom: 1px solid #C2BCB4; }
.contact_form li.last { border: none; text-align: right; margin-top: 30px; padding-left: 0; }
.contact_form li .form__label { display: inline-block; width: 85px; text-align: right; margin-left: -90px; padding-right: 10px; vertical-align: top; }
.contact_form li .form__insert { display: inline-block; width: 100%; vertical-align: top; }
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 1px #ffffff solid;
}

@media screen and (max-width: 1024px) {
.contact_content .information_left {
    width: 100%;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 30px;
}

.contact_content {
    margin: auto;
    padding: 10px;
}

}

/*相簿*/
.show-list .show_name {
    text-align: center;
}
.show-list .show_pic img,.pic-list .show_pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.0);
}
.show-list .show_pic:hover img,.pic-list .show_pic:hover img  {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.3s;
}
.overlay{z-index: 2;}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    /* height: 0;
    padding-bottom: 80%; */
}
.show_content {
    margin: auto;
    padding: 10px;
    /* background: #fff; */
}
.show-list .item:hover .show_name {
    color: #2B4346;
}
.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.subalbum-menu h2{color:#222;}
.show-list .item,.album_fixed_title{background:0;}
/*詢價*/
.send_simple {
    background: #D6AA53;
}
.rewrite_simple {
    background: #999;
}

.products-list .pic img {
    object-fit: cover;
    width: 100%;
transition: all ease .3s;
    }
.products-list .pic:hover img{transform:scale(1.1)}
.filltext {
    background: #efefef;
}

.separate_title {
    font-size: 24px;
    color: #333;
    padding: 10px 4%;
    background: none;
}

.form_formonly li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 160px;
    border-bottom: 1px solid #eee;
}

/*資訊/Q&A*/
ul.prod li h3.prod-thumb {
    padding: 10px 5px;
    border-bottom:1px #D6AA53 solid;
    color: #D6AA53;
    font-weight: 400;
    margin-bottom: 15px;}
.qaform .breakF {
    border: 1px #bbb solid;
    background: unset;}

/*購物車*/
body.product_info_page ul.prod {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    padding: 0 0%;
    overflow: auto;
    }


.name span{font-size: 20px;
    display: block;}

.prod-panel h3 {
    font-size: 1.2em;
    font-weight: 800;
    padding: 0.5rem 0 0.8rem 0;
    border: 0px solid #D6AA53;
    padding:0px;
    text-align: center;
    background: #f1f1f1;
    color: #D6AA53;
    margin-bottom: 2%;margin-top: 2%;}
.lastPage{    background: #D6AA53;}

.prod_part {width: 100%;}
.products-list {
    /* display: grid; */
    /* gap: 20px; */
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    /* padding-top: 10px; */
}
.products-list:before{content:none;}


/*內頁名稱*/
.mobile_product_name {
    display: block;
    color: #D6AA53;
    text-align: left;
    letter-spacing: 1px;
    font-size: 30px;
    padding-bottom: 3%;
    position: relative;}
.product_info_page .mobile_product_name{display:none;}
    .product_pic .bx-wrapper {
        padding: 0;
    }

.mobile_product_name:after {
    content: '';
    height: 6px;
    width: 10%;
    background: #D6AA53;
    position: absolute;
    bottom: 0;
    left: 6%;
    right: 50%;
    transform: translate(-50%, 4px);}


.proImgSwiper li
 {
    align-items: flex-start;
}
    .half_box {
        width: 100%;
        float: left;
        padding-right: 10px;
    }

    .half_box li.btn_blankTop {
        margin-top: 20px;
    }

    .half_box li.btn_blankTop {
        margin-top: 20px;
        display: flex;
        gap: 10px;
    }

/*相關推薦*/
.prod_related {display: none;}

@media screen and (max-width: 1550px) {
.product_page .product-layer-two {width: 20%;}
.product_page .products-list{width: 78%;}
.products-list .item {/* width: 33.333%; */}
}
@media screen and (max-width: 1150px) {
.product_info_page .products-list, .product-wrapper { 
    align-items: center;
    padding: 0;
    flex-direction: column;}
.product_main, .sidebarBtn {width: 100%;margin: 20px auto;}
.product_pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-bottom: 0;}
.product_pic .bx-wrapper {width: 100%;padding: 0;}
.product_pic #bx-pager h6 {display: none;}
.product_pic #bx-pager {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;}
.product_pic #bx-pager a {
    margin: 5px 0px;
    height: 0;
    width: calc(100% / 6);
    padding-bottom: 15%;}
.product_pic #bx-pager a img {padding: 0 3px;}
}

@media screen and (max-width: 1024px) {
.product_page .main_part {max-width: 95%;}
.product_page .product-layer-two {width: 25%;}
.product_page .products-list {width: 100%;}
.products-list .name {font-size: 16px;height: 30px;}
.products-list .item {width: 100%;}
}
@media screen and (max-width: 768px) {
.product-layer-two {display: block;margin-right: 0;}
.product-layer-two > li {width: 100%;border-bottom: 1px #ccc solid;margin: 0;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .show_content > a { order: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two {
    display: flex;
    order: 1;
    flex-wrap: wrap;
    min-height: 10vw;
    margin-bottom: 30px;
    }
.products-list .item {width: 100%;}
.product_info_page .main_part {padding: 0px 10px 10px;}

.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}

.products-list .pic img {
    object-fit: cover;
    width: 100%;
    height: 306px;
    }

}
@media screen and (max-width: 650px) {
.products-list .item {  width: 100%;margin: 0 5px 50px;}
ul.prod li:nth-child(1) .prod-panel img {width: 100% !important; height: auto !important;}
ul.prod li .prod-panel iframe {width: 100%;}
}
@media screen and (max-width: 520px) {
.product-layer-two > li {width: 50%;}
.product-layer-two li a {font-size: 14px;}
.products-list .item {margin: 0 0px 20px;padding: 0;}
}
@media screen and (max-width: 450px) {
    .contact_form li .form__label {
        width: 84px;
        margin-left: -90px;}    
.product_pic #bx-pager {margin-top: 15px;}
.product_pic #bx-pager a {
    width: calc(100% / 3);
    padding-bottom: 30%;}
.bx-wrapper .bx-controls-direction a {width: 25px;height: 25px;}
.bx-wrapper .bx-prev {left: 5px;}
.bx-wrapper .bx-next {right: 5px;}

.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}
.products-list .pic img {
    object-fit: cover;
    width: 100%;
    height: 364px;
    }

}
@media screen and (max-width: 400px) {
ul.prod li .prod-panel span {font-size: 14px !important;}
} 

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式*/
.product_page .main_part {
    max-width: 1500px;
}


.product_page .show_content {
    /* width: 100%; */
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_page .product-layer-two {
    display: flex;
    position: relative;
    width: 98%;
    margin: 0 auto;
    letter-spacing: 1px;
    border-radius: 8px;
    overflow: hidden;
    /* min-height: 30vw; */
    flex-direction: row;
}

.product_page .products-list,
.product-wrapper {
    width: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: flex-start; */
}

.products-list .pic {
    aspect-ratio: 4 / 3;
}
ul.page {
    width: 100%;
}

.product-layer-two li a {
    border: none;
    /* background: #D6AA53; */
    color: #222;
    padding: 12px 16px;
}
.product-layer-two li.active a ,.product-layer-two li.active li a{
    font-weight: bold;
    border: none;
    color: #ffffff;
}


.product-layer-two li:hover ul {
    border: none !important;
}

.product-layer-two li li {
    display: block;
    padding: 10px 10px;
    transition: all ease .3s;
    background: transparent;
    border: none;
    border-bottom: 1px #cccccc1f solid;
}

.product-layer-two li li a {
    padding: 0;
    background: transparent;
    color: #fff;
}

.product-layer-two li li:hover>a {
    background: transparent;
    color: #D6AA53;
}
.product-layer-two li:hover a {
    background: #D6AA53;
    color: #fff;
}
.product_page .product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.product-layer-two li ul {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    position: relative;
    display: block;
}


.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product_menu_list{
    display: none;
}
@media screen and (max-width: 1024px) {
.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 10px;
    border-left: 3px solid #D6AA53;
}

.product_page .products-list, .product-wrapper {
    width: 100%;}
.products-list .item{}


}
/* 購物車按鈕 */
.products-list .name{/* height: auto; */margin-top: 8px;}
.products-list .more {
    border: 0;
    color: #fff;
    background: #b5b5b5;
    }

.products-list .item a:hover .more {
        background: #c69b47;
        }

.products-list .price b {
            color: #D6AA53;
            font-size: 16px;
        }
.inquiry_a1,.lastPage{background: #D6AA53;}
.inquiry_a2{background: #D6AA53;}
.inquiry_a3{background: #D6AA53;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{
    background: #222;
}
ul.prod li h3.prod-thumb {
    padding: 10px 5px;
    border-bottom: 1px #D6AA53 solid;
    color: #D6AA53;
    font-weight: 400;
    margin-bottom: 15px;
}
.lastaction {
    color: #6F553F;
    background-color: #e0e6ed;
    background-image: none;
    background-position: right top;
    border: 1px solid #c9d1da;
}
.nextaction {
    color: #fff;
    background-color: #6F553F;
    background-image: none;
    background-position: right bottom;
}

/*促銷*/
.promotion_title h2 {
    font-weight: bold;
    margin-left: 5px;
}