@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: var(--TitleColor);  color: #fff;}
::selection{  background-color: var(--TitleColor);  color: #fff;}
:root {
    --MainColor: #f9e4bc;
    --SubColor:#E2CBB0;
    --SubColor02:#efe7dcff;
    --SubColor03:#AE7F58;
    --SubColor04:#6D3218;
    --bgcolor:#f4f0ec;
    --SFont:"Noto Sans TC", sans-serif;
    --SFontEN: "Cardo", serif;
    --SFontEN-Sans: 'Cardo', 'Noto Sans TC', sans-serif;
    --SFontEN-Serif: 'Cardo', 'Noto Serif TC', sans-serif;
    --TitleFont:"Noto Serif TC", serif;
    --TitleColor:#b98d58ff;
    --FontColor:#221714;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --pd100:100px;
    --pd60:60px;
}
.animated15 { animation: none;}
.path{display: none;}
.main_part {    max-width: 1400px;}

/*頁碼
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}
*/
#content_main, #content {    background: var(--bgcolor);}
body {
    font-family: var(--SFont);
    font-size: var(--f16);
    font-family: 'Cardo', 'Noto Sans TC', sans-serif;
    color: var(--FontColor);
}

/*按鈕*/
.animated-arrow {
    background: var(--bgcolor);
    position: relative;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    border: 1px solid #b98d584f;
}
.animated-arrow b {
    color: var(--SubColor03);
    position: relative;
    z-index: 2;
    font-family: var(--SFont);
    font-weight: 400;
    letter-spacing: 0.15rem;
}
.animated-arrow:hover {    background: transparent; border-color: transparent;}
.animated-arrow:before, .animated-arrow:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: 1;
    top: 0;
    width: 0;
    height: 100%;
}

.animated-arrow:before {
    right: 0;
    border: 1px solid var(--SubColor03);
    border-left: 0;
    border-right: 0;
}
.animated-arrow:after {    left: 0; background: var(--SubColor03);    transition-delay: .35s;}

.animated-arrow:hover:before, .animated-arrow:hover:after {    width: 100%;}
.animated-arrow:hover b {  color: var(--bgcolor); }
.i_album_b a i.fa-solid.fa-arrow-right {
    color: var(--SubColor03);
    z-index: 2;
    position: relative;
}
.i_album_b:hover a i.fa-solid.fa-arrow-right {
    color: var(--bgcolor);
}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
::-webkit-scrollbar {    width: 10px;    height: 0px;}

/* 軌道背景底色 */
::-webkit-scrollbar-track {    background: var(--SubColor02); }

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #ddc392; 
    border-radius: 5px;
    transition: all .3s;
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {background: var(--SubColor03);  transition: all .3s;}

