@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=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

.pageIndex .main_part {
    border-top: none;
}

.edit_part {
    padding: 0;
}

body {
    font-family: "Noto Sans TC", sans-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: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

::-moz-selection {
    background-color: #BB9F87;
    color: #fff;
}

::selection {
    background-color: #BB9F87;
    color: #fff;
}

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #181818;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
    margin: 20px 0;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #3b3b3b;
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #212121;
}

.bannerindex {
    position: relative;
    height: auto;
}

.bannerindex .swiper-banner {
    background: linear-gradient(90deg, #809bbc, #3b5c75);
    position: static;
    margin: 0;
    height: auto;
}

.bannerindex .swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}




/* 開場動畫 */
/* .pageIndex .bannerindex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/happyfish/logo-07.png );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10%;
    height: 170px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000000001000000000;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: action-logo 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
} */

.bannerindex::after {
    /* content: "為你點亮生活的饗宴"; */
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 65%;
    left: 50%;
    z-index: 100000000000001000000000;
    color: #ffe1bc;
    font-size: 18px;
    font-family: "Noto Sans TC", 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: action-logo 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
    animation-delay: 1s;
}

/* 
.bannerindex .swiper-banner::before {
    content: "用設計勾勒出您幸福的想像";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 69%;
    left: 50%;
    font-size: 20px;
    z-index: 100000000000001000000000;
    color: #ffe1bc;
    font-family: "Noto Sans TC", 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: action-logo 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
    animation-delay: 1.5s;
} */

/* .bannerindex .swiper-banner::after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 73%;
    left: 50%;
    font-size: 18px;
    z-index: 100000000000001000000000;
    color: #ffe1bc;
    font-family: "Noto Sans TC", 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: action-font-02 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
    animation-delay: 2.5s;
} */


