@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=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif+TC:wght@200..900&display=swap');




body {
  font-family: "Almendra", "Noto Serif TC",serif;
  font-weight: 500;
}









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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;
}







.swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/uji/bg-12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 1;
    animation: banner-emoji 1s steps(10, jump-none) infinite alternate;
    transition: all 0.3s;
}
.swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/uji/bg-13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 1;
    animation: banner-emoji 1s steps(10, jump-none) infinite alternate;
    animation-delay: 0.5s;
    transition: all 0.3s;
}





@keyframes banner-emoji {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

}







.swiper-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/uji/bg-11.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 0;
        transform: translate(-100%,0) rotate(15deg);
        pointer-events: none;
    animation: banner-bg-2 2s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    transition: all 0.3s;
}




@keyframes banner-bg-2 {
    0% {
        transform: translate(-100%,0) rotate(15deg);
        
        opacity: 0;
    }

    100% {
        transform: translate(0%,0)  rotate(0deg);
        
        opacity: 1;
    }
}






.swiper-wrapper .swiper-slide img {
    transform: none !important;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #1C88AC;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #91beab;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

#content {
    background-color: #91beab;
    background-size: cover;
    background-position: center top;

}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .swiper-banner .swiper-slide img {
        height: auto;
        width: 200%;
        max-width: 200%;
    }

    .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-position: 86%;
    }

    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-position: -60px;
    }


}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.header_area .main_header_area .container {
    max-width: 90%;
    transition: all 0.3s;
}

.header_area.sticky .main_header_area .container {
    max-width: 90%;
    transition: all 0.3s;
}

.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: #2B3047;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #2B3047;
}

.nav-dropdown>li {
    text-align: center;
}

.me_tp_features {
    display: none;
}

.nav-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 98999999;
    max-width: 220px;
    transition: all 0.5s;
}

.sticky .nav-header {
    transition: all 0.5s;
}

.nav-header::before {
    top: 50%;
}

.pageIndex .nav-header::before {
    top: 50%;
    opacity: 1;
    transition: all 0.3s;
}


.sticky .nav-header::before {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
    transition: all 0.3s;
}

.nav-header::after {}

.nav-header:hover:after {
    animation-play-state: paused;
    transition: all 0.3s;
}

.nav-header:hover:before {
    background-color: #f0d9aa;
    transition: all 0.3s;
}





@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}












.header_area {
    position: relative;
    z-index: 9999;
    width: 100%;
    padding: 0;
    top: 0;
    background: transparent;
    transition: all 0.7s;
}

.header_area.sticky {
    position: fixed;
    top: 0px;
    background: transparent;
    transition: all 0.7s;
}


.header_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f8f2;
    box-shadow: 1px 1px 1px #0000001f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.header_area.sticky::before {
    width: 100%;
    transition: all 0.5s;
}





.main_header_area {
    position: relative;
    background: transparent;
}


.stellarnav li.has-sub>a:after {
    display: none;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}


.stellarnav>ul>li:nth-last-of-type(1){
    display: none;
}

.stellarnav>ul>li:nth-of-type(2)>ul{
    display: none !important;
}


.stellarnav>ul>li>a {
    padding:0;
    color: #464646;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    font-weight: bold;
}


.pageIndex .stellarnav>ul>li>a {
    color: #3a3a3a;
}


.sticky .stellarnav>ul>li>a {
    color: #464646;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: bold;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
    color: #91beab;
    font-size: 16px;
    font-family: "Noto Serif TC";
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    transition: all 0.5s;
}


.header_area .navigation {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0;
    opacity: 1;
    transition: all 0.3s;
    justify-content: space-between;
    overflow: visible;
}

.header_area.sticky .navigation {
    padding: 0;
    opacity: 1;
    transition: all 0.5s;
}


.stellarnav > ul {
    display: flex;
    margin: 0;
    text-align: right;
    transform: scale(1, 1);
    transition: all 0.5s;
    justify-content: flex-end;
}



.sticky .stellarnav > ul {
    transform: scale(1, 1);
    transition: all 0.5s;
}

.stellarnav>ul>li {
    display: flex;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    padding: 15px 0;
}