/*
關於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: transparent;
    position: fixed;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    padding: 0 10px;
}
.main_header_area .container {    max-width: 100%;}
.navigation {
    grid-template-columns: 200px 1fr 165px;
    align-items: center;
    padding-right: 20px;
}
.nav-header {
    /* grid-row: unset; */
    grid-row: 1 / span 1;
}
.nav-brand {
    max-width: 180px;
    width: 100%;
    padding: 6px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.pageIndex .nav-brand {
    position: absolute;
    max-width: 280px;
    width: 20%;
    top: clamp(10vw, 20vw, 100vh);
    transition: all 0.5s;
    left: 2%;
    filter: invert(1) drop-shadow(1px 1px 8px #AE7F58);
    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: 14vw;
}
.me_tp_features {    order: 1;}

/*下滑*/
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    /* box-shadow: rgba(255, 255, 255, 0.03) 0.1rem 0.1rem 5px; */
    background-color: #f0ece84d;
    background: #f9e4bcbd;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    transition: color .3s cubic-bezier(.83,0,.17,1);
}
.sticky .nav-brand {
    max-width: 120px;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.pageIndex .sticky .nav-brand {
    position: relative;
    filter: none;
    top: 0;
    max-width: 110px;
    width: 100%;
    left: 0;
}

.pageIndex .sticky .tp_links a {    color: var(--FontColor);}

@keyframes logo_down{
    0%{        opacity: 0; left: -100px; }
    100%{        opacity: 1;  left: 2%; }
}

/*上方選單右邊設定 臉書/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 a {
    color: var(--FontColor);
    padding: 5px;
    font-size: 15px;
}
.pageIndex .tp_links a {    color: var(--bgcolor);}
.pageIndex .me_tp_features {    padding: 10px 0;    opacity: 0;}
.pageIndex .me_tp_features {
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 3s;
}

/*浮動按鈕*/
.info_fix_links {    display: flex !important;}
.linksBtn {    display: none;}
a.info_fix_default.info_fix_mail {
    display: none;
}
.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
        background: #e9be5fb3;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
}
.info_fix_links a:hover {    background: #e9be5f;}
.info_fix_links a:nth-child(1){animation-delay: 1s;}
.info_fix_links a:nth-child(2){animation-delay: 1.5s;}
.info_fix_links a:nth-child(3){animation-delay: 2s;}
.info_fix_links a:nth-child(4){animation-delay: 2.5s;}

@keyframes con_btn{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}


/*第一層*/
.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;
    font-family: var(--SFontEN);
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: .05rem;
    color: var(--FontColor);
    height: 32px;
}
.stellarnav > ul > li:hover > a, .pageIndex .stellarnav > ul > li:hover > a{color: var(--SubColor03);}

.pageIndex .stellarnav > ul > li {    padding: 10px 0;    opacity: 0;}
.pageIndex .stellarnav > ul > li > a {    color: var(--bgcolor);}

.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: 1.8s;
}
.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: 2s;
}
.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: 2.2s;
}
.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: 2.4s;
}
.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.6s;
}
.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.8s;
}
.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.9s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(8){
    animation: down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 3s;
}
@keyframes down {
    0%{        opacity: 0;        transform: translate(0,-20px);    }
    100%{        opacity: 1;        transform: translate(0,0);    }
}

/*下滑*/
.pageIndex .sticky .stellarnav > ul > li > a {    color: var(--FontColor);}
.pageIndex .sticky .stellarnav > ul > li:hover > a{color: var(--SubColor03);}

.sticky .stellarnav > ul > li{
    padding: 0;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 40%;
    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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*第二層*/
.stellarnav > ul > li:nth-of-type(4) li, .stellarnav > ul > li:nth-of-type(6) li {display: none;} /*作品下拉隱藏*/
.stellarnav li.has-sub>a:after {display: none;}

.stellarnav ul ul {    background: transparent;}
.stellarnav li li {
    border: none;
    background-color: #f4f0ecd6;
    backdrop-filter: saturate(180%) blur(5px);
    transition: opacity .2s;
}
.stellarnav li li:hover {    backdrop-filter: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 15px;
    transition: all 0.3s;
    color: var(--FontColor);
    border-bottom: solid 1px #b78c5d17;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: var(--MainColor);
    padding-left: 26px;
    background: var(--TitleColor);
}

.stellarnav li li > a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: transparent;
    left: 0;
    top: 50%;
}

.stellarnav li li:hover > a:before {
    left: 8px;
    background: 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);
}
.pageIndex .stellarnav li.has-sub>a:after {    border-color: transparent var(--bgcolor) var(--bgcolor) transparent;}
.pageIndex .sticky  .stellarnav li.has-sub>a:after {border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;}