.bannerindex .swiper-wrapper {
    background: linear-gradient(0% #809bbc, 100% #3b5c75, 180deg);
    animation: action-banner 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
    animation-delay: 6s;
}

@keyframes action-bg {
    0% {
        backdrop-filter: grayscale(1) blur(7px);
    }

    100% {
        backdrop-filter: grayscale(0) blur(0px);
    }
}


@keyframes action-banner {
    0% {
        transform: translate(-2000px, 0);
    }

    100% {
        transform: translate(0, 0);

    }

}

@keyframes action-logo {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}





/* @keyframes action-font-01 {
    0% {
        content: "";
        opacity: 0;
    }

    7% {
        content: "用";
        opacity: 1;

    }

    14% {
        content: "用設";

    }

    21% {
        content: "用設計";

    }

    28% {
        content: "用設計勾";

    }

    35% {
        content: "用設計勾勒";

        opacity: 1;
    }

    42% {
        content: "用設計勾勒出";
        
    }
    49% {
        content: "用設計勾勒出您";
        
    }
    56% {
        content: "用設計勾勒出您幸";
        
    }
    63% {
        content: "用設計勾勒出您幸福";
        
    }
    70% {
        content: "用設計勾勒出您幸福的";
        
    }
    77% {
        content: "用設計勾勒出您幸福的想";
        
    }
    80% {
        content: "用設計勾勒出您幸福的想像";
        opacity: 1;
        
    }
    100%{
        content: "用設計勾勒出您幸福的想像";
        opacity: 0;
        
    }
} */


@keyframes action-font-02 {
    0% {
        content: "您";
        opacity: 0;
    }

    10% {
        content: "您幸";
        opacity: 1;

    }

    20% {
        content: "您幸福";

    }

    30% {
        content: "您幸福的";

    }

    40% {
        content: "您幸福的想";

    }

    50% {
        content: "您幸福的想像";

        opacity: 1;
    }

    60% {
        content: "您幸福的想像";

        opacity: 1;
    }

    100% {
        content: "您幸福的想像";

        opacity: 0;
    }
}


/* 背景文字 */
.bannerindex .swiper-wrapper .swiper-slide-active::before {
    content: "";
    display: block;
    font-size: 32px;
    color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    text-align: center;
    font-weight: 400;
    font-family: "Noto Sans TC", serif;
    position: absolute;
    left: 50%;
    bottom: 0%;
    letter-spacing: 1.1em;
    transform: translate(-50%, 0);
    z-index: 9999999;
    opacity: 0;
    transform-origin: 50% 100%;
    background-image: url(https://pic03.eapple.com.tw/happyfish/bg-11.png );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: banner-text 1s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.bannerindex .swiper-wrapper .swiper-slide-active::after {
    content: "";
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "DM Serif", serif;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 8%;
    letter-spacing: 1.1em;
    transform: translate(-50%, 0);
    z-index: 9999999;
    opacity: 0;
    transform-origin: 50% 100%;
    animation: banner-text 1s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0.5s;
}





.bannerindex .swiper-wrapper .swiper-slide-active:nth-of-type(3)::before {
    background-image: url(https://pic03.eapple.com.tw/happyfish/bg-11.png );
}

.bannerindex .swiper-wrapper .swiper-slide-active:nth-of-type(3)::after {
    content: "PROFESSIONAL MEDICAL DESIGN";
}


.bannerindex .swiper-wrapper .swiper-slide-active:nth-of-type(1)::before {
    background-image: url(https://pic03.eapple.com.tw/happyfish/bg-12.png );
}

.bannerindex .swiper-wrapper .swiper-slide-active:nth-of-type(1)::after {
    content: "MODERN HOME DESIGN";
}


.bannerindex .swiper-wrapper .swiper-slide-active:nth-of-type(2)::before {
    background-image: url(https://pic03.eapple.com.tw/happyfish/bg-13.png );
}

.bannerindex .swiper-wrapper .swiper-slide-active:nth-of-type(2)::after {
    content: "ELEGANT COMMERCIAL SPACE DESIGN";
}




@keyframes banner-text {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) scale(1, 0);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1, 1);

    }


}




@media screen and (max-width: 768px) {
    .bannerindex .swiper-wrapper .swiper-slide-active::after {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .bannerindex .swiper-wrapper .swiper-slide::before {
        background-size: 350%;
        background-position: center 90%;
    }

}

@media screen and (max-width: 670px) {
    .bannerindex .swiper-slide {
        padding: 0;
        min-height: fit-content;
    }
}







/* 底下圈圈 */


.pageIndex .swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    border-radius: 0;
    height: 5px;
    width: 50px;
    z-index: 0;
    margin: 0;
}

.pageIndex .swiper-pagination-bullet {
    background: #ffffffad;
}

.pageIndex .swiper-pagination-clickable .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 2.5px;
    transition: all 0.3s;
}

.pageIndex .swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(1) {
    border-radius: 2.5px 0 0 2.5px;
}

.pageIndex .swiper-pagination-clickable .swiper-pagination-bullet:nth-last-child(1) {
    border-radius: 0 2.5px 2.5px 0;
}

.pageIndex .swiper-pagination-clickable .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    opacity: 1;
    height: 5px;
    transition: all 0.3s;
}



#content {
    width: 100%;
    min-height: 80vh;
    background-image: url(https://pic03.eapple.com.tw/happyfish/bg-08.jpg);
    background-position: center top;
    background-size: cover;

}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 100%;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #3b3b3b;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #3b3b3b;
}

.nav-dropdown>li {
    text-align: center;
}

/*LOGO設定*/

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }
}







/* 選單攔 */
.header_area {
    position: fixed;
    padding: 0;
    background: transparent;
    z-index: 9999;
    width: 100%;
}

.header_area.sticky {
    background: transparent;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    position: relative;
}

