@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');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
body{
	overflow-x:hidden;
	font-family:"Noto Sans TC","El Messiri","Cormorant Unicase","微軟正黑體","arial","sans-serif";
	font-weight: 300;    letter-spacing: 0.1em;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#content_main {
    min-height: 80vh;
    margin: 0;}

.bannerindex {
    position: relative;
    margin: 0 auto;}

.main_part {
    width: 95%;
    max-width: unset;
    padding: 0;margin: 5% auto;}

.other_page .main_part {
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: 0;}

.show_content {padding: 0;}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}

.edit_part {padding: 0;}
.path p, .path p a {display: none;}
/*banner固定設定*/


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;}


/*會員*/
.right_member_in {
    position: fixed;
    top: 50%;
    right: 0;
    width: 30px;
    background: #fff;
    border: 1px #ccc solid;
    padding: 7px;
    text-align: center;
    z-index: 10000;}


/*首頁Header*/
.header_area {
    position: fixed;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    transition: all 1.0s;}

.header_area.sticky {
    padding: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: unset;
    top: 0;}


.header_area.sticky .main_header_area .stellarnav ul {opacity:1;display: inline-block;width: 100%;}
.main_header_area .container {display: block;max-width: unset;}

.header_area.sticky .main_header_area .container {
    display: block;
    margin: 1vw auto;
    background: #e7e8e8;
    opacity: 1;}

/*Header*/
.stellarnav ul {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
}

.header_area {
    position: fixed;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    transition: all .3s;padding: 0;}

.header_area.sticky {
    height: unset;
   width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: unset;
    padding:  0;}


.header_area.sticky .main_header_area .container {
    max-width: 100%;
    margin: auto;}

.navigation {
    margin: 0 auto;
    width: 97%;
    position: relative;
    padding: 30px 0;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 0;}

.header_area.sticky .main_header_area .navigation { height: unset;margin: 0 auto; width: 95%; padding: 0px;}
.navigation {grid-template-columns: 350px 1fr;}
.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;align-items: flex-end;}

.header_area.sticky .main_header_area .nav-header {max-width: 250px;padding: 2% 0;}

.nav-brand {
    display: none;
    max-width: 100%;
    margin: 5px auto 0;filter: contrast(0) brightness(100);}
.header_area.sticky .main_header_area .nav-brand {filter: unset;
    display: block;}
.stellarnav li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;}
.stellarnav > ul > li > a b {text-align: right;}
.header_area.sticky .main_header_area .stellarnav > ul > li > a b {text-align: center;}

.bannerindex .swiper-banner .swiper-slide img {animation: none;}

.stellarnav > ul > li > a {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    transition: all 0.5s;
height: 30PX;}