/* 商品下拉超過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: var(--MainColor);
    padding: 60px 0 0;
    /* background: url(https://pic03.eapple.com.tw/ernong/er_footer.jpg) no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    overflow: hidden;
}
.footer:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/ernong/er_footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
@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);    }
}

.footer .center {    max-width: 90%;}
.footer_info {
    grid-template-columns: 1fr 200px;
    padding-right: 60px;
    justify-items: end;
}
.footer_logo {    order: 2;}
.box_link {
    max-width: 100%;
    position: relative;
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    left: 13px;
}
.box_link a:first-child {    padding-left: 2px;}
.box_link a {
    border: none;
    font-size: 16px;
    width: auto;
    padding: 0 11px;
    color: var(--FontColor);
}

.footer_info ul {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.footer_menu a {
    border: none;
    background: transparent;
    color: var(--FontColor);
    position: relative;
}
.footer_menu a:hover{background: transparent;color: var(--SubColor03);}
.footer_menu a:after {
    background-color: var(--SubColor03);
    bottom: -5px;
    content: "";
    display: block;
    height: 1px;
    opacity: .5;
    position: absolute;
    right: 1px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.footer_menu a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}
.footer_info li:nth-child(1) {    padding-left: 16px;}
.footer_info li:nth-child(2) {    padding-bottom: 0;}
.footer_info li p, .footer_info li p a {    color: var(--FontColor);}

.footer_info li:nth-child(1), .box_link {    display: none;}

.copy {
    border: none;
    justify-content: flex-start;
    font-size: 12px;
    padding-left: 5%;
}
.copy, .copy a {    color: var(--SubColor);}
.copy:hover a {    color: var(--FontColor);}

/*聯絡我們*/
.contact_content {
    max-width: 1400px;
    padding-bottom: var(--pd60);
}
.contact_content .information_left {    display: none;}
.contact_content .information_right {
    padding: 20px;
    width: 100%;
}
.blank_letter {
    /* font-family: 'Cardo', 'Noto Sans TC', sans-serif; */
    font-size: var(--f28);
    color: var(--TitleColor);
    font-weight: 600;
    font-family: var(--TitleFont);
    text-align: center;
}
.blank_letter:after {
    content: "此問卷用意是讓我們能快速且精確了解您裝潢裝修上的設計需求、需要與想要，以期我們的設計能讓您滿意。以下內容會遵照個資法保護個人隱私。";
    font-size: var(--f16);
    display: block;
    padding: 30px 0;
    color: var(--FontColor);
    letter-spacing: 0.1rem;
    opacity: .7;
    font-weight: 400;
    font-family: var(--SFont);
}

.note {
    display: block;
    color: var(--SubColor03);
}
.red {    color: var(--SubColor03);}

/*表單*/
.contact_form {
    color: var(--FontColor);
    margin-top: var(--pd60);
}
.contact_form li {
    grid-template-columns: 1fr;
    margin-bottom: 8px;
    grid-gap: 0;
}
.contact_form li .form__label {
    max-width: 100%;
    text-align: left;
    color: var(--FontColor);
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    flex-direction: row-reverse;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-weight: 300;
}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fill, minmax(15px, 15px) minmax(300px, 1fr));
    gap: 3px 5px;
    background: transparent;
    padding: 6px 10px;
    align-items: center;
    color: var(--FontColor);
    opacity: .9;
    letter-spacing: .05rem;
    font-weight: 300;
}
.contact_form li input.noborder {
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--SubColor);
}
.contact_form li textarea.noborder {
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--SubColor);
}

/*聯絡我們-按鈕*/
.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 {    background: var(--TitleColor);}
.contact_form li.last blockquote {    color: var(--FontColor);    background: transparent;}
.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:hover {
    background: var(--SubColor03);
    transition: background 0.2s linear;
    transition-delay: 0.6s;
    color: #FFFFFF;
}

.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(--SubColor03);
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
}
.contact_form li.last cite:after, .contact_form li.last blockquote:after {
    background: var(--TitleColor);
    border-radius: 0;
    transform: translateY(0) scaleY(1);
}

.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;
}
.contact_form li.last cite:hover:after, .contact_form li.last blockquote:hover:after {
    transition-delay: 0;
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0;
}
.contact_form li.last blockquote:after {    background: transparent;}

/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto; position: static; }
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%;}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: var(--SubColor04);
}

/* 開場動畫 */
.pageIndex .bannerindex::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: grayscale(.2)  blur(7px);
    z-index: 1000000000000010000000;
    animation: action-bg 4.3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    pointer-events: none;
}

.pageIndex .bannerindex::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/ernong/banner_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15%;
    height: 0;
    padding-bottom: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000000001000000000;
    filter: contrast(0) brightness(100) ;
    transform: translate(-50%,-50%) ;
    pointer-events: none;
    animation: action-logo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

.swiper-wrapper {
    transform: scale(0.8);
    animation: action-banner 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards ;
}

@keyframes action-bg {
    0%{        backdrop-filter: grayscale(.2)  blur(7px);    }
    100%{        backdrop-filter: grayscale(0)  blur(0px);    }
}