.header_area.sticky .main_header_area {
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.navigation {
    width: 100%;
    position: relative;
    padding: 20px 0;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}





/* LOGO */

.nav-header {
    position: relative;
}

.nav-brand {
    position: relative;
    width: 180px;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex .nav-brand {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation: nav-logo-3 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 9.5s;
}

.sticky .nav-brand {
    width: 180px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.nav-brand img {
    max-width: 100%;
    /* filter: contrast(0) brightness(100); */
}

.pageIndex .nav-brand img {
    max-width: 100%;
    /* filter: contrast(0) brightness(100); */
}

.sticky .nav-brand img {
    max-width: 100%;
}

.nav-header::before {}

.pageIndex .nav-header::before {}




.nav-header::after {}

.pageIndex .nav-header::after {}

.sticky .nav-header::after {}

.nav-header:hover:before {}

.sticky .nav-header::before {}

.sticky .nav-header:hover:before {}



@keyframes nav-logo {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes nav-logo-2 {
    0% {
        width: 0;
        height: 0;

    }

    50% {
        width: 1px;
        height: 100.1%;
    }

    100% {
        width: 100.1%;
        height: 100.1%;
    }
}

@keyframes nav-logo-3 {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}



/* 選單 */

.me_tp_features {
    display: none;
}

.stellarnav {
    padding: 0px 10%;
    height: fit-content;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .stellarnav {
    padding: 0 10%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pageIndex .header_area::before {
    background: #ffe1bc;
    width: 0%;
    animation: nav-line 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 5s;
}

.header_area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #809bbcc7, #3b5c75a6);
}

.pageIndex .header_area::after {
    width: 0;
    animation: nav-line 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
    animation-delay: 5.5s;
}










.stellarnav>ul>li>a {
    padding: 0;
    color: #ffe1bc;
    font-size: 14px;
    letter-spacing: 3px;
    text-indent: 3px;
    font-family: "DM Serif", serif;
    font-weight: bold;
}

.pageIndex .stellarnav>ul>li>a {
    color: #ffe1bc;
}

.sticky .stellarnav>ul>li>a {
    color: #ffe1bc;
}

.stellarnav li.has-sub>a:after {
    display: none;
}



.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
    font-family: "Noto Sans TC", serif;
    font-weight: 500;
}


@keyframes nav-line {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }

}




/* 動畫 */
.stellarnav>ul>li {
    padding: 10px 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex .stellarnav>ul>li {
    padding: 0;
    opacity: 0;
}

.sticky .stellarnav>ul>li {
    padding: 0;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}




.pageIndex .stellarnav>ul>li {
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 9.5s;
}

.pageIndex .sticky .stellarnav>ul>li {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}



@keyframes nav-down {
    0% {
        opacity: 0;
        transform: translate(0, -20px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}









/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #3b3b3b;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}


.stellarnav>ul>li>ul {
    text-align: center;
    background: #00000061;
    opacity: 0;
    top: 45px;
    pointer-events: none;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

@media screen and (min-width: 768px) {
    .stellarnav>ul>li>ul {
        display: block !important;
    }

}

.pageIndex .stellarnav>ul>li>ul {
    top: 65px;
}

.stellarnav>ul>li:hover>ul {
    opacity: 1;
    pointer-events: all;
    transform: scale(1, 1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .stellarnav>ul>li>ul {
    top: 45px;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.stellarnav>ul>li>ul>li>ul {
    text-align: center;
    background: #00000061;
    opacity: 0;
    pointer-events: none;
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



@media screen and (min-width: 768px) {
    .stellarnav>ul>li>ul>li>ul {
        display: block !important;
    }
    
}




.stellarnav>ul>li>ul>li:hover>ul {
    opacity: 1;
    pointer-events: all;
    transform: scale(1, 1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}









.stellarnav li li {
    border: 0;
    margin-bottom: 0;
}


.stellarnav.desktop li.has-sub li a {
    padding: 10px 15px;
    color: #ddd;
    text-align: left;
    background-color: transparent;
    transition: all 0.5s;
}

.stellarnav.desktop li.has-sub li a:hover {
    background-color: #00000033;
    color: #fff;
    transition: all 0.5s;
}

.stellarnav li.drop-left ul ul {
    left: 160px;
    right: 0;
}

.stellarnav>ul>li.drop-left>ul {
    left: 0;
}

.stellarnav.desktop li.has-sub a {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .main_header_area .container {
        max-width: 90%;
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .sticky .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .stellarnav.mobile {
        top: 5px;
        padding: 0;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border-right: 0;
        background: #000000b8;
        border-top: 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #3B5C75;
        color: #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 30px 20px;
        border: 0;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 20px;
    }

    .stellarnav a.dd-toggle .icon-plus:after,
    .stellarnav a.dd-toggle .icon-plus::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile li.open {
        background: #0000004d;
        padding: 0;
    }

    .stellarnav li li a {
        padding: 10px 0;
        display: block;
        color: #ddd;
        text-align: left;
        padding-left: 30px;
        background-color: transparent;
        transition: all 0.5s;
    }

    .stellarnav.mobile ul {
        background: transparent;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
    }

    .stellarnav li li {
        border: 0;
    }

    .navigation {
        position: relative;
    }

    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 0 10px 30px;
    }

    .stellarnav.mobile li li a.dd-toggle {
        padding: 0;
    }

    .stellarnav li li li a {
        color: #fff;
    }

    .stellarnav.mobile li li.has-sub li a {
        padding: 10px 0 10px 40px;
    }

    .stellarnav ul ul ul {
        transform: none;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .pageIndex .stellarnav>ul>li>ul {
        top: 0;
    }

    .sticky .stellarnav>ul>li>ul {
        top: 0;
        transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    }

    .pageIndex .stellarnav>ul>li {
        animation: none;
    }

    .pageIndex .stellarnav>ul>li {
        padding: 0;
        opacity: 1;
    }

    .stellarnav>ul>li>ul {
        opacity: 1;
        top: 0;
    }

    .stellarnav>ul>li {
        padding: 0 0;
    }
    .stellarnav li.drop-left ul ul {
        left: 0;
        right: auto;
    }
    .stellarnav>ul>li.open>ul {
        opacity: 1;
        pointer-events: all;
        transform: scale(1, 1);
        transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    }
    
}

@media  screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 15px 10px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    height: auto;
    opacity: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background: linear-gradient(90deg, #809bbc, #3b5c75);
}

.footer_logo {
    display: none;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
}

.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 ul {
    width: 100%;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}


.footer_info li p {
    width: auto;
    color: #fff;
    width: 50%;
}

.footer_info li p a {
    color: #fff;
}

.footer_info li p.taxid {
    display: none;
}

.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;
}


.center {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    width: 48%;
}

.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px #fff solid;
    margin-bottom: 10px;
    font-family: "Montserrat", serif;
    letter-spacing: 0.1em;
    color: #fff;
}

.footer_info li:nth-child(2) {
    width: 48%;
}

.footer_info li:nth-child(2)::before {
    content: "OTHER PAGE";
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px #fff solid;
    margin-bottom: 10px;
    font-family: "Montserrat", serif;
    letter-spacing: 0.1em;
    color: #fff;
}






/* 浮動 */

.info_fix {
    width: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
    transition: all 0.7s;
    animation: footer-text forwards 1s;
    opacity: 0;
    z-index: 1;
    animation-delay: 3.3s;
}

.info_fix:hover {
    width: auto;
    right: 0;
    transition: all 0.7s;
}

.info_fix_links {
    display: flex !important;
    background: #565656bf;
    width: 50px;
    padding-bottom: 0;
    border: 1px #A29080 solid;
    /* 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 {
    display: block;
    width: 100%;
    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;
}


.info_fix_default.info_fix_yt span::before {
    background-image: url(https://pic03.eapple.com.tw/happyfish/footer-text-09.png);
    background-size: cover;
}

.info_fix_links a.info_fix_default.info_fix_tel,
.info_fix_links a.info_fix_default.info_fix_mail {
    display: none;
}



@keyframes footer-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}


@media screen and (max-width: 1440px) {
    .footer_info ul {}

    .footer_info li p {
        width: auto;
        min-width: 50%;
    }
}


@media screen and (max-width: 1024px) {
    .footer_info ul {
        width: 100%;
        display: flex;
        padding: 20px 0;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

}


@media screen and (max-width: 768px) {
    .footer_info ul {
        width: 100%;
        text-align: center;
    }

}



@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) {
        width: 90%;
    }
    .footer_info li:nth-child(2) {
        width: 90%;
    }
    .footer_info li p {
        width:  100%;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 35%;
    position: relative;
    background-color: transparent;
}

.banner h5 {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    letter-spacing: 1.5em;
    text-indent: 1.5em;
    font-size: 90px;
    font-family: "DM Serif Display", serif;
    text-align: left;
    font-weight: 100;
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
}

.banner::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 54%;
    left: 0;
}

.banner h5::after {
    content: "";
    font-size: 40px;
    color: #fff;
    display: block;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 200%;
    font-family: "Noto Sans TC", serif;
    white-space: break-spaces;
    margin-top: 10px;
    text-align: center;
    text-indent: 0;
}

.banner.banA {}

.banner.banB {
    display: none;
}


.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/happyfish/banner-06.jpg);
}

.banner.banF h5::after {
    content: "精選作品";
}

.banner.banF[data-banner="product_list_2198"] h5{
    letter-spacing: 35px;
    text-indent: 35px;
}


.car_page .banner.banF h5::after {
    display: none;
}

.product_page .banner h5 {
    font-size: 70px;
    font-family: "DM Serif Display", "Noto Sans TC";
    font-weight: 1000;
}








.banner.banD {}



.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/happyfish/banner-06.png);
    background: transparent;
    padding-bottom: 15%;
}

.banner.banE h5 {
    color: #2d2d2d;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
}

.banner.banE h5::before {
    content: "作品總攬";
    color: #2d2d2d;
}

.banner.banE h5::after {
    display: none;
    color: #494949;
    font-weight: 400;
    text-align: center;
}

.album_class_page .banner.banE,
.album_info_page .banner.banE {
    display: none;
}



.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/happyfish/banner-07.jpg);
}

.banner.banblog h5::after {
    content: "設計專欄";
}

.blog_page .banner h5,
.blog_in_page .banner h5 {
    font-size: 70px;
    font-family: "DM Serif Display", "Noto Sans TC";
    font-weight: 1000;
}




.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/happyfish/banner-08.png);
}





@keyframes banner {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.other_select_page .page {
    display: none;
}

@media screen and (max-width: 1024px) {
    .banner h5 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        letter-spacing: 15px;
        text-indent: 15px;
        top: 57%;
    }
    .product_page .banner h5,
    .blog_page .banner h5,
    .blog_in_page .banner h5 {
        font-size: 30px;
        font-family: "DM Serif Display", "Noto Sans TC";
        font-weight: 1000;
        text-align: center;
    }

    .banner h5::after {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .banner h5 {}

}

@media screen and (max-width: 500px) {
    .banner h5 {
        font-size: 20px;
    }
    .banner.banF[data-banner="product_list_2198"] h5{
        letter-spacing: 15px;
        text-indent: 15px;
    }
    
    .album_class_page .banner h5 {
        font-size: 20px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */

.product_page .main_part {
    max-width: 100%;
    padding: 0;
}

.show_content {
    margin: auto;
    padding: 10px 0;
}

.product-layer-two {
    margin: 20px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-layer-two li {
    display: inline-block;
    margin: 1%;
    position: relative;
    width: calc(100% / 6 - 2%);
}

.products-list .item {
    width: calc(100% / 2);
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.products-list {
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 0;
}

.products-list .pic {
    position: relative;
    padding-bottom: 45%;
    height: 0;
}

.products-list a:hover .pic img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}

.product-layer-two li a {
    position: relative;
    border: 1px #3f3f3f solid;
    background: transparent;
    padding: 5px 15px;
    display: block;
    font-size: 16px;
    color: #3f3f3f;
    transition: all 0.5s;
}

.product-layer-two li a::before {
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background: #b29b63;
    vertical-align: middle;
    transition: all 0.5s;
}

.product-layer-two li a:hover:before {
    width: 20%;
    margin-right: 5px;
    transition: all 0.5s;
}

.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #3f3f3f solid;
}

.product-layer-two li.active a::before {
    width: 20%;
    margin-right: 5px;
    transition: all 0.5s;
}

.products-list .pic img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}


.products-list .pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0);
    transition: all 0.5s;
}

.products-list a:hover .pic::after {
    opacity: 0;
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: visible;
    height: auto;
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: 0;
}

.products-list .name::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: -42px;
    width: 140px;
    height: 1px;
    background-color: #b29b63;
    transition: all 0.5s;
}

.products-list a:hover .name::after {
    width: 0;
    transition: all 0.5s;
}

.products-list .more {
    display: none;
}





/* 購物業 內業 */
.product_info_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 50px 0;
}

.product_info_page .product-layer-two {
    display: none;
}


/* 購物車圖片 */
.product_pic {
    display: flex;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    flex-direction: column-reverse;
}

#prod_thumbSwiper {
    order: 1;
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
}

#prod_thumbSwiper .swiper-slide {
    width: 150px;
    position: relative;
    height: 0 !important;
    padding-bottom: 10%;
}

#prod_thumbSwiper img {
    height: auto;
}

.product_pic .bx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0 0px;
}

.product_pic #bx-pager {
    display: flex;
    vertical-align: top;
    width: 100%;
    padding: 0;
    font-size: 12px;
    color: #391911;
    position: relative;
    top: auto;
    left: 0;
    flex-direction: row;
}

.product_pic #bx-pager h6 {
    display: none;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    background: #fff;
}

.product-wrapper {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product_main {
    padding: 0;
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.prod_info_clearfix {
    display: none;
}

.product_pic .bx-wrapper .bx-viewport {}

.bxslider li {
    height: 700px;
}

.bx-wrapper img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_pic #bx-pager a {
    overflow: hidden;
    margin-right: 10px;
}



/* 右邊選單 */
.sidebarBtn {
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    background: transparent;
    padding: 50px 0;
    text-align: center;
}

.sidebarBtn .price span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.sidebarBtn .price {
    color: #565656;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #565656;
    letter-spacing: 1px;
}

.sidebarBtn h2 {
    color: #b29b63;
    font-size: 52px;
}

.sidebarBtn .sp_price {
    display: block;
    color: #735A4C;
    font-size: 22px;
    font-weight: bold;
}

.product_info li span {
    display: block;
    font-size: 12px;
    color: #565656;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.product_info li {
    margin: 50px 0;
}

.product_info {
    margin: 20px 0;
    display: none;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #565656;
    font-family: "微軟正黑體";
}

.amountNum {
    width: 45px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    margin-left: 4px;
    color: #444;
    padding-left: 5px;
    background: #0000;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #0000006e;
    color: #fff;
    border: none;
}

.toShare {
    display: none;
}

input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: transparent;
    border: #565656 1px solid;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #3f3f3f;
    color: #fff;
}

.inquiry_a2 {
    background: #3f3f3f;
}




/* 底下選項 */
ul.prod {
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    align-content: center;
    align-items: center;
}

ul.prod>li:nth-child(1) {
    width: 100%;
}

ul.prod>li:nth-child(2) {
    display: none;
    width: 40%;
}

ul.prod li h3.prod-thumb {
    display: none;
    background: transparent;
    color: #3f3f3f;
    text-align: center;
    padding: 10px 15px;
    border-bottom: 1px #b29b63 solid;
    font-size: 22px;
}

ul.prod li .prod-panel {
    margin-top: 16px;
    color: #565656;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    transition: all 0.3s;
    font-family: "微軟正黑體";
    text-align: center;
}

.half_box {
    width: 100%;
    float: left;
    padding-right: 0;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
}

.half_box ul {
    width: 50%;
}

.half_box li.btn_blankTop {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    width: 48%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
}

.lastaction {
    background: transparent;
    color: #565656;
    background-image: none;
    border: 1px #565656 solid !important;
    transition: all 0.3s;
}

.lastaction:hover {
    color: #fff;
    background: #565656;
    transition: all 0.3s;
}

input[type="submit"]:hover {
    background: #565656;
    border: #565656 1px solid;
    color: #fff;
    transition: all 0.3s;
}

.qaform .breakF {
    border-radius: 5px;
    background: transparent;
    border: 1px #5656564a solid;
}


/* 相關推薦 */
.prod_related {
    background: transparent;
    padding: 20px 0;
}

.prod_related h6 {
    display: block;
    width: 80%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin: 0 10%;
    border-bottom: 1px #b29b63 solid;
    padding: 10px 15px;
}

.prod_related h6 span:before {
    display: none;
    content: '相關推薦';
    font-size: 22px;
    color: #3f3f3f;
}

.related_list {
    margin-top: 76px;
}

.lastPage {
    background: #565656;
}

.related_list li a {
    display: block;
    padding: 4px;
    background: transparent;
}

.related_list li a img {
    transition: all 0.3s;
}

.related_list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.related_list li a p {
    display: block;
    margin-top: 26px;
}

.proImgSwiper {
    aspect-ratio: unset;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
    flex-direction: row;
}


#prod_thumbSwiper .swiper-slide::before {
    display: none;
}









