@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #4F685D; /*網站主要色系*/
  --SubColor: #D6CFC7; /*網站輔助色系1*/
  --SubColor2: #C4C4C4; /*網站輔助色系2*/
  --SFont:"Lato",'Noto Sans TC', sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f60:60px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f15:15px;
  --f14:14px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f60:48px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f60:40px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f60:32px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f15:14px;
  --f14:13px;
}
}
@media (max-width:375px) {
:root{
  --f60:28px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
  --f17:15px;
}
}
*{font-family:var(--SFont);}
/* = = =預設解除背景輪播­ = = = = = = = = = = = = = = = = = = = = = = = = = */
/*大圖*/
.bannerindex {
    height: auto;
    position: static;
}

.bannerindex .swiper-banner {
    position: static;
}

.swiper-pagination {
    /* display: none; */
}

.swiper-slide {
    position: relative;
}

/*※※※※※【【  配開場動畫↓↓↓  】】※※※※※*/
.pageIndex .header_area{animation: showmenu 1s both;animation-delay: 3s;}
.pageIndex .nav-header{opacity: 1;transition: all .4s;}
.pageIndex .header_area.sticky .nav-header {opacity: 1;pointer-events: inherit;}


@keyframes showmenu{
	0%{opacity: 0;}
	100%{opacity: 1;}
}


/*大圖特效/＝＝＝＝＝*/
.pageIndex .bannerindex .swiper-slide:before {
        content: '';
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        position: absolute;
        bottom: 0;
        left: -5px;
        background: linear-gradient(90deg, #F5F2EC, #F5F2EC8f 35%, #F5F2EC00 60%);
        pointer-events: none;
        z-index: 1;
    }
.pageIndex .bannerindex .swiper-slide:after{
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/meetdesign/index-img02.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 1%;
    bottom: 0%;
    animation: ani_TtoB 1s 0.6s both;
    animation-delay: 4s;
}

@media screen and (max-width: 1440px) {
        }

@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%); opacity:0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); opacity:1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-0%);
        transform: translateX(-5%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**/


/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
    height: calc(100vh - 80px);
    margin: auto;
    margin-right: 0;
    /* margin-bottom: 80px; */
    width: calc(100% - 40px);
    overflow: hidden;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    opacity: unset !important;
    width: auto;
    object-fit: contain;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}



/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    width: 24%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 0;
    height: 4px;
    width: 20px;
}
.swiper-pagination-bullet {
    opacity: .5;
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #4F685D;
}
/* 大圖點點按鈕END */

@media screen and (max-width: 1024px){
    .bannerindex .swiper-banner{
    height: auto;
}
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 32%;
}
}
@media screen and (max-width: 768px) {
    /* = = 大圖 = = */
    .bannerindex {
        /* height: 72vh; */
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .bannerindex .swiper-banner {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }
    .pageIndex .swiper-slide:after{
        width: 120%;
    }
        .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    bottom: 0;
}
}


/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.info_fix>span {    transform: rotate(45deg);}
.info_fix:hover>span , .info_fix_links.linkBox_Open >span{transform: rotate(90deg);}


.main_part{max-width: 1600px;margin: auto;padding: var(--m100) 15px;}
.show_content{width: 100%;padding: 0;}

body.pageIndex {    background: var(--MainColor);}
body.product_page , body.product_info_page {    background: var(--MainColor);}

