@charset "utf-8";

body {
    font-family: "Noto Sans TC", sans-serif;
}

/*banner固定設定*/
/*#content_main{margin-top: 100vh;}*/
.pageIndex .header_area{top: 0;}

.edit_part {
    padding: 0;
}

.bannerindex .swiper-slide:nth-child(1)::before{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    background: url(https://pic03.eapple.com.tw/mulin/banner-01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;}

.bannerindex .swiper-slide:nth-child(2)::before{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    background: url(https://pic03.eapple.com.tw/mulin/banner-02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;}


.bannerindex .swiper-slide.swiper-slide-active:before {animation: slide-fade-in 3s 0.3s both;}

/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }

@media screen and (max-width: 1400px) {
        .bannerindex .swiper-slide:nth-child(1)::before {
            height: 92%;
        }
        .bannerindex .swiper-slide:nth-child(2)::before {
            height: 35%;
        }}

@media screen and (max-width: 1024px) {
        .bannerindex .swiper-slide:nth-child(1)::before {
            height: 32%;
        }
        .bannerindex .swiper-slide:nth-child(2)::before {
        height: 35%;
}}
@media screen and (max-width: 820px) {
    .bannerindex .swiper-slide:nth-child(1)::before {
    height: 31%;
}
    .bannerindex .swiper-slide:nth-child(2)::before {
    height: 35%;
}}

@media screen and (max-width: 768px) {
.bannerindex {
    position: relative;
    height: 0;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding:20px 10px 20px 40px;border-left:none;}
.stellarnav li li:last-of-type {border-bottom-width: 0;}
.header_area.sticky .stellarnav ul ul {left: 5%;}
.stellarnav.mobile.left > ul {max-width: unset;}
.stellarnav > ul > li > a {margin: 70px 20px 0;}

.bannerindex .swiper-slide:nth-child(1)::before {
        height: 36%;
}

.bannerindex .swiper-slide:nth-child(2)::before {
        height: 36%;
}
}

@media screen and (max-width: 500px) {
    .bannerindex {
    position: relative;
    height: 0;}
  .stellarnav li li > a , .stellarnav li li.has-sub > a{padding:20px 10px 20px 40px;border-left:none;}
  .stellarnav li li:last-of-type {border-bottom-width: 0;}
  .header_area.sticky .stellarnav ul ul {left: 5%;}
  .stellarnav.mobile.left > ul {max-width: unset;}
  .stellarnav > ul > li > a {margin: 70px 20px 0;}

 .bannerindex .swiper-slide:nth-child(1)::before {
    height: 22%;
}

.bannerindex .swiper-slide:nth-child(2)::before {
    height: 22%;
}
}

@media screen and (max-width: 400px) {
    
.bannerindex .swiper-slide:nth-child(1)::before {
        height: 24%;
}
    
.bannerindex .swiper-slide:nth-child(2)::before {
        height: 23%;
}

}

 @media screen and (max-width: 375px) {
    
.bannerindex .swiper-slide:nth-child(1)::before {
        height: 24%;
}
        
.bannerindex .swiper-slide:nth-child(2)::before {
        height: 25%;
}
    
}

.me_tp_features {
    width: 100%;
    height: auto;
    text-align: right;
    margin: auto;
    display: none;
}
     
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.main_part {
    padding: 10px 10px 10px;
}
#content {
    width: 100%;
    min-height: 80vh;
    background: #fafaf8;
}

/*會員*/
.right_member_in {
    position: fixed;
    top: 50%;
    right: 0;
    width: 30px;
    background: #fff;
    border: 1px #ccc solid;
    padding: 7px;
    text-align: center;
    z-index: 10000;
}


/*新浮動隱藏*/
.linksBtn {
    display: none;
}

/*======Header區塊======*/


/*首頁Header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    transition: all .3s;
}
.pageIndex .header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: unset;
}


.pageIndex .main_header_area .container {
    transition: 1.2s all;
    opacity: 0;
    margin: 0;
}
.pageIndex .header_area.sticky .main_header_area .container {
    display: block;
    margin: 1vw 2vw;
    background: #36554F;
    border-radius: 10vw;
    opacity: 1;
}
/*Header*/
.header_area {
    position: sticky;
    width: 100%;
    background: #36554F;
    
    padding: 0;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #326348;
    
}

.main_header_area .container {
    max-width: 100%;
    margin: auto;
    transition: 0.8s all;
    background: #36554F;
}

.header_area.sticky .main_header_area .container {
    max-width: 100%;
    margin: auto;
}

.navigation {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    position: relative;
    padding: 0px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 0;
    margin-top: 0;
}
.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 150px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 200px;
}
.stellarnav li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px 1%;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
}

