@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #978670;  color: #fff;}
::selection{  background-color: #978670;  color: #fff;}
:root {
    --MainColor: #978670;
    --SubColor:#c8b8a3;
    --SubColor02:#ede4d4;
    --SubColor03:#b0946a;
    --SubColor04:#3c3831;
    --SFont:"Noto Sans TC", sans-serif;
    --SFontEN: "Philosopher", sans-serif;
    --FontColor:#3c3831;
    --graycolor:#717171;
    --logocolor:#040000;
    --logocolor02:#4C4C4C;
    --bgcolor:#F9F7F5;
    --bgcolor02:#f3f0eb;
    --obgcolor:#f6f6f6;
    --f60: 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;
}

/*送切刪除*/
.contact_form li.checknumBox .form__insert img {    width: 55px !important;}
/**/

body {
    font-family: var(--SFont);
    letter-spacing: .1rem;
    color: var(--FontColor);
    background: var(--bgcolor);
}
.main_part {max-width: 1400px;padding: var(--pd80) 0;width: 94%;}
.path{display: none;}
#content_main{background: var(--bgcolor);}

#to_top {    box-shadow: 0px 0px 14px var(--MainColor);    color: var(--FontColor); background: var(--bgcolor02);}
#to_top i:before, #to_top i:after{background: var(--logocolor);}

/*頁碼
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}
*/

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {    background: #ede4d4;    width: 7px;}
::-webkit-scrollbar-track-piece {    background: #ede4d4;}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    border-radius: 4px;    background-color:var(--SubColor);}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: var(--SubColor03); }

/* 軌道背景底色 */
::-webkit-scrollbar-track {    box-shadow: transparent;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.navigation {    grid-template-columns: 100px 1fr;}
.main_header_area .container {    max-width: 95%;}

.header_area {
    position: fixed;
    background: linear-gradient(to bottom, #9786709c -3%, #97867000 86%);
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex  .header_area {    padding: 10px 0 30px;}

/*下滑*/
.header_area.sticky {
    background: #978670c7;
    backdrop-filter: saturate(93%) blur(7px);
    /*padding: 0;*/
}
.pageIndex .header_area.sticky {    padding: 0;}
.sticky .navigation {    grid-template-columns: 1fr;}
.sticky .stellarnav ul {    text-align: center;}

@keyframes header_show {
0% {    opacity: 0;}
100% {    opacity: 1;}
}

/*上方選單右邊設定 臉書/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;}

/*浮動按鈕-展開*/
.info_fix {    right: 0;}
.info_fix_links {
    display: flex !important;
    align-items: flex-end;
}
.linksBtn {    display: none;}

a.info_fix_default.info_fix_mail, a.info_fix_default.info_fix_tel, a.info_fix_default.info_fix_ig {    display: none;}
.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
    background: #b0946ab5;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
}
.info_fix_links a:hover {    background: var(--MainColor); }
.info_fix_links a:nth-child(1){animation-delay: .5s;}
.info_fix_links a:nth-child(2){animation-delay: 1s;}
.info_fix_links a:nth-child(4){animation-delay: 1.5s;}
.info_fix_links a:nth-child(7){animation-delay: 2s;}
.info_fix_links a:nth-child(8){animation-delay: 2.2s;}

.fa-map:before {    content:"\f3c5";    font-family: fontAwesome;}/*map符號*/
.fa-pencil-square-o:before {  content:"\f044";} /*表單符號*/

@keyframes con_btn{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}



/*電腦LOGO
.nav-brand {}
*/
/*.nav-brand {    filter: contrast(0) brightness(100);}*/
.nav-header {    max-width: 60px; width: 100%;    padding: 6px;transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99); }
.nav-brand {    display: flex; }

.nav-brand img {
    max-width: 100%;
    filter: contrast(0) brightness(100) drop-shadow(0px 0px 4px #978670cf);
}
.pageIndex .nav-brand {
    position: absolute;
    max-width: 100px;
    opacity: 0;
    top: 45%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);    
    animation: logo_down 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 3s;
    width: 6vw;
    padding-top: 20px; 
}

@keyframes logo_down{
    0%{        opacity: 0; top: -100px; }
    100%{        opacity: 1;  top: 0; }
}

/*下滑*/
.pageIndex .sticky .nav-brand {    width: 0; }
.sticky .nav-header {    padding: 0;}
.sticky .nav-brand {    width: 0;}


/*.pageIndex .sticky .nav-brand {
    position: relative;
    top: 0;
    max-width: 56px;
    width: 6vw;
}*/

/*手機LOGO
.nav-brand-m {}
*/


/*第一層*/
.stellarnav > ul > li{
    padding: 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    padding: 0 10px;
    color: var(--SubColor02);
    color: #fff;
    text-shadow: 0 0 6px var(--MainColor), 0 0 11px var(--MainColor);
}
.stellarnav > ul > li:hover > a { /*color: var(--SubColor03); */ opacity: .9; text-shadow: none; color: var(--SubColor02); }

/*下拉線條箭頭*/
.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(--FontColor) var(--FontColor) transparent;
     border-color: transparent var(--SubColor02) var(--SubColor02) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pageIndex .stellarnav > ul > li {    padding: 10px 0;    opacity: 0;}
.pageIndex .stellarnav > ul > li:nth-of-type(1){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(2){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.5s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(3){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.8s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(4){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(5){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.2s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(6){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.4s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(7){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.6s;
}

@keyframes down {
    0%{        opacity: 0;        transform: translate(0,-20px);    }
    100%{        opacity: 1;        transform: translate(0,0);    }
}


/*menu下滑*/
.sticky .stellarnav > ul > li > a {    color: var(--SubColor02);  color: #fff; text-shadow: none;  }
/*.sticky .stellarnav li.has-sub>a:after {    border-color: transparent var(--SubColor02) var(--SubColor02) transparent;}*/
.sticky .stellarnav > ul > li:hover > a { color: var(--SubColor02); opacity: .9;}

/*第二層*/
.stellarnav ul ul {
    /* background: #978670c7; */
    /* backdrop-filter: blur(19px); */
}
.stellarnav li li {    border: none;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 9px;
    transition: all 0.3s;
    color: var(--MainColor);
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 3px solid transparent;
    background: var(--bgcolor);
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    opacity: .8;
    padding-left: 18px;
    border-color: 6px solid var(--MainColor);
}

/*下拉第二層箭頭
.stellarnav li 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(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
*/

/* 商品下拉超過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 {    padding-top: 60px;    background: var(--MainColor);}
.footer .center {    max-width: 1400px; }
.footer_logo {    max-width: 100px;}
.footer_logo img { filter: contrast(0) brightness(100); }
.box_link{display: none;}
.footer_info li p, .footer_info li p a {    color: #fff; line-height: 200%; }
.footer_info li p {    padding-left: 10px;}

.footer_info ul {
    gap: 0 50px;
    letter-spacing: 0.15em;
    display: flex;
    justify-content: flex-end;
}

.footer_info ul>li:nth-child(1):before {    content: "CONTACT";}
.footer_info ul>li:nth-child(2):before {    content: "MAIN MENU";}
.footer_info ul>li:before {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--SubColor);
    padding-bottom: 10px;
    font-weight: bold;
    font-family: var(--SFontEN);
    padding-left: 10px;
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 30px;
}
.footer_menu a:nth-child(1) {    display: none;}
.footer_menu a {
    background: transparent;
    border: none;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    transition: all .3s;
}
.footer_menu a:hover {
    background: transparent;
    color: var(--SubColor02);
}

.copy {
    border-top: 1px solid #ffffff24;
    max-width: 1400px;
    margin: 20px auto 0;
    padding: 20px;
    color: #fff;
    opacity: .5;
    font-size: 12px;
}
.copy a {    color: #fff;}



/*聯絡我們*/
.contact_content .information_left {    width: 290px;}
.blank_letter {
    font-size: var(--f20);
    font-family: var(--SFont);
    color: var(--FontColor);
    font-weight: 500;
}
.contact_form li input.noborder {    border: none;}
.contact_form li textarea.noborder {    border: none;}
.contact_form li {
    border-bottom: 1px #b0946a3d solid;
    padding: 12px 0;
    grid-template-columns: 125px 1fr;
}
.list_before.info li {    color: var(--FontColor);}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-gap: 6px;
    grid-template-columns: repeat(4, 15px 1fr);
    justify-items: start;
}


.contact_form li .form__label {
    color: var(--FontColor);
    max-width: 120px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    margin: 0 7px;
    border: 2px solid var(--SubColor03);
    position: relative;
    overflow: hidden;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0px, 0%, 0px);
    transition-delay: 0.6s;
}

.contact_form li.last cite:hover, .contact_form li.last blockquote:hover {
    border: 2px solid var(--MainColor);
}
.contact_form li.last blockquote {    color: var(--FontColor);}
.contact_form li.last cite {    background: var(--SubColor03);}
.contact_form li.last blockquote:hover input {    color: #fff;}
.contact_form li.last input, .contact_form li.last i.fa-solid.fa-arrow-right {
    position: relative;
    z-index: 2;
}
.contact_form li.last cite:before, .contact_form li.last cite:after, .contact_form li.last blockquote:before, .contact_form li.last blockquote:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}
.contact_form li.last cite:before, .contact_form li.last blockquote:before {
    background: var(--MainColor);
    transform: translateX(-100%) scaleX(0.5);
}
.contact_form li.last blockquote:after {    background: transparent;}
.contact_form li.last cite:hover:before, .contact_form li.last blockquote:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}

/*按鈕*/
.animated-arrow {
    background: transparent;
    border: 2px solid var(--SubColor03);
    color: var(--SubColor03);
    transition: .3s;
}
.animated-arrow:hover {    background: transparent;    color: #fff; border: 2px solid var(--MainColor); }
.animated-arrow b, .module_i_projects .i_projects_b a i.fa-solid.fa-arrow-right, .i_blog_b a i.fa-solid.fa-arrow-right {
    position: relative; 
}
.animated-arrow b {font-weight: 400;}

.animated-arrow:before, .animated-arrow:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}
.animated-arrow:before {
    background: var(--MainColor);
    transform: translateX(-100%) scaleX(0.5);
}
.animated-arrow:hover:before, .animated-arrow:hover:after {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}
.animated-arrow:hover:before, .animated-arrow:hover:after {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}
/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%;}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

.pageIndex .bannerindex::after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: calc(7vw + 30px);
    background: url(https://pic03.eapple.com.tw/YM14145/01cover_ban2.png);
    width: 175px;
    height: 175px;
    background-position: bottom;
    background-size: contain;
    z-index: 9999;
    bottom: calc(14vw + 30px);
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
    max-width: 16%;
    height: auto;
    opacity: .8;
    mix-blend-mode: color-dodge;
    animation: slideshow 2.5s ease-out forwards, cir_dd 20s linear infinite 2s;
}


/*大圖1*/
.swiper-banner .swiper-slide{position: relative;}
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide::before {
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/YM14145/01cover_ban1.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/YM14145/01cover_ban1a.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/*大圖2*/
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::before {
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/YM14145/01cover_ban2b.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::after{
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/YM14145/01cover_ban2a.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

@keyframes slideshow {
    0% {        opacity: 0;        filter: blur(5px);    }
    100% {        opacity: 1;        filter: blur(0);    }
}

@keyframes slideDownBlurAnimation {
    0% {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}
@keyframes cir_dd{
	100%{transform: rotate(360deg);}
}

.pageIndex .bannerindex .swiper-slide.swiper-slide-active:before {     animation: slideDownBlurAnimation 2.5s;animation-fill-mode: both; }    
.pageIndex .bannerindex .swiper-slide.swiper-slide-active:after {     
    animation: slideDownBlurAnimation 2.5s;animation-fill-mode: both;
    animation-delay: 0.5s;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: var(--SubColor02);
    width: 100%;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    padding: calc(22vw + 30px) calc(3vw + 30px) calc(4.5vw + 70px) 5%;
}

.banner::before {
    content: "";
    position: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    background-color: transparent;
    backdrop-filter: grayscale(.2) blur(7px);
    -webkit-backdrop-filter: grayscale(.2) blur(7px);
    opacity: 1;
    animation: action-bg 2s ease-out forwards;
}

.banner:after {
    content: '';
    width: 115%;
    height: 115%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/YM14145/ban.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform, filter;

    animation: bannerCineMotion 22s ease-out infinite;
    animation: bgScroll 30s linear infinite;
}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}

/* -------------------------------------------
    標題浮現
------------------------------------------- */
.banner h5 {
    font-weight: 400;
    z-index: 1;
    font-size: var(--f28);
    color: #fff;
    letter-spacing: 13px;
    animation: slide-top 1.5s 0.6s both;
}

/* -------------------------------------------
    動畫區
------------------------------------------- */

/* h5 浮現 */
@keyframes slide-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 進場放大 → 正常 */
@keyframes action-bg {
    0% {
        backdrop-filter: grayscale(.2) blur(7px);
        -webkit-backdrop-filter: grayscale(.2) blur(7px);
        opacity: 1;
    }
    100% {
        backdrop-filter: grayscale(0) blur(0px);
        -webkit-backdrop-filter: grayscale(0) blur(0px);
        opacity: 0;
    }
}
/*
@keyframes bannerCineMotion {
    0% {
        transform: scale(1.15) translateX(0); 
        filter: blur(4px) brightness(0.9);
        opacity: 0;
    }

    12% {
        transform: scale(1.05) translateX(0);
        filter: blur(0) brightness(1);
        opacity: 1;
    }

    55% {
        transform: scale(1.04) translateX(-3%);
        filter: blur(0) ;
    }

    100% {
        transform: scale(1.05) translateX(0);
        filter: blur(0);
        opacity: 1;
    }
}
*/
@keyframes bannerCineMotion {
    0% {
        transform:  translateX(0); 
        filter: blur(4px) brightness(0.9);
        opacity: 0;
    }

    12% {
        transform:  translateX(0);
        filter: blur(0) brightness(1);
        opacity: 1;
    }

    55% {
        transform: translateX(-3%);
        filter: blur(0) ;
    }

    100% {
        transform:  translateX(0);
        filter: blur(0);
        opacity: 1;
    }
}

.banner.banA {}
.banner.banB {}
.banner.banC:after {    background-image: url(https://pic03.eapple.com.tw/YM14145/ban-c.jpg);}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banblog:after {    background-image: url(https://pic03.eapple.com.tw/YM14145/ban-blog.jpg);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--MainColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/
.projects_detaild_page .leftside {    display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*設計作品管理*/
.StoreProjsList {    width: 90%;    padding: var(--pd80) 20px;}
.projsTabs li {    padding: 10px;}
.projsTabs li a, .projsTabs li.Now a {
    color: var(--FontColor);
    font-size: var(--f16);
    font-weight: 500;
    border-bottom: 1px solid #2b221a2b;
    padding: 5px 10px;
}
.projsTabs li.Now a { border-bottom: 1px solid #2b221a;}
.StoreProjs_Post li {
    border: none;
    background: transparent;
    text-align: center;
}
.StoreProjs_Post li > a:hover:after {    background: #2b221a82;}

.StoreProjs_Post li section h6 strong {
    font-weight: 300;
    letter-spacing: .1rem;
}
.StoreProjs_Post li > a {    padding: 0 0 70%;}
.StoreProjs_Post li h4 {
    color: var(--FontColor);
    font-weight: 400;
    animation: slide-top 1.5s 0.6s both;
}
.StoreProjs_Post li img {
    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;
}

@keyframes maskFadeIn {
    0% {
        -webkit-mask-position: 200% 0;
        mask-position: 200% 0
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

/*scroll*/
#Projs_scroll_down a em {    border: 1px solid var(--SubColor);    background: #ede4d491;}
#Projs_scroll_down a em::before {    background: var(--SubColor03);}
#Projs_scroll_down a span:before {    color: var(--MainColor);    font-weight: bold;}

/*scroll箭頭*/
#Projs_scroll_down a i {    margin: 5px 0 13px;}
#Projs_scroll_down a i:before, #Projs_scroll_down a i:after {    background: var(--MainColor);}

/*設計作品管理-內頁*/
.StoreProjsDetail {    width: 95%;}
.ProjsDetail_Title p {
    color: var(--FontColor);
}
.ProjsDetail_Title p a {
    background: var(--SubColor03);
    width: 25px;
    border-radius: 4px;
    height: 25px;
}
.ProjsDetail_Title p a.Btn_Share_LINE {
    background: #fff;
}
.ProjsDetail_Title p a::before {
    color: #fff;
    background: transparent;
    font-family: var(--SFontEN);
    font-weight: 300;
}
.ProjsDetail_Title p a.Btn_Share_LINE::before {
    content: "\f3c0";
    font-family: 'Font Awesome 6 Brands';
    font-size: 25px;
    color: var(--SubColor03);
}
.ProjsDetail_Title p a.Btn_Share_FB::before {
    content: "\f39e";
    font-family: 'Font Awesome 6 Brands';
    font-size: 15px;
    color: #fff;
}

.ProjsDetail_Title p span {
    background: #2b221a30;
    height: 23px;
}
.ProjsDetail_Title h4 {
    font-size: var(--f24);
    color: var(--FontColor);
    font-weight: 400;
    font-family: var(--SFont);
}
.ProjsDetail_Intro h6 strong, .ProjsDetail_Intro h6 {
    color: var(--FontColor);
    font-weight: 300;
    font-size: 14px;
}


/*設計作品管理-內頁圖片*/
.ProjsDetail_ImgView {    padding: 0;}
.ProjsDetail_ImgView ul li:first-child {    padding-top: 0;}

.ProjsDetail_ImgView ul li a {    position: relative; overflow: hidden;}
.ProjsDetail_ImgView li img {
    transform: scale(1);
    transition: all .7s;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.ProjsDetail_ImgView ul li a:hover img {
    transition: all .7s;
    transform: scale(1.1);
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.ProjsDetail_Viewpoint {
    color: var(--FontColor);
    font-size: 14px;
    font-weight: 300;
    padding-right: 20px;
}

.ProjsDetail_Bottom {    background: transparent;}
.ProjsDetail_Bottom a.ProjsBtn_Next {
    background: var(--SubColor03);
    border: 1px solid var(--SubColor03);
}
.ProjsDetail_Bottom a.ProjsBtn_Prev, .ProjsDetail_Bottom a.ProjsBtn_Back {
    background: transparent;
    color: var(--SubColor03);
    border: 1px solid var(--SubColor03);
}

/*設計作品管理-內頁-相關*/
.ProjsDetail_OtherObjs {    max-width: 90%;}
.ProjsDetail_OtherObjs li {    background: transparent;}
.ProjsDetail_OtherObjs li h6 {    color: var(--MainColor);}
.ProjsDetail_OtherObjs li h6:before {    background: var(--SubColor);}
.ProjsDetail_OtherObjs li h6:after {    width: 100%;    background: var(--SubColor);}
.ProjsDetail_OtherObjs li > a {    padding: 0 0 230px;}

@media screen and (max-width: 1024px) {
.ProjsDetail_info_2_5 {        padding: 20px 30px;    }
.ProjsDetail_info_3_5 {        padding: 20px 40px;    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}

/*顏色*/
.products-list .more {    border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more {    background: #ADA17E;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {    background: #ADA17E;}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

/*購物車-首頁*/
.ProjSwiper {    max-width: 1400px;}
.module_i_projects {
    padding: 100px 5%;
    background: var(--bgcolor02);
}
.module_i_projects .title_i_box {    margin-bottom: 50px;}
.module_i_projects .title_i_box h4 {
    font-size: var(--f20);
    color: var(--FontColor);
    font-weight: 500;
    line-height: 1;
}
.module_i_projects .title_i_box h6 {
    font-family: var(--SFontEN);
    text-transform: uppercase;
    font-size: var(--f60);
    font-weight: 500;
    position: relative;
    color: transparent;
    line-height: 1.2;
}
.module_i_projects .title_i_box h6:before {
    content: "interior design";
    display: block;
    color: var(--FontColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ProjSwiper li > a {    padding: 0 0 75%;}
.ProjSwiper li section h6 {    font-weight: 400;}
.ProjSwiper li section h6 strong {    color: #fff;    font-weight: 400;}

.ProjSwiper li > a:after {
    background: #49423999;
    backdrop-filter: blur(5px);
}
.ProjSwiper li > a:hover:after {
    background: #494239c2;
    backdrop-filter: none;
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
    .payment_form {    flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章-首頁*/
.module_i_news {    padding: 80px 20px;}
.module_i_news section {    max-width: 1400px;}
.module_i_news .title_i_box h6 {
    font-family: var(--SFontEN);
    text-transform: uppercase;
    font-size: var(--f60);
    font-weight: 500;
    position: relative;
    color: transparent;
    line-height: 1.2;
}
.module_i_news .title_i_box h6:before {
    content: "system kitchen";
    display: block;
    color: var(--FontColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.module_i_news .title_i_box h4 {
    font-size: var(--f20);
    color: var(--FontColor);
    font-weight: 500;
    line-height: 1;
}

.module_i_news ul {    grid-template-columns: repeat(4, 1fr);}
.blog_subbox {    grid-template-columns: repeat(3, 1fr);}
.subbox_item a, .module_i_news li a {    grid-template-columns: 1fr;}
.subbox_item a:before, .subbox_item a:after,
.module_i_news li a:before, .module_i_news li a:after {display: none;}

.blog_list_le {
    overflow: hidden;
    justify-content: flex-start;
}
.blog_list_le img {
    transition: ease-in-out .8s;
    transform: rotate(0) scale(1);
    opacity: 1;
    animation: eyecatch_singleImg_end 1.5s ease 0s 1 alternate;
    height: 100%;
    min-width: 600px;
    object-fit: cover;
    object-position: center;
}
.subbox_item a:hover img {
    /* transform: scale(1.2); */
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    filter: none;
    transform: translate(-38%, 0);
    filter: grayscale(0);
}

.blog_list_ri h5, .i_blog_ri h5 {
    color: var(--FontColor);
}

@keyframes eyecatch_singleImg_end {
    0% {
        transform: rotate(-15deg) scale(1.8);
        opacity: 0;
    }
    100% {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}



/*文章側邊選單*/
h5.blog_le_t {    display: flex;    flex-direction: column-reverse;}

h5.blog_le_t em, h5.blog_le_t span {
    color: var(--FontColor);
    font-size: var(--f20);
}
h5.blog_le_t span {
    display: block;
    font-family: var(--SFontEN);
    font-weight: 500;
    font-size: var(--f20);
    letter-spacing: 1px;
    margin: 0;
    color: var(--FontColor);
    display: none;
}
.blog_search input[type=search] {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--MainColor);
}
.blog_le .accordion {
    border: none;
    border-bottom: 1px solid #cfb26f40;
    border-radius: 0;
}
.blog_le .accordion > li {    transition: all 0.3s;}

.accordion li+li .link {    border-top: 1px solid #cfb26f40;}
.blog_le .accordion li .link:last-child:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #cfb26f00;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.2s;
}
.blog_le .accordion li .link:last-child:hover:before {
    animation-name: line_move;
    animation-duration: 0.5s;
    background: var(--MainColor);
}
.accordion li .link a {    font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #fff3da00 !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color: var(--MainColor) !important;}

@keyframes line_move{
    30%{left:100%;width:0}
    40%{width:0;left:0}
    100%{left:0;width:100%}
}

/*文章內層*/
.articel_mainPic img{display: none;}/*文章內層封面*/

.blog_box_edit * {    line-height: 200%;}
h4.blog_category_title {
    font-size: var(--f24);
    color: var(--FontColor);
    font-weight: 400;
    font-family: var(--SFont);
}

.blog_back a.article_btn_back {    background: var(--logocolor);}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {   background:var(--SubColor03);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    padding: 80px 15px;
    margin-top: 50px;
}

.news_related h6 span:before {
    font-size: var(--f24);
    color: var(--logocolor);
    font-weight: 400;
}

.news_related_list li {    position: relative;}
.news_related_list li:after {
    content: "";
    position: absolute;
    background: #ffffff00;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(9px);
    border-radius: 3px;
}
.news_related_list li a {
    background: transparent;
    padding: 10px;
    position: relative;
    z-index: 1;
    box-shadow: var(--FontColor)87 0px 6px 12px -2px, var(--FontColor)45 0px 3px 7px -3px;
}
.news_related_list li a p {
    color: #2b221ac7;
    line-height: 2;
    padding-top: 10px;
}

.lastPage {
    color: #fff;
    background: var(--logocolor);
    border: 2px solid var(--FontColor)00;
    transition: all .3s;
    border-radius: 3px;
}
.lastPage:hover {
    background: transparent;
    color: var(--logocolor);
    border: 2px solid var(--logocolor);
}

/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬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;}
*/

.show-list, .pic-list {    grid-template-columns: repeat(3, 1fr);}
.show-list .show_pic img {    transform: scale(1);}
.show-list .item a:hover .show_pic img {    transform: scale(1.2);}

.subalbum-menu h2 {
    color: var(--FontColor);
    font-size: var(--f16);
    font-weight: 500;
    border-bottom: 1px solid #2b221a2b;
    padding: 5px 10px;
}
.other_subalbum li a p {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 101;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    pointer-events: none;
    font-family: var(--SFont);
    font-weight: 400;
}
.other_subalbum li a:hover p {    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; } 取消連結被點擊效果
*/

.pic-list .item a img {   transform: scale(1);}
.pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
        --pd80:60px;
    }
}


@media screen and (max-width: 768px) {
    :root {
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
#bottom_menu {        
    background:#f4eee6;  
    -webkit-box-shadow: 0 -2px 15px 0 #cfb26f54;
    box-shadow: 0 -2px 15px 0 #cfb26f54;
    }
#bottom_menu li a {    color: var(--ENTitleColor);}
.footer.with_shopping_mode { padding:60px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}


/*漢堡選單*/
.stellarnav .menu-toggle:after {    color: var(--logocolor);}
.stellarnav .menu-toggle span.bars span {    background: var(--logocolor);}
.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: var(--logocolor); color: #fff;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--logocolor);}/*下拉關掉*/
.stellarnav.mobile li.open {    background: var(--bgcolor);}/*下拉*/
.stellarnav > ul > li > a {        color: var(--logocolor);    }

/*聯絡我們*/
.contact_content .information_left {    width: 100%;}

}


@media (max-width:600px) {
    :root {
        --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 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);    }
    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;
    }
}


