@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #000; /*網站主要色系*/
  --SubColor: #121212; /*網站輔助色系1*/
  --SubColor2: #acafba; /*網站輔助色系2*/
  --SFont:"IBM Plex Sans", sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f60:60px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f15:15px;
  --f14:14px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f60:48px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f60:40px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f60:32px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f15:14px;
  --f14:13px;
}
}
@media (max-width:375px) {
:root{
  --f60:28px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
  --f17:15px;
}
}
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.info_fix>span {    transform: rotate(45deg);}
.info_fix:hover>span , .info_fix_links.linkBox_Open >span{transform: rotate(90deg);}


.main_part{width: 90%;max-width: 1500px;margin: auto;padding: var(--m100) 0;}
.show_content{width: 100%;padding: 0;}

body.pageIndex {    background: var(--MainColor);}
body.product_page , body.product_info_page {    background: var(--MainColor);}


/*Header/＝＝＝＝＝*/
.header_area{padding:0;}
.main_header_area{background: #fff;transition:all 0.3s;}
.main_header_area .container {max-width: 96%;}
.nav-header {/* position: absolute; */z-index: 999;/* order: 2; */top: 50%;left: 50%;/* transform: translate(-50%, -50%); */}
.navigation {padding: 20px 0;display: flex;transition: all 0.3s;flex-direction: row;justify-content: space-between;align-items: center;}
.me_tp_features {    width: fit-content;    margin: 0;order: 1;}
.stellarnav {flex: 1;z-index: 99;}
.header_area.sticky{background: transparent;}
.header_area:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    background: transparent;
    transition: all .5s;
}
.header_area.sticky:before {
    width: 100%;
    background: #3b423e;
    transition: all .5s;
}
/*第一層*/
.stellarnav ul {/* text-align: center; */display: flex;width: fit-content;flex-wrap: wrap;justify-content: flex-end;width: 100%;}
.stellarnav > ul > li {    text-align: center;}
.stellarnav > ul > li:before {content: "";background: #C29236;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);height: 3px;width: 0;transition: all 1s cubic-bezier(.19,.91,.36,.99);}
.stellarnav > ul > li:hover:before {width: 62%;}
.stellarnav > ul > li > a {transition: all 0.3s;padding: 0 20px;margin: 0;display: flex;flex-direction:column;color: #C29236;}
.stellarnav > ul > li > a b:nth-child(1) {    font-family: var(--SFont);    font-size: var(--f15);}
.stellarnav > ul > li > a b:nth-child(2){font-size: var(--f14);}
.stellarnav > ul > li:hover > a{color: #C29236;}
.stellarnav li.has-sub > a:after{content:none;}


/**/
@media screen and (max-width: 1024px) {
    .nav-header {
        position: static;
        order: 0;
        transform: unset;
    }
    }


@media screen and (max-width: 980px) {
.stellarnav.mobile ul ul {    display: none;}}

/**/


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;  padding-left:10px;border-color:#fff ;}
.stellarnav ul ul {
    background: #222222;
}
.stellarnav li li {
    border: 1px #eeeeee0a solid;
}
.stellarnav li a {
    color: #ccc;
}
.stellarnav > ul >li >ul{    left: 50%;transform: translateX(-50%);}
/*SubMenu*/
.shop_search_btn {    background: var(--MainColor);transition:all 0.3s;}
.tp_links {    padding-left: 20px;}
.tp_links a{transition:all 0.3s;}
.tp_links a {color: #C29236;}
.tp_links a:hover{color: #d4a54b;}
a.me_tp_mail{display: none;}

/*search*/
.box_search{margin-bottom: 0;display: none;}
.box_search input[type=text]{background: #fff;    padding: 2px 10px 3px;width: 130px;}

.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice{display: none;}

/*選單漸變效果＝＝*/
.header_area{position: fixed;width: 100%;background: transparent;}
.header_area .main_header_area{background:linear-gradient(180deg, #000000bf 0%, #00000000 100%);}
.pageIndex .header_area.sticky .main_header_area{/* background: #fff; */}
.pageIndex .header_area .stellarnav > ul > li > a{color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a{color: #C29236;}
/* .pageIndex .header_area .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/littlemount/logo_le_w.svg);}
.pageIndex .header_area.sticky .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/littlemount/logo_le_b.svg);} */
.pageIndex .header_area .stellarnav > ul > li:before {    background: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li:before {background: #C29236;}
.pageIndex .header_area .tp_links a{color: #fff;}
.pageIndex .header_area.sticky .tp_links a{color: #C29236;}

.shop_search_btn {
    background-image: url(https://pic03.eapple.com.tw/littlemount/fxf_search.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px;
    color: transparent;
}
.pageIndex .header_area .shop_search_btn {background-color: #000;}
.pageIndex .header_area.sticky .shop_search_btn {    background-color: var(--MainColor);}

@media screen and (max-width: 768px) {
.pageIndex .header_area .stellarnav > ul > li > a{color: #C29236;}
}
/* 置頂按鈕 */
#to_top {
    left: unset;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 15px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #C29236;
    padding: 10px;
    padding-left: 62px;
    height: 40px;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 2.1;
    font-family: var(--SFontE);
    z-index: 999;
    /* mix-blend-mode: hard-light; */
}
#to_top i.top {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
}
#to_top i.top:before {
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #C29236;
    transform: unset;
}
#to_top i.top:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #C29236;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
   }


/*Footer/＝＝＝＝＝*/

.footer .center {    width: 90%;    max-width: 1400px;}
.footer {background: #1f2120;padding: var(--m50) 0 0;}
.footer_info {    display: grid;    justify-content: space-between;    padding: 0;    grid-template-columns: 1fr 380px;}
.footer_info > ul {    grid-column: 1 / 2;    grid-row: 1 / 3;    display: grid;    grid-template-columns: 400px 1fr;    width: 100%;    gap: var(--m50);}
    .footer_logo {grid-column: 2 / -1;width: 100%;margin: 0;text-align: center;/* filter: brightness(0) grayscale(100%) invert(1); */}
.footer_info li p, .footer_info li * {    color: var(--SubColor2);    line-height: 200%;transition:all 0.3s;}
.footer_info li p:hover * , .footer_info li p:hover:before {    color: #fff;}
.footer_menu a {font-family:var(--SFont);    margin: 0;    text-align: center;    padding: 5px;    transition: all 0.3s;    border: none;    background: transparent;    padding: 0;    display: block;    text-align: left; width: fit-content;}
.footer_menu a:hover {    background: transparent;color: #fff;}
.copy {background: #C29236;color: #fff;border: none;padding: 10px 0;margin-top: var(--m50);}
.copy a{    color: #fff;transition:all 0.3s;}
.footer_menu a:nth-of-type(1) , .footer_menu a:nth-last-of-type(1) , .box_link {display: none;}


.footer_info li p:before {    margin: 0;    min-width: 50px;    display: inline-block;transition:all 0.3s;}
.footer_info li:nth-child(1) {    font-family: var(--SFont);}
.footer_info li p.line{display: none;}
.footer_info li p.tel:before {    content: 'TEL';}
.footer_info li p.fax:before {    content: 'LINE';}
.footer_info li p.mail:before {   content: 'MAIL';}
.footer_info li p.add:before {    content: 'ADD';}
.footer_info li p.add2:before {   content: none;}
.footer_info li p.add2 {    padding-left: 50px;}

.footer_info > ul >li:nth-child(1):before, .footer_info > ul >li:nth-child(2):before {font-family: var(--SFont);font-weight: bold;font-size: var(--f18);color: #C29236;margin-bottom: var(--f20);display: block;}
.footer_info li:nth-child(1):before {    content: "CONTACT";}
.footer_info li:nth-child(2):before {content: "QUICK LINKS";}

#bottom_menu li {    width: 100% !important;}
#bottom_menu li:nth-child(n+2){display: none !important;}
/* 隱私權隱藏 */
.privacyLinks a {
    display: none;
}
/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 100%;
    max-width: 120px;
    transition: all 0.3s;
    margin: 0 auto 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_logo a {position: relative;}
.nav-brand img , .footer_logo a img{/* opacity: 0; */}


.pageIndex .header_area .nav-brand{filter: brightness(0) grayscale(100%) invert(1);}
.header_area.sticky .nav-brand{
    filter: unset;
    max-width: 80px;
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #C29236;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main,#content {
    background: #161616;
    margin: 0;
}

.bannerindex {
    /* position: static; */
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    width: 100% !important;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        position: relative;
    }
@media screen and (max-width: 768px) {
    .bannerindex {
            padding-bottom: 0;
    }
}

}




/*Banner/＝＝＝＝＝*/
/* .banner {background: #111;position: relative;padding: var(--m100) 0;min-height: 600px;} */
.banner {
    background: transparent;
    position: relative;
    min-height: 160px;
    border-bottom: 1px solid #c292363d;
}
.banner h5{font-size: var(--f28);font-family: var(--SFont);font-size: var(--f48);line-height: 110%;display: none;}
/* .banner h5:after{content: "FXF FACTORY";font-size: var(--f28);display: block;} */
/*  */

.product_page .banner h5 {font-family: var(--SFont);
    color: #fff;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}



/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{padding-bottom: var(--m30);display: none;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    color: #fff;display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #fff;border: 1px solid #fff;color: #222;}


/* 首頁購物車(影片) */
.pageIndex .prod_part section {    max-width: 1600px;}
.i_prod_tit span, .i_video_tit span {
    font-size: 72px;
    font-family: 'IBM Plex Sans';
    color: #C29236;
    font-weight: bold;
}
.pageIndex .prod_part {
    background: url(https://pic03.eapple.com.tw/littlemount/inbg.jpg);
    background-position: top;
    background-size: cover;
}
.pageIndex .products-list {
    grid-gap: 40px 40px;
    grid-template-columns: repeat(2, 1fr);
}
.pageIndex .products-list .pic {
    aspect-ratio: 3 / 2;
}
.i_prod_tit h2{display: none;}
/*購物車(影片)/＝＝＝＝＝*/
.video_menu_list {
    width: 100%;
}

.products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 40px 1px;
}
.products-list .name {
    font-size: 1.2em;
    letter-spacing: .05em;
    font-weight: bold;
    color: #ccc;
}
.products-list .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/littlemount/video-icon.svg) center no-repeat;
    position: absolute;
    z-index: 10;
}
.products-list .more {
    display: none;}

.products-list .pic {
    aspect-ratio: 4 / 3;
}
.products-list .pic img {
    transition: .3s;
}
.products-list .pic:hover img {
    transform: scale(1.05);
    filter: brightness(0.8);
}
/* 分類選單 */
.product-layer-two li.active a {
    font-weight: bold;
    border: 0;
}
.product-layer-two {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px #555 solid;
}
.product-layer-two > li {
    width: 20%;
    text-align: center;
    border-bottom: 0;
    padding-bottom:0;
}
.product-layer-two li a {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 32px 16px;
}
.product-layer-two li a:hover:before, .accordion>li.on_this_category .link a::before ,.product-layer-two li.active a::before {
    width: 60px;
    max-width: 60px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.product-layer-two li a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #C29236;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
/* 內層 */
.product_pic,.product_info li ,.pd_tabTitle li, .pd_tabTitle,.toShare {
    display: none;
}
.prod_tabs {
    margin-top: 0px;
}
.sidebarBtn {
    background: transparent;
    border: 0;
    width: 100%;
    text-align: center;
}
.pd_tabInner_contain {
    padding-top: 0px;
}
.product_info_page .edit{
    color: #ccc;
    line-height: 1.5em;
}
.product_info_page .edit * {
    color: #C29236;
}
@media screen and (max-width: 1024px){
.product_page .products-list{
    grid-template-columns: 1fr 1fr;
}}

@media screen and (max-width: 768px){
    .product-layer-two {
    flex-wrap: wrap;
}
.product-layer-two li.active a {
    background: #C29236;
    border: 0;
}
    .product-layer-two > li {
    width: 100%;
    text-align: left;
}
.pageIndex .products-list ,.product_page .products-list{
    grid-template-columns: 1fr;
}
.product-layer-two li a {
    padding: 10px 16px;
}
.product-layer-two li a::before {
    height: 1px;
    width: 100%;
    max-width: 100%;
}
.product-layer-two li:hover a {
    background: #C29236;
}
}

/*購物車/＝＝＝＝＝*/
/* .products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;} */



/*外層版面*/
/* .product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);    padding: 0;}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li:not(.active){display: none;}
.product-layer-two > li.active {    background: var(--SubColor);}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}

.products-list .name {    color: #fff;    height: auto;} */

/*
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #fff;}

.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;    display: block;    margin: 0;    padding: 0;}
.product-layer-two li li a , .product-layer-two li.active li a{    background: transparent;color: #666;}
.product-layer-two li li:hover a{color: #fff;}*/

/*購物車/內層＝＝*/
/* .product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager {    width: 100%;    position: relative;    top: 0;    left: 0;    display: grid;    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px;}
.product_pic #bx-pager a {    float: none;    width: 100%;    height: auto;    margin: 0;    border: none;    overflow: hidden;    aspect-ratio: 5 / 4;position: relative;}
.product_pic #bx-pager a img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.product-wrapper {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}
.product_main {    width: 50%;    max-width: 700px;    padding: 0;}
.product_pic {padding: 0;}
.sidebarBtn {    padding: 0;    flex:1;    border: none;    background: transparent;padding-left: var(--m100);padding-top: var(--m50);margin: 0 auto;}

.bx-wrapper .bx-viewport {    border: none;    left: 0;background: transparent;}
ul.bxslider li {aspect-ratio: 1 / 1;}
ul.bxslider li img , .products-list .pic img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

/*按鈕顏色*/
form:has(.inquiry_a1 + .inquiry_a2){display: grid;grid-template-columns: repeat(auto-fit, minmax(min(200px,100%), 1fr));gap:10px 15px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {    border: 2px solid;margin: 0;}
.inquiry_a1 {    color: #fff;    background: transparent;    border: 2px solid #fff !important;}
.inquiry_a1:hover{background:#fff;color: var(--MainColor);}
.inquiry_a2 {    background: var(--SubColor2);    color: var(--MainColor);}
.inquiry_a2:hover {background: #222;color: #fff;}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: #C29236;transition:all 0.5s 0.1s;border: 2px solid transparent;}
.lastPage:hover{border-color: #C29236;background: transparent;letter-spacing:3px;color: #C29236;}

/*商品側邊規格*/
.product_info li * {    color: #eee;}
.sidebarBtn h2 {    color: #bbb;    font-size: var(--f28);   }
div#number_area {    /*color: #bbb;font-family: var(--SFont);*/ display: none;}
.product_info li span{display: none;}
.product_info li .txt_box {    color: #fff;    width: 100%;}


.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name{display: none;}

.radio-inline__label {    padding: 0;    margin: 0;    border: none;}
.product_info li .txt_box .size {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: var(--f20);
    padding: var(--f20) 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: var(--m30);
    font-size: var(--f17);
    font-weight: bold;
    font-family: var(--SFont);
}
/**/

ul.prod * {    color: #f9f9f9;    line-height: 200%;    text-align: justify;}
ul.prod{padding-top: var(--m50);}
li.prod-item:not(.is-active) , ul.prod li h3.prod-thumb{ display: none; }


/*相關推薦*/
.prod_related {    background: #00000036;    padding: var(--m50) 0;}
.related_list , .prod_related h6{ display: none;  }



/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: var(--f28);    color: #eee;}
.blog_box_edit * {    color: #eee;}
.blog_shareData{flex-direction: row;}
h4.blog_category_title span{font-size: var(--f24);}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}

.subbox_item a {
    grid-template-columns: 360px 1fr;
    background: #ffffff0d;
}
.subbox_item a:before{color: #C29236;}
.module_i_news li a:after , .subbox_item a:after{
    pointer-events:none;
        background: rgba(255, 255, 255, 0.1);
    border: 1px #C29236 solid;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}
.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%);}

    .blog_list_ri h5 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.blog_list_ri {
    padding: 20px 0;
}
.blog_list_ri p {
    border-top: 1px #555 solid;
    margin-top: 20px;
    padding-top: 20px;
    color: #bbb;
}
/*側邊*/
h5.blog_le_t {
    font-family: var(--SFont);
    color: #C29236;
}
.blog_search input[type=search] {
    border-radius: 0;
}
.accordion li .link a{color: #ddd;}
.blog_le .accordion {
    border-radius: 0;
    border: 0;
}
.blog_le .accordion > li{transition:all 0.3s;    border-bottom: 1px #555 solid;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #C29236 !important;}
.submenu a:hover {    background: var(--SubColor);}
/*首*/
.module_i_news ul{width: 90%; grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr ;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.articel_mainPic {
    display: none;
}
.blog_back a.article_btn_back{background:#C29236;}
h5.blog_le_t span {
    display: none;
}
.news_related {
    background: #f3f3f314;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_back, .blog_back a.article_btn_next {
        transition: all 0.5s 0.1s;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_back:hover, .blog_back a.article_btn_next:hover {
    letter-spacing: 3px;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li a p {
    color: #ddd;
}
@media screen and (max-width: 768px) {
.subbox_item a {
    grid-template-columns: 160px 1fr;
}
.blog_list_ri h5 {
    font-size: 20px;
}
    .i_blog_le, .blog_list_le {
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 500px) {
.subbox_item a {
    grid-template-columns: 1fr;}}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;    padding-bottom: 75%;}
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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%);}

.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: var(--SubColor);font-size: var(--f24);}
.other_subalbum li p {    margin-top: 10px;}
/**/


/* 首頁影片 */
.pageIndex .prod_part section {    max-width: 1600px;}
.i_prod_tit h2, .i_video_tit h2 {
    font-size: 72px;
    font-family: 'IBM Plex Sans';
    color: #C29236;
}
.prod_part.i_video_box {
    background: url(https://pic03.eapple.com.tw/littlemount/inbg.jpg);
    background-position: top;
    background-size: cover;
}
.pageIndex .video-list {
    grid-gap: 40px 40px;
    grid-template-columns: repeat(2, 1fr);
}
.pageIndex  .i_video_tit span{display: none;}

/*影片管理/＝＝＝＝＝*/
.video_menu_list {
    width: 100%;
}
.video_menu_list+.video-list {
    max-width: 100%;
}
.video-list {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 40px 1px;
}
.video-list .vidCover {
    border-radius: 0;
}
.video-list .vidTitle {
    color: #ccc;
}
.video-list .vidCover::before{background: url(https://pic03.eapple.com.tw/littlemount/video-icon.svg) center no-repeat;}
.video_menu_list>ul {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px #555 solid;
}
.video-layer-two > li {
    width: 20%;
    text-align: center;
    border-bottom: 0;
    padding-bottom:0;
}
.video-layer-two li a {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 32px 16px;
}
.video-layer-two li a:hover:before, .accordion>li.on_this_category .link a::before {
    width: 60px;
    max-width: 60px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.video-layer-two li a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #C29236;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
@media (max-width: 768px) {
    .video_menu_list ul {
        display: none;
    }
    .video-layer-two > li {
    width: 100%;
    text-align: left;
}
.video_menu_list>h5 {
    color: #C29236;
}
.video-layer-two li a {
    padding: 10px 16px;
}
.video-layer-two li a::before {
    height: 1px;
    width: 100%;
    max-width: 100%;
}
.video-layer-two li:hover a {
    background: #C29236;
}
}
/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}

.other_select_page .promotion_title , .other_select_page .other_promotion , .other_select_page .page{display: none;}


/*聯絡我們/＝＝＝＝＝*/
.contact_editbox , .contact_content{width: 100%;padding: 0;}
.contact_le_map a {    background: var(--MainColor);}
.contact_form li.last blockquote {
    color: #C29236;border:1px #C29236 solid;
}
.contact_form li.last cite {background: #C29236;border: 1px #C29236 solid;}
.contact_content{position: relative;padding: var(--m50);overflow:hidden;    width: 100%;
    max-width: 1440px;}
.contact_content:before {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/littlemount/con_form_i.jpg);
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    filter: blur(15px) brightness(0.4);
    transform: scale(1.5);
}
.contact_content form {
    margin: auto;
    position: relative;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    z-index: 1;
}
/* .contact_content form:before {    content: "";background-image: url(https://pic03.eapple.com.tw/littlemount/con_form_i.jpg);background-position: center;background-size: cover;-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;} */
.contact_content .information_left{display: none;}
.contact_content .information_right {width: 100%;padding: var(--m50) var(--m50);background: #3b423eab;}
.contact_content .blank_letter{padding-top: 0;color: #C29236;}
.contact_form {    display: grid;    grid-template-columns: 1fr;    gap: 15px;    margin: var(--m50) 0 0;}
.contact_form li {    padding: 0;}
.contact_form li.last{padding-bottom: 0;text-align: center;}
.contact_form li .form__label {
    width: 100%;
    margin: 0;
    padding: 3px 0;
    color: #fff;
}
.contact_form li input.noborder{background:transparent;border: 0;border-bottom: 1px #dddddd40 solid;color: #ccc;}
/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--SubColor);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--SubColor);    color: #fff;}
            @media screen and (max-width: 600px) {
                .contact_form li .form__label {
                    background: rgb(190 218 140 / 3%);
                }
            }
/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
.sidebarBtn {    padding-left: var(--m50);}
}
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {

.stellarnav > ul > li {    min-width: unset;}
.stellarnav > ul > li > a b:nth-child(2) {    font-size: 13px;}
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

.product-wrapper {    align-items: self-start;}
.sidebarBtn {    padding-top: 0;}

.contact_content .information_right {    padding: var(--m50);}

}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
/*選單漸變效果＝＝*/
.pageIndex .header_area{position: sticky;}
.pageIndex .header_area .shop_search_btn {    background-color: var(--MainColor);}

.pageIndex .header_area .main_header_area {background: #3b423e;}

/**/
.footer_info {    display: flex;    flex-direction: column;}
.footer_info > ul {    display: flex;    max-width: 600px;    margin: var(--m30) auto;    justify-content: space-between;gap:0;}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}


}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
.pageIndex .header_area .nav-brand {filter: unset;max-width: 80px;}
/* .stellarnav > ul >li:nth-of-type(3) > ul  , .stellarnav > ul >li:nth-of-type(4) > ul  , .stellarnav > ul >li:nth-of-type(5) > ul {display: none !important ;} */
.tp_links{display:none;}
/* .pageIndex .header_area .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/littlemount/logo_l_b.svg);} */
.pageIndex .header_area .tp_links a{color: var(--MainColor);}
/*側邊選單/＝＝＝＝＝*/
.stellarnav > ul > li:before , .stellarnav .menu-toggle:after{content:none;}
.stellarnav .menu-toggle span.bars span {background: #C29236;margin: 0 auto;}
.stellarnav .menu-toggle span.bars span + span {    margin-top: 5px;}
.navigation {    justify-content: space-between;}
.stellarnav.mobile {    position: relative;    flex: unset;}
.me_tp_features {    order:2;    flex: 0;    text-align: right;}
.stellarnav .menu-toggle {    padding: 0 0 0 var(--m30);}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;font-size: 14px; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav > ul > li {    text-align: left;}
.stellarnav.mobile > ul > li > a b{ display: block; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #C29236;        color: #fff;
}
.stellarnav .icon-close:after,.stellarnav .icon-close:before{    border-bottom: solid 3px #fff;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{border-right: 0;}

.stellarnav.mobile > ul > li {
    border-bottom: 1px #dddddd14 solid;
}
.stellarnav.mobile li.open {
    background: #020202;}
/*Logo/＝＝＝＝＝*/



/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

.contact_content form{ display: flex;flex-direction:column-reverse; }
.contact_content form:before{ width: 100%;aspect-ratio:7/4; }

}
/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
.me_tp_features {display: none;}
.stellarnav > ul > li > a b:nth-child(2){display: none;}
.stellarnav.mobile li.open {
    background: #020202;}
.stellarnav.mobile ul {
    background: #000000e8;
}
/*Footer/＝＝＝＝＝*/
/* #to_top { bottom:60px;} */
#bottom_menu {display: none;}
.footer.with_shopping_mode {padding: 30px 0 0;}
.footer_info {    justify-content: center;}
.footer_logo {text-align: left;max-width: 150px;}

/*購物車/＝＝＝＝＝*/
/*購物車/外層＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
/*順序*/
.product_page .products-list {    order: -1;}

.sidebarBtn {    flex: unset; width: 100%; margin:var(--m50) auto; padding: 0; }
.product_main {    width: 100%;    max-width: 100%;}


}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.navigation {        padding: 15px 5px;    }
.tp_links {    padding: 0;    margin-top: 5px;}

/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_info > ul {    max-width: 500px;    flex-direction: column;}
.footer_info li {    padding: 0; margin-top:var(--m30);}

/**/
.product_pic #bx-pager {    margin-top: 15px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
.contact_content .information_right {        padding: var(--m100) 5%;}
.contact_form {    gap: 10px;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

}