.stellarnav>ul>li>a {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin: 10px 5px 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #E7E0D9;
}
.stellarnav ul ul {
    top: auto;
    left: 9px;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: unset;
}

.stellarnav li li {
    display: block;
    border: unset;
    border-bottom-width: 0;
    padding: 0px;
    background: #ffffff;
    transition: 1s all;
    font-weight: 500;
    border-radius: 8px;
    margin: 5px 0 0 0;
    letter-spacing: 2px;
}
.stellarnav li a {
    padding: 7px 15px;
    display: block;
    font-size: 14px;
}
.stellarnav li li :hover {
    background: #a5b280;
    color: #ffffff;
    transition: 0.5s all;
    border-radius: 8px;
}
.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: unset;
}
.stellarnav li.has-sub>a:after {
    content: '▼';
    margin-left: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    border-left: unset;
    border-right: unset;
    border-top: unset;
}
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

/*==========選單購物車==========*/
.me_tp_features {
    width: 100%;
    height: auto;
    text-align: right;
    margin: auto;
}

.tp_links {
    display: none;
}

.me_tp_features a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    color: #ffffff;
}

.shop_search_btn {
    background: #d58e46;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;
}
.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
}


/*=============================*/


@media screen and (max-width: 1024px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 10px;
        display: grid;
        grid-template-columns: 160px 1fr;
        grid-gap: 0 20px;
        margin-top: 0;
    }
    .nav-header {
        z-index: 123;
        top: 0;
        left: 0;
        max-width: 160px;
        width: 100%;
        grid-row: 1 / span 2;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .nav-brand {
        display: block;
        max-width: 100%;
        width: 110px;
        margin: 0;
    }
    .stellarnav ul {
        text-align: right;
    }

}

@media only screen and (max-width: 768px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .nav-brand {
        width: 115px;
        margin-top: 3px;
    }

    .me_tp_features {
        text-align: center;
    }
    .stellarnav.mobile {
        position: absolute;
        right: 0;
        top: 17px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 3px;
        right: -15px;
    }
    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 30px;
        height: 2px;
        background: #E3A864;
        margin: 0 auto 6px;
    }

    /*隱藏MENU*/
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #ffffff;
        display: block;
        transform: scale(0.9);
        display: none;
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 15px;        
        /*左滑出現*/
        left: -100vw;
        overflow: hidden;
        transition: all .5s ease;
    }
    .stellarnav.mobile.left.active > ul{        
        display: block !important;
        left: 0;
        max-width: 50%;
        background: #38554f;
    }

    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 0;
        background: unset;
        padding: 20px;
    }
    .stellarnav .icon-close:before {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
    }
    .stellarnav .icon-close:after {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(-45deg);
    }
    .stellarnav li {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0;
        position: relative;
        line-height: normal;
        vertical-align: middle;
        text-align: left;
        border-left: unset;
    }
    .stellarnav.mobile > ul > li {
        display: block;
        border-bottom: unset;
    }
    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 200%;
        display: block;
        color: #ffffff;
        font-weight: 500;
        border-bottom: unset;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 18px 0;
        position: absolute;
        text-align: center;
        z-index: 999;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        border-bottom: solid 2px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #ffffff;
        position: absolute;
    }

    .stellarnav li li :hover {
        font-weight: 900;
    }

    /*下拉選單*/
    .stellarnav.mobile li.open {
        background: unset;
        padding: 3px;
    }
    .stellarnav.mobile ul {
        background: unset;
    }
    .stellarnav li li {
        display: block;
        border: unset;
        border-bottom-width: 0;
        padding: 0px;
        background: unset;
        transition: 1s all;
        font-weight: 500;
        border-radius: 8px;
        margin: 5px 0 0 0;
        letter-spacing: 3px;
        color: #ffffff;
        font-size: 15px;
    }
    .stellarnav li a {
        padding: 7px 10px;
        display: block;
        color: #a7a7a7;
    }

    /*漢堡鈕選單*/
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 50%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 9999;
        border-right: unset;
        box-shadow: 4px 2px 10px 0px #2f2f2fad;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 20px 10px 10px;
    }    }


