@charset "utf-8";

/*反白顏色*/
::-moz-selection{  background-color: #839074;  color: #fff;}
::selection{  background-color: #839074;  color: #fff;}
:root {
    --MainColor: #839074;
    --SubColor:#d9b765;
    --SubColor02:#E7DDCC;
    --SubColor03:#A3AE98;
    --SubColor04:#C8A878;
    --BgColor:#F6F3EC;
    --SFont:"Noto Sans TC", sans-serif;
    --SFontEN: "Montserrat", sans-serif;
    --brownColor:#6B5443;
    --FontColor:#3F3A36;
    --f75: 75px;
    --f56: 56px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd80:80px;
}

body {
    font-family: var(--SFont);
    letter-spacing: .1rem;
    color: var(--FontColor);
}
.main_part {max-width: 1400px;padding: var(--pd80) 0;width: 94%;}
.path{display: none;}

#to_top {    box-shadow: 0px 0px 14px #be996b;    color: var(--logocolor);}
#to_top i:before, #to_top i:after{background: var(--logocolor);}

/*捲軸-webkit-scrollbar*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--SubColor03); }/*滾輪樣式*/
::-webkit-scrollbar-track {    background: var(--BgColor);}
::-webkit-scrollbar-thumb:hover {    background: var(--SubColor); } /* 滑桿滑鼠滑入時的顏色 */

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    background: #839074e8;
    top: 0;
    position: fixed;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.main_header_area .container {    max-width: 1600px; transition: all .5s; }
.navigation {
    grid-template-columns: 200px 1fr 200px;
    align-items: center;
}

.nav-header {
    max-width: 130px;
    transition: all .5s;
    grid-row: 1 / span 1;
}

/*下滑*/
.header_area.sticky {    background: var(--MainColor);}
.sticky .main_header_area .container {    max-width: 95%;}
.sticky .nav-header {    max-width: 100px;}


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
.tp_links {    display: none;}

.me_tp_features {    order: 3;}
.box_search input[type=text] {
    border-radius: 0;
    border-color: var(--SubColor);
}
.shop_search_btn {
    border-radius: 0;
    background: var(--SubColor);
}

/*浮動按鈕-展開*/
.info_fix_links {    display: flex !important;}
.linksBtn {    display: none;}
a.info_fix_default.info_fix_mail, a.info_fix_default.info_fix_phone, a.info_fix_default.info_fix_tel2 {display: none;}
.info_fix_links a {    background: var(--SubColor); animation: con_btn 1s ease-out forwards; opacity: 0; }
.info_fix_links a:hover {    background: transparent;}
.info_fix_tel2 .fa-phone-volume::before {    content: "\f3cd";}
.fa-map-marker-alt::before {    content: "\f3c5";}

.info_fix_links a:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    transform: translate3d(0, 0, 0) scale(0.1);
    background: transparent;
    border-radius: 50%;
    border-radius: 50%;
    transform: translate3d(0, 0, 0) scale(0.1);
    transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition-delay: 0s;
    z-index: -1;
}
.info_fix_links a:hover:after {
    background: var(--SubColor03);
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition: transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition-delay: 0s;
}
a.info_fix_default.info_fix_fb:hover:after {    background: #3E5A98;}
a.info_fix_default.info_fix_line:hover:after {    background: #06c755;}
a.info_fix_default.info_fix_add:hover:after {    background: #EA4335;}

.info_fix_links a:nth-child(4){animation-delay: .5s;}
.info_fix_links a:nth-child(2){animation-delay: 1s;}
.info_fix_links a:nth-child(1){animation-delay: 1.5s;}
.info_fix_links a:nth-child(7){animation-delay: 2s;}
@keyframes con_btn{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}

.info_fix_links a:hover i {
    -webkit-animation: tateyure1 0.8s ease-in-out infinite alternate;
    animation: tateyure1 0.8s ease-in-out infinite alternate;
}
@keyframes tateyure1 {
    0% { transform: rotateY(180deg); }
    100% { transform: rotateY(0);}
}


/*順序*/
a.info_fix_default.info_fix_tel {    order: 1;}
a.info_fix_default.info_fix_line {    order: 2;}
a.info_fix_default.info_fix_fb {    order: 3;}
a.info_fix_default.info_fix_add {    order: 4;}

/*選單-stellarnav */
.stellarnav > ul > li{position: relative;}
.stellarnav > ul > li:before {    background-color: var(--SubColor);}
.stellarnav > ul > li:after {    background-color: var(--SubColor02);}
.stellarnav > ul > li:before, .stellarnav > ul > li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}
.stellarnav > ul > li:hover:before, .stellarnav > ul > li:hover:after {
    opacity: 1;
    top: 70%;
}
.stellarnav > ul > li:hover:before {    animation: dotrun 1.4s 0.5s linear infinite;}
.stellarnav > ul > li:hover:after {    animation: dotrun 1.4s 0.5s linear infinite reverse;}


.stellarnav > ul > li > a {
    color: var(--BgColor);
    padding: 0 15px;
    transition:all 0.3s;
}
.stellarnav > ul > li:hover > a {    color: var(--SubColor);}
.stellarnav > ul > li > a b:nth-child(2) {
    font-family: var(--SFontEN);
    font-size: 15px;
    font-weight: 600;
}

@keyframes dotrun {
    0% {        translate: 0 0;    }
    25% {        translate: 7px 0;    }
    50% {        translate: 0 0;    }
    75% {        translate: -7px 0;    }
    100% {        translate: 0 0;    }
}

/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--BgColor) var(--BgColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*選單-下拉*/
.stellarnav ul ul {
    background: var(--BgColor);
    border-top: 5px solid var(--SubColor);
    width: 180px;
}
.stellarnav li li{border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {    letter-spacing: 0.05rem; transition: all .3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    padding-left: 15px;
    background: var(--SubColor03);
    color: var(--BgColor);
}

/*下拉過長
.stellarnav ul ul.album2_classes {
    top: 100%;
    left: 0;
    background: #efefef;
    height: auto;
    max-height: 610px;
    overflow: auto;
}
.stellarnav ul ul.album2_classes li {
    margin: 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;}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*footer*/
.footer {
    /* background: #f6f3ecb5; */
    padding: var(--pd80) 0 0;
    /* background: rgba(102, 111, 92, 0.92); */
    background: linear-gradient(#666f5ce3, #666f5ce8), repeating-radial-gradient(#666f5c42 0 0.0001%, #ffffff52 0 0.0002%) 50% 0 / 2500px 2500px, repeating-conic-gradient(#666f5c73 0 0.0001%, #ffffff3b 0 0.0002%) 60% 60% / 2500px 2500px;
}

.footer_logo {    max-width: 180px;}
.footer_info {    grid-template-columns: 230px 1fr;     padding-right: 200px; }

.footer_info ul {    display: flex;    gap: 4vw;}
.footer_info li {    padding: 0;}
.footer_info li:nth-child(1) {
    width: 43%;
    border-right: 1px solid #f6f3ec21;
}

.footer_info li p, .footer_info li p a {    color: var(--BgColor); transition: all .3s; }
.footer_info li p:hover, .footer_info li p:hover a {    color: var(--SubColor03);}

.footer_info li p.mail {    display: none;}
.footer_info li p.tel:before {    content: '預約專線：';}
.footer_info li p.tel2:before {    content: '陳先生：';}
.footer_info li p.phone:before {    content: '蘇小姐：';}
.footer_info li p.add:before {    content: '展示據點：';}
.footer_info li p.add:after {
    content: '營業時間： 週一至週日（採預約制）';
    display: block;
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 30px;
}

.footer_menu a {
    padding: 5px 7px 5px 15px;
    border: unset;
    margin: 0 0px 5px 0;
    position: relative;
    color: var(--BgColor);
    background: transparent;
    letter-spacing: 2px;
    transition: 0.5s;
}
.footer_menu a:hover {
    background: transparent;
    color: var(--SubColor03);
}
.footer_menu a:before, .footer_menu a:after {
    content: "";
    background: var(--SubColor03);
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.footer_menu a:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -20px, 0) scale(.75, 1.75);
    transform: translate3d(0, -20px, 0) scale(.75, 1.75);
}
.footer_menu a:hover:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 15px, 0) scale(.75, 1.75);
    transform: translate3d(0, 15px, 0) scale(.75, 1.75);
    transition: opacity .65s cubic-bezier(.645, .045, .355, 1) 0s, visibility .65s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-transform .65s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: transform .65s cubic-bezier(.645, .045, .355, 1) 0s, opacity .65s cubic-bezier(.645, .045, .355, 1) 0s, visibility .65s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: transform .65s cubic-bezier(.645, .045, .355, 1) 0s, opacity .65s cubic-bezier(.645, .045, .355, 1) 0s, visibility .65s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-transform .65s cubic-bezier(.645, .045, .355, 1) 0s;
}
.footer_menu a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: opacity .55s cubic-bezier(.645, .045, .355, 1) .1s, visibility .55s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .55s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .55s cubic-bezier(.645, .045, .355, 1) .1s, opacity .55s cubic-bezier(.645, .045, .355, 1) .1s, visibility .55s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .55s cubic-bezier(.645, .045, .355, 1) .1s, opacity .55s cubic-bezier(.645, .045, .355, 1) .1s, visibility .55s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .55s cubic-bezier(.645, .045, .355, 1) .1s;
}

.box_link {
    width: 100%;
    max-width: max-content;
    gap: 10px;
}
.box_link a {
    border-radius: 0;
    color: var(--BgColor);
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 14px;
    transition: all .3s;
}
.box_link a:hover {
    background: var(--BgColor);
    color: var(--MainColor);
}
.box_link a:after {
    padding-left: 10px;
    text-transform: uppercase;
    font-family: var(--SFont);
}
.box_link a.me_tp_fb:after {    content: "facebook"; font-family: var(--SFontEN);}
.box_link a.me_tp_line:after {    content: "加LINE洽詢";}

.box_link a.me_tp_mail, .box_link a.me_tp_call {    display: none;}

.copy {
    background: #35453F;
    border-top: none;
    margin-top: 25px;
    padding: 20px 20px;
    font-size: 12px;
    color: #a3ae989e;
}
.copy a {    color: #a3ae989e;}

/*大圖/＝＝＝＝＝*/
.pageIndex .bannerindex .swiper-banner .swiper-slide img { 
    height:auto;
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100vh;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}

.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    letter-spacing: 0.2rem;
    color: var(--BgColor);
    font-size: var(--f24);
    top: 58%;
    opacity: 0; 
    white-space: nowrap;
    transition: all 0.3s ease;
    text-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}
.pageIndex .bannerindex .swiper-slide-active:before,
.pageIndex .bannerindex .swiper-slide-active:after {
    animation: stepInRefined 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* --- 第一張圖內容 --- */
.pageIndex .bannerindex .swiper-slide:nth-child(1):before,
.pageIndex .bannerindex .swiper-slide:nth-child(1):after {
    left: 50%;
    transform: none;
    text-align: left;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1):before {
    content: "讓每一步，都走在安心與美感之上";
    animation-delay: 0.4s;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1):after {
    content: "Where Comfort Meets Beauty.";
    top: 64%;
    font-size: var(--f18);
    font-family: var(--SFontEN);
    animation-delay: 0.8s;
}

/* --- 第二張圖內容 --- */
.pageIndex .bannerindex .swiper-slide:nth-child(2):before, .pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 75%;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2):before {
    content: "我們用一片好地板，陪你走過每個平凡又重要的日常";
    animation-delay: 0.4s;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    content: "Crafted for Everyday Living.";
    top: 80%;
    font-size: var(--f18);
    font-family: var(--SFontEN);
    animation-delay: 0.8s;
}

@media screen and (max-width: 768px) {
.pageIndex .bannerindex {padding-bottom: 100%;}
    .pageIndex .bannerindex .swiper-banner .swiper-slide img {
        min-height: 80vw;
        max-height: 100vw;
    }
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
        left: 50% !important;         
        transform: translateX(-50%) !important; 
        text-align: center !important;
        white-space: normal;         
        width: 85%;          
}
.pageIndex .bannerindex .swiper-slide.swiper-slide:before {        top:65%;     }
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {    top:70%;   }

}

