@charset "utf-8";
/* ******************** google_font ******************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');


#content{background:#FFF9F1 ;background-position: center top;}
/* ******************** header ******************** */
/*中間小標刪除*/
.path {
    display: none;
}

/*按鈕*/

.animated-arrow {
    background: #AEC7BB;
        border-radius: 100px;
}
.animated-arrow:hover {
    background: #DBA423;
}
.bannerindex {
    position: relative;
}

/*header*/
.header_area {
    position: sticky;
    backdrop-filter: blur(4px);
    width: 100%;
    padding: 0;
    box-shadow: 0px 0px 8px #0000007d;
}

.main_header_area {
    background: #ffffffad;
}

.main_header_area .container {
    max-width: 1400px;
}

.me_tp_features {
    display: none;
}

.navigation {
    padding: 0px 2%;
    /* box-shadow: 0px 0px 8px #0000007d; */
    max-width: 1600px;
}

.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    padding: 0 2%;
}
#content,#content_main {
    position: relative;
    overflow: hidden;
    background: url(https://pic03.eapple.com.tw/yurencmc/bg.jpg) center;
    background-size: cover;
    background-attachment: fixed;}
/* 大圖 */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    /* position: static; */
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        position: relative;
    }

}

@media screen and (max-width: 768px) {
    .bannerindex {
        height: 0;
        /* padding-bottom: 45%; */
    }

}

/*LOGO*/
.nav-header {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}


.nav-brand img {
    max-width: 280px;
}


/*選單*/


.stellarnav ul {
    margin: 0;
    text-align: right;
}

.stellarnav>ul>li>a {
    font-family: 'Noto Sans TC';
    padding: 0px 12px;
    letter-spacing: 1px;
    color: #3e4848;
    position: relative;
    display: block;
    font-size: 18px;
    margin: 0px 0px;
    transition: all 0.3s;
}
.stellarnav > ul >li > a b{font-weight:500;}
.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.active>a,
.stellarnav>ul>li.focus>a {
    color: #478383;
}
.stellarnav > ul >li:hover> a b{font-weight:600;}


.stellarnav>ul>li {
    display: inline-block;
    font-family: 'Noto Sans TC';
    margin: 30px 0;
}

/*下拉選單*/

.stellarnav>ul>li.drop-left>ul {
    right: unset;
}

.stellarnav ul ul {
    transform: translateX(-50%);
    left: 50%;
    /* min-width: 200px; */
    background: #ffffffe8;
}

.stellarnav ul ul ul {
    left: 200px;
    transform: translate(0%);
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav li li {
    border: unset;
    margin-bottom: 0;
}


.stellarnav li li a {
    padding: 10px;
    text-align: center;
    color: #000000;
}

.stellarnav li li a:hover {
    background: #588484;
    color: #ffffff;
    /* font-weight: 400; */
}


@media screen and (max-width: 1024px) {
    .nav-header {
        padding: 0;
    }

    .stellarnav ul {
        margin: 0;
        padding: 0 2%;
        text-align: center;
    }
    .main_header_area .container {
        max-width: 100%;
        padding: 0;
    }

    .navigation {
        padding: 0;
    }

    .header_area {
        position: sticky;
    }

    .nav-header {
        padding-top: 20px;
    }


    .stellarnav>ul>li>a,
    .header_area.sticky .stellarnav>ul>li>a {
        margin: 0;
    }

    .stellarnav>ul>li:nth-last-child(1) {
        background: none;
    }
    

}

@media screen and (max-width: 768px) {
    .header_area {
    backdrop-filter:unset;}

    .nav-brand img{max-width: 100%;}
    /* .stellarnav .menu-toggle:after {
        color: #ffffff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    } */

    .stellarnav>ul>li>a {
        color: #5b5b5b;
    }
.stellarnav>ul>li{    margin:  0;}
    .stellarnav>ul>li>a b:nth-child(2) {
        display: none;
    }

    .stellarnav>ul>li:nth-last-child(1) {
        border: none;
        border-bottom: 1px #ddd solid;
        margin: 0;
        padding: 0px;
    }

    .stellarnav>ul>li:nth-last-child(1)>a {
        color: #5b5b5b;
    }

    .pageIndex .header_area {
        backdrop-filter: none;
    }

    .main_header_area .container {
        max-width: 100%;
    }

    .nav-header {
        display: flex;
        padding: 20px 0 15px;
        justify-content: center;
    }

    .nav-brand {
        width: 175px;
    }
.stellarnav .menu-toggle span.bars span{background:#2F4F4F;}
    .stellarnav .menu-toggle:after{color: #77777700;}
    .stellarnav.mobile {
        display: flex;
        width: auto;
        height: 100%;
        padding: 0 5px;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: center;

    }
    .stellarnav ul {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .nav-header {
        padding: 15px 0 10px;
    }

    .nav-brand {
        width: 180px;
    }

    .stellarnav .menu-toggle {
        padding: 15px;
    }

    .stellarnav.mobile {
        padding: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 20px;
    }

    .stellarnav .menu-toggle:after {
        font-size: 8px;
    }
}



/* ******************** banner ******************** */



.banner {
    display: block;
    position: relative;
    font-size: 40px;
    color: #fff;
    padding: 120px 0;
    text-align: center;
    background:#588484;
    background-size: cover;
    background-position: center right;
}
.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #5884842e;
    filter: grayscale(1);
}
.banA{
    background-image: url(https://pic03.eapple.com.tw/yurencmc/ba.jpg);
}
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/yurencmc/blog.jpg);}
/* .blog_in_page h5 {display: none;} */

.banner h5 {
    font-family: 'Noto Sans TC';text-shadow: 0 0 8px #00000054;position: relative;z-index: 10;
}

/* ******************** footer ******************** */
.footer {
    background: #2D2D2B;
    padding: 30px 0 5px;
}

.footer_menu {
    border-bottom: none !important;
}

.footer,
#bottom_menu {
    border-top: none !important;
}
#bottom_menu {display:none;}
.footer_info ul,
.footer_info ul li a,
.footer_menu li a {
    color: #FFFFFF;
}

.footer_info li p:before {
    color: #fff;
}

.copy,
.copy a {
    color: #bdbb91;
}

.footer_logo img{filter: brightness(5.5);}
.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #888;
    background: none;
    border: none;
    border-right: 1px #ccc solid;
}