@media screen and (max-width: 1024px) {
    .product_page .main_part {
        width: 100%;
        max-width: 100%;
    }

    .product-layer-two {
        background: transparent;
    }
}


@media screen and (max-width: 768px) {


    .product-layer-two {
        width: 100%;
    }

    .mobile_product_name {
        display: none;
    }

    .product-wrapper {
        width: 100%;
    }

    .product_main {
        width: 100%;
    }

    .sidebarBtn {
        padding: 0;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border: none;
        background: transparent;
        padding: 0 0;
        margin: 20px 0;
    }

    ul.prod {
        list-style: none;
        display: flex;
        width: 100%;
        margin-top: 0px;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    ul.prod>li:nth-child(1) {
        width: 100%;
        margin: 20px 0;
    }

    ul.prod>li:nth-child(2) {
        width: 100%;
        margin: 20px 0;
    }

    .products-list .item {
        width: 100%;
    }

    .bx-wrapper img {
        display: block;
        max-width: 100%;
        min-width: auto;
        height: auto;
        object-fit: contain;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        -o-object-fit: cover;
        -webkit-object-fit: cover;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .bxslider li {
        height: auto;
    }

}

@media screen and (max-width:500px) {
    .products-list .item {
        width: 100%;
    }

    .product_pic .bx-wrapper .bx-viewport {}

    .product-layer-two li {
        width: calc(100% / 3 - 2%);
    }

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/



.blog_back a.article_btn_back {
    background: #494949;
}

.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 {
    bottom: 50%;
    transition: 0.3s;
    transform: translate(0, 50%);
}

.blog_le .accordion>li {
    border-bottom: 1px #b29b63 solid;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
    border: none;
}



/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1200px;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subbox_item {
    width: 100%;
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/


/* 左邊欄位 */
h5.blog_le_t {
    display: none;
}

.blog_le {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.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 #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.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_le .accordion {
    width: 20%;
    border: none;
    margin: 0;
    border-radius: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    background: #b29b63;
    color: #fff !important;
    transition: all 0.3s;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;

}

.submenu a:hover {
    background: #0000000d;
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    color: #444;
    /* transform: translate(0, -50%); */
    transition: all 0.4s ease;
}

.blog_le .accordion li.open i.fa-chevron-down {
    /* transform: translate(0, -50%) rotate(180deg); */
}

.blog_le .accordion li i:hover {
    transition: all 0.4s ease;
}


.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item {
    position: relative;
    border-bottom: 1px #3f3f3f33 solid;
    padding: 30px 0;
}

.subbox_item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #b29b63;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover:before {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: row;
}

.blog_list_le {
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    position: relative;
}

.blog_list_le::after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.blog_ri {
    width: 100%;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 25px 20px 25px 50px;
    width: 70%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_subbox .subbox_item:nth-of-type(1) .blog_list_ri {
}





.blog_list_ri h5 {
    color: #494949;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: fit-content;
}

.blog_list_ri p {
    width: 100%;
    -webkit-line-clamp: none;
    word-break: break-all;
}

.subbox_item a img {
    filter: grayscale(0.7);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    filter: grayscale(0);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    display: none;
    text-align: justify;
    color: #494949;
}

.blog_box_edit {
    line-height: 150%;
    color: #3f3f3f;
}



.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
}







@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }

    .subbox_item {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .subbox_item a {
    display: flex;
    flex-direction: column;
    }

    .blog_page .main_part {
        max-width: 75%;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
    width: 100%;
    padding-bottom: 40%;
    }

    .blog_in_page .main_part {
        max-width: 75%;
    }

    .blog_page .show_content {
        max-width: 100%;
    }

    .subbox_item {
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 90%;
    padding: 50px 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;
}

.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;
    filter: grayscale(0);
    transition: all 0.3s;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.05);
    filter: grayscale(1);
    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%;
    padding-bottom: 58%;
    overflow: hidden;
    position: relative;
}

.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);
    filter: grayscale(1);
    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;
}

