@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=ZCOOL+XiaoWei&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Montserrat", serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #EC6D34;
    color: #fff;
}

::selection {
    background-color: #EC6D34;
    color: #fff;
}

body {
    overflow: overlay;
    overflow-x: hidden;
}

&::-webkit-scrollbar {
    background: #181818;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #181818;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #181818;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #EC6D34;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


#content {
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/bg-09.jpg);

    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}


#page {
    background-color: #0c0c0c;
}

#content_main {
    background: url(https://pic03.eapple.com.tw/chengliinterior/bg-09.jpg);
    margin-top: 0;
}


/*  */


.swiper-fade .swiper-slide {
    background: #0c0c0c;
    height: 0;
    padding-bottom: calc(100% / 8 * 5);
    overflow: hidden;
}


.swiper-banner .swiper-slide img {}



/* 文字 */
.bannerindex .swiper-fade .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/bg-06.png);
    width: 100%;
    max-width: 100%;
    height: 0%;
    padding-bottom: calc(100% / 8 * 5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
}




/* 大斜線 */
.bannerindex .swiper-fade .swiper-slide::after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/bg-05.png);
    width: 100%;
    max-width: 100%;
    height: 0%;
    padding-bottom: calc(100% / 8 * 5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 1;
    transform-origin: 100% 0;
    animation: line-1 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

@keyframes line-1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);

    }

}




/* 直線 */
.bannerindex .swiper-fade::after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/bg-07.png);
    width: 100%;
    max-width: 100%;
    height: 0%;
    padding-bottom: calc(100% / 8 * 5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 1;
    transform-origin: 80% 0;
    animation: line-2 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

@keyframes line-2 {
    0% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1);

    }

}


/* 大園線 */
.bannerindex .swiper-fade::before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/bg-08.png);
    width: 100%;
    max-width: 100%;
    height: 0%;
    padding-bottom: calc(100% / 8 * 5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 1;
    transform-origin: 20% 100%;
    animation: line-3 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

@keyframes line-3 {
    0% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(0deg);

    }

}



/*小斜線 */
.bannerindex::before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/bg-09.png);
    width: 100%;
    max-width: 100%;
    height: 0%;
    padding-bottom: calc(100% / 8 * 5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 1;
    transform-origin: 60% 0%;
    animation: line-4 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 0.5s;
}

@keyframes line-4 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);

    }

}





.bannerindex {
    position: relative;
    height: 0;
    padding-bottom: calc(100% / 8 * 5);
}


