@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;}
}
/* main */
#page {
    position: relative;
    overflow: clip;
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-left: 15%;
}
#page:after{
    content: "";
    display: block;
    position: absolute;    
    z-index: 2;
    opacity: 0.4; 
    height: 300%;
    left: -100%;    
    top: -100%;
    width: 300%;
    pointer-events: none;
    -webkit-animation: noise 30s steps(12) infinite;
    animation: noise 30s steps(12) infinite;
    background: url(https://pic03.eapple.com.tw/yuhedesign/noise.png);
}
@keyframes noise {
    0%, 100% { background-position: 0 0; }
    10% { background-position: -5% -10%; }
    20% { background-position: -15% 5%; }
    30% { background-position: 7% -25%; }
    40% { background-position: 20% 25%; }
    50% { background-position: -25% 10%; }
    60% { background-position: 15% 5%; }
    70% { background-position: 0 15%; }
    80% { background-position: 25% 35%; }
    90% { background-position: -10% 10%; }
}
#content_main, #content {
    margin: 0;
    background: #fff;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
}
#content_main{min-height: 0;}
.main_part{width: 90%;max-width: 1500px;margin: auto;padding: var(--m100) 0;}
.show_content{width: 100%;padding: 0;}

.swiper-wrapper .swiper-slide:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/yuhedesign/yubg01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/yuhedesign/yubg01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


.swiper-slide img { height:auto;}

.swiper-slide img {
    object-fit: cover;
    aspect-ratio: 5 / 3;
}
 
@media screen and (max-width: 600px) {


.swiper-slide img {
  height: 800px;
  object-fit: cover;
  aspect-ratio: 1 / 1.6;
}

    .swiper-wrapper .swiper-slide:nth-child(1):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/yuhedesign/yubg001.png);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }
    .swiper-wrapper .swiper-slide:nth-child(2):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/yuhedesign/yubg001.png);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }
    
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {    background: #7d7d7d;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.header_area {
    padding: 0px;
    position: fixed;
    z-index: 9999;
    width: 15%;
    height: 100%;
    left: 0;
    top: 0;
}
.header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    z-index: 9999;
}


.main_header_area {
    background: #E5DED8;
    height: 100%;
}

.main_header_area .container {
    max-width: 100%;
    height: 100%;
    margin: auto;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.nav-header {
    z-index: 123;
    top: 10%;
    left: auto;
}
.nav-brand {
    display: inline-block;
    width: 110px;
}

/* 選項 */
.stellarnav {
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 15%;
}
.stellarnav > ul > li > a {
    color: #666;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: visible;
    position: relative;
}
.stellarnav ul {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    padding: 0;
    order: 2;
}


.stellarnav li.has-sub>a:after
 {
    content: '+';
    margin-left: 15px;
    border-left: none;
    border-right: none;
    border-top: none;
    transition: all 0.3s ease-in-out;
}
.stellarnav > ul > li > a b {
    width: auto;
    height: auto;
    font-weight: 500;
}

.stellarnav > ul > li > a b:nth-child(1){width: auto;}
.stellarnav > ul > li > a b:nth-child(2) {
    width: fit-content;
    text-wrap: nowrap;
    position: absolute;
    opacity: 0;
    top: 0;
    font-weight: 600;
}

.stellarnav > ul > li > a:hover b {
    transform: translateX(-10px);
    -moz-transform: none;
    padding-left: 10px;
}

.stellarnav > ul > li > a:hover b:nth-child(1) {
    opacity: 0;
}
.stellarnav > ul > li > a:hover b:nth-child(2) {
    opacity: 1;
    border-left: 3px #cbb9a9 solid;
}


.stellarnav > ul > li{
    width: 100%;
}


@media screen and (max-width: 768px) {
    #page {
        padding-left: 0%;
    }

    .nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
    .nav-brand-m img {    max-width: 200px;    width: 100%;}
    .header_area {
        width: 100%;
        height: auto;
        transition: all 0.3s;
        position: sticky;
    }
    .nav-header {
        z-index: 0;
        position: relative;
        top: unset;
        max-width: 140px;
    }
    .header_area.sticky {
        position: sticky;
        width: 100%;
        transition: all 0.3s;
    }
    .main_header_area {
        transition: all 0.3s;
        height: auto;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 7px;
    }
    .sticky .main_header_area {
        transition: all 0.3s;
    }
    .stellarnav {
        padding: 10px;
    }
    .nav-brand {
        width: 65px;
    }
    .stellarnav.mobile {
        top: 10px;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #777;
    }

    .pageIndex .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .stellarnav .menu-toggle:after {
        color: #777;
    }
    .sticky .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #888;
        color: #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        color: #666;
        text-shadow: none;
        /* padding: 15px; */
    }
    .header_area .navigation {
        padding: 15px 0;
    }
    .header_area.sticky .navigation {
        padding: 15px 0;
    }
    .stellarnav.mobile ul ul{
        background-color: transparent;
        left: 0;
        top: 0;
        .stellarnav li li {
    border: 1px #eee solid;
}
    }
    
    .stellarnav ul {
        padding-left: 0;
    }
    .stellarnav > ul > li > a b:nth-child(2) {
        width: auto;
        text-wrap: nowrap;
        position: relative;
        font-size: 12px;
        color: #1a1a1a;
        right: 0;
        padding: 0 10px;
        opacity: 1;
    }
    .stellarnav > ul > li > a:hover b:nth-child(2) {
        opacity: 1;
        background: transparent;
        transition: all 0.3s;
    }
    .stellarnav.mobile.left > ul {
        border-right: 0;
    }
    .stellarnav.mobile li li a{
        padding-left: 20px;
    }
}