@media screen and (max-width: 600px) {
.pageIndex .bannerindex {        margin-top: 0;    }
.pageIndex .bannerindex .swiper-slide.swiper-slide:before {        top:32%;      }
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {        top:36% ;       }
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, .pageIndex .bannerindex .swiper-slide.swiper-slide:after {   width: 75%;     font-size: inherit;  letter-spacing: 1px;  }
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {    top: 38%;}

}

/* --- 動畫定義 --- */
@keyframes stepInRefined {
    0% {
        opacity: 0;
        filter: blur(12px);
        transform: translate(var(--tw-x, -50%), 20px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
        transform: translate(var(--tw-x, -50%), 0);
    }
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before,
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {
    --tw-x: 0; 
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before,
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {
    --tw-x: -50%; 
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part, .product_info_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 > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.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_Menulists > ul > li {
    border: none;
    margin: 0;
    border-bottom: 1px solid var(--SubColor02);
}
.Prods_Menulists li a {
    color: var(--FontColor);
    padding: 12px 15px;
}

.Prods_Menulists > ul > li.active > a {    background: var(--SubColor03);}
.Prods_Menulists > ul > li.active {    border-bottom: 1px solid var(--SubColor03);}
.Prods_Menulists li a:hover {
    background: var(--SubColor03);
    color: #fff;
}

.Prods_Wrap .Prods_lists dl.State {
    height: auto;
    text-align: center;
}
dl.State h5 {
    font-size: var(--f17);
    color: var(--FontColor);
    transition: all .5s;
    height: fit-content;
}
.Prods_lists li:hover dl.State h5 {    color: var(--MainColor);}
dl.State .MoreDets a {    background: var(--SubColor);}
dl.State .MoreDets a b {    font-weight: 400;}
.Prods_lists li:hover dl.State .MoreDets a{    background: var(--MainColor);}

.Prods_path dd > a {    color: var(--FixAsColor03);}

/*購物車-內層*/
.sidebarBtn {
    border: none;
    padding: 20px;
}
.radio-inline__input:checked + .radio-inline__label {
    color: var(--FontColor);
    background: #fff;
    border: none;
    border: 1px solid var(--MainColor);
    padding: 6px 10px;
}

/*購物車內層line按鈕*/
.inquiry_a1, .inquiry_a2, .inquiry_a3, .inquiry_a4, .sidebarBtn .Pd_Line_Boxed {
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--SubColor03);
    box-shadow: 0 4px 0 var(--MainColor);
    position: relative;
    overflow: hidden;
}

.inquiry_a1::before, .inquiry_a2::before, .inquiry_a3::before, .inquiry_a4::before, .sidebarBtn .Pd_Line_Boxed::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%; 
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    animation: shine-sweep 4s infinite linear; 
}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .inquiry_a4:hover, .sidebarBtn .Pd_Line_Boxed:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #5e6d4d;
    background: var(--MainColor);
}

/* 動畫 */
@keyframes shine-sweep {
    0% {        left: -150%;    }
    50% {        left: 150%;     }
    100% {        left: -150%;    }
}


/*商品資訊*/
.pd_tabTitle li {    border-bottom: 1px solid var(--SubColor);}
.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: var(--SubColor);
}
.pd_tabTitle li.activeTab a {
    color: var(--MainColor);
    font-weight: 500;
    font-size: var(--f18);
}