.swiper-pagination {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 首頁相簿 */


.module_i_album {
    background: transparent;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


.module_i_album section {
    width: 100%;
    max-width: 100%;

}

.module_i_album .title_i_box {
    display: block;
    font-size: 0;
    z-index: 2;
    width: 250px;
    height: 90px;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/banner-04.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 150px auto 20px;
}

.module_i_album .title_i_box h6,
.module_i_album .title_i_box h4 {
    display: none;
}

.i_album_list li a p {
    width: 100%;
    height: 2em;
    position: absolute;
    left: 50%;
    bottom: 50%;
    background: transparent;
    text-align: center;
    ;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

.i_album_list li:hover a p {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

.i_album_list li:hover img {
    filter: none;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.i_album_list li:hover img {
    filter: brightness(0.5);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.animated-arrow {
    background: transparent;
    color: #fff;
}


.animated-arrow b {
    font-weight: 300;
    letter-spacing: .1em;
}





/*選單設定*/
.header_area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.main_header_area {
    background: transparent;
}

.container {
    max-width: 80%;
}

.me_tp_features {
    display: none;
}


/*LOGO設定*/



.nav-brand img {
    width: 100%;
    max-width: 100%;
}


.nav-brand {
    width: 100%;
    transition: all 0.5s;
}

.sticky .nav-brand {
    width: 230px;
    transition: all 0.5s;
}

.nav-header {
    position: fixed;
    top: 4%;
    left: 2%;
    max-width: 68px;
    overflow: visible;
}


.sticky .nav-header {
    transition: all 0.3s;
}


.nav-header a::before {
    content: "";
    display: block;
    width: 250%;
    height: 250%;
    background-color: #ec6d34ad;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 0 0 20px 0;
}



/* 開場logo、選單 */


.pageIndex .nav-header a img {
    transform: scale(1, 0);
    animation: ac-logo-img 1s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 5.5s;
}

@keyframes ac-logo-img {
    0% {
        transform: scale(1, 0);

    }

    100% {
        transform: scale(1);
    }

}



.pageIndex .nav-header a::before {
    transform: translate(-50%, -50%) scale(1, 0);
    animation: ac-logo 1s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 5s;
}

@keyframes ac-logo {
    0% {
        transform: translate(-50%, -50%) scale(1, 0);

    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }

}




.nav-header img {
    position: relative;
    opacity: 1;
}



/*  */
.header_area .main_header_area {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 1;
    animation: action-nav 0.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 5s;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    background: transparent;
    height: 0;
    transition: all 0.5s;
}

.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 4%;
    right: 5%;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 4%;
    transition: all 0.5s;
}

/* 


@keyframes action-nav {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
 */


/* 漢堡 */

.stellarnav .menu-toggle {
    text-align: center;
    opacity: 1;

}

.stellarnav .menu-toggle:after {
    content: "MENU";
    font-size: 12px;
    text-align: center;
    color: #FCF7F5;
    margin-top: 0px;
}


.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 43px;
    height: 2px;
    border-radius: 6px;
    background: #FCF7F5;
    margin: 0 auto 3px;
    left: 0;
    transition: 0.5s;
}

.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}

.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}




/* 漢堡關 */

.stellarnav .menu-toggle span.bars {
    top: 0;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
    margin: 0;
    transform: rotate(35deg) scaleX(.35) translate(32px, -11.5px);
    border-radius: 50px 50px 50px 0;
    transition: all 0.3s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {
    margin: 0;
    opacity: 1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 23px;
    transition: all 0.3s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    margin: 0;
    transform: rotate(-35deg) scaleX(.35) translate(32px, 11.5px);
    border-radius: 0 50px 50px 50px;
    transition: all 0.3s;
}



.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}










/* 未開啟 */

.stellarnav.desktop>ul {
    display: flex !important;
    flex-direction: column;
    pointer-events: all;
    width: 10%;
    height: 100%;
    background: transparent;
    padding-top: 130px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    text-align: center;
    background: transparent;
    position: fixed;
    top: 0%;
    right: 5%;
    z-index: -5;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: translate(50%, 0) scale(1, 0);
    align-content: center;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav.desktop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}


/* 開啟 */
.stellarnav.desktop.active>ul {
    opacity: 1;
    transform: translate(50%, 0) scale(1);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

/* .stellarnav.desktop > ul::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -2;
    background-color: #111;
    transform-origin: 0 0;
    transform:scale(1 , 0);
    border-radius: 0 0 5000px 5000px;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
} */

.stellarnav.desktop.active>ul::before {
    transform: scale(1, 1);
    border-radius: 0px;
    transition: all 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav.desktop>ul::after {
    /* content: ""; */
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    background-color: #EC6D34;
    border-radius: 0 0 5000px 5000px;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav.desktop.active>ul::after {
    transform: scale(1, 1);
    border-radius: 0px;
    transition: all 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    transition-delay: 0.08s;
}





@keyframes nav-left {
    0% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 1);
    }

}

@keyframes line-up {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@keyframes nav-img {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }

}


/* BAR */


/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    display: none;
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(20% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #3F3F3F solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}










/* 選項 */
.stellarnav>ul>li>a {
    margin: 0 20px;
    width: 100%;
    padding: 0;
    color: #FCF7F5;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin: 0px 2%;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 20px;
}

.stellarnav>ul>li>a:hover {
    color: #fff;
    transform: scale(1.1);
    transition: all 0.3s;
}

.stellarnav>ul>li>a b {
    display: inline;
    line-height: 150%;
    height: auto;
}

.stellarnav>ul>li>a b:nth-child(1) {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.stellarnav>ul>li>a b:nth-child(2) {
    display: none;
    font-size: 16px;
    word-break: keep-all;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-right: 20px;
}

.stellarnav>ul>li>a:hover b:nth-child(1) {
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover b:nth-child(2) {
    transition: all 0.5s;
}


.stellarnav li {
    opacity: 1;
    width: 100%;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

.stellarnav>ul>li>a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.stellarnav>ul>li::before {
    /* content: ""; */
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5%;
    pointer-events: all;
    cursor: pointer;
}






@keyframes line-left-right {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }

}




/* 字 動畫 */



.stellarnav>ul>li {
    display: flex;
    width: 100%;
    opacity: 0;
    transform-origin: 0% 0%;
    align-items: center;
    transition: all 0.5s;
    transform: scale(0, 1);
}

.stellarnav.active>ul>li {
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.5s;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav.active>ul>li:nth-of-type(1) {
    transition-delay: 0s;
}

.stellarnav.active>ul>li:nth-of-type(2) {
    transition-delay: 0.05s;
}

.stellarnav.active>ul>li:nth-of-type(3) {
    transition-delay: 0.1s;
}

.stellarnav.active>ul>li:nth-of-type(4) {
    transition-delay: 0.15s;
}

.stellarnav.active>ul>li:nth-of-type(5) {
    transition-delay: 0.20s;
}

.stellarnav.active>ul>li:nth-of-type(6) {
    transition-delay: 0.25s;
}

.stellarnav.active>ul>li:nth-of-type(7) {
    transition-delay: 0.30s;
}



/* 下拉 */
.stellarnav ul ul {
    width: 100%;
    left: 0;
    background: #621d10;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: transparent;
    color: #fff;
    border-bottom: 1px #ffffff85 solid;
    transition: all 0.3s;
}

.stellarnav li li:nth-child(1) {}

.stellarnav li li:nth-last-child(1) {}

.stellarnav li li:hover {
    background: transparent;
    z-index: 100000;
    transition: all 0.3s;
}

.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
}

.stellarnav li li.has-sub>a {
    padding: 15px 10px;
}

.stellarnav li li a:hover {
    color: #fff;
    transition: all 0.3s;
}


@keyframes ul-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@keyframes up {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}



@media screen and (min-width: 768px) {
    .stellarnav ul ul {
        display: none !important;
    }

}
















/* 子分類 */
.stellarnav ul ul ul {
    position: relative;
    top: 0;
    left: 0;
}

.stellarnav ul ul ul li a {
    padding: 15px 10px;
    padding-left: 20px;
    transition: all 0.3s;
}

.stellarnav ul ul ul li a:hover {
    background: #00000023;
    transition: all 0.3s;
}


@media screen and (max-width: 1440px) {
    .stellarnav>ul>li>a b:nth-child(1) {}

    .stellarnav>ul>li::before {
        width: 150px;
        height: 150px;
    }

}



@media screen and (max-width: 1024px) {
    .stellarnav.desktop>ul {
        width: 15%;
    }

    .stellarnav>ul>li:nth-of-type(5) {
        margin-left: 0%;
    }

    .stellarnav>ul>li>a b:nth-child(1) {}

    .stellarnav>ul>li::before {
        width: 120px;
        height: 120px;
    }

    .nav-header {}
}


@media screen and (max-width: 768px) {
    .stellarnav.mobile.left>ul {
        max-width: 100%;
        background: #111;
        border: none;
    }

    .nav-header {
        z-index: 0;
    }

    .stellarnav.mobile>ul>li>a {
        display: flex;
        align-items: center;
        padding: 30px 0;
        margin: 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: #fff;
        background: #ec6d34ad;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile li a {
        border-bottom: none;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.3s;
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #666;
        transition: all 0.3s;
    }

    .nav-header {
        opacity: 0;
        transition: all 0.3s;
    }

    .sticky .nav-header {
        opacity: 1;
        transition: all 0.3s;
    }

    .stellarnav>ul>li::before {
        display: none;
    }

    .stellarnav>ul>li {
        width: 100%;
    }

    .stellarnav>ul>li:nth-of-type(3) {
        margin-left: 0;
    }

    .stellarnav.mobile li.open {
        background: #000;
        padding: 0;
    }

    .stellarnav li li {
        margin-bottom: 0px;
        background: #000;
    }

    .stellarnav li li:hover {
        background: #000;
    }

    .stellarnav li li a {
        color: #fff;
        font-weight: 1000;
        text-align: center;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: 20px;
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .header_area.sticky .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 2%;
        transition: all 0.5s;
    }

    .nav-header {
        max-width: 47px;
    }

    .sticky .nav-header {
        left: 5%;
    }
}












/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    height: auto;
    opacity: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background: #EC6D34;
    z-index: 100;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.pageIndex .footer {
    opacity: 1;
    /* animation: footer-text forwards 1s; */
    animation-delay: 2.6s;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    justify-content: flex-start;
}

.copy {
    background: transparent;
    color: #fff;
    border: none;
    margin-top: 0;
    border-top: 1px #ffffff54 solid;
    padding: 10px 0;
}

.copy a {
    color: #fff;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a:hover {
    background: #02642F;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    width: auto;
    color: #fff;
    width: calc(100% / 2 - 60px);
}

.footer_info li p a {
    color: #fff;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 11px;
    border: 0;
    margin: 0 5px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: transparent;
}

.footer_menu a:hover {
    background: #fff;
    color: #000;
}

.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    justify-content: center;
}

.footer .center {
    position: relative;
    max-width: 90%;
    width: 100%;
}


.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    gap: 10px;
}

.footer_info li:nth-child(2) {
    position: relative;
    width: 100%;
}


.footer_info li p.add {}

.footer_info li p.add2 {
    margin-top: 10px;
}

.footer_logo {
    margin-right: 5%;
    max-width: 200px;
}



.info_fix_default.info_fix_phone,
.info_fix_default.info_fix_tel,
.info_fix_default.info_fix_mail {
    display: none;
}

.info_fix_links a.info_fix_default.info_fix_tel .fa-phone-volume::before {
    content: "\f3cd";
}


.footer_info li p.tel:before {
    content: '手機(steve)：';
}

.footer_info li p.phone:before {
    content: '手機(peter)：';
}





/* 浮動 */


.info_fix {
    width: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 3%;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
    transition: all 0.7s;
    z-index: 1;
}

.info_fix_links a i {
    display: block;
    color: #FCF7F5;
    font-size: 17px !IMPORTANT;
}

.info_fix_links a:hover i {
    display: block;
    color: #ccc9b4;
}


.info_fix:hover {
    transition: all 0.7s;
}

.info_fix_links {
    display: flex !important;
    background: transparent;
    width: 50px;
    padding-bottom: 0;
    border: 0;
    /* border-radius: 0px 0 0 10px; */
    overflow: hidden;
    justify-content: flex-end;
    flex-direction: column;
}

.info_fix>span {
    display: none;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a:hover {
    background: transparent;
}

.info_fix_links a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}

.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}




#to_top {
    color: #494949;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    transition: all 0.7s;
}

#to_top:hover i {
    transform: translate(0, -5px);
    transition: all 0.7s;
}

#to_top i:before,
#to_top i:after {
    background: #494949;
}