.footer_menu a:nth-last-child(1) {
    border-right: none;
}
.footer .center {
    max-width: 1600px;
}
.footer_info {
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer_info li:nth-child(2) {
    width: 100%;
    padding: 20px 10px;
}

.footer_menu a:hover {
    background: none;
    color: #fdc921;
}

.footer_info li p:before {
    margin: 0;
}

.footer_info li:nth-child(1) {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer_info ul {
    display: flex;
    width: 50%;
    align-items: center;
    flex-direction: column;
}

.footer_info ul li {
    margin-right: 20px;
    letter-spacing: 2px;
}

.box_link {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    display: none;
}

p.phone{display:none;}

.copy {
    border-top: 1px #486362 solid;
    background: #486362;
}

@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr  1fr;
        gap: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer_info {
        display: flex;
        flex-direction: column;
    }
    .footer_info ul {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .footer_info li:nth-child(1) {
        display: inline-block;
        width: 100%;
        padding: 20px 10%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0 20px;
    }
    .footer_logo {
        background-position: left top;
        margin: 0 6%;
    }
    .footer_info li:nth-child(2) {
        width: 100%;
        padding: 0 8%;
    }
}



/* ******************** 分隔線 ******************** */

/*促銷方案*/
.news_part section {
    max-width: 1400px;
}
.news_list ul li{background: transparent; border:0; border-bottom: 1px #e1e1e1 solid;}
.news_list ul li a:hover {
    background: #e1ddd07a;
}
.pageIndex .news_part {
    padding: 100px 20px 20px;
}
.news_part .title_i_box h6:before {
    content: "NEWS";
    font-family: 'Urbanist';
    font-weight: 600;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #2F4F4F;
    letter-spacing: 3px;
    z-index: -1;
}
.news_part .title_i_box {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
}


.news_part .title_i_box h6 {
    font-size: 32px;
    color: #212121;
    font-family: 'Noto Sans TC';
    font-weight: 500;
}

.promotion_title {border-bottom: 1px solid #999;}
.promotion_title h2 {
    /* border-bottom: 2px solid #999; */
    padding: 6px 0;
}

.promotion_title em {
    border:none;
    border-right: 1px #ccc solid;
    padding: 2px 7px;
    margin: 0 5px 0px 0;
}
.pageIndex .news_part .title_i_box h4 {
    content: 'NEWS';
    font-size: 24px;
    color: #202020;
    font-weight: 400;
    font-family: 'Noto Sans TC';
    display: none;
}

.promotion_title {
    display: flex;
    border-bottom: 1px solid #999;
    flex-direction: row;
    align-items: center;
}
.promotion_title span {
    border: none;
    padding: 0;
    margin: 0 8px 0 0px;
}
.promotion_title * {
    display: inline-block;
    vertical-align: bottom;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #777;
}
.other_promotion .pmtTime {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px;
}
.promotions_page .edit {
    font-size: 18px;
    font-family: 'Noto Sans TC';
    color: #333;
}

.promotions_page .edit * {
    font-size: 17px;
    font-weight: normal;
}

.promotions_page .main_part {
    padding: 50px 40px 10px;
}
/* ********************  文章管理  ******************** */

/* 側邊 */
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 10px 35px 10px 10px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #588484 !important;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 8px;
    border: 1px #ccc solid;
    overflow: hidden;
}
h5.blog_le_t span {
    display: none;
}
/* 文章 */
.subbox_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
    height: 100%;
}
.blog_list_le {
    display: inline-block;
    vertical-align: top;
    /* padding: 3px; */
    /* width: 160px; */
    line-height: 0;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.blog_list_ri h5 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.blog_back a.article_btn_back,.lastPage {
    background: #588484;
}
.blog_back a.article_btn_back:hover ,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,.lastPage:hover
{background: #DBA423;}

.news_related {
    background: #E8F0EC;
}
.news_related_list li a img{transition: all 0.3s;}
.news_related_list li:hover a img {
    transform: scale(1.1);
}
.blog_box_edit * {
    font-size: 17px;
}
@media screen and (max-width: 425px) {
.blog_list_ri {
    padding: 10px 10px;
    width: calc(100% - 0px);
}
.blog_list_le {
    width: 100%;
}
}

/* ******************** 分隔線 ******************** */

/* 浮動按鈕*/
.info_fix {
    width: 70px;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding-bottom: 24px;
}