@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');

/*預設解除背景輪播*/
#page{ background:url(https://pic03.eapple.com.tw/hshfloors/backall.png) center top;}
#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: 12vw;
    animation: move 1s both;
    color: #fff;
    text-shadow: 0 0 10px #121212;
    font-family: "Noto Serif TC", serif;
    font-weight:500
}



.pageIndex .swiper-slide:nth-child(1):after  {
    content: "「家的質感，從腳下開始。」";
    font-size: 2.5vw;
    bottom: 12vw;
    letter-spacing: 3px;
}
.pageIndex .swiper-slide:nth-child(1):before {
    content: "Berry Alloc® 比利時進口超耐磨木地板・台南西門門市全系列展示";
    font-size: 1.0vw;
    bottom: 9vw;
    animation-delay: .5s;
}
.pageIndex .swiper-slide:nth-child(2):after  {
    content: "「回家，就像走進森林的懷抱。」";
    font-size: 2.2vw;
    bottom: 12vw;
    letter-spacing: 3px;
}
.pageIndex .swiper-slide:nth-child(2):before {
    content: "Berry Alloc 超耐磨木地板領導品牌 \A 每一步都沉穩、安心，讓生活回歸最真實的樣貌。";
	white-space:pre;
    font-size: 1.0vw;
    bottom: 9vw;
    animation-delay: .5s;
}

.swiper-slide.swiper-slide-active:before,.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) {
	.swiper-slide:before, .swiper-slide:after {
    left: 5vw;}
    .pageIndex .swiper-slide.swiper-slide-active:after {
        font-size: 16px;
        bottom: 1vw;
    }
    .pageIndex .swiper-slide.swiper-slide-active:before {
        font-size:0.8vh;
        bottom: 1vw;
    }
	.pageIndex .swiper-slide:nth-child(1):after  {
    bottom: 12vw;
    letter-spacing: 3px;
}
.pageIndex .swiper-slide:nth-child(1):before {
    bottom: 9vw;
    animation-delay: .5s;
}
.pageIndex .swiper-slide:nth-child(2):after  {
    bottom: 12vw;
    letter-spacing: 3px;
}
.pageIndex .swiper-slide:nth-child(2):before {
	white-space:pre;
    bottom: 6vw;
    animation-delay: .5s;
}
}

@media (max-width:500px) {

 }

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {    background: #7d7d7d;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.header_area {width: 100%;    padding: 0;}
.pageIndex .header_area {position: fixed;width: 100%;    padding: 0;}

.main_header_area .container {width: 98%;max-width: 1400px;transition: all ease .3s;}
.header_area.sticky .main_header_area .container {
    max-width: 1600px;
}
.navigation {padding: 0px 0 0px 230px;}

/*LOGO*/
.nav-header {display: flex;height: 100%;justify-content: center;align-items: center;transition: all ease .3s;}
.nav-brand {
    width: 100%;
    max-width: 200px;
}
.header_area.sticky .nav-header {
    max-width: 160px;
}
/*選單*/

.main_header_area {padding: 12px;background:rgba(14, 51, 80, .8); backdrop-filter: blur(4px); box-shadow: 0 0 8px rgba(14 51 80 / 8%);}

.navigation {padding: 10px 0;}
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 99;
    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: #FFF;
    letter-spacing: 0.5px;
    display: block;
    /* font-size: 15px; */
    font-weight: 400;
    line-height: 20px;
    height: 30px;
    margin: 0 0 0 24px;
    background: linear-gradient(to right, #FFF 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;
}


.nav-brand img {display: block;}
.tp_links {display: none;}
.me_tp_features {padding-bottom: 8px;    margin: 0;}

.me_tp_features a {color: #0E3350;} 
.shop_search_btn {background: #0E3350;}

.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 6px;
    background: #FFF;
    margin: 0 auto 7px;
}
.stellarnav .menu-toggle span.bars {
    margin-top: 10px;}

/*次分類*/
.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: #0E3350;
    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: #0E3350;
}
.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: #0E3350; 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: relative;}
.nav-header {padding-top: 20px;}
.header_area .main_header_area, .header_area.sticky .main_header_area {background: rgba(14, 51, 80,1);}
.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%;}
	.stellarnav.mobile > ul > li > a {
        color: #444;
        padding: 8px 3px;
    }
.main_header_area .container {max-width: 100%;}
.nav-header {    
    display: flex;
    padding: 15px 0 15px;
    justify-content: center;}
.nav-brand {width: 200px;}
.main_header_area {backdrop-filter: none;}
.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;
}
}