@keyframes footer-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}






@media screen and (max-width: 1440px) {
    .footer_info ul {
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer_info li:nth-child(1) {
        width: 100%;
    }

    .footer_info li:nth-child(2) {
        width: 100%;
    }
}




@media screen and (max-width: 768px) {
    .footer_menu a {
        display: inline-block;
        padding: 5px 11px;
        border: 0;
        margin: 10px 5px;
        font-size: 14px;
        line-height: 100%;
        color: #fff;
        background: transparent;
        border-bottom: 1px #fff solid;
        width: 43%;
    }

    .footer_info li:nth-child(1) {
        flex-wrap: wrap;
    }

    .footer_menu {
        flex-wrap: wrap;
    }

    .footer_info {
        flex-direction: column;
    }

    .footer_info ul {
        width: 90%;
    }

    .footer_menu a {
        width: 46%;
    }

    .footer_info li p {
        width: 100%;
    }
}




/* 開場MENU 浮動 */
.stellarnav .menu-toggle {
    animation-delay: 7.2s;
}



.info_fix {
    opacity: 1;
    animation-delay: 7.2s;
}



@keyframes action-footer {
    0% {
        opacity: 0;
        transform: translate(100%, 0%);
    }

    100% {
        opacity: 1;
        transform: translate(0%, 0%) scale(1);
    }

}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 200px 0 60px;
}