@keyframes action-banner {
    0%{        transform: scale(1.2);    }
    100%{        transform: scale(1);    }
}

@keyframes action-logo {
    0%{        opacity: 0;    }
    50%{        opacity: 1;    }
    100%{        opacity: 0;    }
}


/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    /* padding: 150px 20px; */
    /* background: var(--SubColor02); */
    background: transparent;
    padding: 170px 0 0;
    padding: 80px 0 0;
}
.banner {
    width: 100%;
    height: 75vh;
    background: var(--bgcolor);
    position: relative;
    overflow: hidden;
    height: 65vh;
}
.banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    bottom: 0;
    left: 50%;
    vertical-align: bottom;
    width: 1px;
    height: 100px;
    background-color: #fff;
    -webkit-animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: scrollBar 3000ms both infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 5;
}

@-webkit-keyframes scrollBar {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    45% {
        transform: scaleY(1);
        transform-origin: 0 0
    }

    46% {
        transform: scaleY(1);
        transform-origin: 0 100%
    }

    91%,100% {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}

@keyframes scrollBar {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    45% {
        transform: scaleY(1);
        transform-origin: 0 0
    }

    46% {
        transform: scaleY(1);
        transform-origin: 0 100%
    }

    91%,100% {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}

.banner:after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/ernong/ban.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.banner.banC:after {
    background-image: url(https://pic03.eapple.com.tw/ernong/05contact-ban.jpg);
}
.banner.banE {
    background: transparent;
    /* padding: 173px 0 0; */
    /* height: 18vw; */
    align-items: flex-end;
    overflow: inherit;
    padding: 0;
    height: 22vw;
}
.banner.banE h5 {
    /* bottom: 0; */
    mix-blend-mode: normal;
    color: var(--TitleColor);
    max-width: 1600px;
    bottom: -2vw;
}
.banner.banE::before {
    background: var(--TitleColor);
    height: 59px;
}

.banner.banE:after {display: none;}/*功能頁banner圖片*/
.banner.banblog h5 {max-width: 1400px;}
/*
.banner.banblog:after{display: none;} .banner.banblog h5 {
    bottom: 0;
    mix-blend-mode: normal;
    color: var(--TitleColor);
    max-width: 1600px;
}
    .banner.banblog {
    background: transparent;
    padding: 173px 0 0;
    height: 18vw;
    align-items: flex-end;
    overflow: inherit;
}
*/
.banner h5 {
    color: var(--TitleColor);
    font-family: var(--SFontEN);
    font-weight: 400;
    font-size: var(--f42);
    position: relative;
    z-index: 5;
    color: #ffffff;
    animation: slide-top 1.5s 0.3s both;
    text-align: left;
    /* position: absolute; */
    bottom: -5vw;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    padding: 110px 57px 50px;
    mix-blend-mode: color-dodge;
    font-size: 70px;
    text-align: center;
    bottom: -2vw;
    font-family:var(--SFontEN-Serif);
}
.banner h5:after {
    content: "二弄空間設計制所";
    display: block;
    font-size: var(--f16);
    letter-spacing: 7px;
    color: var(--FontColor);
    font-family: var(--SFontEN-Sans);
    font-weight: 500;
    color: var(--TitleColor);
    animation: slide-top 1.5s 0.3s both;
    animation-delay: 0.5s;
    font-family: var(--TitleFont);
}
.contact_page .banner h5:after {    content: "聯絡我們";}
.banner.banblog h5:after {    content: "最新消息";}
.banner.banE h5:after {    content: "設計作品";}
body.album_class_page.album_b .banner.banE h5:after {    content: "客戶回饋";}
body.album_info_page.album_b .banner.banE h5:after {    content: "客戶回饋";}

body.blog_in_page.article_a .banner h5:after {
    content: "SHARE";
    letter-spacing: 0;
    font-size: var(--f42);
    font-family: var(--SFontEN-Sans);
    font-size: 70px;
}
body.blog_in_page.article_a .banner h5 {
    font-family: var(--TitleFont);
    font-size: var(--f16);
    display: flex;
    flex-direction: column-reverse;
    max-width: 1400px;
}
.banner.banblog[data-banner=news_a_list_5812] h5, .banner.banblog[data-banner=news_a_list_5811] h5 {
    font-size: var(--f16);
    display: flex;
    flex-direction: column-reverse;
    max-width: 1400px;
}
.banner.banblog[data-banner=news_a_list_5812] h5:after, .banner.banblog[data-banner=news_a_list_5811] h5:after  {
    content: "SHARE";
    letter-spacing: 0;
    font-size: var(--f42);
    font-family: var(--SFontEN-Sans);
    font-size: 70px;
}

body.album_info_page.album_a .banner.banE h5 {
    font-size: var(--f16);
    display: flex;
    flex-direction: column-reverse;
}
body.album_info_page.album_a .banner.banE h5:after {
    content: "PORTFOLIO";
    font-family: var(--SFontEN-Sans);
    font-weight: 400;
    font-size: var(--f42);
    letter-spacing: 0;
    font-size: 70px;
}


@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;}
    
}

.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    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);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 var(--SubColor03);    color: var(--SubColor03);}
.products-list .item a:hover .more {    background: var(--SubColor03);}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--SubColor03);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--SubColor03);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--SubColor03);}
.lastPage {    background: var(--SubColor03);}