/*購物車-相關推薦*/
.prod_related {    background: var(--BgColor);    padding: var(--pd80) 20px;}
.prod_related h6 span:before {    font-size: var(--f24);    color: var(--FontColor);}
.prod_related li > a {
    padding: 9px;
    background: var(--SubColor02);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.related_list li, .related_list li p {        background: var(--SubColor02);}

@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 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 {
    width: 100%;
    max-width: 90vw;
    margin: 180px auto 0;
    background: url(https://pic03.eapple.com.tw/enjoyfloor/ban.jpg);
    padding-bottom: calc(100% / 1 * 0.25); 
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; 
    transition: 1.5s;
}
.headerSticky .banner {
    max-width: 100%;
    border-radius: 0px;
}

.banner:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
    width: 7px;
    height: 7px;
    background-color: var(--MainColor); 
    border-radius: 50%;
    animation: boxMove 3s ease infinite;
    bottom: 0;
    z-index: 5;
}

.banner::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: clamp(30px, 8vw, 65px); 
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); 
    bottom: 0;
    z-index: 4;
}

.banner h5 {
    font-size: var(--f28);
    color: #ffffff;
    letter-spacing: 10px;
    text-indent: 10px;
    padding: 15px 20px;
    z-index: 10; 
    position: relative;
    margin: 0 auto;
    width: 80%;
    top: clamp(40px, 14vw, 15vw); 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    animation: slide-top 1.5s 0.5s both;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.banner h5:before {
    content: "enjoyfloor";
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: var(--SFontEN);
    font-size: var(--f75);
    line-height: 1;
    font-weight: 200;
    text-indent: 0;
}
.services_page .banner h5:before {    content: "Service";}
.album_class_page.album_a  .banner h5:before {    content: "Works";}
.banF h5:before {    content: "Products";}
.blog_page.article_a .banner h5:before {    content: "News";}

/*動畫*/
@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}
@keyframes boxMove {
    0%, 100% { bottom: 0; opacity: 0; }
    20% { opacity: 1; }
    40%, 60% { bottom: clamp(30px, 8vw, 55px); } 
    80% { bottom: 0; opacity: 1; }
}