@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 30px 0;
    }

    .header_area.sticky .navigation {
        padding: 20px 0;
    }

    .pageIndex .header_area .main_header_area::before {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .header_area .main_header_area .container {
        max-width: 90%;
    }

    .header_area.sticky .main_header_area .container {
        max-width: 90%;
    }
}









/*下拉*/
.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: #2B3047;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}


.stellarnav li li a {
    padding: 10px 15px;
    display: block;
    color: #464646;
    background-color: transparent;
    font-weight: bold;
    font-size: 16px;
    word-break: break-word;
    transition: all 0.3s;
}

.stellarnav li li a::before{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #42382459;
    position: absolute;
    bottom: 2px;
    left: 0;
    transition: all 0.3s;
}



.stellarnav li li a:hover::before {
    width: 100%;
    transition: all 0.3s;
}

.stellarnav>ul>li>a::before {}

.stellarnav>ul>li>a:hover::before {}


.stellarnav ul ul {
    top: 60px;
    background: #f7f8f2;
    border-radius: 20px;
    border: 1px #423824 solid;
    width: 300px;
    padding: 10px;
}
.stellarnav ul ul > li {
    border: 0;
    font-weight: 600;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.header_area .nav-brand {
    display: inline-block;
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}

.header_area.sticky .nav-brand {
    opacity: 1;
    transition: all 0.5s;
}

.header_area .nav-brand img {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
}

.header_area.sticky .nav-brand img {
    transition: all 0.3s;
}

.footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.footer_info ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer_logo img {
    width: 100%;
}

.footer_logo {
    width: 300px;
}



















@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 90%;
    }

}

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
        top: 0;
    }

    .header_area .main_header_area::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

}