/*照片頁*/
.pic-list .show_pic {
    height: 0;
    max-height: 100%;
    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: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 20px 0;
}

.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: #494949;
    left: 0;
    flex-direction: row-reverse;
    align-items: center;
    width: fit-content;
    font-weight: 500;
    margin-left: 1%;
}

.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;
}

.pic-list .item h6 {
    line-height: 220%;
    text-align: left;
    color: #2d2d2d;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    transition: all 0.3s;
}




.other_subalbum li p {
    text-align: left;
    color: #2d2d2d;
    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 {
    padding-bottom: 56%;
}


@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: 90%;
    }
}

/*相本分類全版面 ( 限制最寬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 #3b3b3b;
}

.promotion_title {
    display: none;
    border-bottom: 1px solid #3b3b3b;
}

.other_promotion {
    display: none;
}


@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none !important;
    }

    .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;}
*/

}






/*聯絡我們MAP區改滿版編輯區*/
.contact_content {
    width: 100%;
    padding: 0;
}

.contact_page .main_part {
    max-width: 100%;
    padding: 0;
}

.contact_page .path {
    display: none;
}

.contact_content .information_left {
    width: 100%;
    padding: 0;
}

.contact_content .information_right {
    width: 90%;
    margin: 80px auto;
    padding: 0 10px;
    display: block;
}

