@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&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
    font-family: "Space Grotesk", "Noto Sans TC", sans-serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #e61f62;
    color: #fff;
}

::selection {
    background-color: #e61f62;
    color: #fff;
}

body {
    overflow: overlay;
    overflow-x: hidden;
}

&::-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: #e61f62;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}


#page {}

#content_main {
    background: #fff;
    margin-top: 0 !important;
    min-height: 150vh;
}





#content {
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-08.jpg );
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-x;

}




/* 大圖 */


/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #e61f62;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}

.swiper-pagination {
    display: none;
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        height: auto;
        padding-bottom: 0%;
    }
}




/*  */


/*  */

.pageIndex .swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.pageIndex .swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-07.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    transform-origin: 20% 80%;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1):after{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-06.png);

} 
.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2):after{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-04.png);

} 
.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(3):after{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-05.png);

} 

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-09.png);

} 
.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2)::before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-07.png);

} 
.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(3)::before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/bg-08.png);

} 




.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    content: "";
    animation: banner-bg 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 1s;
}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before {
    content: "";
    animation: banner-bg-2 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





.swiper-slide img {}


@keyframes banner-img {
    0% {
        filter: brightness(0.1);
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        filter: brightness(1);
        opacity: 1;
        transform: scale(1);
    }
}


@keyframes banner-bg {
    0% {
        height: 95%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}

@keyframes banner-bg-2 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes bannerScrollAnimation {

    0%,
    100% {
        bottom: 81px;
        border-color: rgba(255, 255, 255, 0.5);
    }

    50% {
        bottom: 90px;
        border-color: #fff;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.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: absolute;

    transition: all 0.3s;
}

.sticky .nav-header {
    transition: all 0.3s;
}



/* 開場logo、選單 */



.nav-header {
    top: 68px;
    left: 50%;
    max-width: 124px;
    overflow: hidden;
    opacity: 0;
    animation: logo-action 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 5s;
}

@keyframes logo-action {
    0%{
        opacity: 0;
        transform: translate(-50%,0%);
    }
    100%{
        opacity: 1;
        transform: translate(-50%,-50%);
    }
    
}


/*  */
.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: 5%;
    right: 3%;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 5%;
    transition: all 0.5s;
}


.header_area .stellarnav.active .menu-toggle {
    top: 3%;
    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: #a5a5a5;
    margin-top: 0px;
    opacity: 0;
}


@keyframes action-menu {
    0% {
        opacity: 0;
        transform: translate(-100%, 0%);
    }

    100% {
        opacity: 1;
        transform: translate(0%, 0%) scale(1);
    }

}

.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 43px;
    height: 2px;
    border-radius: 6px;
    background: #413f3e;
    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(33px, -10.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, 10.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;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 6% 5% 0 73%;
    margin: 0;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    gap: 9.5vh 5%;
    opacity: 1;
    transform-origin: 50% 0;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

.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 {
    pointer-events: all;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.stellarnav.desktop>ul::after {
    content: "";
    display: block;
    width: 0;
    height: 50vh;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: -1;
    background-color: #ffffff;
    backdrop-filter: grayscale(1);
    border-radius: 10px;
    box-shadow: 1px 1px 10px #0000006b;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav.desktop.active>ul::after {
    width: 30%;
    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: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -2;
    opacity: 0;
    backdrop-filter: blur(30px);
    pointer-events: none;
    transition: all 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav.desktop.active>ul::before {
    opacity: 1;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





/* 購物籃 */
.tp_links {}

.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;
}


.tp_links {
    display: flex;
    width: 13vw;
    position: fixed;
    bottom: 21vh;
    right: 5%;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    display: none;
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links {
    pointer-events: all;
}


.tp_links a {
    color: #a5a5a5;
    opacity: 0;
    font-size: 16px;
    transform: translate(0, 50px);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}




.tp_links::before {
    content: "\f167";
    display: block;
    color: #a5a5a5;
    font-family: "Font Awesome 6 Free", 'Font Awesome 6 Brands';
    font-size: 16px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.tp_links::after {
    content: "\f3c5";
    display: block;
    color: #a5a5a5;
    font-family: "Font Awesome 6 Free", 'Font Awesome 6 Brands';
    font-weight: 900;
    font-size: 16px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links a {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links::before,
.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links::after {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links::before {
    transition-delay: 0;
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links a:nth-of-type(1) {
    transition-delay: 0.2s;
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links a:nth-of-type(2) {
    transition-delay: 0.3s;
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links a:nth-of-type(3) {
    transition-delay: 0.4s;
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links a:nth-of-type(4) {
    transition-delay: 0.5s;
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links::after {
    transition-delay: 0.6s;
}



.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links a i {
    transition: all 0.3s;
}

.header_area:has(.stellarnav.desktop.active) .me_tp_features .tp_links a:hover i {
    color: #fff;
    transition: all 0.3s;
}






/* 選項 */
.stellarnav>ul>li>a {
    width: 100%;
    margin: 0 20px;
    padding: 0;
    color: #413f3e;
    display: flex;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.stellarnav>ul>li>a:hover {
    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: 800;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.stellarnav>ul>li>a b:nth-child(1)::first-letter {
    text-transform: uppercase;
    color: #e61f62;
}





.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 14px;
    word-break: keep-all;
    font-weight: 800;
    letter-spacing: 0.1em;
    opacity: 1;
    color: #a5a5a5;
}



.stellarnav>ul>li>a:hover b:nth-child(2) {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: all 0.5s;
}


.stellarnav li {
    opacity: 1;
}

.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;
}


.stellarnav>ul>li.has-sub>a {
    padding-left: 0;
}




/* 選單兼具 */




/* 選單 圖片 */
/* .stellarnav > ul > li:nth-of-type(1):before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/icon-45.png);
}
.stellarnav > ul > li:nth-of-type(2):before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/icon-46.png);
}
.stellarnav > ul > li:nth-of-type(3):before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/icon-47.png);
}
.stellarnav > ul > li:nth-of-type(4):before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/icon-48.png);
}
.stellarnav > ul > li:nth-of-type(5):before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/icon-49.png);
}
.stellarnav > ul > li:nth-of-type(6):before{
    background-image: url(https://pic03.eapple.com.tw/yirehcad/icon-50.png);
} */



/* 選單線 延遲 */

.stellarnav li:nth-child(2):before {}

.stellarnav li:nth-child(3):before {
    animation-delay: 0.3s;
}

.stellarnav li:nth-child(4):before {
    animation-delay: 0.4s;
}

.stellarnav li:nth-child(5):before {
    animation-delay: 0.5s;
}

.stellarnav li:nth-child(6):before {
    animation-delay: 0.6s;
}

.stellarnav li:nth-child(7)::before {
    animation-delay: 0.7s;
}

.stellarnav li:nth-child(8)::before {
    animation-delay: 0.8s;
}




@keyframes line-left-right {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }

}




/* 字 動畫 */



.stellarnav>ul>li {
    display: flex;
    width: 47.5%;
    opacity: 0;
    transform-origin: 0% 0%;
    align-items: center;
    height: fit-content;
    padding-bottom: 10px;
    border-bottom: 1px #a5a5a53d solid;
    overflow: hidden;
}



.stellarnav.active>ul>li::before{
    content: "";
    display: block;
    width: 0px;
    height: 5px;
    background-color: #e61f62;
    position: absolute;
    right: 0;
    border-radius: 0;
    transition: all 0.5s;
}
.stellarnav.active>ul>li:hover:before{
    width: 20px;
    transition: all 0.5s;
}
.stellarnav>ul>li:hover>a {
    transition: all 0.3s;
}




.stellarnav.active>ul>li {
    animation: up 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li:nth-of-type(1) {
    animation-delay: 0s;
}

.stellarnav>ul>li:nth-of-type(2) {
    animation-delay: 0.05s;
}

.stellarnav>ul>li:nth-of-type(3) {
    animation-delay: 0.1s;
}

.stellarnav>ul>li:nth-of-type(4) {
    animation-delay: 0.15s;
}

.stellarnav>ul>li:nth-of-type(5) {
    animation-delay: 0.20s;
}

.stellarnav>ul>li:nth-of-type(6) {
    animation-delay: 0.25s;
}

.stellarnav>ul>li:nth-of-type(7) {
    animation-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) {}



@media screen and (max-width: 1024px) {
    .stellarnav.desktop>ul {
        justify-content: space-around;
    }

    .stellarnav>ul>li:nth-of-type(5) {
        margin-left: 0%;
    }

    .stellarnav>ul>li>a b:nth-child(1) {
        font-size: 24px;
    }

    .stellarnav>ul>li::before {
        width: 120px;
        height: 120px;
    }

    .nav-header {
        position: absolute;
        text-align: center;
    }
}


@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;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: #fff;
        background: #b24a3d;
    }

    .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: 35px;
    }

    .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;
    }
}












/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    background: #413f3e;
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: #413f3e;
    color: #fff;
    border: none;
}

.copy a {
    color: #fff;
}

.footer_menu a:hover {
    background: e61f62;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    color: #fff;
}

.footer_info li p a {
    color: #fff;
}

.footer_info {
    padding-right: 0px;
    align-items: center;
}

.footer_info li:nth-child(1) {
    text-align: right;
}

.footer_info li:nth-child(2) {
    text-align: right;
}
.footer_logo img{
    filter: contrast(0) brightness(100);
}

.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0;
}

.footer_logo {
    max-width: 140px;
}




.footer_menu a:nth-child(1) {
    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;
    border-bottom: 1px #fff solid;
}



@media screen and (max-width: 768px) {
    .footer_menu {
    text-align: center;
    border-bottom: none !important;
}
    .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%;
        text-align: center;
    }
    .footer_info li:nth-child(1){
        text-align: center;
    }
.footer_info {
    padding: 0;
}
}

/* 浮動 */

/* 浮動 */

.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;
    opacity: 1;
    z-index: 1;
}


.info_fix:hover {
    width: auto;
    right: 0;
    transition: all 0.7s;
}

.info_fix {
    animation: footer-in both 1s;
    animation-delay: 5s;


}
@keyframes footer-in {
    0%{
        transform: translate(100px,0);
    }
    100%{
        transform: translate(0px,0);
    }
}



.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;
}


.info_fix_links {
    display: flex !important;
    background: #565656a1;
    width: 50px;
    padding-bottom: 0;
    border: 1px #fff solid;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}

.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_default.info_fix_google {
    color: #fff;
    background-color: #eeb540;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 120px;
    align-items: center;
    align-content: center;
}

.info_fix_default.info_fix_google:hover {
    background-color: #ab822d;
}

.info_fix_links p {
    text-align: center;
    font-weight: 500;
    writing-mode: vertical-rl;
    font-size: 16px;
}


.info_fix_google img {
    width: 25px;
    margin-bottom: 5px;
}








@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;
    }
}




/* 開場MENU 浮動 */
.pageIndex .stellarnav .menu-toggle {
    opacity: 0;
    animation: action-menu 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 5s;
}


.info_fix {
    opacity: 1;
}



@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;
    height: 100vh;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    position: relative;
}

.banner::after {
    content: "";
    display: block;
    width: 42vw;
    aspect-ratio: 833/476;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    right: calc(100% / 12 * 2);
}

.banner h5 {
    display: flex;
    font-size: 95px;
    color: #E4D122;
    font-weight: 500;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: calc(100% / 12 * 3);
    text-transform: uppercase;
}


.banner h5::after {
    content: "";
    display: block;
    font-size: 40px;
    color: #fff;
}









/*  */
.banner.banF::after {
    background-image: url(https://pic03.eapple.com.tw/yirehcad/banner-05.jpg);

}

.banner.banF h5::after {
    content: "攝影器材";
}

/*  */


/*  */
.video_page .banner.banF::after {
    background-image: url(https://pic03.eapple.com.tw/yirehcad/banner-06.jpg);

}

.video_page .banner.banF h5::after {
    content: "作品集";
}

/*  */




/*  */
.banner.banblog::after {
    background-image: url(https://pic03.eapple.com.tw/yirehcad/banner-07.jpg);

}

.banner.banblog h5::after {
    content: "部落格";
}

/*  */



.banner.banA {}

.banner.banB {
    display: none;
}

.banner.banC {
    display: none;
}

.banner.banD {}

.banner.banE {}

.banner.banblog {}

@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;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */

.product_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0px;
}

.product_page .show_content {
    margin: auto;
    padding: 10px 0;
}

.product-layer-two li a {
    background: transparent;
}

.products-list {
    padding: 20px 0;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4 - 20px), 1fr));
    grid-gap: 20px;
}

.products-list .pic {}

.products-list .item a:hover .more {
    background: #E4D122;
    color: #DEDBC4;
}

.product-layer-two {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.product-layer-two li i {
    color: #DEDBC4;
}

.products-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px;
}

.product-layer-two::after {}






.products-list .more {
    border: 0;
    background: transparent;
    color: #DEDBC4;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
    height: fit-content;
    margin-top: 10px;
    border: 1px #DEDBC4 solid;
    font-weight: bold;
}

.products-list .pic img {
    max-width: 100%;
    transition: all 0.3s;
}

.products-list a:hover .pic img {
    filter: brightness(0.7);
    transform: scale(1.1);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #DEDBC4;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    text-align: center;
    font-weight: bold;
}

.products-list .price b.ori_price {
    color: #ada17ea3;
}

.products-list .price {
    text-align: center;
}


@media screen and (max-width: 1440px) {
    .products-list .price b {
        font-size: 14px;
    }
}



@media screen and (max-width: 768px) {
    .products-list .price b {
        font-size: 16px;
    }
}

/*外層*/



.product-layer-two li::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #E4D122;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0);
    z-index: 9999999;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.product-layer-two li:hover:before,
.product-layer-two li.active::before {
    transform: translate(-50%, 0) scale(1);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;

}

.product-layer-two li ul {
    background: #000;
}

.product-layer-two li li {
    background: transparent;
}

.product-layer-two li li a {
    background: transparent;
}


.product-layer-two li a {
    color: #DEDBC4;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s;
    text-align: center;
}

.product-layer-two li.active a {
    border: 0;
}






/*內層*/
.lastPage {
    background: #E4D122;
    color: #d1d1d1;
    font-weight: bold;
}

.nextaction {
    background-color: #DEDBC4;
}

.lastaction {
    color: #fff;
    background-color: #DEDBC4;
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    background: none;
}



/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0px;
}

.nextaction {
    background-color: #c1b09c;
}

.lastaction {
    color: #fff;
    background-color: #c1b09c;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}

.product_info_page .product-layer-two {
    grid-template-columns: repeat(4, 1fr);
}

#number_area {
    display: none;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebarBtn {
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    background: transparent;
    margin: 30px 0;
}

.sidebarBtn h2 {
    color: #DEDBC4;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    padding: 30px 40px;
    width: fit-content;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
    letter-spacing: 7px;
    line-height: 70px;
}

.sidebarBtn h2::after {}

.pd_tabTitle li {
    border-bottom: 0;
}

.pd_tabTitle li.activeTab a {
    font-size: 20px;
    font-weight: bold;
    color: #DEDBC4;
}

.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: #E4D122;
}


.edit {
    COLOR: #D1D1D1;
}





.sidebarBtn {
    color: #bebebe;
}

.sidebarBtn .price {
    color: #DEDBC4b6;
    font-size: 24px;
    margin-top: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sidebarBtn .price::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DEDBC4;
    margin: 20px 0 20px;
}

.sidebarBtn .sp_price {
    color: #DEDBC4;
}

.product_info {
    display: none;
}

.product_info li span {
    color: #bebebe;
}

#bx-pager h6 {
    display: none;
}

ul.prod li:nth-of-type(2) {
    display: none;
}

ul.prod li h3.prod-thumb {
    color: #d6bfa9;
    font-family: 'Noto Sans TC';
    font-size: 24px;
    text-align: left;
    background: transparent;
    padding: 0;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c3b29e;
    margin: 20px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}

ul.prod li .prod-panel {
    color: #dec7b1a6;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #bebebe;
}

.toShare {
    display: none;
}



/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #bebebe;
}