@media only screen and (max-width: 570px) {

    .stellarnav.mobile {
        position: absolute;
        left: 8px;
        top: 15px;
        width: auto;
        display: inline-block;
    }

    .me_tp_features {
        text-align: center;
    }
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
        display: inline-block;
    }
    .box_search {
        display: none
    }

}

/*Footer/＝＝＝＝＝*/
.center {   max-width: 1000px;}
.footer{
	background-image: url(https://pic03.eapple.com.tw/mulin/footer_bg1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 175px 0 15px;
}
.footer_info li p {color: #fff;}
.footer_info li p a {color: #fff;}
a { color: #38554f}
.footer_logo img { width: 100%;}
.footer_logo {    width: 200px;}
.footer_info {    display: flex;flex-wrap: wrap;    align-items: flex-start; justify-content: space-evenly;    padding-right: 0;}
.footer_info ul{ display: flex; width: calc(100% - 260px);}
.footer_info li{    width: 49%;}
p.line {display: none;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;     max-width: 350px;}/*footer按鈕最小寬度100px*/
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    border-radius: 99em;
    color: #38554f;
    background: #ffffff94;
    border: 2px #8a946b solid;
}
.footer_menu a:hover {    background: #A68761;}
/*回首頁按鈕刪除
.footer_menu a:nth-child(1){display: none;}*/
.copy {    background: none;    color: #ffffff92;	border:none;}
.copy a{        transition: all 0.3s;    color: #ffffff;}
.box_link {display: none;}
.box_link a{    
	transition: all 0.3s;
    color: #c7b09b;
    font-size: 27px;
    border: 0;
    padding: 0;
	}
.box_link a:hover { background: #ada17e00;    color: #F05A24;}
a.me_tp_call, a.me_tp_line{  display: none;}


/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*Footer/＝＝＝＝＝*/
.footer_logo {    text-align: center;     margin-bottom: 0;}
#to_top { bottom:60px;}
.footer.with_shopping_mode {
    padding: 180px 0 60px;
}
.footer_info{    flex-direction: column;}
.footer_info ul{    
    width: 100%;
	max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;}
.footer_info li {   width: 100%;     padding: 10px 0 0;}
.footer_menu{    max-width: 500px;    margin: auto;}

#bottom_menu li a {
    line-height: 2;
    display: block;
    padding: 10px 5px 5px;
    color: #38554f;
}
}

/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    padding: 0;
    position: relative;
    background: #f2f2f2;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/mulin/bn_01.jpg);
    background-position: 90% 100%;
    aspect-ratio: 19 / 5;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 40px;
    justify-content: flex-start;
    align-content: flex-start;
}
.banner:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.banner h5 {
    z-index: 1;
    position: relative;
    max-width: 100%;
    font-size: 40px;
    letter-spacing: 6px;
    color: #38554f;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    flex-direction: column;
}
.banner h5:after {
    content: "致力於讓輔具真正成為提升生活品質的好幫手";
    position: relative;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #a6b281;
    font-size: 16px;
    width: 380px;
    letter-spacing: 2px;
    font-weight: bold;
}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width: 768px) {
.banner h5 {
    font-size: 25px;
    letter-spacing: 2px;
    display: block;
    text-align: left;
}
.banner h5:after {
    display: none;
}
}

/*購物車*/

.product-layer-two li {
    display: inline-block;
    margin: 0;
    position: relative;
}

.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #a6b281;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.products-list .more {
    border: 1px solid #a6b281;
    color: #a6b281;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.products-list .item a:hover .more {
    background: #38554f;
    color: #fff;
    letter-spacing: 2px;
}

.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 20px;
}

.page li {
    display: flex;
    margin: 3px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.page strong, .page a:hover {
    background: #38554f;
    border: 1px solid #38554f;
    color: #fff;
}

.page li a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: inherit;
    padding: 0;
    transition: all 0.3s;
    border: 1px #AAA solid;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.pageIndex .module_i_news section {
    max-width: 1600px;
    margin: 0 auto;
}

/*文章設定*/
/*文章管理/＝＝＝＝＝*/
.blog_page .main_part{ max-width: 1300px;padding: 0 20px 50px;}
.blog_in_page .main_part{ max-width: 1300px;padding: 0 20px 50px;}
h4.blog_category_title {
    font-size: 28px;
    color: #38554f;
    border-bottom: 1px #a5b280 solid;
}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{text-align: left; }
h5.blog_le_t em {
    font-weight: 700;
    color: #505050;
    font-family: 'Noto Sans TC';
    font-size: 22px;
}
h5.blog_le_t span { display: none;}
.blog_search input[type=search] { border-radius: 15px;}

/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
	border-radius: 30px;
}
.i_blog_le img, .blog_list_le img{ opacity: 1; border-radius: 20px;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-color: #eaefdd;
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before { opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after { opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: rgb(223 230 205);
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #a5b5a3;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #24221F;
    font-weight: 600;
    letter-spacing: 3px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #333;
    padding-top: 7px;
    padding-bottom: 7px;
}
.blog_list_ri h5 {
    -webkit-line-clamp: 2;
    height: 64px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 14px;
    line-height: 190%;
    min-height: 80px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    padding: 10% 10%;
}
.subbox_item a {  grid-template-columns: unset;grid-gap: 10px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before { display: none;}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity:0;
    border: none;
    top: 100%;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 0;
    transition: all .5s;
}

.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.i_blog_le , .blog_list_le{position: relative;padding-bottom: 100%;height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {color: #565656;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {color: #777;}
.module_i_news li a:hover  p, .subbox_item a:hover p {color: #565656;}

/*側邊*/
.blog_le{ margin-top: 0;}

.blog_le .accordion { border: none; border-radius: 0px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background:#f6f6f6 !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  color: #565656 !important;}
.accordion li .link a { font-weight: 500; font-size: 18px; color: #565656;}
.submenu a:hover {background: rgb(245 218 99 / 50%);}
/*首*/
.module_i_news ul { width: 100%;  grid-template-columns: 1fr 1fr 1fr;  max-width: 1600px;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}


/*文章管理/內層＝＝*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    margin-top: 30px;
}

.path p a:hover {
    color: #38554f;
}
.articel_mainPic {  display: none;}
.blog_back a.article_btn_back { background: #a5b280;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {  background: #a5b280; color: #ffffff;}

/* 滑入進場效果 */
.blog_list_le:before {
    content: 'MORE';
    font-size: 0.8em;
    position: absolute;
    top: 0;
    right: 0;
    background: #a5b280;
    color: #FFF;
	font-family: "Cinzel", serif;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
	border-radius: 0 0 0 20px;
}
.subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

/*相關推薦*/
.news_related { background:#fafaf8;}
.news_related h6 span:before { color: #38554f;}
.lastPage {
    font-size: 16px;
    color: #fff;
    background: #fcca67;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}
@media screen and (max-width:1024px) {
.blog_subbox{ grid-template-columns:1fr 1fr; }
}
@media screen and (max-width:450px) {
.blog_subbox{ grid-template-columns:1fr; }
.module_i_news li a, .subbox_item a {  padding: 5% 8%;}
.blog_list_ri h5 { -webkit-line-clamp: 2;  height: 60px;}
}