/* 下拉 */

.stellarnav ul ul {
    width: 200px;
    left: 70%;
    top: 10px;
    background: #0000003d;
    backdrop-filter: blur(4px);
}
.stellarnav li li {
    border: 0;
}
.stellarnav li li a {
    padding: 15px;
    color: #ffffff;
    transition: all 0.3s;
}

.stellarnav li li a:hover {
  color: #e5ded8;
padding: 15px 18px;
}
@media screen and (max-width: 768px) {
    
    .stellarnav > ul > li > ul{
        display:unset;
        opacity: 1;
        pointer-events: inherit;
    }
    .stellarnav > ul > li > ul{
    position: unset;
}

            .product-layer-two {
                display: block;
            }
.product_menu_list {
    width: 100%;
    margin-top: 30px;
}
}


.me_tp_features {order: 3;text-align: left;z-index: 200;padding: 0 15%;}
.tp_links{border-top: 1px #cbb9a9 solid;padding-top:20px;}

/*選單漸變效果＝＝*/
.pageIndex .header_area .stellarnav > ul > li:before {    background: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li:before {    background: var(--MainColor);}
.header_area .tp_links a{color: #666;}
.header_area .tp_links a:hover{color: #b9a594;}
/*  */

#bottom_menu li:nth-child(n+2){display: none !important;}

/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 90%;
    max-width: 220px;
    transition: all 0.3s;
    margin-top: 5px;
    position: relative;

}
.nav-header:before {
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    width: 100%;
    height: 32%;
}
.nav-brand:after {
    content: '以「禹合」為名，「制所」於心。';
    display: block;
    color: #a98e75;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
}
.footer_logo a {position: relative;}



@media screen and (max-width: 1440px) {
.sidebarBtn {    padding-left: var(--m50);}
}

@media screen and (max-width: 980px) {

/*側邊選單/＝＝＝＝＝*/
.stellarnav > ul > li:before , .stellarnav .menu-toggle:after{content:none;}
.stellarnav .menu-toggle span.bars span {background: #cbb9a9;margin: 0 auto;}
.stellarnav .menu-toggle span.bars span + span {    margin-top: 5px;}
.navigation {    justify-content: space-between;}
.me_tp_features {display:none;}
.stellarnav .menu-toggle {padding: 0 0 0 var(--m30);}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;font-size: 14px; }
.stellarnav li li a{color: #666;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;color: #666;}
.stellarnav > ul > li {    text-align: left;}
.stellarnav.mobile > ul > li > a b{ display: block; }
.nav-header:before,.nav-brand:after{display: none;}
}

@media screen and (max-width: 768px) {
    .pageIndex .header_area .stellarnav > ul > li > a{color: #222;}
.stellarnav > ul > li > a b:nth-child(2){display: none;}
.banner {min-height: 300px;}
#bottom_menu{display: none;}
}

@media screen and (max-width: 600px) {
.navigation {        padding: 15px 5px;    }
.tp_links {    padding: 0;    margin-top: 5px;}
.me_tp_features {position:sticky;text-align: center;margin: 10px 0 0;}

}



/*內頁BANNER 設定*/
.banner h5 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 28px;
    position: relative;
    font-family: 'Noto Sans TC';
    text-shadow: 0 0 10px black;
    display: none;
}

/* .banner.banF h5:before {
    content: 'PRODUCT';
    color: #736457;
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;} */

    .banner {
    font-size: 30px;
    padding: 250px 0 200px;
    text-align: center;
}
    
    .banner.banE {
        background-image: url(https://pic03.eapple.com.tw/yuhedesign/b-e.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
    .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/yuhedesign/b-b.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }
    .services_page .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/yuhedesign/b-bs.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .case_page .banner.banB {
        background-image: url(https://pic03.eapple.com.tw/yuhedesign/b-bc.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }


    .banner.banC {
        background-image: url(https://pic03.eapple.com.tw/yuhedesign/b-c.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        }

.article_a .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/yuhedesign/banba.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.article_b .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/yuhedesign/banbb.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*/
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: none;
    color: #e5ded8;
    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 #e5ded870 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_logo img {opacity: 0;  width: 290px;
    height: 60px;}

.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/yuhedesign/logo2.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
width: 290px;
    height: 60px;
}


.footer {
    background: #a39588;
}
.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: #fff;
}
.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：';
} */
 p.phone {
    display: none;
}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode { padding:30px 0 ; }
    .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);}
            .footer_info li:nth-child(2) {
            position: relative;}
    /*手機版LOGO設定*/
    .footer_logo { margin-left: unset; }
    
    }

/*選單*/


.double_key {    width: 100%;}
.copy {
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: 1px #ffffff20 solid;
    color: #ffffff;
    }
.copy a {color: #ffffff;}

/* 置頂按鈕 */
#to_top {
    left: unset;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 15px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #736457;
    padding: 10px;
    padding-left: 62px;
    height: 40px;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 2.1;
    font-family: var(--SFontE);
    z-index: 999;
    /* mix-blend-mode: hard-light; */
        filter: brightness(0.8);
}
#to_top i.top {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
}
#to_top i.top:before {
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #736457;
    transform: unset;
}
#to_top i.top:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #736457;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
   }