.qaform .breakF {
    border: 1px #939393 solid;
    background: #00000061;
    color: #fff;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #939393 solid !important;
    color: #bebebe;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}



.inquiry_a1 {
    background: #E4D122;
}

.inquiry_a2 {
    background: #7f7c66;
}

/*  */

.prod_related {
    background: #0000001c;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 40px;
    color: #c3b29e;
    font-family: "Noto Sans TC";
}

.related_list li a {
    display: block;
    padding: 5%;
    background: #07070724;
    transition: all 0.3s;
}

.related_list li a:hover {
    background: #E4D122;
    transition: all 0.3s;
}

.related_list li a p {
    font-size: 16px;
    color: #D1D1D1;
    margin: 10px 0;
    font-weight: bold;
}

.related_list li {
    transition: all 0.5s;
}

.related_list li:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.mobile_product_name {
    display: none;
}

.sidebarBtn .price span {
    display: block;
    font-size: 24px;
    margin: 0 10px;
}


/* 結帳 */

.separate_title {
    font-size: 30px;
    color: #DEDBC4;
    padding: 10px 0 10px 40px;
    background: transparent;
}

.formbox_form li .form__label {
    color: #DEDBC4;
}

/*  */
.shopping-cart .cart_head {
    background: #42512a;
    color: #fff;
}

.shopping-cart .row {
    position: relative;
    height: auto;
    margin: 25px 0;
    clear: both;
    background-color: transparent;
    color: #DEDBC4;
}

.shopping-cart .cell {
    background: transparent;
    color: #DEDBC4;
}

.shopping-cart .cell a {
    background: transparent;
    color: #DEDBC4;
}

.total_amount li {
    margin: 10px 0;
    color: #DEDBC4;
}

.form label.Bigcheck {
    color: #DEDBC4;
}

.form label {
    color: #DEDBC4;
}

.declaration {
    background: transparent;
}



@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {
    .products-list .item {}

    .products-list {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3 - 20px), 1fr));
    }

    .product_info_page .product-layer-two {
        grid-template-columns: repeat(3, 1fr);
    }
}