.contact_content .information_left>h4.blank_letter {
    display: none;
}

.contact_content .list_before {
    display: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.contact_content .list_before>li:not(li:last-of-type) {
    display: none;
}

.contact_content .list_before.info>li:last-of-type {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .contact_content .information_right {
        margin: 50px auto;
    }
}

/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {
    max-width: 80%;
}

.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
}

.blank_letter {
    font-family: "Montserrat", serif;
    padding-top: 0;
    font-size: 24px;
    padding: 30px 0;
    color: #494949;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.3em;
}

.blank_letter::before {
    content: "FORM";
    display: inline-block;
    font-size: 30px;
    color: #494949;
    font-family: "Montserrat", serif;
    margin-right: 100px;
    letter-spacing: .3em;
    font-weight: 300;
}

.blank_letter::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #494949;
    position: absolute;
    top: 50%;
    left: 135px;
    transform: translate(0, -50%);
}

.list_before.info li {
    padding-left: 32px;
    color: #494949;
}

.blank_letter span::before {
    content: "表單提交後，將有專人盡速與您電話聯繫，感謝您的耐心等候！";
    display: block;
    color: #494949;
    font-size: 16px;
    position: absolute;
    bottom: -20px;
    left: 0;
}



.contact_form li .form__label {
    color: #494949;
    width: 130px;
    margin-left: -140px;
    text-align: left;
}

.contact_le_map a {
    background: #494949;
    color: #fff;
}

.contact_form li.last cite {
    background: #494949;
    color: #fff;
    width: 220px;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    display: none;
    transition: all .5s;
}

.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #494949 solid; */
    background: #0000000a;
    color: #494949;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4949493d;
    padding: 20px 0;
    padding-left: 130px;
}

/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #494949 solid;
    color: #494949;
    transition: all 0.3s;
}

.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input {
    margin: 0 10px;
    color: #494949;
}


.contact_content {
    margin: auto;
    padding: 0px 5%;
}

.note {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0;
}

.contact_form {
    margin: 0 auto;
    padding: 100px 0 50px;
    font-size: 15px;
    color: #494949;
    max-width: 80%;
    position: relative;
}

.contact_form li:nth-last-of-type(3) .form__label {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }

    .contact_content .information_right {
        max-width: 100%;
        padding: 0;
    }

    .contact_form li.last {
        display: flex;
        justify-content: center;
    }


    .contact_form {
        max-width: 100%;
    }
}