@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;
}
.footer_menu a:nth-child(2) {
    border-left: 1px #e5ded870 solid;
}
}
@media screen and (max-width: 600px) {
.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,.blog_in_page .main_part{ max-width: 1400px;padding: 100px 0;}
.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-family: 'Noto Sans TC';font-size: 25px;font-weight: 400;}

.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; */
    border-bottom: 1px #DFD5BB solid;
    grid-gap: 10px;
        height: 100%;
}
.subbox_item a:before , .subbox_item a:after { transition: 0.3s;}
.subbox_item a:before { color: #fff; background: #736457; }
.subbox_item a:after {background: #73645738; 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: #333;
    }
.blog_list_ri p {
    font-size: 15px;
    /* color: #736457; */
    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 {
    font-size: 20px;
}
h5.blog_le_t em {
    font-family: 'Noto Sans TC';
    font-size: 17px;
    padding: 0 3px;
    width: 100%;
}

.subbox_item a:before {
    opacity: 1;
}

.subbox_item a:before {
    content: 'MORE';
    width: 100%;
    max-width: 100%;
    left: 50%;
    background: none;
    color: #e5ded8;
    transform: translate(-50%, 50%);
    font-size: 14px;
    bottom: 7%;
    text-align: center;
    padding: 10px;
}

.subbox_item a:hover:before {
    transform: translate(-50%, 50%);
    transition: all 500ms;
    color: #fff;
    background: #736457;
    text-align: center;
}

.blog_list_ri em { display: none;}

.nextaction {
    color: #fff;
    background-color: #736457;
    background-image: url(../images/next_AC.png);
    background-position: right bottom;
}

.lastaction {
    color: #736457;
    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: #736457;
    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: #736457;
    color: #fff;
}

.products-list .item a:hover .more {
    background: #736457;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .price b {
    color: #736457;
    font-size: 24px;
    display: none;
}

.products-list .name {
    height: 24px;
}

.products-list .more {
    border: 1px solid #736457;
    color: #736457;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    padding: 4px
}

.products-list .item a:hover .more {
    background: #736457;
    color: #fff;
    letter-spacing: 2px;
}

.other_album_choice li {
    FONT-VARIANT: JIS04;
    background: #736457;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}

.show-list .item:hover .show_name {
    color: #736457;
}

.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:#736457 !important;}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

.accordion li+li .link {
    border-top: 1px solid #DFD5BB;
}

.blog_ri {
    /* padding: 0; */
    min-height: 75vh;
}

.blog_back a.article_btn_back {
    background: #736457;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back, .news_related_b_box.article_related_b_box a{transition: all ease .3s;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover, .blog_back a.article_btn_back:hover, .news_related_b_box.article_related_b_box a:hover {
    background: #e5ded8;
    letter-spacing: 2px;
}
@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;
}
.blog_box_edit * {
    font-family: 'Noto Sans TC';
}
.blog_shareData {
    flex-direction: row;
}
.subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #a38a501c;
    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: 40%;
    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: #736457;
    font-weight: 700;
    font-family: 'Noto Serif tc'; 
}

.news_part .title_i_box h6 {
    font-size: 18px;
    color: #736457;
    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;
    padding: 0px;
    margin: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 1;
    background: #edeae7;
}
.contact_content:after {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/yuhedesign/con_form_i.png);
    background-position: center;
    background-size: cover;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 80px 12% auto auto;
    width: 90%;
    height: 30%;
    right: 0;
    top: 40px;
    position: sticky;
    }