.stellarnav li.has-sub > a:after {content: none;}

    .header_area.sticky .stellarnav > ul > li > a {
    line-height: 40px;
    margin: 10px 10px 0;
color: #231815;}

/* 下拉 */
.stellarnav ul ul {
    top: auto;
    width: auto;
    position: relative;
    z-index: 9900;
    text-align: left;
    display: none;
    background: none;
    overflow-y: overlay;
    max-height: 300px;
    scrollbar-width:thin; 
    scrollbar-color: #3f3f3f transparent;}

.header_area.sticky .main_header_area .stellarnav ul ul:nth-child(2), 
.header_area.sticky .main_header_area .stellarnav ul ul:nth-child(3), 
.header_area.sticky .main_header_area .stellarnav ul ul:nth-child(4) {
    display: block;
}

.header_area.sticky .main_header_area .stellarnav ul ul {position: absolute;background: #23181563;}

.stellarnav li a{
    color: #ffffff;
}
.stellarnav li li{
    border: none;
    background: none;
}
.stellarnav li li:hover{
    background: none;
}
.stellarnav li li:before{
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav li a {
    padding: 7px 5px 7px 15px;
    text-align: right;
    display: block;
    font-size: 14px;}
.header_area.sticky .main_header_area .stellarnav li a {text-align: left;}
.header_area.sticky .main_header_area .stellarnav li li :hover {
    background: #333;
    transition: 0.5s all;}

.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: unset;}

.stellarnav > ul > li.has-sub > a {padding-right: 0;}
.header_area.sticky .main_header_area .stellarnav li.has-sub>a:after { color: #231815;}

.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-left: unset;
    border-right: unset;
    border-top: unset;}

/*==========選單購物車==========*/
.me_tp_features {display: none;}
.tp_links {display: none;}



@media screen and (max-width: 1200px) {
.header_area.sticky .main_header_area .navigation {
    grid-template-columns: 200px 1fr;
}}

@media screen and (max-width: 1024px) {
    .header_area.sticky .main_header_area .nav-header {
    max-width: 250px;
    margin-top: 1%;
}
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;}

    .header_area {top: 2%;padding: 0;}
    .stellarnav li {padding: 0 0 1%;}


    .main_header_area .container {margin: 0 auto;max-width: 95%;}

    .stellarnav ul { text-align: center;}
}

@media only screen and (max-width: 768px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .nav-header { max-width: 200px;}

    /*隱藏MENU*/
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #ffffff;
        display: block;
        transform: scale(0.9);
        display: none;
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 15px;        
        /*左滑出現*/
        left: -100vw;
        overflow: hidden;
        transition: all .5s ease;
    }
    .stellarnav.mobile.left.active > ul{        
        display: block !important;
        left: 0;
        max-width: 50%;
        background: #e8e8e8;
    }

    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 0;
        background: unset;
        padding: 20px;
    }
    .stellarnav .icon-close:before {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #231815;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
    }
    .stellarnav .icon-close:after {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #231815;
        position: absolute;
        top: 50%;
        transform: rotate(-45deg);
    }
    .stellarnav li {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0;
        position: relative;
        line-height: normal;
        vertical-align: middle;
        text-align: left;
        border-left: unset;
    }
    .stellarnav.mobile > ul > li {
        display: block;
        border-bottom: unset;
    }
    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 200%;
        display: block;
        color: #231815;
        font-weight: 500;
        border-bottom: unset;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 18px 0;
        position: absolute;
        text-align: center;
        z-index: 999;margin: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        border-bottom: solid 2px #231815;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #231815;
        position: absolute;
    }
    /*下拉選單*/
    .stellarnav.mobile li.open {
        background: unset;
        padding: 3px;
    }
    .stellarnav.mobile ul {
        background: unset;
    }
    .stellarnav li li {
        display: block;
        border: unset;
        border-bottom-width: 0;
        padding: 0px;
        background: unset;
        transition: 1s all;
        font-weight: 500;
        border-radius: 8px;
        margin: 5px 0 0 0;
        letter-spacing: 3px;
        color: #ffffff;
        font-size: 15px;
    }
    .stellarnav li a {
        color: #444;
        text-align: left;
        font-weight: 400;
        font-size: 13px;
    }

    /*漢堡鈕選單*/
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 50%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 9999;
        border-right: unset;
        box-shadow: 4px 2px 10px 0px #2f2f2fad;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 20px 10px 10px;
    }    }


@media only screen and (max-width: 570px) {
    .stellarnav.mobile.left.active > ul {max-width: 100%;}
    .stellarnav.mobile {
        position: absolute;
        left: -15px;
        top: 13px;
        width: auto;
        display: inline-block;
    }
    .box_search {display: none}
    .stellarnav.mobile {
        position: absolute;
        left: 8px;
        top: 24px;
        width: auto;
        display: inline-block;
    }
.bannerindex .swiper-slide:nth-child(1)::after {font-size: 13px;right: 18%;bottom: 10%;}
.bannerindex .swiper-slide:nth-child(2)::after {font-size: 13px;right: 18%;bottom: 10%;}}

/*footer*/
.linksBtn {
    position: relative; /* 確保 z-index 能生效 */
    z-index: 9999 !important; /* 強制提升到最上層 */
    cursor: pointer !important; /* 確保滑鼠指標會變成手指狀 */
    border-radius: 0;
}