.banner h5 {
    display: block;
    font-size: 0;
    z-index: 2;
    width: 250px;
    height: 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner.banA {}

.banner.banB {
    display: none;
}

.banner.banC h5 {
    width: 320px;

    background-image: url(https://pic03.eapple.com.tw/chengliinterior/banner-06.png);

}

.banner.banD {}

.banner.banE h5 {
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/banner-04.png);

}

.banner.banblog h5 {
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/banner-05.png);

}

@media screen and (max-width: 768px) {
    .banner::after {
        margin-top: -130px;
    }

    .banner {
        padding: 20px 0;
    }
}


@media screen and (max-width: 500px) {
    .banner::after {
        margin-top: -60px;
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #EA6D34 !important;
    color: #EA6D34;
}

.products-list a:hover .more {
    background: #EA6D34;
    border-color: #EA6D34;
    color: #ffffff;
}


/*外層*/
.product-layer-two li a {
    color: #EA6D34;
    border: 1px solid #EA6D34;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: #EA6D34;
    color: #fff;
}

.product-layer-two li.active>a {
    background: #EA6D34;
    color: #fff;
    font-weight: normal;
}

/*內層*/
.lastPage {
    background: #EA6D34;
}

.nextaction {
    background-color: #EA6D34;
}

.lastaction {
    color: #fff;
    background-color: #EA6D34;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現*/
.blog_back a.article_main_header_area_back {
    background: #be4c3e;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    width: fit-content;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #fff;
    display: none;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
    border: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}




/* 選單 */
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* padding: 0; */
}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 20%;
    position: relative;
}