div#page {
    background: #F5F2EC;
}
#content_main,#content {
    position: relative;
    overflow: hidden;
    background-color: #F5F2EC;
    background-size: cover;
    background-attachment: fixed;
}
#content_main{margin: 0;}
/*Header/＝＝＝＝＝*/
.header_area{padding:0;}
.main_header_area{background: #fff;transition:all 0.3s;}
.main_header_area .container {max-width: 1840px;width: 100%;}
.nav-header {/* position: absolute; *//* z-index: 999; *//* order: 2; *//* top: 50%; *//* left: 50%; *//* transform: translate(-50%, -50%); */}
.navigation {/* width: 92%; */padding: 15px 0;display: flex;transition: all 0.3s;flex-direction: row;align-items: center;justify-content: space-between;}
.me_tp_features {position: absolute;right: -100px;width: fit-content;margin: 0px;padding-bottom: 6px;order: 1;}
.stellarnav {flex: 1;z-index: 99;/* width: 90%; */}
/* .header_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8vw;
    background: linear-gradient(180deg, #000000b0 0%, #00000000 100%);
    mix-blend-mode: color-burn;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    pointer-events: none;
} */
.main_header_area .container:before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0%;
    /* transform: translateX(-50%); */
    background: transparent;
    transition: all .5s;
}
.header_area.sticky{background: transparent;}
.header_area.sticky .container:before {
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .5s;
}
.pageIndex .header_area:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 6vw;
    background: linear-gradient(180deg, #000000b0 0%, #00000000 100%);
    mix-blend-mode: color-burn;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    pointer-events: none;
}
.pageIndex .header_area:after {
	background: linear-gradient(180deg, #00000017 0%, #00000000 100%);
}
/*第一層*/
.stellarnav ul {/* text-align: center; */display: flex;width: 100%;flex-wrap: wrap;/* padding-left: 240px; */justify-content: flex-end;align-items: center;}
.stellarnav > ul > li.drop-left > ul {padding-left: 0;}
.stellarnav > ul > li {text-align: center;}
.stellarnav > ul > li:before {content: "";background: #60836e;position: absolute;bottom: 4px;left: 20%;transform: translateX(-50%);height: 2px;width: 0;transition: all 1s cubic-bezier(.19,.91,.36,.99);}
.stellarnav > ul > li:hover:before {left: 50%;width: 65%;}
.stellarnav > ul > li > a {transition: all 0.3s;padding: 0;margin: 0 15px;flex-direction:column;}
.stellarnav > ul > li > a b {font-family: var(--SFont);font-size: var(--f15);font-weight: 700;}
.stellarnav > ul > li > a b:nth-child(2){font-size: var(--f14);}
.stellarnav > ul > li:hover > a{/* color: #D6CFC7; *//* font-weight: 600; */}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li.has-sub > a {
    padding-right: unset;
}



/**/


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--MainColor);  padding-left:10px;border-color:var(--MainColor) ;}
.stellarnav > ul >li >ul{width: 180px;left: 50%;transform: translateX(-50%);}
/*SubMenu*/
.shop_search_btn {    background: var(--MainColor);transition:all 0.3s;}
.tp_links {padding-left: 0;display: none;}
.tp_links a{transition:all 0.3s;font-size: 18px;color: #4F685D;}
.tp_links a:hover {filter: brightness(1.8);}
a.me_tp_call , a.me_tp_mail{/* display: none; */}
.fa-instagram:before { font-weight: 700;}
.fa-envelope::before { font-weight: 600;}
/*search*/
.box_search{display: none;margin-bottom: 0;}
.box_search input[type=text]{background: #fff;    padding: 2px 10px 3px;width: 130px;}

.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice{color: #fff;}

/*選單漸變效果＝＝*/
.pageIndex .header_area{/* opacity:0; */}
.pageIndex .header_area.sticky{opacity:1}
.header_area{position: sticky;top: 0;width: 100%;background: transparent;}
 .header_area .main_header_area{background: #4F685D;}
.pageIndex .header_area .main_header_area{background: #F5F2EC;}
.pageIndex .header_area.sticky .main_header_area{/* background: #fff; */border-bottom: 0;}
.pageIndex .stellarnav > ul > li > a{color: #4F685D;}
.stellarnav > ul > li > a{color: #ffffff;}
.header_area.sticky .stellarnav > ul > li > a{
    color: #666;
}

.header_area.sticky .stellarnav > ul > li:before {background: #4F685D;}
.header_area.sticky .tp_links a{color: #4F685D;}
.header_area tp_links a{color: #ffffff;}

.shop_search_btn {
    background-image: url(https://pic03.eapple.com.tw/meetdesign/search.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px;
    color: transparent;
}
.pageIndex .header_area .shop_search_btn {background-color: #000;}
.pageIndex .header_area.sticky .shop_search_btn {    background-color:#555;}

@media screen and (min-width: 980px) {
 .stellarnav.mobile ul ul {    display: none;}}
@media screen and (max-width: 768px) {
.stellarnav ul{padding: 0;}
.navigation {
        flex-direction: row;}
        .stellarnav.mobile ul{background: #000000eb;}
.stellarnav.mobile li.open{background: #222;padding: 0px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #3A564B;color: #fff;}
.stellarnav.mobile > ul > li{border-bottom: 1px #ffffff52 solid;}
    .stellarnav > ul > li:nth-last-child(2) {
    margin-right: 0px;
}
.stellarnav li li{background: #1a1a1a;border: 0;}
    .stellarnav .icon-close:after, .stellarnav .icon-close:before{
    border-bottom: solid 3px #ffffff;
}
    .stellarnav > ul > li:nth-last-child(1)> a,
    .header_area.sticky .stellarnav > ul > li:nth-last-child(1) > a{
    width: 100%;
    padding: 10px 43px 10px 10px;
}
    .pageIndex .stellarnav > ul > li > a,
    .stellarnav > ul > li:hover > a {
    color: #fff;
}
    .stellarnav > ul > li:nth-last-child(1){width: 100%;background: #00000000;border: 0;border-bottom: 1px #333 solid;margin-left:0;}
    .header_area.sticky .stellarnav > ul > li > a,.stellarnav > ul > li > a{color:#ddd;margin: 0 0px;}
    .stellarnav.mobile > ul > li > a{padding-left:20px;}
}
/**/
@media screen and (max-width: 1024px) {
    .nav-header {
        position: static;
        order: 0;
        transform: unset;
        width: fit-content;
    }
        .navigation {
        /* flex-direction: column; */
        justify-content: flex-start;
        align-items: center;
        gap:10px;
    }
.stellarnav ul {
    justify-content: center;
}
   
    .main_header_area .container{max-width:95%;}
    }
/*Footer/＝＝＝＝＝*/


.footer .center {max-width: 1600px;}
.footer {background: #363330;padding: 0;}
.footer_info {display: flex;padding: 0;grid-template-columns: 500px 1fr;padding: 40px 20px 30px;flex-direction: column;align-items: center;gap: 30px;}
.footer_info > ul {display: flex;width: 100%;gap: 30px;flex-direction: column;align-items: center;}
.footer_logo {grid-column: 2 / 1;width: 100%;max-width: 130px;margin-top: 10px;text-align: center;filter: brightness(0) grayscale(100%) invert(1);}
.footer_info li p, .footer_info li * {color: #ccc;line-height: 200%;transition:all 0.3s;}
.footer_info li p:hover * , .footer_info li p:hover:before ,.footer_info li p:hover:after {color: #ffffff;}
.footer_menu a {font-family:var(--SFont);font-size: 16px;font-weight: bold;line-height: 1;letter-spacing: 5%;padding: 0px 15px;margin: 0;transition: all 0.3s;border: none;border-right: 1px #525252 solid;background: transparent;text-align: right;}
.footer_menu a:hover {background: transparent;color: #ffffff;}
.copy {background: transparent;color: #aaa;border-top: 1px #ffffff1a solid;padding: var(--f20);font-size: 11px;/* margin-top: var(--m50); */}
.copy a{color: #aaa;transition:all 0.3s;}
.footer_menu a:nth-of-type(1){display: none;}
.footer_menu a:nth-last-child(1){border:0;}
.footer_info li:nth-child(1) {display: flex;padding: 0px;justify-content: center;gap: 10%;flex-direction: column;align-items: center;}
.footer_info li:nth-child(2) {/* display: flex; */flex-wrap: wrap;flex-direction: row;}
 .box_link {
    position: relative;
    display: flex;
    flex-direction: row;
    display: none;
}
.footer_menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 0;
        }/*footer按鈕最小寬度100px*/

.footer_info li p:before {    margin: 0;    min-width: 50px;    display: inline-block;transition:all 0.3s;}
.footer_info li p.add2 {    padding-left: 50px;}
p.taxid{display: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.phone:after {
    content: '｜0963-525863';
}
.footer_info li p.mail:before {
    content: 'MAIL：';
}
.footer_info li p.add:before {
    content: 'ADDRESS：';
}
#bottom_menu li {    width: 100% !important;}
#bottom_menu li:nth-child(n+2){display: none !important;}

@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1){
    grid-template-columns:1fr;
    text-align: left;
    /* align-items: flex-start; */
    }
}
@media screen and (max-width: 768px) {
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {justify-content: center;padding: 40px 20px;}
.footer_logo {max-width: 120px;}

    .footer_info li:nth-child(2){
        position:relative;
        right: 0;
    }
    .footer_menu a{text-align: center;}
}
@media screen and (max-width: 425px) {
    .footer_info{
    align-items: flex-start;
}
    .footer_logo{margin-left:15px;}
    .footer_info li:nth-child(1) {
        width: 100%;
        padding: 0 15px;
        align-items: flex-start;
    }
.footer_menu{justify-content: left;}
}
/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 100%;
    max-width: 160px;
    transition: all 0.3s;
    margin-top: 0px;
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
}
.footer_logo a {position: relative;/* display: none; */}
.footer_logo a img{/* display: none; */}
.nav-brand img , .footer_logo a img{/* opacity: 0; */}
.nav-brand img{width: 80px;transition:all .3s;}
.pageIndex .nav-brand img{/* opacity: 0; */}
.header_area.sticky .nav-brand img{width: 68px;opacity: 1;}
.header_area .nav-brand{filter: brightness(0) grayscale(100%) invert(1);}
.pageIndex .header_area .nav-brand{filter: unset;}
.header_area.sticky .nav-brand{
    filter: unset;
}

/*按鈕/＝＝＝＝＝*/
.last .animated-arrow.otherSty {
    color: #C4C4C4;
    background: #ffffff00;
}
.animated-arrow {    background: #D6CFC7;border: 1px #D6CFC7 solid;}
.animated-arrow:hover {border: 1px #C4C4C4 solid;background: #4F685D;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/

.bannerindex {
    background: #F5F2EC;
    /* position: static; */
    position: relative;
    /* height: auto; */
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    width: 100% !important;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        /* position: relative; */
    }
@media screen and (max-width: 768px) {
    .bannerindex {
            padding-bottom: 0;
    }
}

}






/*Banner/＝＝＝＝＝*/
.banner {
    background: transparent;
    position: relative;
    padding: 80px 0;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    background-image: url(https://pic03.eapple.com.tw/meetdesign/ban.png);
    background-repeat: no-repeat;
    background-position: center  bottom;
    }
.banner h5{
        /* font-family: 'Lato','Noto Sans TC',sans-serif; */
        display: flex;
        text-transform: uppercase;
        letter-spacing: 4%;
        color: #4F685D;
        font-size: 72px;
        font-weight: 600;
        line-height: 110%;
        flex-direction: column;
        align-items: center;
        }
.banner h5:before{
    content: "";
    font-size: 24px;
    letter-spacing:5%;
    font-family: 'Lato';
    display: block;
    margin-bottom: 5px;
    color: #4F685D;
    font-weight:500;
    line-height: 110%;
}

.blog_page .banner h5 ,.blog_in_page .banner h5{font-size:0;}
.blog_page .banner h5:before, .blog_in_page .banner h5:before{
    content: "";
}
.projects_page .banner h5:before{
    content: "作品欣賞";
}
.projects_page .banner h5:after{
    display: block;
    content: "";
    border-bottom: 1px #4F685D solid;
    width: 120px;
    margin-top: 50px;
}
.article_a  .banner{
    background-image: url(https://pic03.eapple.com.tw/meetdesign/ban.jpg);
}
.projects_detaild_page .banner{min-height: 100px;}
.projects_detaild_page .banner h5{display:none;}

/* .services_page .banner{background-image: url(https://pic03.eapple.com.tw/meetdesign/b-b.jpg);}
.banner.banA{background-image: url(https://pic03.eapple.com.tw/meetdesign/b-e.jpg);}
.album_a .banner.banE{background-image: url(https://pic03.eapple.com.tw/meetdesign/b-ea.jpg);}
.album_b .banner.banE{background-image: url(https://pic03.eapple.com.tw/meetdesign/b-eb.jpg);}
.banner.banF{background-image: url(https://pic03.eapple.com.tw/meetdesign/b-f.jpg);}
 */


/* .product_page .banner h5:before,.product_info_page .banner h5:before{content:'PRODUCTS';}
.services_page .banner h5:before{content:'SERVICE';}
.banner.banE h5:before{content:'CASE';}
.album_a .banner h5:before{content:'CATALOGUE';}
 .article_b .banner h5:before{content:'';}
 .article_a .banner h5:before,.promotions_page .banner h5:before{content: 'NEWS';}
.other_page .banner h5:before{content:'';} */
/* .contact_page .banner h5:before{content:'CONTACT';} */

@media screen and (max-width: 1024px) {
.banner {min-height: 300px;}
}

@media screen and (max-width: 768px) {
.banner {min-height: 200px;padding: 30px 0;}
.banner h5,.blog_in_page .banner h5:before,.module_i_projects .title_i_box h4{font-size:32px;}
}
/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{padding-bottom: var(--m30);display: none;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    color: #fff;display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #fff;border: 1px solid #fff;color: #222;}

/* 首頁作品 */
.module_i_projects{
    padding: 140px 5%;
}

.module_i_projects .ProjSwiper {
    max-width: 1540px;
    margin: 60px auto;
}
.module_i_projects .ProjSwiper li > a{
    overflow:hidden;
}
.module_i_projects .ProjSwiper li{
    /* width: 100% !important; */
    /* height:100%; */
}
.module_i_projects .title_i_box h4{
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.module_i_projects .title_i_box h6{
     font-size: 24px;
    color: #4F685D;
    font-weight: 600;
}
.module_i_projects .title_i_box h4 {
    font-size: 72px;
    color: #4F685D;
    font-weight: 600;
    letter-spacing:6%;
}
.module_i_projects .title_i_box h4:after{
    display: block;
    content:"";
    border-bottom:1px #4F685D solid;
    width: 120px;
    margin-top: 50px;
}

.prod_part section{max-width:1500px;}
.i_prod_tit h2{
    font-size: 24px;
    letter-spacing:5%;
    font-family: 'Lato';
    font-weight: normal;
    color:#D6CFC7;}
.i_prod_tit span{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 4%;
    color: #4F685D;
}
.products-list .item .Pd_ViewThunbs{border-radius:10px;overflow:hidden;}


@media screen and (max-width: 768px) {
    .module_i_projects .title_i_box h4{font-size:32px;}
}


/*購物車/＝＝＝＝＝*/
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}



/*外層版面*/


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists li a{padding:10px;}
.Prods_Menulists > ul > li {width: 100%;flex-wrap: wrap;margin: 0 5px 0px 0;border: 0;border-bottom: 1px #ccc solid;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}
.Prods_Wrap .Prods_lists dl.State,dl.State h5{height:unset;}
dl.State{padding: 7px 0 40px;}
.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}


.Prods_lists ul{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.Prods_lists li .Pd_ViewThunbs img,
.Prods_lists li dl.State .MoreDets a b{transition:all 0.3s;}
.Prods_lists li .Pd_ViewThunbs{aspect-ratio: 5 / 4;border-radius: 10px;padding: 0;overflow:hidden;}
.Prods_lists li:hover .Pd_ViewThunbs img{transform: scale(1.05);}
.Prods_lists li:hover dl.State .MoreDets a{background: #D6CFC7;}
.Prods_lists li dl.State .MoreDets a{padding:8px;}
.Prods_lists li:hover dl.State .MoreDets a b{letter-spacing: 5%;}
.Prods_Menulists li a:hover {
    background: #D6CFC7;
    color:#fff;
}

/* 內層 */
.product_info_page .Prods_Menulists{display:none;}
.product_info_page .Prods_Wrap {
    width: 100% ;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}

/*購物車/內層＝＝*/
.product_info_page .main_part {
    max-width: 1400px;
}
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager {    width: 100%;    position: relative;    top: 0;    left: 0;    display: grid;    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px;}
.product_pic #bx-pager a {    float: none;    width: 100%;    height: auto;    margin: 0;    border: none;    overflow: hidden;    aspect-ratio: 5 / 4;position: relative;}
.product_pic #bx-pager a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.prod_tabs{width: 100%;}

.product-wrapper {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}
.product_main {    width: 70%;    max-width: 900px;    padding: 0;}
.sidebarBtn {    padding: 0;    flex:1;    border: none;    background: transparent;padding-left: 60px;padding-top: var(--m50);margin: 0 auto;}

.bx-wrapper .bx-viewport {    border: none;    left: 0;background: transparent;}
ul.bxslider li {aspect-ratio: 1 / 1;}
ul.bxslider li img , .products-list .pic img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*按鈕顏色*/
form:has(.inquiry_a1 + .inquiry_a2){display: grid;grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));gap:10px 10px;}
.inquiry_a2,.inquiry_a1 {    background: var(--SubColor2);    color: var(--MainColor);}
.inquiry_a3{background:#297091;}
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover {background: #D6CFC7;color: #fff;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {background: #D6CFC7;transition:all 0.5s 0.1s;border: 2px solid transparent;}
.lastPage:hover{/* border-color: #fff; */background: #4F685D;letter-spacing:3px;}
.news_related h6 span:before {
    font-weight: 500;
    color: #4F685D;
}
/*商品側邊規格*/
.sidebarBtn h2 {    color: #bbb;    font-size: var(--f28);    font-family: var(--SFont), "微軟正黑體";}
div#number_area {    /*color: #bbb;font-family: var(--SFont), "微軟正黑體";*/ display: none;}
.product_info li span{display: none;}
.product_info li .txt_box {    color: #fff;    width: 100%;}
.sidebarBtn .price{border-bottom: 1px solid #e6e6e6;}

.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name{display: none;}

.radio-inline__label {padding: 8px;margin: 0;border: none;}
.product_info li .txt_box .size {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: var(--f20);
    padding: var(--f20) 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: var(--m30);
    font-size: var(--f17);
}
.pd_tabTitle li.activeTab a {
    color: #ccc;
}
/**/

ul.prod * {    color: #f9f9f9;    line-height: 200%;    text-align: justify;}
ul.prod{padding-top: var(--m50);}
li.prod-item:not(.is-active) , ul.prod li h3.prod-thumb{ display: none; }


/*相關推薦*/
.prod_related {/* background: var(--MainColor); */padding: var(--m50) 0;}
.related_list , .prod_related h6{ display: none;  }


/*文章管理/＝＝＝＝＝*/

/*文章管理/外層＝＝*/

.module_i_news li a , .subbox_item a {/* padding: 15px; */display: flex;/* grid-template-columns: 40% 1fr; */flex-direction: column;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;border: 0px #C4C4C4 solid;}
.subbox_item a:after {background: none;}

/*側邊*/
.blog_le {padding: 0;}
.blog_le .accordion {background: #fff; border:none; border-bottom: 1px #dcdcdc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category:before {
   /* content: ""; */
   background: #66666600 !important;
}
.accordion li .link a::before {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background-color: #C4C4C4;
    position: absolute;
    /* left: 50%; */
    bottom: 0;
    /* transform: translate(-50%, 0); */
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.accordion li .link a:hover:before, .accordion>li.on_this_category .link a::before {
    width: 100%;
    /* max-width: 60px; */
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.submenu a:hover {background: #6b6b6b;}
.submenu {background: none;}

/*文章管理/內層＝＝*/
.blog_back {grid-gap: 20px;}
.blog_back a{
    font-size: 15px;
    color: #808080;
    border-top: 1px solid #dfdfdf;
    padding: 12px 15px 15px 15px;}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back,
.blog_back a.article_btn_next{
    background:none;
    transition:all 0.3s;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_next:hover{
    color:#4F685D;
    letter-spacing:4%;
}
.blog_search input[type=search] {border:solid 1px #eaeaea; background: #ffffff; border-radius:0;}
.blog_le .accordion {}
.pageIndex h5.blog_le_t span {display:none;}
h5.blog_le_t em {}
.blog_list_ri em {color: #363330;/* display: none; */font-family: "Noto Sans TC";}
.blog_list_ri h5 {font-weight: 500;padding: 10px 0 5px 0;color: #363330;-webkit-line-clamp: 2;font-size: 20px;}
.blog_ri {/* width: 100%; *//* padding: 0 0 0 0px; */}
.subbox_item {margin-bottom: 30px;border-bottom: 0px #eee solid;}
.subbox_item:hover .blog_list_ri h5,
.subbox_item:hover .blog_list_ri em,
.subbox_item:hover .blog_list_ri p{
    color: #4F685D;
}
.blog_list_ri>*+* {/* margin-bottom: 30px; */}
a.news_menu_toggle i {display: none;}


/*特效*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: transparent;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em , .i_blog_ri em {display:none !important;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1;right: 10px;}
.subbox_item a:hover:before{background: transparent;color: #4F685D;letter-spacing: 4%;}
.pageIndex .blog_list_ri p {display: none;}
.blog_list_ri p {line-height: 160%;/* margin-top: 30px; *//* padding-top: 30px; */color: #363330;font-size: 14px;word-break: unset;/* border-top: 1px #AAA solid; */}
.i_blog_ri p {margin-top: 6px; display: none;}
.i_blog_ri , .blog_list_ri {padding: 6px 5px 5px 5px;}
.module_i_news li a:after {background: none;}

.blog_list_le , .i_blog_le {
  padding-bottom: 0;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  }
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: scale(1.1);}
.blog_list_le img , .i_blog_le img {
  transition: all .8s;
  }
.module_i_news li a:before , .subbox_item a:before {
  content: 'READ MORE +';
  font-size: 12px;
  color: #b4b4b4;
  background: #ffffff00;
  padding: 5px 0;
  border-radius: 2px;
  /* border: 1px solid #eaeaea; */
  bottom: 10px;
  }
.subbox_item a {padding-bottom: 36px;border-bottom: 1px #ccc solid;overflow: hidden;/* height: 400px; */grid-gap: 0;/* background: #fff; */}
.accordion li+li .link {border-top: 0px solid #ccc;}
.blog_shareData {flex-direction: row;}
.toShareNews {
    justify-content: flex-start;
}
.toShareNews .Boxed ,h4.blog_category_title{
    margin: 0px;
    padding: 0;
}
/*主選單*/
.blog_page h5.blog_le_t{display:none;}
.blog_le {/* width: 100%; */}
.blog_le .accordion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 0 8px;
  overflow: inherit;
  background: none;
  border-bottom: 0;
  gap: 40px;
  }
.blog_le .accordion li {
  float: left;
  position: relative;
  /* text-align: center; */
  /* padding:10px 0; */
  width: 100%;
  }
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #66666600 !important;
}
.accordion li .link a {color: #868686;padding: 12px 0px;border-right:1px #ddd solid;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #4F685D !important;
}
.accordion li:nth-last-child(1) .link a{border-right:0}
.fa-chevron-down::before{display: none;}
.submenu a{letter-spacing: 0px; background: #ffffff; color: #a4a4a4;}
.news_tags {margin-bottom: 30px; display: inline-block;}
.news_tags a {color: #808080;}
.news_related_list li a {
    background: none;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;}
.news_related_list li a p {line-height: 160%; padding: 15px 0 5px 0; color: #222222; font-weight: 500; font-size: 17px;}
.news_related_list {max-width: 1520px; grid-gap: 38px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.news_related_b_box {max-width: 1500px; width: 100%; margin: 0 auto;}
.blog_search input[type=search] {
  border: solid 1px #eaeaea;
  background: #ffffff;
  border-radius: 2px;
}
.submenu li.on_this_category a, .submenu a:hover {background: #5c5c5c;}
.submenu li+li {border-top: 0px solid #747474;}

.blog_box {padding: 0;}
.blog_box_edit .edit {color: #222222;}
.articel_mainPic img {/* max-width: 50%; */} /*圖片比例*/

.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}

.news_related {
    background: transparent;
    padding: 25px 15px;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  .blog_subbox {grid-template-columns: 1fr;}
	.subbox_item a{
    display: flex;
    flex-direction: column;
    height: auto;
    grid-gap: 0px;
    padding-bottom: 60px;
    /* border-bottom: 0; */
}
	.blog_list_le {
    aspect-ratio: 4 / 3;
}
	.subbox_item a:before{left:0;/* background: #C4C4C4; *//* color:#fff; */padding: 5px 5px;}
}
@media screen and (max-width: 375px) {
  .blog_le .accordion li {width: 100%;}
}
h5.blog_le_t span {
    display: none;
}



/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{display: block;position: relative;border-radius: 10px;overflow: hidden;height: 0;padding-bottom: 75%;}
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
  display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition:all 0.3s;
}
.show-list .show_pic:hover img , .other_subalbum li:hover a img, .pic-list .show_pic:hover img{transform:translate(-50%,-50%) scale(1.05)}
.show-list .item:hover .overlay{opacity:0;}
.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: var(--SubColor);font-size: var(--f24);}
.other_subalbum li p {    margin-top: 10px;}

/**/

/*促銷方案/＝＝＝＝＝*/
.promotion_title h2{
    font-family: var(--SFont);
}
.promotion_title {
    padding-bottom:15px;
    border-bottom: 1px #ccc solid;
}
.promotion_title span {
    border: 0;
    padding: 4px 7px;
    font-size:16px
    /* border-right: 1px #ccc solid; */
}

.promotion_title em{
     border: 0;
     border-radius: 4px;
     background:#566e84;
     color:#fff;
     padding: 5px 10px;
     margin: 0 10px 2px 0;
}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}

.other_select_page .promotion_title , .other_select_page .other_promotion , .other_select_page .page{display: none;}


/*聯絡我們/＝＝＝＝＝*/
.contact_content { padding: 80px 10px 20px;}
.contact_content .information_right {width: 100%;padding: 0;}
.contact_form li { grid-template-columns: 1fr; grid-gap: 10px;}
.contact_form li .form__label {display: flex;/* display: block; */max-width: 100%;text-align: left;width: 100%;font-weight: 600;flex-direction: row-reverse;justify-content: flex-end;gap: 3px;}
.contact_form  {grid-template-columns: repeat(8, 1fr);grid-gap: 35px 80px;align-items: start;margin: 0;padding-top: 60px;width: 100%;font-family: 'Noto Sans TC';}
.contact_form li {grid-template-columns: 1fr;grid-column: auto / span 4;grid-gap: 10px;}
/* .contact_form li:nth-child(n+5) { grid-column: auto / span 12;} */
.form select {width: 100%;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {display: flex;grid-gap: 5px;}
input[type="checkbox"], input[type="radio"] {margin-right: 0px;}
.contact_form li.last{
    justify-content: flex-start;
}
.last .animated-arrow {
    margin: 0 ;
}
.star { padding: 0px;}
.contact_form li input.noborder { border: unset;  border-bottom: 1px solid #b0b0b0; background: transparent;}
.contact_form li textarea.noborder { border: 1px #b0b0b0 solid;  background: transparent;}


.contact_form li .form__label {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 3px 0;
    background: transparent;
}
.contact_content form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: 80px;
}
.blank_letter {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    color: #4F685D;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.blank_letter:before {
    width: fit-content;
    content: 'FORM ';
    display: block;
    font-family: 'Lato';
    color: #4B4441;
    font-weight: normal;
    font-size: 30px;
    height: 35px;
    letter-spacing: 1px;
    /* padding: 0 10px 0px 0; */
    /* border-right: 1px #D6CFC7 solid; */
    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: 50%;
    /* margin: 0px auto 100px; */
    /* padding: 80px 5%; */
    /* background: #ffffff8c; */
}
.contact_content .information_left
 {
    width: 40%;
    max-width: 800px;
    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(300px, 1fr));
}
@media screen and (max-width: 1024px) {
.contact_content .information_left {
    width: 100%;
    max-width: 100%;
    height: 400px;
    overflow: hidden;
}
.contactform img{transform: translateY(-20%);}
    
.contact_content .information_right {
    width: 100%;
    /* padding-left: 30px; */
    padding: 10px;
}

.contact_content {
    margin: auto;
    padding: 10px;
}

}
.list_before{color:#ddd;display: grid;grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{color: #48829b;}
/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--SubColor);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--SubColor);    color: #fff;}

/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
.sidebarBtn {    padding-left: var(--m50);}
}
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
.stellarnav > ul > li:nth-last-child(2) {
    /* margin-right: 100px; */
}
.stellarnav > ul > li {    min-width: unset;}
.stellarnav > ul > li > a b:nth-child(2) {    font-size: 13px;}
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

.product-wrapper {    align-items: self-start;}
.sidebarBtn {    padding-top: 0;}


}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
/*選單漸變效果＝＝*/
.header_area{/* position: sticky; */}
.pageIndex .header_area .shop_search_btn {    background-color: var(--MainColor);}

/**/
.footer_info {    display: flex;    flex-direction: column;}

.footer_info > ul {display: flex;max-width: 600px;margin: 0;gap:0;flex-wrap: wrap;flex-direction: column;}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

/* 聯絡 */
    .blank_letter:after{    padding: 40px 20px 20px 0;}
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
.pageIndex .header_area .nav-brand {filter: unset;}

/* .pageIndex .header_area .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/meetdesign/logo_l_b.svg);} */
.pageIndex .header_area .tp_links a{color: var(--MainColor);}
/*側邊選單/＝＝＝＝＝*/
.stellarnav > ul > li:before , .stellarnav .menu-toggle:after{content:none;}
.stellarnav .menu-toggle span.bars span {background: #ffffff;margin: 0 auto;}
.header_area.sticky .stellarnav .menu-toggle span.bars span ,
.pageIndex .stellarnav .menu-toggle span.bars span {background: #4F685D;}
.pageIndex .header_area.sticky .stellarnav .menu-toggle span.bars span {background: #4F685D;}
.stellarnav .menu-toggle span.bars span + span {    margin-top: 5px;}
.stellarnav.mobile.left > ul{
    border-right: 1px #3b564b solid;
}
.stellarnav.mobile {position: relative;flex: unset;}
.me_tp_features {order:2;right: -60px;flex: 0;text-align: right;}
.stellarnav .menu-toggle {    padding: 0 0 0 var(--m30);}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px 25px;border-left:none;font-size: 14px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px 28px;border-color:transparent;}
.stellarnav > ul > li {    text-align: left;}
.stellarnav.mobile > ul > li > a b{ display: block; }
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand, .header_area.sticky .nav-brand{max-width: 180px;}

/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}



}
/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
.navigation {justify-content: space-between;width: 100%;}
.me_tp_features {display: none;}
.stellarnav > ul > li > a b:nth-child(2){display: none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a,.stellarnav li li > a{color: #ffffff;}


/*購物車/＝＝＝＝＝*/
/*購物車/外層＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.Prods_Menulists {    width:100%;}
/*順序*/
.product_page .products-list {    order: -1;}

.sidebarBtn {    flex: unset; width: 100%; margin:var(--m50) auto; padding: 0; }
.product_main {    width: 100%;    max-width: 100%;}

.module_i_news.module_i_news01 ul {
    grid-template-columns:  1fr;
}
    .module_i_news.module_i_news01 li a, .module_i_news.module_i_news01 .subbox_item a {
    display: grid;
    grid-template-columns: 140px 1fr;
}
    /* 聯絡 */
        .blank_letter:after {
        padding: 50px 20px 20px 0;
    }
    .contact_form li {
    grid-column: auto / span 8;
}
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.header_area .nav-brand, .header_area.sticky .nav-brand{max-width: 140px;margin: 5px;}
.nav-brand img {/* width: 25px; */}
.navigation {padding: 15px 5px;}
.tp_links {    padding: 0;    margin-top: 5px;}

/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_info > ul {max-width: 500px;flex-direction: column;}
.footer_info li {    padding: 0; margin-top:var(--m30);}

/**/
.product_pic #bx-pager {    margin-top: 15px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {padding-bottom: 0;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
.contact_form {    gap: 10px;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 425px) {
.header_area {/* position: fixed; */}
.nav-header {justify-content: left;}
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

}


/*設計作品/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.StoreProjs_Md{width:100%;max-width:1600px;margin:auto;}
.StoreProjs_Post ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap:60px;
}
.StoreProjs_Post li{
    padding:0;
    width: 100%;
    background:transparent;
}
.StoreProjs_Post li h4{
    color: #4B4441;
    font-size: 18px;
    font-weight: 500;
    height: auto;
}
.StoreProjs_Post li img {
    transform: translate(-50%,-50%) scale(1); top: 50%;
}
.StoreProjs_Post li > a:hover img{
     transform: translate(-50%,-50%) scale(1.1);
}

.StoreProjs_Post li > a {
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    aspect-ratio: 5 / 4;
}
.StoreProjs_Post li > a:hover:after {
    background: rgb(0 0 0 / 40%);
}
.projsTabs ul{gap:20px;justify-content: center;}
.projsTabs li a{position: relative;padding-bottom: 10px;}
.projsTabs li a:hover{  color: #4F685D ;}
.projsTabs ul li a::before {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background-color: #4F685D;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.projsTabs ul li a:hover:before{
    width: 100%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

/* 設計作品內頁 */

/* .ProjsDetail_info_2_5 {
    width: 98%;
    max-width: 1600px;
}
.ProjsDetail_info_3_5 {
    width: 98%;
    max-width: 1600px;
    padding-top: 20px;
}
.ProjsDetail_OtherObjs {
    width: 98%;
    max-width: 1600px;
    gap: 0 3.33%;
    justify-content: flex-start;
}

.ProjsDetail_infoBox {
    flex-direction: column;
    align-items: center;
} 

.ProjsDetail_Title {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
*/
.ProjsDetail_Title p {
    color: #4F685D;
    justify-content:flex-start;
}

.ProjsDetail_Title p > a {
    width: 40px;
    height: 24px;
    border-radius: 2px;
    background: #4F685D;
}

.ProjsDetail_Title p > a::before {background: #4F685D;}

.ProjsDetail_Title h4, .ProjsDetail_Intro h6, .ProjsDetail_Intro h6 strong{
    color: #4F685D;
}

.ProjsDetail_Bottom a{background:#4F685D;;}
 .ProjsDetail_Bottom {
    background: transparent;}
/*
.sidebar__inner {
    height: fit-content;
    padding: 0;
}



.ProjsDetail_Viewpoint{
    overflow-y: unset;
    height: fit-content;
}

.ProjsDetail_Intro dl {
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    grid-template-columns: 1fr 1fr;
}
 */

.ProjsDetail_OtherObjs li > a img{width: 100%;height: 100%;object-fit: cover;}
.ProjsDetail_OtherObjs li > a:hover img {transform:  scale(1.1);}
.ProjsDetail_ImgView ul li a img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/* 
.ProjsDetail_OtherObjs li > a {
    aspect-ratio: 5 / 4;
    height: auto;
    padding: 0;
}

.ProjsDetail_ImgView ul li a{
    aspect-ratio: 4 / 3;
    height: auto;
    overflow: hidden;
}


.ProjsDetail_ImgView ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

.ProjsDetail_ImgView ul li{padding:0;}

.ProjsDetail_ImgView ul li:nth-child(5n+1) {
    grid-column: span calc(3);
}

.ProjsDetail_ImgView ul li:nth-child(5n+2) {
    grid-column: span calc(3);
}

.ProjsDetail_ImgView ul li:nth-child(5n+3) {
    grid-column: span calc(2);
}

.ProjsDetail_ImgView ul li:nth-child(5n+4) {
    grid-column: span calc(2);
}

.ProjsDetail_ImgView ul li:nth-child(5n+5) {
    grid-column: span calc(2);
}
 */


.ProjsDetail_OtherObjs > h6:after {
    width: 100%;
}

.ProjsDetail_OtherObjs li {
    margin: 0 0 40px;
}

.ProjsDetail_OtherObjs > h6 {
    margin: 0 0 60px;
}

@media screen and (max-width: 1366px) {
    .ProjsDetail_OtherObjs li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 768px){
.ProjsDetail_ImgView ul{gap:20px;}

/* .ProjsDetail_ImgView ul li:nth-child(5n+3) {
    grid-column: span calc(3);
}

.ProjsDetail_ImgView ul li:nth-child(5n+4) {
    grid-column: span calc(3);
}

.ProjsDetail_ImgView ul li:nth-child(5n+5) {
    grid-column: span calc(3);
} */
}
@media screen and (max-width: 640px) {
    .ProjsDetail_ImgView ul li a {
        padding: 0;
    }
    .ProjsDetail_ImgView ul li {
        width: 100%;
    }
    .ProjsDetail_ImgView ul li a{
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    .ProjsDetail_ImgView ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
}
@media screen and (max-width: 480px) {
    .StoreProjs_Post ul{
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
    .ProjsDetail_ImgView ul li a {
        padding: 0;
    }
    /* .ProjsDetail_ImgView ul li:nth-child(5n+1) {
    grid-column: span calc(6);
}

.ProjsDetail_ImgView ul li:nth-child(5n+2) {
    grid-column: span calc(6);
}

.ProjsDetail_ImgView ul li:nth-child(5n+3) {
    grid-column: span calc(6);
}

.ProjsDetail_ImgView ul li:nth-child(5n+4) {
    grid-column: span calc(6);
}

.ProjsDetail_ImgView ul li:nth-child(5n+5) {
    grid-column: span calc(6);
}

        .ProjsDetail_OtherObjs li {
        width: calc(50% - 10px);
    } */

}