@media screen and (max-width: 768px) {
    .product_info_page .main_part {
        max-width: 80%;
    }

    .car_page .information_left {
        display: none;
    }

    .product-layer-two {
        display: none;
    }

    .product-layer-two li {
        width: calc(100% / 3 - 2%);
        text-align: center;
        margin: 10px 1%;
    }

    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }

    .product-layer-two li:hover>a {
        padding-left: 20px;
    }

    .products-list {
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;
        max-width: 100%;
    }

    .products-list .item {}

    .product_info_page .product-layer-two {
        display: none;
    }

    .product-wrapper {
        left: 0px;
    }

    .products-list .item {}

    .sidebarBtn h2 {
        font-size: 16px;
        padding: 20px 40px;
        letter-spacing: 2px;
        line-height: 2;
    }
}

@media screen and (max-width: 500px) {
    .product_page .main_part {
        max-width: 85%;
    }

    .products-list {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2 - 20px), 1fr));
    }

    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現*/
.blog_back a.article_main_header_area_back {
    background: #E4D122;
}

.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;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
    border: 0;
}

.accordion li+li .link {
    border-top: 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: 1px #fff solid;
}

.accordion li .link a {
    font-size: 20px;
    color: #c8c8c8;
    font-weight: 800;
    padding: 30px 30px;
    border: 0;
    transition: all 0.3s;
}