.blog_le .accordion {
    margin: auto;
    overflow: visible;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 0.5px #ffffff21 solid;
}

.accordion li .link a {
    font-size: 20px;
    color: #c8c8c8;
    font-weight: lighter;
    padding: 10px 30px;
    border: 0;
    transition: all 0.3s;
}

.accordion li .link a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    border: 1px #c8c8c826 solid;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.accordion li .link a:hover:before,
.accordion>li.on_this_category .link a::before {
    width: 140%;
    border: solid 1px #ec6d34ad;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}




.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #c8c8c8 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=search]:focus,
.blog_search input[type=search]:valid {
    top: -20px;
    font-size: 16px;
    color: #333;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}








/* 內容 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
    max-width: 90%;
    margin: 0 auto;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-content: center;
}

.blog_list_ri h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.blog_s .subbox_item img {
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    filter: brightness(0.2);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    display: none;
}

.blog_list_le {
    height: 0;
    width: 100%;
    line-height: 0;
    padding-bottom: calc(100% / 4 * 3);
    overflow: hidden;
    position: relative;
    aspect-ratio: unset;
}

.subbox_item {
    width: calc(100% / 3 - 20px);
    margin: 0;
    margin-bottom: 50px;
}

.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: #ec6d34ad;
    flex-direction: row;
}

.blog_list_ri {
    width: 100%;
    margin-left: 0;
    padding: 20px;
    padding-left: 10%;
    min-height: 170px;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
}

.subbox_item a:hover .blog_list_ri {
    opacity: 1;
    transition: all 0.3s;
}

.blog_list_le img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri em {
    font-size: 14px;
    color: #D1D1D1;
    font-style: normal;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.blog_list_ri p {
    font-size: 15px;
    color: #fff;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 160%;
}


.blog_box_edit {
    color: #fff !important;
}


.blog_back a.article_btn_back {
    background: #EA6D34;
}

.news_related h6 span:before {
    color: #EA6D34;
}

.related_list li a img {
    position: absolute;
    max-width: 650px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_related {
    background: #00000085;
    padding: 25px 15px;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    font-size: 16px;
    color: #d1d1d1;
    line-height: 2;
    margin-top: 10px;
}









@media screen and (max-width: 1024px) {
    .subbox_item {
        width: calc(100% / 2 - 20px);
    }

}





@media screen and (max-width: 768px) {

    .subbox_item {
        width: 100%;
        border: 0;
    }

    .subbox_item img {
        transform: translate(-50%, -50%);
        filter: none;
        transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    }

    .subbox_item a .blog_list_ri {
        opacity: 1;
        position: relative;
        transition: all 0.3s;
    }

    .blog_page .main_part {
        padding: 0 5%;
    }

    .blog_list_ri em {
        bottom: 25px;
    }

    .blog_search {
        width: 100%;
        margin-bottom: 0px;
    }

    .blog_search form {
        width: 100%;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 90%;
    padding: 0px 0;
}

.show-list .item:hover .show_name {
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.show-list .show_pic {
    height: 0;
    padding-bottom: 55%;
    bottom: 0;
    aspect-ratio: unset;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: all 0.3s;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.05);
    transition: all 1s;
}

.show-list {
    display: flex;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.show-list .show_name {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.15em;
    margin-top: 0;
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    font-weight: 500;
    z-index: 3;
    transform: translate(-50%, 0);
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}


.overlay {
    background: rgba(0, 0, 0, 0.37);
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .overlay {
    opacity: 0;
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}








/*次分類頁面*/
.other_album_choice li {
    background: transparent;
    border-radius: 0;
}

.other_album_choice li a {
    color: #494949;
}

.other_subalbum li p {
    line-height: 220%;
    text-align: center;
}

.other_subalbum li a div {
    height: 0;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    filter: grayscale(0);
    -webkit-object-fit: cover;
    transition: all .4s;
}

.other_subalbum li a:hover img {
    transform: scale(1.02);
    transition: all 0.5s;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: all .4s;
}

.album_fixed_title {
    display: none;
}


.album_info_page .show_content {
    padding: 110px 0 50px;
}







/*照片頁*/
.pic-list .show_pic {
    padding-bottom: 66%;
}

.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.show-list .item {
    width: calc(100% / 2 - 20px);
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 20px 0;
    background: transparent;
}

.album_page .show_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
}

.subalbum-menu {
    margin: 30px 0;
    padding: 0;
}

.subalbum-menu h2 {
    display: flex;
    position: relative;
    color: #fff;
    left: 0;
    flex-direction: row-reverse;
    align-items: center;
    width: fit-content;
    font-weight: 500;
    margin: 0 auto;
}

.block {
    background: #494949;
}

.other_subalbum {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}

.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: calc(100% / 4 - 20px);
    margin: 10px;
    border: none !important;
    position: relative;
}