.linksBtn::before {
    content: url(https://pic03.eapple.com.tw/zoomatelier/plus.svg) !important;
    display: flex;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    zoom: 0.04;
    justify-content: center;
    align-items: center;
}
.linksBtn:hover::before {
    display: none !important;}
.linksBtn i {
    display: none;}

a.info_fix_default.info_fix_mail {display: none;}
.footer .center {
    position: relative;
    background: url(https://pic03.eapple.com.tw/zoomatelier/footer.jpg) no-repeat;
    background-size: cover;
    border-top: 1px #dddddd52 solid;
    width: 100%;
    max-width: 100%;
    height: 375px;}
    
.footer {padding: 0;}
.copy {padding-left: 5%;
    background: #fff;
    margin-top: 0;
    color: #7d7d7d;
    font-weight: 500;
justify-content: flex-start;}
.copy a { color: #7d7d7d;}
.footer_logo {display: none;}
.footer_info li:nth-child(1) {display: none;}
.footer_info li:nth-child(2) {display: none;}
.box_link {display: none;}

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* banner */
.banner {
    height: 100vh;
    font-size: 40px;
    padding: 0;
    text-align: center;
    background-image: url(https://pic03.eapple.com.tw/zoomatelier/banner.jpg);
    background-attachment: fixed;
    /* 核心修正：背景圖專用的自動縮放與防重複設定 */
    background-size: cover;       /* 關鍵：圖片會自動縮放並填滿整個框架，絕不留白 */
    background-position: center;   /* 關鍵：圖片永遠居中對齊，裁切時會從四周對稱裁切 */
    background-repeat: no-repeat;  /* 關鍵：字面意思，圖片絕不重複平鋪 */

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 240px;
    opacity: 0;
    animation: bannerFadeIn 1.5s ease-in-out 0.2s forwards;
}

/* 3. 定義淡入的動態過程 */
@keyframes bannerFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1; /* 最終完全顯現 */
    }
}
.banner h5 {
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 90%;
    left: 2.5%;
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 10px 0;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column-reverse;
    z-index: 99;
}
.banner.banB {display: none;}
.banner.banF {background-image: url(https://pic03.eapple.com.tw/zoomatelier/banner-01.jpg);}
.blog_page.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/zoomatelier/banner-02.jpg);}
.blog_page.article_b .banner.banblog {background-image: url(https://pic03.eapple.com.tw/zoomatelier/banner-03.JPG);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/zoomatelier/banner-04.jpg);}




/* 首頁相簿 */
.module_i_album {padding: 0;margin: 0 auto 10%;width: 95%;}
.module_i_album section {max-width: unset;}
.show-list {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-gap: 15px;}
.i_album_b {display: none;}
.show-list .show_pic { aspect-ratio: 3 / 7;}
.i_album_list li a p {
    width: 100%;
    height: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #222;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_album_list li a p {
    height: 3em;
    background: #375a7b82;
    color: #fff;
    padding: 10px 10px;
    backdrop-filter: blur(10px);display: none;}

.module_i_album .title_i_box h6 {
    font-size: 30px;
    color: #212121;
    font-weight: 500;}

.module_i_album .title_i_box h4 {
    font-size: 14px;
    color: #777777;letter-spacing: 0;}

.i_album_list_box {padding: 0;}

/* 相簿設定 */
.subalbum-menu {padding: 0;}
.show-list .item {
    overflow: hidden;
    animation: blogin 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards;
}

.show-list .show_name {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    color: #fff;
    z-index: 101;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    pointer-events: none;
    font-weight: 400;
}
.other_subalbum li a p {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    color: #fff;
    z-index: 101;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    pointer-events: none;
    font-weight: 400;}

.other_subalbum li a:hover p {color: #fff;opacity: 1;}
.show-list .item:hover .show_name {
    color: #fff;
    opacity: 1;
}
.other_album {text-align: center;}
.show-list .show_pic img {
    transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: img-in .6s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards;
}

.show-list .item a:hover .show_pic img {
    transform: scale(1.2);
}
.other_subalbum li { background: none;}
/*相片頁*/
.pic-list .item h6 {display: none;}
.pic-list {column-count: 3;display: block;}
.pic-list .item{padding: 0 0 3% 0; width: 100%;}
.other_album_choice li {background: #757575;}
.pic-list .show_pic {overflow: inherit;height: auto;padding-bottom: 0;aspect-ratio: auto;}
.subalbum-menu h2 {display: none;}


@media screen and (max-width: 768px) {
.pic-list {
    column-count: 2;
    grid-gap: 2%;}
.show-list {grid-template-columns: 1fr 1fr 1fr;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 450px) { 
    .show-list {grid-template-columns: 1fr 1fr;}
    .pic-list {
    column-count: 1;
}}


/*文章設定*/
/* 首頁文章 */
.animated-arrow {
    background: #7a777752;
    border: none;}
.animated-arrow:hover {
    background: #375a7b;
    color: #eadaab;}
.module_i_news ul { grid-template-columns: 1fr;}
.module_i_news li {padding-bottom: 10px;border-bottom: 1px solid #dfdfdf;}
.module_i_news section {max-width: 1200px;margin: 5% auto;}
.module_i_news li a {grid-template-columns: 150px 1fr;grid-gap: 3%;}
.module_i_news_list, .module_i_news_list.swiper { padding: 30px 0 7%;}
.i_blog_b * {
    font-size: 15px;
    letter-spacing: 0.2em;}

.fa-arrow-right::before {
    content: ">";
    font-weight: 300;
    font-size: 10px;}

.module_i_news .title_i_box h6 {
    font-size: 30px;
    color: #212121;
    font-weight: 500;}

.module_i_news .title_i_box h4 {
    font-size: 14px;
    color: #777777;letter-spacing: 0;}

.i_blog_ri em {font-size: 12px;}
.module_i_news li a:after {content: none;}


/*文章設定*/
h5.blog_le_t {text-align: left;}
h5.blog_le_t span {display: none;}
h5.blog_le_t {display: none;}
.blog_search input[type=search] {border-radius: 0;}
.accordion li .link a {text-align: left;}
.blog_le .accordion {border: 0;border-radius: 0;}
.blog_le, .blog_ri {padding: 0;}
.blog_ri { padding: 0px;}
.blog_subbox { grid-template-columns: 1fr 1fr 1fr; grid-gap: 60px 20px;padding-left: 20px;}
.subbox_item a { grid-template-columns: 1fr;text-align: left;}
.subbox_item a:after , .subbox_item a:before {display: none;}
.blog_list_le { aspect-ratio: 16 / 9; overflow: hidden;}
.blog_list_ri { display: flex; padding: 5px 10px;flex-direction: column;}
.blog_list_ri h5 { font-size: 17px; letter-spacing: 2px;  color: #1F1F1F;}
.blog_list_ri em { font-size: 12px;  color: #777777;  font-style: normal;  letter-spacing: 1px;  margin-top: 0; margin-bottom: 20px; order: -1;}
.blog_list_ri p { margin-top: 10px;  font-size: 14px;  color: var(--mainBColor);}
.subbox_item a:hover .blog_list_le img {  transform: scale(1.1);}
.blog_in_page .main_part {padding: 5% 0;
    max-width: calc(100% - 20%);
    margin: 0 0 0 auto;
    padding-bottom: 50px;}

/*內頁*/
.blog_in_page .blog_le {display: none;}
.blog_in_page .blog_box {text-align: left;}
.blog_box_edit * {
    line-height: 250%;
    color: #4C4C4C;
    font-size: 15px;
    padding: 0;}
.articel_mainPic {  display: none;}
.toShareNews {justify-content: flex-start;}
.blog_shareData {padding: 0px 0; }
.toShareNews .Boxed.PushLove { display: none;}
.toShareNews {gap: 10px;}
.toShareNews .Boxed { margin-left: 0px;}
.toShareNews .Boxed.visitorNum strong { font-size: 14px;}
h4.blog_category_title {
    color: #1F1F1F;
    font-size: 25px;
    padding: 0;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-weight: 500;}
.blog_box_edit { padding-top: 50px;}
.blog_back {max-width: fit-content;}
.blog_back a {transition: 0.5s;  font-size: 12px; padding: 0px 15px;}
.blog_back a:hover { letter-spacing: 1px;}
.blog_back a.article_btn_prev { background: none; border: unset;  color: var(--mainBColor);}
.blog_back a.article_btn_back { background: none; border-left: 1px #dddddd solid;; color: var(--mainBColor);}
.blog_back a.article_btn_next { background: none; border-left: 1px #dddddd solid;; color: var(--mainBColor);}
.news_related_list li > a {background: none;}
/*相關文章*/
.news_related { background: transparent; padding: 25px 50px 25px 0;max-width: calc(100% - 20%);
    margin: 0 0 0 auto;
    padding-bottom: 50px;}
.news_related h6 { max-width: 100%; margin: 0 auto 20px; text-align: left;}
.news_related h6 span:before {
    font-size: 20px;
    color: #1F1F1F;
    letter-spacing: 2px;
    font-weight: 500;}
.lastPage { font-size: 12px;   color: var(--mainBColor); background: #fff;  padding: 10px 20px;  display: block;  margin: 40px auto 40px 0;  width: 150px;  border: 1px #dddddd solid; transition: 0.5s;}
.news_related_b_box a.lastPage:hover { letter-spacing: 2px;}
.news_related_list { max-width: 100%; grid-template-columns: repeat(4, 1fr);}
.news_related_list li > a figure { aspect-ratio: 16 / 9;}
.news_related_list li > a p { font-size: 14px;  color: var(--mainBColor); text-align: left; letter-spacing: 2px; padding-top: 15px;}
.Wish_Click { display: none;}
.blog_box { padding: 0;text-align: right;}
.lastPage:hover{ background: #333; color: #fff;}



/*.blog_page.article_a*/
.blog_page.article_a .blog_subbox {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;}
.blog_page.article_a .blog_list_le {display: none;}
.blog_page.article_a .blog_list_ri {
    display: flex;
    align-items: flex-start;
    padding:50px 25px;height: 300px;}
.blog_page.article_a .blog_list_ri:hover{background: #cccccc45;}
.blog_page.article_a .subbox_item:before {
    bottom: 50px;
    right: 100px;
    opacity: 1;
    font-size: 14px;
    color: var(--mainColor);
    font-family: "Bellefair", serif;}

.blog_page.article_a .subbox_item:before {
    content: 'READ MORE →';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    font-size: 15px;
    color: #999;
    transition: all .6s;
    padding: 10px;
}
.blog_page.article_a .blog_list_ri h5 {
    width: 100%;
    font-size: 17px;
    letter-spacing: 2px;
    color: #1F1F1F;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.blog_page.article_a .subbox_item {border-bottom: 1px solid #c5c5c5;}

.blog_page.article_a .blog_le { display: none;}
.blog_page.article_a .blog_box {text-align: center;}

/*.blog_page.article_a內頁*/
.blog_in_page.article_a .news_related_list li > a figure {display: none;}
.blog_in_page.article_a .news_related_list {grid-template-columns: 1fr;}
.blog_in_page.article_a .news_related_list li > a:hover{color: #000;}

@media screen and (max-width: 1024px) {
.blog_subbox { grid-template-columns: 1fr 1fr;}}

@media screen and (max-width: 768px) {
.blog_in_page .main_part { max-width: 90%;margin: 0 auto;}
.blog_back {max-width: unset;}
.news_related {max-width: 90%;margin: 0 auto;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
}


@media screen and (max-width: 500px) {
.blog_subbox { grid-template-columns: 1fr;}
.news_related_list {grid-template-columns: repeat(1, 1fr);}}
/* 聯絡我們 */
.contact_page .main_part {
    max-width: unset;
    padding: 0;
    margin: 5% 0 0;
    width: 100%;}
.i_contact_box.contact_content .blank_letter {display: none;}

.contact_editbox {padding: 0;}

.form__insert select option {
    font-size: var(--fonts16re);
}

.form__insert select {
    font-size: var(--fonts16re);
}

.star {
    min-width: clamp(16px, 0.3125vw, 24px);
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: clamp(8px, 0.1953vw, 15px);
    margin-left: clamp(8px, 0.1953vw, 15px);

}

.contact_content .information_right:before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/zoomatelier/6233.jpg);
    display: block;
    line-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    aspect-ratio: 1500 / 2000;
    height: 100%;

}

.contact_form li.checknumBox .form__insert .captcha+img {
    width: clamp(80px, 2.096vw, 161px);
}

.contact_form *,
.contact_form li * {
    transition: all var(--t-dark) var(--ease-dark);

}


.i_contact_box section {
    max-width: var(--main_max_width_base);
    width: var(--main_width_base);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.contact_content .information_left {
    position: relative;
    background-size: contain;
    padding: 0;
    background: transparent;
    padding: 0px;
    /* display: grid; */
}


.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.contact_form li .form__label {
    width: 100%;
    max-width: 100%;
}

.contact_page .blank_letter.f .note.red {
    display: block;
}

.contact_form li:nth-child(even) .form__label:before {
    transform: translate(0%, -20%) rotate(-45deg);
}

.contact_form li .form__label:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    left: 0;
    transform: translate(0%, -20%) rotate(45deg);
    z-index: 10;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transition: transform 600ms ease-in-out;
    pointer-events: none;

}

.contact_content .information_left .list_before {display: none;}

.contact_page #content {
    min-height: inherit;
    z-index: 0;}
.blank_letter {display: none;}
.contact_page .path { display: none;}
.form select { font-size: var(--fonts16re);}

.contact_content .information_left .list_before.info li,
.contact_content .information_left .list_before.info li a,
.contact_content .information_left .list_before.info li p {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    width: initial;
}

.contact_content .information_left {
    width: 100%;
    order: 100;filter: grayscale(100%) !important;
}

.contact_content .information_right {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    align-items: center;

}

.contact_page .blank_letter.i:before,
.contact_page .blank_letter.f:before {
    content: '';
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.contact_page .blank_letter.i:before {
    content: 'Information';

}

.contact_page .blank_letter.f:before {
    content: 'Form';
    text-align: center;

}

.contact_page .blank_letter.f {
    text-align: center;
    display: none;
}



.contact_page.bodyDesktop .contact_form li:nth-child(3+n) {}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
    margin-bottom: clamp(10px, 0.5vw, 30px);
    color: var(--font_same_content_color);
    display: flex;
    flex-wrap: wrap;


}


input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;

    width: clamp(13px, 0.5vw, 40px);
    height: clamp(13px, 0.5vw, 40px);

    cursor: pointer;
}

.contact_form {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    margin: auto;
    max-width: 90%;
    padding: var(--same_top_zone_space_m);
    width: 100%;
    margin: 0 auto;
    gap: clamp(20px, 0.859vw, 66px);
    padding-left: clamp(20px, calc(213 / 3840 * 100vw), 213px);
    padding-top: clamp(20px, calc(330 / 3840 * 100vw), 330px);

    padding-right: clamp(20px, calc(531 / 3840 * 100vw), 531px);
    padding-bottom: 0;


}

.i_contact_box section form,
.contact_page .contact_content form {
    display: grid;
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    gap: 60px;
    grid-template-columns: minmax(0, 1fr);
    align-items: self-start;
    position: relative;
    max-width: 3840px;
    gap: clamp(20px, calc(300 / 3840 * 100vw), 330px);
}
.last .animated-arrow.otherSty {
    color: #777;
    background: none;
    font-size: 14px;}
.contact_page .contact_le_map a {display: none;}

.contact_page .contact_content {
    overflow: hidden;
    position: relative;
    padding: 0;    margin-top: 5%;}
b, strong {font-weight: normal;}
.bodyDesktop .contact_form li:hover { opacity: 1;}
.last .animated-arrow i.fa-solid.fa-arrow-right { margin: 0 0 0 20px;}
.contact_form li .form__label {
    text-align: left;
    background: transparent;}
.last .animated-arrow {background: #33333369;border: none;}
.last .animated-arrow:hover{background: #333333;}
.contact_le_nomap {
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
    width: 100%;
}

.contact_form li {
    grid-template-columns: clamp(100px, 3.9vw, 300px) 1fr;
    border-bottom: none;
}


@media screen and (max-width: 1200px) {

    .contact_content .information_left {

        margin-left: 0em;
    }

    .contact_content .information_left .list_before {
        padding-bottom: 0;
    }

    .contact_content .information_right {
        width: 100%;
        flex-wrap: wrap;
    }

    .contact_content .information_left .list_before.info li {}

    .blank_letter:before {}

    .contact_content .information_right:before {
        width: 100%;
        height: min(max(50vw, 320px), 400px);
    }
}

@media screen and (max-width: 1100px) {



    .contact_content {
        padding-left: 0;
        padding-right: 0;
    }


    .i_contact_box section form,
    .contact_page .contact_content form {

        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .bodyDesktop .contact_form:hover li {
        opacity: 0.2;

    }

    .bodyDesktop .contact_form li:hover {
        opacity: 1;
    }

    .contact_form {
        padding-left: 0;
        padding-right: 0;
    }

    .contact_page #content:after {
        width: 90%;
    }

    .contact_page .contact_content form {
        flex-wrap: wrap;
    }

    .contact_content .information_left {
        background-size: 100%;
        background-position: center top;
        grid-template-columns: 1fr;
    }

    .contact_content .information_left .list_before.info,
    .contact_content .information_left .list_before {
        margin-top: 0px;
    }

    .contact_form li:has(input[type=checkbox]) .form__insert,
    .contact_form li:has(input[type=radio]) .form__insert {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(160px, 1fr));
    }

    input[type="checkbox"],
    input[type="radio"] {
        margin-left: 0;
    }
}

@media screen and (max-width:600px) {
    .contact_content .information_left {

        max-width: 100%;
    }

    .contact_form li {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 476px) {

    .contact_form li.last {
        display: flex;
        padding-bottom: 30px;
    }

    .contact_form {
        width: 100%;
    }
}


/*商品頁*/
.Prods_lists {width: 100%;}
.Prods_Menulists{transition: all .1s ease;}
.Prods_Menulists ul { justify-content: center;}
.Prods_Menulists > ul > li {border: none; border-bottom: 1px #ccc solid;}
.Prods_Menulists li a:hover {background: none;font-weight: 400;}
.Prods_lists ul {grid-template-columns: 1fr 1fr 1fr;}
.Prods_lists li > a:hover:before { background: rgba(0, 0, 0, 0.3);}
.Prods_Wrap .Prods_lists dl.State {
    height: auto;
    padding: 0;}
/* 1. 父元素必須要 relative，偽元素 absolute 才能正確定位在圖上 */
.Prods_lists li {
  position: relative; /* 確保選單項目定位正常 */
  overflow: hidden;   /* 避免遮罩超出範圍 */
}

.Prods_lists li > a {
  display: block;
  position: relative;
}

/* 2. 遮罩層預設 transparent */
.Prods_lists li > a:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}

/* 當滑鼠移到 a 上時，變暗背景遮罩 */
.Prods_lists li > a:hover:before {
  background: rgba(0, 0, 0, 0.5); /* 依需求調整黑底透明度 */
}

/* 3. 文字區域定位在遮罩之上 (z-index 比 :before 高) */
.Prods_Wrap .Prods_lists dl.State {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: all 0.3s;
  width: 100%;
  pointer-events: none; /* 讓滑鼠點擊可以穿透到底下的 <a> */
  z-index: 2;           /* 關鍵：層級要大於 :before 的 z-index: 1 */
}

/* 4. h5 預設隱藏 */
dl.State h5 {
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease; /* 加上淡入淡出動畫 */
}

/* 關鍵修改：當滑鼠移到 li (或 a) 上時，顯示裡面的 h5 */
.Prods_lists li:hover dl.State h5 { opacity: 1;}

dl.State .MoreDets {display: none;}

/*商品內頁*/
.Prods_Wrap {text-align: center;}
.Prods_Menulists > ul > li.active > a {font-weight: 400;background: none;color: #333;}

.Prods_path dd {display: none;}
.Prods_path {display: none;}
.Prods_Wrap {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: column;}

aside.sidebarBtn {order: 1;}
.product_main {order: 2;}
.prod_tabs { order: 3;width: 70%;}
.sidebarBtn { border:none;width: 71%;}
.sidebarBtn h2 {text-align: left;}
fieldset {display: none;}
.product_info li {display: none;}
.product_info {display: none;}
.sidebarBtn .Boxed.PushTar {display: none;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li {border-bottom: 1px solid #aaa;}
.pd_tabTitle li.activeTab a {
    font-size: 17px;
    letter-spacing: 2px;
    color: #1F1F1F;    font-weight: 500;}
.prod_related {background: transparent;padding: 25px 0 50px 25px;}
.prod_related h6 span:before {
    font-size: 20px;
    color: #1F1F1F;
    letter-spacing: 2px;
    font-weight: 500;}
.product_info_page .lastPage {margin: 40px auto;}

.related_list li p {
    font-size: 14px;
    color: var(--mainBColor);
    text-align: left;
    letter-spacing: 2px;}

/* 確保 Swiper 容器與 Slide 有明確高度 */
.proImgSwiper {
  width: 100%;
  height: 100%; /* 或指定固定高度，例如 height: 500px; */
}

.proImgSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden; /* 避免圖片溢出 */
}

/* 核心語法：滿版並自動裁切填滿 */
.proImgSwiper .swiper-slide img {
  object-position: center; /* 圖片置中對齊 */
  display: block;
}


/* 將外層改為直向排列 */
.product-gallery-wrapper {
  display: flex;
  flex-direction: column; /* 由上到下排列 */
  gap: 12px;               /* 大圖與縮圖間距 */
  width: 100%;
}

/* 主圖 Swiper */
.proImgSwiper {
}


/* 縮圖 Swiper (放到下方) */
.proThumbsSwiper {
  width: 100%;
  height: 100px; /* 指定縮圖區域高度 */
  box-sizing: border-box;
  padding: 5px 0;
}

.proThumbsSwiper .swiper-slide {
  width: 25%;  /* 依需求調整每頁顯示幾張縮圖，例如 4 張就設 25% */
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}

/* 當前選中的縮圖高亮 */
.proThumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.proThumbsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