/*商品側邊規格*/
.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;}



@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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

/*文章版面*/
.blog_subbox {    grid-template-columns: 1fr;    grid-gap: 50px;}
.subbox_item {    margin-bottom: 50px;}
.subbox_item a {    grid-template-columns: 73.5% 24%;    grid-gap: 0;}
.blog_list_le {    aspect-ratio: 4 / 2.5; overflow: hidden; position: relative;}

/*.blog_list_le img {    transform: scale(1.2); transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);}*/
.subbox_item a:hover img {
    transform: scale(0.9);
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    filter: none;
}
.blog_list_le img {
    transform: scale(1);
    transition: ease-in-out .8s;
    transform: rotate(0) scale(1);
    opacity: 1;
    animation: eyecatch_singleImg_end 1.5s ease 0s 1 alternate;
}
@keyframes eyecatch_singleImg_end {
    0% {
        transform: rotate(-15deg) scale(1.8);
        opacity: 0;
    }
    100% {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

@keyframes maskFadeIn {
    0% {
        -webkit-mask-position: 200% 0;
        mask-position: 200% 0
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}
@keyframes maskFadeIn {
    0% {
        -webkit-mask-position: 200% 0;
        mask-position: 200% 0
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}
/*
.blog_list_le img { 
    filter: saturate(.6);
    transform: scale(1);
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 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;
}
/*
.blog_list_le:before {
    content: " ";
    background-color: rgb(244 240 236);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
    -webkit-mask-image: url(https://pic03.eapple.com.tw/ernong/mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto 200%;
    -webkit-mask-position: center bottom;
    z-index: 5;
    mask-image: url(https://pic03.eapple.com.tw/ernong/mask.png);
    mask-mode: alpha;
    mask-position: center bottom;
    mask-repeat: no-repeat;
    mask-size: auto 200%;
    -webkit-animation: 2.3s mask-animation cubic-bezier(.115,.405,.24,1) 0s forwards;
    animation: 2.3s mask-animation cubic-bezier(.115,.405,.24,1) 0s forwards;
}*/
@keyframes mask-animation {
    0% {
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    to {
        -webkit-mask-position: center 0%;
        -webkit-mask-size: auto 500%;
        mask-position: center 0%;
        mask-size: auto 500%;
        opacity: 1
    }
}

.blog_list_ri {
    padding: 60px 30px 110px 30px;
    position: absolute;
    background: #fff;
    right: 2%;
    bottom: 20%;
    max-width: 600px;
    width: 45%;
    box-shadow: #e2cbb036 0px 10px 50px;
}
.subbox_item a:after, .subbox_item a:before{display: none;}
.blog_list_ri h5 {
    font-weight: 400;
    color: var(--FontColor);
    font-size: var(--f22)
}
.blog_list_ri p {
    line-height: 160%;
    font-weight: 300;
    font-size: 15px;
    margin-top: 10px;
}
.blog_list_ri em {
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    right: 30px;
}
.subalbum-menu h2 {
    text-align: center;
    width: 100%;
    display: none;
}


/*文章側邊欄*/
.blog_le {
    width: 100%;
    margin-bottom: 0px;
    /* display: flex; */
    /* flex-direction: column-reverse; */
    padding: 50px 20px 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-content: center;
}
h5.blog_le_t {    display: none;}
.blog_search {
    max-width: 220px;
    display: block;
    margin: 20px 0 0 auto;
    order: 2;
}
.blog_search input[type=search] {
    padding: 8px 35px 8px 15px;
    border: none;
    font-size: 12px;
    border: 1px solid var(--SubColor);
    border-radius: 0;
    background: transparent;
}
.blog_search input[type=submit] {
    right: 10px;
    top: 5px;
    width: 22px;
    height: 22px;
    background-size: contain;
    filter: contrast(0.5);
    -webkit-filter: contrast(0.5);
}
.blog_le .accordion {
    border-radius: 0px;
    border: none;
    display: flex;
    /* justify-content: center; */
    width: 100%;
    /* background: var(--SubColor02); */
    border-bottom: 1px solid var(--SubColor);
}
.blog_le .accordion > li {
    transition: all 0.3s;
    width: auto;
    position: relative;
}

.blog_le .accordion li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: var(--TitleColor);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog_le .accordion li:last-child:before {    border-right: none;}


.accordion li .link a {
    color: var(--FontColor);
    font-weight: 300;
    letter-spacing: 2px;
}
.accordion li+li .link {    border-top: none;}

.blog_ri {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: block;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--TitleColor) !important;
}

/*文章內層*/
.articel_mainPic img{display: none;}/*文章內層封面*/
.blog_box_edit * {    line-height: 200%;}
h4.blog_category_title {
    color: var(--TitleColor);
    font-size: var(--f28);
    border-bottom: none;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: var(--TitleFont);
    letter-spacing: .08rem;
}

.blog_back a.article_btn_back {    background: #b08d6f;}
.blog_back a.article_btn_prev {    background: var(--SubColor);}
.blog_back a.article_btn_next {    background: var(--SubColor);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/
.news_tags a {
    color: var(--SubColor03);
    font-size: 14px;
}

/*文章-相關推薦*/
.news_related {
    background: #efe7dc;
    padding: 60px 15px;
    background: linear-gradient(#efe7dc7d, #efe7dc7d), repeating-radial-gradient(#efe7dc 0 0.0001%, #fff 0 0.0002%) 50% 0 / 2500px 2500px, repeating-conic-gradient(#efe7dc 0 0.0001%, #fff 0 0.0002%) 60% 60% / 2500px 2500px;
    background-blend-mode: normal, darken;
}
.news_related h6 span:before {
    font-size: 24px;
    color: var(--TitleColor);
    font-family: var(--SFont);
    font-weight: 400;
    letter-spacing: 0.3rem;
}
.lastPage {    color: #fff;    background: var(--SubColor03);}
.news_related_list li a {
    background: transparent;
    box-shadow: rgb(226 203 176) 0px 10px 36px 0px, rgb(248 231 200) 0px 0px 0px 1px;
    padding: 10px;
}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.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;}
*/

/*相簿-首頁*/
.module_i_album {    padding: 80px 0px 115px;}
.pageIndex .module_i_album section {    max-width: 100%; /*max-width: 1680px; */}

.module_i_album .title_i_box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.module_i_album .title_i_box h6 {
    /* color: var(--TitleColor); */
    font-size: var(--16);
    letter-spacing: 7px;
    color: var(--FontColor);
    font-family: var(--SFontEN-Sans);
    font-weight: 500;
    font-family:var(--TitleFont);
}
.module_i_album .title_i_box h4 {
    color: var(--TitleColor);
    font-family: var(--SFontEN-Sans);
    font-weight: 400;
    font-size: var(--f42);
    letter-spacing: 0;
}
.i_album_list {    grid-gap: 0; grid-gap: 10px; }
.i_album_list li div {
    filter: saturate(.6);
    border-radius: 2px;
}
.i_album_list li:hover div{filter: none;}
.i_album_list li a {    overflow: hidden;}
.i_album_list li a p {
    background: #f4f0ec;
    color: var(--FontColor);
    /* background: linear-gradient(to top, #8b6536b8, #00000000); */
    height: 3em;
    letter-spacing: 0.2rem;
    /* backdrop-filter: blur(5px); */
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    justify-content: flex-start;
    width: 90%;
}
.i_album_list li:hover a p {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    height: 3rem;
}

/*
.i_album_list li:hover p {    opacity: 0;}

.i_album_list li:hover a {
    transform: scale(1.1);
    z-index: 2;
    box-shadow: 1px 2px 11px #805d39a1;
}
.i_album_list a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #dec8a085;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    backdrop-filter: blur(3px);
    transition: color .3s cubic-bezier(.83,0,.17,1);
}
.i_album_list:hover a:after {
    opacity: 1;
    transition: 0.5s;
}
.i_album_list:hover a:hover:after {
    opacity: 0;
    transition: 0.5s;
}
*/

.album_class_page .main_part, .album_info_page  .main_part {
    max-width: 1600px;
    width: 96%;
}
.album_info_page .main_part {
    padding-bottom: var(--pd100);
}
.album_info_page .show_content {
    /*background: #ffffff1c;
    border-radius: 30px;
    box-shadow: #e2cbb0a8 0px 18px 50px -10px;*/
    padding: 40px;
}
.show-list {    grid-template-columns: repeat(3, 1fr); grid-gap: 3vw; }
.overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    background: rgba(195, 180, 141, 0.6);
    opacity: .3;
    z-index: 1;
    transition: .5s ease-in-out;
}
.show-list .item:hover .overlay {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .2s;
    transition: .5s ease-in-out;
}
.show-list .show_pic img {
    transition: .4s ease;
    filter: saturate(.6);
    transform: scale(1);
    -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:hover img {
    transform: scale(1.05);
    transition: .4s ease;
}
.other_subalbum p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--f16);
    color: #FFFFFF;
    margin-top: 10px;
    letter-spacing: 1px;
    text-align: center;
    z-index: 9;
    transition: .3s ease-in-out;
}
.other_subalbum li a:hover p {
    opacity: 0;
    transition: .3s ease-in-out;
}


/*相簿第二層*/
.pic-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.pic-list .item a img {
    transition: .4s ease;
    filter: saturate(75%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -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;
}
.pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
    filter: saturate(100%);
}
/*
.pic-list .show_pic:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(195, 180, 141, 0.6);
    mix-blend-mode: multiply;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
.pic-list .item a:hover .show_pic:after {    opacity: 0;}*/

.album_descrip {    color: var(--FontColor);    line-height: 2;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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 (max-width:1440px) {
.album_info_page .show_content {    padding: 10px;}
}

@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
        --pd100:80px;
    }

    /*文章*/
    .subbox_item a {    display: inline-block;}
    .blog_list_le {        width: 85%;    }
    .blog_list_ri {
        position: relative;
        width: 80%;
        right: -30%;
        transform: translateY(-35%);
    }

}


@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;
        --pd100:50px;
        --pd60:40px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:30px 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;
}

.header_area.sticky {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

/*漢堡選單*/
.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 #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--MainColor);}/*下拉關掉*/
.stellarnav.mobile li.open {    background: var(--bgcolor);}/*下拉*/

ul.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}

/*文章*/
/*.blog_subbox {    grid-template-columns: repeat(2, 1fr);}*/
.blog_list_le {        width: 80%;      }
.blog_list_ri {        right: -10%;    }
.blog_le {
    grid-template-columns: 67% 30%;
    gap: 18px;
    padding: 50px 0 40px;
}
}


@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;
        --pd60:30px;
    }

    ul.show-list, .pic-list {    grid-template-columns: 1fr;}

/*聯絡我們表單*/
.contact_form li {    grid-gap: 0;}
.contact_form li .form__label {    background: transparent;}

/*文章*/
.blog_le {    grid-template-columns: 1fr;    padding-top: 15px;}
.blog_search {    order: 1; margin: 0 0 0 auto;}
.blog_le .accordion {    order: 2;}
}

@media screen and (max-width: 480px) { 
.blog_list_ri {width: 80%; right: -10%; transform: translateY(-20%);}
.blog_list_le {width: 100%;}
}

@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;
    }
}