.contact_form li.last cite {
    background: #736457;
    color: #fff;
}

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #736457 solid;
}

.list_before.info li.TEL {
    margin: 10px 0 5px 0;
}
.contact_le_map a {
    background: #8e98a6;}


/*--------聯絡我們表單 ----------*/
.note { font-size: 13px; text-align: right; }
.contact_form {margin-top: 30px;margin-bottom: 20px;font-size: 15px;color: #444;grid-gap: 0;}
.contact_form li {display: flex;padding: 20px 10px;border-bottom: 1px solid #e8e4da;flex-direction: column;}
.contact_form li.last {border: none;text-align: right;margin-top: 30px;padding-left: 0;flex-direction: row;}
.contact_form li .form__label {display: flex;max-width: 100%;text-align: left;padding-right: 10px;vertical-align: top;background: transparent;font-family: 'Noto Sans TC';font-size: 16px;font-weight: 500;}
.contact_form li .form__insert { display: inline-block; width: 100%; vertical-align: top; }
.red {order: 2;color: #df8644;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 0;
    background: #ffffff9c;
}
.contact_content form {
    display: flex;
    flex-wrap: wrap;
    background: #edeae7;
    flex-direction: column-reverse;
}
.blank_letter {
    display: flex;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Noto Sans TC';
    color: #736457;
    align-items: center;
}
.blank_letter:before {
    width: fit-content;
    content: 'Form｜';
    display: block;
    font-family: 'Noto Sans TC';
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 0 0px 5px;
    z-index: 1;
}
ul.list_before.info ,.contact_content .information_left .blank_letter{
    display: none;
}
.contact_content .information_right {
    width: 100%;
    max-width: 1520px;
    width: 90%;
    margin: 40px auto;
    padding: 40px 5%;
    background: #ffffff8c;
}
.contact_content .information_left
 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    margin: 0;
    order: 2;
}
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fill, minmax(13px, 13px) minmax(100px, 1fr));
}
@media screen and (max-width: 1440px) {
    .contact_content:after {    height: 24%;}
    }