/* --- 手機版 RWD 調整 --- */
@media (max-width: 768px) {
    .banner {
        margin-top: 100px;
        padding-bottom: 40%; 
        border-radius: 20px;
    }
    .banner h5 {
        top: 23vw;
        letter-spacing: 5px;
    }

    .banner::after {
        height: 40px; 
    }
    
    @keyframes boxMove {
        0%, 100% { bottom: 0; }
        40%, 60% { bottom: 35px; } 
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw;
}
.subbox_item a {
    grid-template-columns: 1fr;
    overflow: hidden;
    box-shadow: 0 9px 49px 3px rgba(140, 140, 140, .1);
    grid-gap: 5px;
}
.subbox_item a:before {
    opacity: 1;
    color: var(--FontColor);
    text-align: right;
    font-family: var(--SFontEN);
    font-weight: bold;
    letter-spacing: 1px;
    right: 25px;
}
.subbox_item a:after {
    border: none;
    border-bottom: dashed 1px var(--SubColor);
    opacity: 1;
    bottom: 19px;
    content: '';
    background: transparent;
    width: 60%;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    color: var(--SubColor);
}

.blog_list_le {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.blog_list_ri {
    min-height: 210px;
    padding: 15px 20px;
}
.subbox_item a:hover h5 {    color: var(--SubColor);}
.blog_list_ri p {    line-height: 1.5;}

/*文章-側邊選單*/
h5.blog_le_t {
    font-family: "Montserrat", sans-serif;
    color: var(--MainColor);
    letter-spacing: 1px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor03) !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    font-weight: 400;
}

/*文章內層*/
.articel_mainPic {    display: none;}  /*封面圖*/
h4.blog_category_title {
    color: var(--MainColor);
    font-size: var(--f32);
    font-weight: 500;
}
.blog_box_edit * {    line-height: 180%;}
.blog_back a.article_btn_back {    background: var(--SubColor04);}
.blog_back a.article_btn_next, .blog_back a.article_btn_prev {    background: var(--MainColor);}

/*相關推薦*/
.news_related {    background: var(--BgColor);    padding: var(--pd80) 20px;}
.news_related h6 span:before {    font-size: var(--f24);    color: var(--FontColor);}
.news_related_list li > a {
    padding: 9px;
    background: var(--SubColor02);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.lastPage {    background: var(--SubColor);}

/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.show-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.subalbum-menu h2 {
    color: var(--MainColor);
    text-align: center;
    font-size: var(--f28);
    width: 100%;
    padding-bottom: 13px;
}

.show-list .show_pic, .pic-list .show_pic {    aspect-ratio: 1 / 1;}
.other_subalbum li a p {
    text-align: center;
    color: var(--FontColor);
    padding: 12px;
    font-size: var(--f18);
    font-weight: bold;
}
.show-list .item a .show_pic img {
    transform: scale(1);
    transition: all .8s;
    min-height: 420px;
    object-fit: cover;
    filter: saturate(.6);
    -webkit-mask-image: linear-gradient(90deg, #f4f0ec 0, #f4f0ec 50%, transparent 100%);
    mask-image: linear-gradient(90deg, #f4f0ec 0, #f4f0ec 50%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
    animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards maskFadeIn;
}
.show-list .item a:hover .show_pic img {    transform: scale(1.05);}
.overlay {    display: none;}

@keyframes maskFadeIn {
    0% {
        -webkit-mask-position: 200% 0;
        mask-position: 200% 0
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

/*相簿-第二層*/
.pic-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 10px;
}
.pic-list .show_pic img{    transform: scale(1);  transition: all .8s; }
.pic-list .item a:hover .show_pic img {    transform: scale(1.05);}


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1024px) {
:root {
        --f75: 60px;
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
        --pd80:60px;
    }

/*header*/
.header_area {    position: sticky;}

/*footer*/
.footer_info ul {    gap: 1.5vw;}
.footer_info {    padding: 0 30px;}
.footer_info li:nth-child(1) {
    width: 40%;
    border-right: 1px solid #f6f3ec21;
}
.box_link {    right: 60px;}

/*banner*/
.banner {    margin: 5vw auto 0;}

/*相簿*/
.show-list {    grid-gap: 1vw;}
}

@media screen and (max-width: 768px) {
:root {
        --f75: 50px;
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        background: #35453fd9;
        backdrop-filter: blur(5px);
    }
#bottom_menu li {    border-right: 1px solid #dddddd1f;}
#bottom_menu li a {    color: var(--BgColor);}

.footer.with_shopping_mode { padding:60px 0 50px; }
#to_top { bottom:60px;}

.footer_info ul {    gap: 0;    flex-direction: column;}
.footer_info li:nth-child(1) {        width: 100%;        border-right: none;    }
.box_link {    top: 4vw;}

/*header*/
.header_area {    background: var(--MainColor);}
.nav-header, .sticky .nav-header {    max-width: 90px;}
.sticky .main_header_area .container {    max-width: 100%;}

/*手機版選單*/
.stellarnav .menu-toggle span.bars span {    background: var(--SubColor);}
.stellarnav .menu-toggle:after {    color: var(--SubColor);}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor); color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #fff;}/*選單關*/
.stellarnav.mobile ul {    background: var(--BgColor);}
.stellarnav.mobile > ul > li > a {
    color: var(--FontColor);
    padding-left: 12%;
}
.stellarnav.mobile > ul > li:hover > a {    color: var(--SubColor);}
.stellarnav > ul > li:before, .stellarnav > ul > li:after {
    left: 7%;
    top: 45% !important;
}
.stellarnav > ul > li > a b:nth-child(2) {    display: none;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--SubColor);}/*下拉關*/
.stellarnav.mobile li.open {    background: var(--MainColor);}
.stellarnav.mobile li.open > a {    color: var(--BgColor);}
.stellarnav.mobile li a {    background: transparent;}

/*相簿*/
.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
}

@media (max-width:600px) {
    :root {
        --f75: 35px;
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
        --pd80:40px;
    }

    .footer_info {    grid-template-columns: 1fr; justify-items: center; }
    .footer_info ul {    flex-direction: column;    align-items: center;    text-align: center;    gap: 0;    }
    .footer_info li:nth-child(2) {    padding-top: 8px;    width: 100%;}
    .footer_menu {        grid-template-columns: repeat(3, 1fr);    }
    .footer_menu a:first-child {    display: none;}
    .info_fix, .box_link {    display: none;}

    ul.show-list, .pic-list {    grid-template-columns: 1fr;}
    .module_i_news ul, .blog_subbox  {    grid-template-columns: 1fr;}
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}