.accordion li .link a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #E4D122;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    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%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.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;
}

.blog_subbox {
    align-content: center;
    grid-template-columns: repeat(3, 1fr);
}

.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;
}

.subbox_item {
    margin: 0;
    margin-bottom: 50px;
}

.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: #090f0f;
    flex-direction: row;
}

.blog_list_ri {
    width: 100%;
    margin-left: 0;
    padding: 20px;
    padding-left: 10%;
    min-height: 170px;
    position: absolute;
    opacity: 0;
    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: #fff;
    font-style: normal;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.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: #E4D122;
}

.related_list li a img {}


.news_related {
    background: #0000008f;
}

.news_related_list li a {
    padding: 0;
    background: transparent;
}

.news_related_list li a p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    font-weight: bold;
    margin-top: 10px;
}

.news_related h6 span:before {
    font-size: 24px;
    color: #DEDBC4;
}









.articel_mainPic{
    display: none;
}



@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: 1400px;
}

.show-list .item:hover .show_name {
    color: #E4D122;
}

.show-list .show_pic {
    height: 30vh;
    max-height: 290px;
    padding-bottom: 0;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {
    background: #E4D122;
}

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/*照片頁*/
.pic-list .show_pic {
    height: 40vh;
    max-height: 240px;
    padding-bottom: 0;
}

.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

/*相本分類全版面 ( 限制最寬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 #E4D122;
}

.promotion_title {
    border-bottom: 1px solid #E4D122;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .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;
    }

}



/* --------------------------------------------------- */
/* 影片 */



.video-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.video-layer-two li a {
    border: none;
    background: transparent;
    color: #fff;
    transition: all 0.5s;
}

.video-layer-two li a:hover {
    background-color: #E4D122;
    color: #fff;
    transition: all 0.5s;
}

.video_page .main_part {
    padding: 50px 0 100px;
}

.page {
    width: 100%;
}

.video-layer-two>li {
    border-bottom: 1px #ffffff65 solid;
    padding: 0;
}

.video-layer-two>li a {
    padding: 10px;
}

.video-list .vidTitle {
    color: #fff;
}

/* -------------------------------------------------------- */




.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: 40px;
    color: #D1D1D1;
    letter-spacing: 5px;
    align-items: flex-end;
    padding-top: 0;
    flex-wrap: wrap;
}

.blank_letter.f::before {
    content: "FORM";
    display: block;
    font-size: 96px;
    color: #dbc822;
    width: 100%;
}


.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;
    display: none;
}

.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: #dbc822;
    color: #fff;
}

.red {
    color: #dbc822;
    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;
}