.page strong,
.page a {
    display: inline-block;
    min-width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    margin: 0 10px;
}

.album_fixed_title {
    display: none;
}

.other_subalbum li a {
    position: relative;
}

.album_descrip {
    color: #D1D1D1;
    font-size: 20px;
    line-height: 1.4;
}

.pic-list .item h6 {
    line-height: 220%;
    text-align: left;
    color: #D1D1D1;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    transition: all 0.3s;
}

.pic-list {
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
}


.other_subalbum li p {
    text-align: left;
    color: #fff;
    position: relative;
}

.other_subalbum li:hover p {
    opacity: 1;
    transition: all 0.3s;
}

.pic-list .item:hover h6 {
    opacity: 1;
    transition: all 0.3s;
}

.pic-list .item {
    position: relative;
}

.album_info_page .pic-list .show_pic {
    height: 0;
    padding-bottom: 56%;
    aspect-ratio: 0;
}



.show-list.other_subalbum .item {
    width: calc(100% / 4 - 20px);
}





@media screen and (max-width: 1024px) {
    .other_subalbum li {
        width: calc(100% / 2 - 20px);
    }

    .show-list.other_subalbum .item {
        width: calc(100% / 2 - 10px);
    }

}






@media screen and (max-width: 768px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }

    .album_page .show_content,
    .album_class_page .show_content {
        margin: auto;
        padding: 0;
        max-width: 100%;
    }

    .show-list {
        flex-wrap: wrap;
    }


    .show-list .item:hover .show_name {
        opacity: 1;
    }

    .show-list.other_subalbum .item {
        width: 100%;
    }

    .pic-list {
        grid-template-columns: unset;
    }
}