@media screen and (max-width: 400px) {
.nav-header {padding: 15px 0 10px;}
.stellarnav.mobile {padding: 0;}
.stellarnav .menu-toggle:after {font-size: 8px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#content_main {background: #fff0;}
#content { min-height: 100vh;}

/*內頁BANNER 設定*/
.banner h5 {
    color: #0E3350;
    letter-spacing: 2px;
    font-size: 28px;
    position: relative;
    font-family: 'Noto Serif TC'; 
}

/* .banner.banF h5:before {
    content: 'PRODUCT';
    color: #0E3350;
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;} */

    .banner {
		background:transparent;
    font-size: 30px;
    padding: 100px 0 100px;
    text-align: center;
}
    
    .banner.banE {
        background-image: url();
        background-repeat: no-repeat;
        background-position: center center;
        }
    .banner.banB {
        background-image: url();
        background-repeat: no-repeat;
        background-position: center center;
        }
    .services_page .banner.banB {
        background-image: url();
        background-repeat: no-repeat;
        background-position: center center;
    }

    .case_page .banner.banB {
        background-image: url();
        background-repeat: no-repeat;
        background-position: center center;
    }

    .banner.banblog{
        background-image: url();
        background-repeat: no-repeat;
        background-position: center center;
    }
    .banner.banC {
        background-image: url();
        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*/
.copy {color: #ffffff;border-top: 1px #0E3350 solid;background: #0E3350;}
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: none;
    color: #CCC;
    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: #FFF;
    background: none;
    border-left: 1px #CCC 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:#0E3350;
}
.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: #FFF;
}

.footer_info li p a {
    color: #ffffff;
}
.footer .center {
    position: relative;
    max-width: 90%;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;
}
.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：';
} */


.list_before.info li.info_ADD2 { padding-left: 60px;}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    .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; }
    
    }
    
    @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: #A16124;
    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;
     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;
    grid-gap: 10px;
}
.subbox_item a:before , .subbox_item a:after { transition: 0.3s;}
.subbox_item a:before { color: #fff; background: #0E3350; }
.subbox_item a:after {background: #0E335038; border: none;}
.blog_list_le { width: 100%;padding:0; height:100%;}
.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: #0E3350;
    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;
}

.subbox_item a:before {
    opacity: 1;
}

.subbox_item a:before {
    content: 'MORE';
    width: 100%;
    max-width: 100%;
    left: 50%;
    background: none;
    color: #0E3350;
    transform: translate(-50%, 50%);
    font-size: 14px;
    bottom: 7%;
    text-align: center;
    border: 1px solid #0E3350;
    padding: 10px;
}

.subbox_item a:hover:before {
    transform: translate(-50%, 50%);
    transition: all 500ms;
    color: #fff;
    background: #0E3350;
    text-align: center;
}

.blog_list_ri em { display: none;}

.nextaction {
    color: #fff;
    background-color: #0E3350;
    background-image: url(../images/next_AC.png);
    background-position: right bottom;
}

.lastaction {
    color: #0E3350;
    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: #0E3350;
    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: #0E3350;
    color: #fff;
}

.products-list .item a:hover .more {
    background: #0E3350;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .price b {
    color: #0E3350;
    font-size: 24px;
    display: none;
}


.products-list .more {
    border: 1px solid #0E3350;
    color: #0E3350;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    padding: 4px
}

.products-list .item a:hover .more {
    background: #0E3350;
    color: #fff;
    letter-spacing: 2px;
}

.other_album_choice li {
    FONT-VARIANT: JIS04;
    background: #0E3350;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}

.show-list .item:hover .show_name {
    color: #0E3350;
}

.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:#0E3350 !important; color:#FFF;}

.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 #CCC;
}

.blog_ri {
    padding: 0;
    min-height: 75vh;
}

.blog_back a.article_btn_back {
    background: #0E3350;
}

@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;
}

.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: #0E3350;
    font-weight: 700;
    font-family: 'Noto Serif tc'; 
}

.news_part .title_i_box h6 {
    font-size: 18px;
    color: #0E3350;
    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 {
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}

.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: #0E3350;
    color: #fff;
}

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #0E3350 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;
}

}

/*相簿*/
.other_subalbum li{ background:#ffffff00}
.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;
}
.show-list .item:hover .show_name {
    color: #2B4346;
}

/*詢價*/
.send_simple {
    background: #0E3350;
}
.rewrite_simple {
    background: #999;
}

.products-list .pic img {
    object-fit: cover;
    width: 100%;

    }

.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 #0E3350 solid;
    color: #0E3350;
    font-weight: 400;
    margin-bottom: 15px;}
.qaform .breakF {
    border: 1px #bbb solid;
    background: unset;}