@media screen and (max-width: 1024px) {
.contact_content .information_left {
    width: 100%;
}

.contact_content .information_right {
    width: 96%;
    padding: 10px;
}

.contact_content {
    margin: auto;
    grid-template-columns: 1fr;
}

.contact_content:after {
    margin: 20px auto 80px;
    width: 95%;
    max-width: 450px;
    height: 300px;
    top: 0;
    position: relative;
}
}

/*相簿*/
.album_page .banner ,.album_class_page .banner,.album_info_page .banner{display: none;}
.album_page .main_part ,.album_class_page .main_part,.album_info_page .main_part{padding: 100px 0;}

.show-list,.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.overlay{
    transform: scale(1);
    background: rgba(0, 0, 0, .2);
    z-index: 2;
}
.subalbum-menu h2 {
    font-size: 24px;
    color: #666;
    padding-left: 6px;
    border-left: 3px #cbb9a9 solid;
}

.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;
}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
}
.pic-list .show_pic {
    aspect-ratio: 1 / 1;
}
.show_content {
    margin: auto;
    padding: 10px;
}


/*詢價*/
.send_simple {
    background: #736457;
}
.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 #736457 solid;
    color: #736457;
    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;}

.product-wrapper{display: flex;flex-direction: column;}
.prod-panel h3 {
    font-size: 1.2em;
    font-weight: 800;
    padding: 0.5rem 0 0.8rem 0;
    border: 0px solid #736457;
    padding:0px;
    text-align: center;
    background: #f1f1f1;
    color: #736457;
    margin-bottom: 2%;margin-top: 2%;}
.lastPage{    background: #736457;}

.prod_part {    width: 90%;}
.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
}
.products-list:before{content:none;}
.products-list .item { width: 100%;} */



/*內頁名稱*/
.mobile_product_name {
    display: block;
    color: #736457;
    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: #736457;
    position: absolute;
    bottom: 0;
    left: 6%;
    right: 50%;
    transform: translate(-50%, 4px);}

    .product_pic {
        padding-bottom: 20px;
        padding-left: 0;
        position: relative;
    }

    .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%;margin: 5px 0px;}
.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;}
.product-layer-two li a {display: none;}
.product-layer-two li li {display: none;}
.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: 100%;
        /* margin-left: -90px; */
        background: #5966440d;
        }    
.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 {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


ul.page {
    width: 100%;
}

.product-layer-two li a {
    border: none;
    background: #736457;
    color: #ffffff;
    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: #736457;
}
.product-layer-two li:hover a {
    background: #736457;
}
.product_page .product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.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;
}


@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 #736457;
}

.product_page .products-list, .product-wrapper {
    width: 100%;}
.products-list .item{}


}
/* 購物車按鈕 */
.products-list .name{height: auto;    margin-top: 8px;
}
.products-list .more {
    border: 1px solid #736457;
    color: #736457;}

.products-list .item a:hover .more {
        background: #e5ded8;}

.products-list .price b {
            color: #736457;
            font-size: 16px;
        }
.inquiry_a1,.lastPage{background: #736457;}
.inquiry_a2{background: #736457;}
.inquiry_a3{background: #736457;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{
    background: #222;
}
ul.prod li h3.prod-thumb {
    padding: 10px 5px;
    border-bottom: 1px #736457 solid;
    color: #736457;
    font-weight: 400;
    margin-bottom: 15px;
}
.lastaction {
    color: #e5ded8;
    background-color: #e0e6ed;
    background-image: none;
    background-position: right top;
    border: 1px solid #c9d1da;
}
.nextaction {
    color: #fff;
    background-color: #e5ded8;
    background-image: none;
    background-position: right bottom;
}

/*促銷*/
.promotion_title h2 {
    font-weight: bold;
    margin-left: 5px;
}