@media screen and (max-width: 500px) {
    .other_subalbum li {
        width: 100%;
    }

}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #EA6D34;
}

.promotion_title {
    border-bottom: 1px solid #EA6D34;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}

.contact_le_map {
    display: none;
}






.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 100px 0;
}

.blank_letter {
    display: flex;
    text-align: left;
    font-size: 16px;
    color: #D1D1D1;
    letter-spacing: 5px;
    align-items: flex-end;
    padding-top: 0;
}

.blank_letter.f::before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 70px;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/banner-08.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 30px;
}




.blank_letter.i::before {
    content: "";
    display: inline-block;
    width: 320px;
    height: 70px;
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/banner-07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.blank_letter.i {
    display: flex;
    text-align: left;
    font-size: 16px;
    color: #D1D1D1;
    letter-spacing: 5px;
    align-items: flex-end;
}

.list_before.info li {
    color: #fff;
    display: flex;
    margin: 10px 0;
    padding-left: 0;
    letter-spacing: 0.1em;
}

.contact_form li .form__label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    padding-right: 0;
    vertical-align: top;
    color: #D1D1D1;
    margin: 0;
    position: relative;
}

.contact_content {
    margin: auto;
    padding: 0;
    max-width: 1000px;
}

.contact_content form {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.contact_content .information_left {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 120px;
}

.contact_content .information_right {
    width: 100%;
    padding: 0;
    background: transparent;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.contact_form {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.contact_form li input.noborder {
    border: 0;
    border-bottom: 1px #ddd solid;
    background-color: transparent;
    padding: 10px 0;
}






.contact_form li textarea.noborder {
    border: 1px #ddd solid;
    background-color: #ffffff1f;
}


.contact_form li {
    width: calc(100% / 2 - 30px);
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    position: relative;
}

.contact_form li .form__insert {
    text-align: center;
}

.contact_form li:nth-last-of-type(2) {
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 20px 0 10px;
}

.contact_form li:nth-last-of-type(2) .form__label {
    width: fit-content;
    margin: 0;
    margin-right: 20px;
}

.contact_form li:nth-last-of-type(2) .form__insert {
    width: auto;

}

.contact_form li.last blockquote {
    color: #fff;
}

.contact_form li.last cite {
    background: #EC6D34;
    color: #fff;
}

.red {
    color: #EC6D34;
    letter-spacing: 0;
}

.blank_letter.f span {
    margin-left: 20px;
}

.contact_form li.last {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding-left: 0;
    flex-direction: row;
    justify-content: center;
}

.info_TEL:before,
.info_TEL2:before,
.info_PHONE:before,
.info_LINE:before,
.info_FAX:before,
.info_TAXID:before,
.info_MAIL:before,
.info_ADD:before,
.info_ADD2:before {
    position: relative;
    font-weight: 200;
    letter-spacing: 2px;
    margin-right: 20px;
}


.list_before {
    display: flex;
    flex-direction: column;
    width: fit-content;
}


.list_before.info li.info_TEL2 {
    order: 1;
}

.contact_le_nomap {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}


.info_TEL:before {
    content: "手機(steve)";
}




.PHONE:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/icon-14.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.info_PHONE:before {
    content: "手機(peter)";
}

.MAIL:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/icon-15.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ADD:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/chengliinterior/icon-16.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




@media screen and (max-width: 768px) {
    .contact_content form {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact_content .information_left {
        width: 100%;
    }

    .contact_content .information_right {
        width: 100%;
    }

    .contact_page .main_part {
        padding: 100px 50px;
    }

    .contact_form {
        flex-direction: column;
        align-items: center;
    }

    .contact_form li {
        width: 100%;
    }

    .contact_le_nomap {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .blank_letter {
        flex-wrap: wrap;
    }
}


@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }


}

.accordion li+li .link {
    border: 0;
}