/*購物車---------------------------------------------*/
.prod_related h6 span:before {color: #212121;letter-spacing: 0.1em;}
.products-list .name {height: auto; margin: 0;text-align: left;padding: 10px 0;color: #222;font-size: 16px;
    -webkit-line-clamp: 6; }
.products-list .pic:hover img{object-fit: cover;width: 100%;transition: all 0.4s ease;transform: scale(1.2);}
.products-list .pic img{transition: all 0.4s ease;transform:scale(1);object-fit: cover;}
.products-list .more{border: 1px solid #0E3350;color: #0E3350;}
.products-list .price{margin:0;}
.inquiry_a1 { background: #0E3350;}
.inquiry_a2 { background: #0E3350;}
.nextaction { background-color:  #0E3350;}
.lastaction { background-color:  #0E3350;}
ul.prod li h3.prod-thumb {background: #BFB9AA;color: #fff;text-align: center;padding: 5px;}
ul.prod li .prod-panel { font-size: 14px; line-height: 23px; }
.related_list li a {display: block;padding: 4px;background: none;}
.products-list .item a:hover .more {  background:#0E3350;color: #fff;transition: 0.3s;letter-spacing: 2px;}
.products-list .price b { color:#0E3350;font-size: 16px;}
.product-layer-two li.active a {font-weight: bold;border: unset;border-bottom: 1px dotted #ccc;}
.product_page .main_part {width: 100%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;margin: auto;padding: 10px 10px;flex-direction: row;justify-content: center;gap: 20px;}
.product_page .products-list {width: calc(100% - 280px);}
.products-list{grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 10px;}
.product-layer-two {width: 250px;margin: 0;}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {margin: 0;width: 100%;padding: 0 10px;}

/*選單*/
.product-layer-two li i{width: 50px;height: 45px;}
.product-layer-two li a {color: #222;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;}
.product-layer-two > li > a {border-bottom: 1px dotted #0E3350;padding-left: 25px; color:#0E3350;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ffffff;background: #0E3350;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #0E3350; color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%; align-items: center;justify-content: center;display: flex;height: 18px;content: "";color:#0E3350;background: #dddddd;width: 18px;
text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 13px;display:none;}
.product-layer-two li ul {position: relative;padding-top: 1px;}
.product-layer-two li li {border: none;background: transparent;}
.product-layer-two li li a{background: transparent;}
.product-layer-two li li:hover a{color: #BFB9AA;background: transparent;}

/*第二層*/
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {font-size: 16px;color: #fff;padding: 10px 0 10px 40px;background: #4d4d4d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #BFB9AA;}
.sidebarBtn{border: 1px #BFB9AA solid;}
.inquiry_a3{background: var(--SubColor2);color: var(--MainColor);}

/*商品推薦*/
.prod_related{display: none;}


.sidebarBtn h2{ font-size:26px; }
div#number_area {
    font-size: 14px;}
@media screen and (max-width: 768px) { 
.product_page .products-list {display: grid; grid-gap: 5px;grid-template-columns: 1fr 1fr;}
.product-layer-two > li > a {display: none;}
.product_page .products-list ,.product-layer-two { width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none;}
.sidebarBtn { order: -1;margin: 0px auto 20px;}
.product_pic { padding-top: 0px;}
body.pageIndex .products-list {padding: 40px 0 20px;}.products-list .item {width: 100%;}
.product-layer-two {display: none;}
#prod_thumbSwiper{margin: 20px 0;}
}
@media screen and (max-width: 500px) { 
.product_page .products-list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 425px) { 
.product-layer-two {display: none;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;margin: auto;padding: 10px 10px;flex-direction: column;align-content: center;}
.product_page .products-list { width: 100%;}
}
@media screen and (max-width: 1024px) {
.clearfix:before, .clearfix:after { display: none; }
.products-list .item { width: 100%; }
}
@media screen and (max-width: 768px) {
.product_page .products-list { width: 100%; display: grid;grid-gap: 10px;}
.banner{ background:url(https://pic03.eapple.com.tw/chcshoppin/banner02.jpg) center; height:200px; color:#333; font-size:40px;}

}
/*內頁名稱*/
.mobile_product_name {
    display: block;
    color: #0E3350;
    text-align: left;
    letter-spacing: 1px;
    font-size: 30px;
    padding-bottom: 3%;
    position: relative;}

    .product_pic .bx-wrapper {
        padding: 0;
    }

.mobile_product_name:after {
    content: '';
    height: 6px;
    width: 10%;
    background: #0E3350;
    position: absolute;
    bottom: 0;
    left: 6%;
    right: 50%;
    transform: translate(-50%, 4px);}


/*促銷*/
.promotion_title h2 {
    font-weight: bold;
    margin-left: 5px;
}