@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%;
    }

    .stellarnav.mobile {
        top: 9px;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle:after {
        color: #fff;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #00a297;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a {
        color: #666;
        text-shadow: none;
        padding: 15px 10px;
    }

    .nav-brand {
        display: inline-block;
        width: 220px;
    }

    .header_area .nav-brand {
        width: 150px;
    }

    .header_area .navigation {
        padding: 10px 0;
    }

    .header_area.sticky .navigation {
        padding: 10px 0;
    }

    .header_area.sticky .stellarnav>ul {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: right;
        transition: all 0.3s;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 12px;
        background: #00a297;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 43px 25px 10px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 0;
        position: absolute;
        top: 20px;
    }

    .stellarnav.mobile.left>ul {
        left: 0;
        padding: 0;
        border: 0;
    }

    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0px;
    }

    .stellarnav li li:hover {
        background: inherit;
        border-radius: 0;
        color: inherit;
        transform: none;
        box-shadow: none;
        z-index: 100000;
        transition: all 0.3s;
    }

    .stellarnav li li:hover>a {
        color: inherit;
        transition: all 0.3s;
    }

    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 15px 43px 15px 10px;
    }

    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
    }

    .stellarnav li li a {
        padding: 15px 15px;
        color: #666;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */








/*Footer*/
.footer {
    border-top: none !important;
    padding: 0;
    background-image: url(https://pic03.eapple.com.tw/uji/footer-10.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 28%;
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: transparent;
    color: #464646;
    border: none;
}

.copy a {
    color: #464646;
}

.footer_menu a:hover {
    background: #02642F;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    color: #464646;
}

.footer_info li p a {
    color: #464646;
}

.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: #464646;
    background: transparent;
    border-bottom: 1px #464646 solid;
}

.footer_menu a:hover {
    background: #fff;
    color: #000;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 520px;
    margin: 0 10px;
}



.footer_logo img {
    width: 100%;
}




/* 浮動 */


.info_fix_links {
    display: flex !important;
}

.linksBtn {
    display: none;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a:hover {
    background: transparent;
}














/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner {
    display: flex;
    height: 665px;
    padding: 0;
    background: transparent;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 100px calc(100% / 12);
}


.banner::before{
    content: "";
    display: block;
    width: 70%;
    aspect-ratio: 1176/444;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7%;
}
.banner::after{
    content: "";
    display: block;
    width: 35%;
    aspect-ratio: 493/638;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.banner h5 {
    display: none;
    font-size: 40px;
    color: #fff;
    text-align: center;
}



.banner.banA {
    display: none;
}

.banner.banB {
    display: none;
}

.banner.banC {}

.banner.banD {}




.banner.banE::before {
    background-image: url(https://pic03.eapple.com.tw/uji/banner-09.png);
}
.banner.banE::after {
    background-image: url(https://pic03.eapple.com.tw/uji/banner-08.png);
}




.banner.banblog::before {
    background-image: url(https://pic03.eapple.com.tw/uji/banner-06.png);
}

.article_b .banner.banblog::before {
    background-image: url(https://pic03.eapple.com.tw/uji/banner-07.png);
}

.banner.banblog::after {
    background-image: url(https://pic03.eapple.com.tw/uji/banner-08.png);
}



@media screen and (max-width: 1024px) {
    .banner {}

    .banner::before {
        padding-bottom: 50%;
    }

    .banner h5 {
        font-size: 30px;
    }

    .banner h5::after {
        margin-top: 20px;
    }
}


@media screen and (max-width: 768px) {
    .banner {}

    .banner::before {
        background-image: url(https://pic03.eapple.com.tw/uji/banner-05.png);
        padding-bottom: 58%;
        background-position: center;
    }

    .banner h5 {
        font-size: 30px;
        margin-top: 30px;
        text-align: center;
    }

}

@media screen and (max-width: 500px) {
    .banner {}

}










/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #1C88AC !important;
    color: #1C88AC;
}

.products-list a:hover .more {
    background: #1C88AC;
    border-color: #1C88AC;
    color: #ffffff;
}

.products-list .item {
    width: 32%;
}

.products-list .item a:hover .more {
    background: #1C88AC;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .name {
    margin-bottom: 15px;
}



/*外層*/
.product-layer-two li a {
    color: #1C88AC;
    background: #fff;
    border: 1px solid #1C88AC;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: #1C88AC;
    color: #fff;
}

.product-layer-two li.active>a {
    background: #1C88AC;
    color: #fff;
    font-weight: normal;
}

.sidebarBtn {
    border: none;
}

.sidebarBtn h2 {
    color: #1C88AC;
}

ul.prod li h3.prod-thumb {
    background: #1C88AC;
    color: #fff;
}

.half_box {
    width: 100%;
}

.half_box li.btn_blankTop {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    width: 46%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
    text-align: center;
    padding-left: 0px;
    background-image: none;
}

.product_info {
    display: none;
}

.prod-item.is-active {
    display: block;
}

.google_link {
    width: 60%;
    padding: 10px 20px;
    background-color: #f5bad5;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
}









/*內層*/
.lastPage {
    background: #423824;
}

.nextaction {
    background-color: #1C88AC;
}

.lastaction {
    color: #fff;
    background-color: #1C88AC;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現*/
.blog_back a.article_main_header_area_back {
    background: #6F1C1B;
}

.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;
    padding: 10px 0;
    padding-left: 20px;
    transition: all 0.3s;
}




.blog_le .accordion>li:hover{
    color: #000;
    font-size: 24px;
    transition: all 0.5s;
}



.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #fff;
    display: none;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 100px calc(100% / 12);
}

.clearfix:before,
.clearfix:after {
    display: none;
}




/* 選單 */
.blog_box {
    min-height: 100vh;
    padding: 0px;
    display: block;
    flex-direction: row;
    align-content: flex-start;
    overflow: visible;
}

.blog_le {
    width: 20%;
    display: inline-block;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 30px 40px;
    border: 1px #423824 solid;
    justify-content: flex-start;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    height: fit-content;
    z-index: 999;
    background: #f7f8f2;
}

.blog_le::before{
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px #423824 solid;
    border-radius: 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
    
}

h5.blog_le_t {
    display: flex;
    font-size: 24px;
    font-weight: 500;
    color: #423824;
    letter-spacing: 2px;
    margin-bottom: 30px;
    width: auto;
    flex-direction: column;
}

h5.blog_le_t em {
    font-family: "Almendra", "Noto Serif TC",serif;
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: 700;
}

h5.blog_le_t span {
    font-size: 20px;
    font-family: "Almendra";
}




.blog_search {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: none;
    justify-content: flex-end;
}

.blog_search form {
    width: 100%;
    position: relative;
}

.blog_le .accordion {
    margin: 0;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0;
    background: transparent;
    border-radius: 10px;
    position: relative;
}



.accordion li .link a {
    font-size: 16px;
    color: #423824;
    font-weight: bold;
    padding: 0;
    letter-spacing: 2px;
    transition: all 0.3s;
}




.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #000000 !important;
    transition: all 0.3s;
}




.accordion li .link a::before{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #423824;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}


.accordion li .link a:hover:before,.blog_le .accordion>li.on_this_category .link a{
    width: 100%;
    transition: all 0.3s;
}








.accordion li+li .link {
    border: 0;
}



.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 #423824 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;
}

.news_related {
    background: transparent;
    border-radius: 0;
    padding: 25px 15px 100px;
}

.news_related_list li a {
    position: relative;
    padding: 0;
    background: transparent;
    z-index: 1;
}

.news_related_list li a p {
    font-size: 16px;
    color: #423824;
    line-height: 2;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.news_related_list li a:hover p {
    color: #fff;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    transition-delay: 0.5s;
}




.news_related h6 span:before {
    font-size: 24px;
    color: #423824;
}

/* 內容 */

.blog_in_page .main_part {
    max-width: 100%;
    padding: 50px calc(100% / 12);
}






.blog_ri {
    display: inline-block;
    width: calc(80% - 20px);
    padding: 0;
    min-height: 75vh;
    margin: 0 0 0 auto;
}

.blog_subbox {
    grid-template-columns: repeat(2, 1fr);
}

.blog_list_ri h5 {
    color: #423824;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.subbox_item::after {
    width: 80%;
    height: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg) scale(1.5);
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.subbox_item:hover:after {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


/* .blog_subbox:has(.subbox_item:hover) .subbox_item:not(:hover) {
    opacity: 0.7;
    filter: blur(1px);
} */


.subbox_item img {
    transition: all 0.5s;
}

.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: all 0.5s;
}





.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    display: none;
}

.blog_list_le {
    height: auto;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 24px;
}

.subbox_item {
    padding: 0;
    margin-bottom: 50px;
    overflow: hidden;
}

.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: #f7f8f2;
    flex-direction: row;
    gap: 0;
    padding: 10px;
    border-radius: 20px;
    border: 1px #423824 solid;
    transition: all 0.3s;
}
.subbox_item a:hover{
    background: #f4f7e8;
    transition: all 0.3s;

}

.blog_list_ri {
    width: 100%;
    margin-left: 0;
    padding: 3% 5% 5%;
    min-height: 170px;
}

.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: #423824;
    font-style: normal;
    display: block;
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog_list_ri p {
    font-size: 15px;
    color: #423824;
    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: #423824;
    font-weight: 500;
}

.articel_mainPic{
    display: flex;
    justify-content: center;
    display: none;
}
.blog_back a.article_btn_back {
    background: #423824;
    color: #fff;
}



.blog_shareData {
    display: none;
}

.blog_back {
    width: 80%;
    margin-left: auto;
    padding: 0 10px;
}

.blog_back a {
    font-size: 16px;
    color: #423824;
    border-radius: 5px;
}

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #f7f8f2;
    border: 1px #423824 solid;
}

.news_related h6 {
    margin-top: 50px;
}

.news_related_list li a img {
    border-radius: 24px;
}


.news_related_list li {
    display: block;
    padding: 10px;
    position: relative;
}

.news_related_list li::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #423824;
    border-radius: 24px;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.news_related_list li:hover:before {
    opacity: 1;
    height: 100%;
    transition: 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





@media screen and (max-width: 1440px) {
    .blog_page .main_part {
    }
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        margin: 0 10px;
        margin-bottom: 50px;
        overflow: hidden;
    }
}


@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: 0px #eee solid;
    }

}

@media screen and (max-width: 768px) {
    .blog_le .accordion {
        display: none;
    }

    .blog_search form {
        width: 50%;
    }

    .blog_search {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .subbox_item {
        width: 100%;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 文章管理2 */

.article_b.blog_page .main_part {
    max-width: 80%;
    padding: 100px 5px;
}

.article_b .blog_box {
    padding: 0px;
    display: block;
    overflow: visible;
    height: fit-content;
}



.article_b .blog_le {
    display: flex;
    position: relative;
    width: fit-content;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 50px;
    align-items: flex-start;
}

.article_b .blog_le .accordion {
    flex-direction: row;
    padding: 20px 0;
    line-height: 1;
    gap: 10px;
    border-radius: 10px;
    border: 1px #423824 solid;
}



.article_b .blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.article_b .subbox_item {
    margin: 0;
    padding: 10px;
    margin-bottom: 50px;
}

.article_b .blog_list_le {
    aspect-ratio: 1/1;
}


.article_b .blog_search {
    display: none;
    margin-bottom: 20px;
}

.article_b .blog_ri {
    width: 100%;
}



.article_b .accordion li .link a {
    border: 0;
    border-radius: 24px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.article_b .accordion li .link a::before {
    display: none;
}


.article_b .blog_le .accordion>li:hover .link a,
.article_b .blog_le .accordion>li.on_this_category .link a {
    color: #423824 !important;

    transition: all 0.3s;
}


/* 選單底線 */


.article_b .blog_le .accordion>li::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #423824;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    border-radius: 3px;
    transform: translate(-50%, 0);
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .blog_le .accordion>li:hover:after,
.article_b .blog_le .accordion>li.on_this_category:after {
    background-color: #423824;
    width: 60%;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.article_b .blog_le .accordion>li {
    padding: 10px 15px;
    padding-left: 15px;
}

.article_b .blog_le .accordion::before {
    display: none;
}

.article_b h5.blog_le_t {
    margin-bottom: 80px;
    display: none;
}


.article_b.blog_in_page .main_part {
    max-width: 80%;
}

.article_b .blog_back {
    width: 100%;
    padding: 0;
}










/* 選項HOVER */
.article_b .subbox_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    background-color: #f7f8f1;
    border-radius: 20px;
    border: 1px #423824 solid;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover:before {
    height: 100%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover .blog_list_ri h5 {
    color: #423824;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover .blog_list_ri em {
    color: #423824;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.article_b .subbox_item:hover .blog_list_ri p {
    color: #423824;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1440px;
    padding: 0px 0 120px;
}

.show-list {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}
.subalbum-menu h2{
    display: none;
}

.show-list .show_name {
    color: #fff;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    line-height: 1;
    opacity: 1;
    z-index: 2;
    font-weight: bold;
    transition: all 0.5s;
}

.show-list .item a:hover .show_name {
    opacity: 0;
    transition: all 0.5s;
}

.show-list .show_pic {
    aspect-ratio: 4/3;
}

.show_content {
    padding: 0;
}

.show-list .show_pic img {
    transform: scale(1);

    filter: saturate(0.5);
    transition: all 0.5s;
}



.show-list li a:hover .show_pic img {
    transform: scale(1.1);
    filter: saturate(1);
    transition: all 0.5s;
}

.show-list .item:hover .show_name {
    color: #fff;
}




.overlay {
    background: #0000009e;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}



.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}




/*  */


.other_album {
    display: none;
}

.other_subalbum li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 1;
    z-index: 2;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    transition: all 0.5s;
}

.other_subalbum li a:hover p {
    opacity: 0;
    transition: all 0.5s;
}


/*  */


.pic-list {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
}

ul.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}


.pic-list .item a {
    margin: 0 auto 10px;
}

.pic-list .item h6 {
    padding: 0;
    display: none;
}



@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}






/*相本分類全版面 ( 限制最寬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 {
    display: none;
}
.other_promotion{
    display: none;
}
.page{
    margin: 0;
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {}

    #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;
        display: block;
        margin: 0 auto;
        width: 140px;
    }

    .footer_info li p {
        text-align: center;
        color: #fff;
    }

    .footer_info li:nth-child(1)::after {
        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;}
*/

}