@charset "utf-8";
/* *************覓跡露營區****************** */

/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
/* Chiron GoRound TC */
@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');

/* 英文字體 Lexend Giga */
@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
/* --Color: #1c3459; */
--MainColor: #faf9f7; /*網站主要色系*/
--SubColor: #333333; /*網站文字色*/
--SubColor1: #f4f2ee; /*網站輔助色系1*/
--SubColor2: #007000; /*網站輔助色系2*/
--SubColor3: #4077d7; /*網站輔助色系3*/
--SubColor4: #fec352; /*網站輔助色系4*/  
--SubColor5: #ffffff; /*網站輔助色系5*/ 
--SubColor6: #eeede4; /*網站輔助色系6*/ 
--SubColor7: #fb7f35; /*網站輔助色系7*/ 
--SubColor8: #1b8e68; /*網站輔助色系8*/ 
--SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
--SFontEN: "Lexend Giga", serif;/*英文字體*/
--SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
--pd100:100px 0;
--m100:100px;
--m80:80px;
--m50:50px;
--m30:30px;
--f80:80px;
--f60:60px;
--f52:52px;
--f48:48px;
--f44:44px;
--f40:40px;
--f36:36px;
--f32:32px;
--f28:28px;
--f26:26px;
--f24:24px;
--f22:22px;
--f20:20px;
--f18:18px;
--f17:17px;
--f16:16px;
}
@media (min-width:1200px) {
:root{

}
}
@media (max-width:1024px) {
:root{
--f80:70px;
--m50:40px;
--m30:25px;
--f52:48px;
--f48:40px;
--f44:38px;
--f40:36px;
--f36:32px;
--f32:28px;
--f28:24px;
--f26:24px;
--f24:22px;
--f22:20px;
--f20:18px;
}
}
@media (max-width:768px) {
:root{
--pd100:70px 0;
--m100:70px;
--f80:60px;
--m50:30px;
--m30:20px;
--f52:44px;
--f48:32px;
--f44:30px;
--f40:28px;
--f36:26px;
--f32:24px;
--f28:22px;
--f26:22px;
--f24:20px;
--f20:17px;
--f18:16px;
--f17:16px;   
--f16:15px;
}
}
@media (max-width:600px) {
:root{
--pd100:50px 0;
--m100:50px;
--m50:25px;
--f80:44px;
--f52:36px;
--f48:28px;
--f44:26px;
--f40:24px;
--f36:22px;
--f32:20px;
--f28:22px;
--f26:22px;
--f24:18px;
--f18:16px;
--f17:15px;  
}
}
@media (max-width:400px) {
:root{
--f80:40px;
--f52:32px;
--f48:24px;
--f44:22px;
--f40:20px;
--f36:18px;
--f32:18px;
--f28:18px;
--f26:20px;
--f24:17px;
--f22:17px;
--f20:16px;
--f18:15px;  
--f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection { background-color: #060303; color: #fff; }
::selection { background-color: #060303; color: #fff; } */





/*卷軸*/
&::-webkit-scrollbar { background: #f1f1f1; width: 7px;}
&::-webkit-scrollbar-button { display: none; background: #f1f1f1; border-radius: 0;}
&::-webkit-scrollbar-track-piece { background: #f1f1f1;}
&::-webkit-scrollbar-thumb { /* border-radius: 4px; */ background-color: #c1c1c1;}
&::-webkit-scrollbar-track { box-shadow: transparent;}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* 隱藏BTN= */
.site_bottomMenu > a:first-child {display: none;}

/* header */
.header_area {position: sticky;top: 0;z-index: 9999;width: 100%;background: #FFF;padding: 0;/* box-shadow: 0 10px 15px rgba(0, 0, 0, .05); */padding-left: 3%;}
.header_area.sticky {background: rgba(255, 255, 255, 1);box-shadow: 0 2px 20px rgba(0, 0, 0, .09);}
.header_area .main_header_area {background: transparent;padding: 0;transition: all 0.3s;position: relative;}
.header_area.sticky .main_header_area {transition: all 0.3s;}
.main_header_area .container {padding: 0 40px;transition: 0.5s;padding: 0;width: 100%;max-width: 100%;}
.header_area.sticky .main_header_area .container {/* width: 96%; */max-width: 100%;}
.pageIndex .header_area {position: fixed;top: 0;position: sticky;}

.navigation {display: flex;align-items: center;}




/*選單 = =  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.header_area.sticky .stellarnav {opacity: 1;transition: all 0.3s;pointer-events: unset;}
.stellarnav.desktop > ul {
    font-size: 0;
    /* width: fit-content; */
    padding: 0 20px;
}

/* 第一層 */
.stellarnav > ul > li {position: relative;padding: 0px;margin: 0;font-size: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 18px;}
.stellarnav > ul > li > a {font-family: var(--SFontE);height: auto;margin: 0;position: relative;padding: 10px 0;display: block;font-size: 16px;font-weight: 600;line-height: 2;letter-spacing: 1px;color: #151515;transition: all .4s ease;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li > a:hover{color: var(--SubColor4);}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #131413;}
.stellarnav > ul > li > a b:last-child {font-size: 14px;}

.stellarnav.desktop li.has-sub>a:after {content: none;}
.stellarnav.desktop>ul>li>a:not(.dd-toggle), .stellarnav.desktop>ul>li.has-sub>a:not(.dd-toggle) {font-size: 16px;padding: 55px 10px 10px 10px;color: #363640;display: block;font-weight: 500;margin: 0 16px;text-transform: none;line-height: 20px;height: 100%;letter-spacing: 1px;transition: all ease 0.3s;margin: 10px;/* background: #f3f1ef; */border-radius: 5px;}
.stellarnav.desktop>ul>li:hover>a:not(.dd-toggle), .stellarnav.desktop>ul>li.has-sub:hover>a:not(.dd-toggle), 
.stellarnav.desktop>ul>li>a:hover:not(.dd-toggle), .stellarnav.desktop>ul>li.has-sub>a:hover:not(.dd-toggle) {
    /* color: #fff; */
    background: #008e66;
    /* background: #f3f1ef; */
    background: #f3f8f6;
    /* border-radius: 5px; */
}
.stellarnav.desktop>ul>li>a:hover:not(.dd-toggle):before, .stellarnav.desktop>ul>li.has-sub>a:hover:not(.dd-toggle):before {
animation: NiconRoate .6s steps(2) 0s alternate infinite;
}
@keyframes NiconRoate {0% {-webkit-transform: translate(-50%, 0) rotate(-10deg);transform: translate(-50%, 0) rotate(-10deg)}
20% {-webkit-transform: translate(-50%, 0) rotate(-8deg);transform: translate(-50%, 0) rotate(-8deg)}80% {-webkit-transform: translate(-50%, 0) rotate(8deg);transform: translate(-50%, 0) rotate(8deg)}100% {-webkit-transform: translate(-50%, 0) rotate(10deg);transform: translate(-50%, 0) rotate(10deg)}}

.stellarnav.desktop>ul>li+li {border-left: 0px solid #f5f5f5;}
.stellarnav.desktop>ul>li>a:not(.dd-toggle):before {content: '';width: 100%;height: auto;aspect-ratio: 1/1;max-width: 48px;display: block;position: absolute;left: 50%;top: 6px;transform: translate(-50%, 0);}

.stellarnav.desktop>ul>li:nth-of-type(1)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic01.svg) center / cover no-repeat;}
.stellarnav.desktop>ul>li:nth-of-type(2)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic02.svg) center / cover no-repeat;}
.stellarnav.desktop>ul>li:nth-of-type(3)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic03.svg) center / cover no-repeat;}
.stellarnav.desktop>ul>li:nth-of-type(4)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic04.svg) center / cover no-repeat;}
.stellarnav.desktop>ul>li:nth-of-type(5)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic05.svg) center / cover no-repeat;}
.stellarnav.desktop>ul>li:nth-of-type(6)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic06.svg) center / cover no-repeat;}
.stellarnav.desktop>ul>li:nth-of-type(7)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic07.svg) center / cover no-repeat;}
.stellarnav.desktop>ul>li:nth-of-type(8)>a:before {background: url(https://pic03.eapple.com.tw/mijicamping/ic08.svg) center / cover no-repeat;}

/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{position: absolute;top: 20px;right: 2px;width: 9px;height: 9px;border: 0;margin: 0;border-top: 2px solid #1f2b38;border-right: 2px solid #1f2b38;border-left: 0px solid #fff;border-bottom: 0px solid #fff;transform: rotate(
135deg);}

/* 第二層 */
.stellarnav.desktop ul ul {left: 50%;transform: translateX(-50%);padding: 0;position: absolute;list-style: none;z-index: 98;white-space: nowrap;background: #fff;box-shadow: 0 3px 5px rgba(0, 0, 0, .1);border: none;width: fit-content;min-width: 130px;margin: 0;}
.stellarnav li li {border: 0;width: 100%;position: relative;text-align: left;}
.stellarnav.desktop li li+li {border-top: 1px solid rgba(0, 0, 0, 0.1);}
.stellarnav.desktop li li.has-sub > a:after{content: '';display: block;height: 0px;position: absolute;top: 41%;right: 5px;height: 8px;width: 8px;display: block;border-style: solid;border-width: 0 1px 1px 0;transform: rotate(45deg);-webkit-transition: border .3s;transition: border .3s;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);border-color: transparent #666 #666 transparent;}
.stellarnav.desktop li.has-sub li a {font-weight: 500;font-size: 14px;text-align: center;padding: 10px 10px;white-space: nowrap;font-family: var(--SFont);transition: all .5s;letter-spacing: 1px;transform: translateX(0);text-align: center;color: #555;border: 0;border-right: 6px solid transparent;}
.stellarnav.desktop li.has-sub li a:hover{color: #fff;background: var(--SubColor1);color: var(--SubColor2);}
.news_classes > li:hover > a, .news_classes > li:focus > a {color: #fff;background: transparent;}
.stellarnav.mobile li li a {border: 0;}


/* 第三層 */
.stellarnav.desktop ul ul ul {top: 0;left: 100%;margin: 0;width: fit-content;transform: unset;}
.stellarnav.desktop li.drop-left ul ul {left: auto;right: 100%;}



/* 右上購物BTN */
.me_tp_features {position: absolute;top: 4px;right: 0;z-index: 10000;max-width: max-content;font-family: var(--SFontE);display: none;}
.box_search {margin-bottom: 0;}
.box_search > form {background: #f7f0e8;}

.box_search input[type=text]{border-radius: 0;overflow: hidden;border: none;border-bottom: 1px solid #ccc;
letter-spacing: 0;background: url(https://pic03.eapple.com.tw/xushiflower4/search-icon.png) no-repeat 8px center transparent;}
.box_search input[type=text]::placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-webkit-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]::-moz-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:-ms-input-placeholder{color: #888;font-size: 12px;}
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{/* border-radius: 0; *//* background: #9b9b9b; *//* padding: 0px 8px 2px; */}/*搜尋按鈕*/
.box_search > form {background: #f1f0f1;}
.box_search input[type=text] {border-bottom: none;font-weight: 400;}
.shop_search_btn {background: #b1b1b1;border-radius: 0;background: var(--SubColor6);padding: 0px 8px 2px;font-size: 12px;letter-spacing: 1px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {color: #898989;line-height: 2;letter-spacing: .5px;font-weight: 400;transition: .3s;}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {color: #bbbbbb;}


.me_tp_features .tp_links {display: none;}




/*LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {width: fit-content;max-width: 190px;padding: 0 15px;padding: 0;transition: all 0.5s;font-size: 0;position: relative;}
.header_area a.nav-brand::before {content: none;display: block;background: #fff;/* box-shadow: 1px 1px 5px #00000059; */width: 100%;height: calc(100% + 20px);position: absolute;/* opacity: 0; */top: -280px;left: 50%;transform: translate(-50%, 0px);z-index: -2;border-radius: 0 0 15px 15px;transition: all 0.3s;top: -5px;}
.sticky .nav-header {max-width: 160px;}

.nav-brand {margin: 0;height: 100%;background-size: contain;padding: 10px 0 ;}
.sticky .nav-brand {}

.nav-brand img {max-width: 100%;}
.sticky .nav-brand img {}






/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.site_endPart {position: relative;margin-top: 0;padding-top: 60px;padding-bottom: 10px;background: #efefef;background-color: #fff;/* background: #EEEEEE; *//* background-color: #f7f6f4; */position: relative;font-family: var(--SFontE);overflow: hidden;}
.site_endPart:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    padding: 0;
    top: 0;
    background: #f3f8f6;
    /* clip-path: ellipse(100% 80% at 50% 80%); */
    /* margin-top: 40px; */
    height: 100%;
}
.site_endPart .site_centerBox {width: 100%;max-width: 1300px;margin: 0 auto;padding-left: 20px;padding-right: 20px;padding-bottom: 0;max-width: 100%;display: flex;justify-content: space-between;max-width: 1400px;width: 90%;}

.site_endPart li.site_logo  {max-width: 260px;width: fit-content;height: fit-content;background-size: contain;padding: 0;margin: 0 auto 20px;grid-column: 1 / 2;}
.site_logo a {/* background: url(https://pic03.eapple.com.tw/mijicamping/LOGO2.png) no-repeat; */display: block;/* aspect-ratio: 100/47; */width: 100%;height: auto;font-size: 0;/* filter: brightness(110%); *//* background-position: 0 100%; *//* background-size: contain; *//* opacity: .9; */}

.site_logo img {width: 100%;/* opacity: 0; */}


/* footer資訊*/
.site_endPart ul.site_infoTer {text-align: center;width: 100%;display: flex;/* grid-template-columns: auto 1fr; */padding: 0;flex-direction: column;}
.footer_info:nth-child(1) > ul { }

/* 文字共用 */
.site_bottomMenu a, .site_infoTer li p{position: relative;padding: 5px 7px;border: 0;margin: 0;color: #ffffffcc;background: transparent;padding: 0 20px;font-family: var(--SFontE);font-size: 13px;line-height: 2;letter-spacing: 2px;font-weight: 400;opacity: 1;}

.site_infoTer li p {padding: 0;font-size: 14px;font-weight: 400;display: flex;align-items: center;letter-spacing: 1px;line-height: 1.8;width: fit-content;}
.site_infoTer li p a {color: #363640;font-size: 14px;font-weight: 400;}
.site_infoTer li p a:hover {color: #007a46;/* text-decoration: underline; */}
.site_infoTer li p:before {/* color: var(--SubColor4); */font-family: var(--SFontE);margin-right: 0;letter-spacing: 1.5px;display: inline-block;line-height: 1.6;font-weight: 600;height: 20px;font-size: 14px;color: #363640;}


.site_endPart li.site_reachOut {justify-content: center;max-width: max-content;margin: 0;padding: 15px 30px;display: grid;gap: 20px;display: flex;width: 100%;flex-direction: row;align-items: flex-start;/* border-left: 1px solid rgba(143,139,129,0.2); */grid-column: 2 / 3;}

.site_endPart li.site_bottomMenu {border-top: 0;padding: 15px;padding-bottom: 0;padding-top: 0;border-top: 1px solid rgba(0, 0, 0, 0);font-size: 0;width: 100%;display: flex;gap: 10px;justify-content: center;grid-column: 1/3;}
.site_bottomMenu a {/* line-height: revert; *//* transition: all 0.3s linear; */margin: 0;text-align: center;transition: all 0.3s;/* background: #F3F3F3; */letter-spacing: 1px;font-weight: 400;/* font-size: 14px; *//* padding: 5px 10px; *//* background-color: rgba(255, 255, 255, 0); *//* border-radius: 12px; *//* padding: 10px 18px 10px 33px; *//* color: #333; */background: #fff;border-radius: 4px;color: #363640e8;font-size: 13px;line-height: 22px;overflow: hidden;padding: 2px 8px;}
.site_bottomMenu a:hover {background: #008e66;color: #fff;}
.site_bottomMenu a:hover:before {width: 100%;}

.site_endPart li.For_CampUse {
    padding: 20px 20px;
    padding-top: 25px;
}
.For_CampUse a {
    background: #004b36;
    border-radius: 10px;
    max-width: 360px;
    margin: 0 5px;
}
.For_CampUse a em {
    display: block;
    padding: 5px;
    filter: brightness(50);
    opacity: 1;
}
.For_CampUse a:hover {
    background: #003627;
}
.For_CampUse a:hover em img {
    transform: rotateY(360deg) scale(.8);
}

/* ------------------------------------------------------------------------------------------------------------ */
.site_copyRight {text-align: center;padding: 8px 0 8px;border-top: 0;align-items: center;color: #363640;display: flex;flex-wrap: wrap;margin-top: 20px;position: relative;justify-content: center;font-family: var(--SFontE);font-size: 10px;line-height: 2;letter-spacing: 1px;font-weight: 400;background: transparent;}
.site_copyRight span, .site_copyRight p,  .site_copyRight a {color: #363640;font-size: 10px;} 
.site_copyRight a:hover {color: #529654;}

/* 浮動按鈕 */
.info_fix_line .fa-line:before {  filter: none; }

/* 置頂按鈕 */
#to_top{
    bottom: 20px;
    right:20px;
    background: transparent;
    box-shadow: unset;
    color: #298e68;
    left:unset;
    width: 50px;
    height: 50px;
    font-size: 15px;
    padding-top: 10px;
    font-weight: 600;
    font-family: var(--SFontE);
    letter-spacing: .5px;
    text-align: center;
}
#to_top i.top{
    height: 12px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #298e68;
    height: 10px;
    top: 3px;
    width: 3px;
}
#to_top:hover {opacity: 0.6;}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *

/* 商品下拉超過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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */






/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
#content_main, #content {margin: 0;background: #FFF;padding: 80px 0;background-repeat: repeat;padding: 0;}
.bannerindex {position: relative;height: auto;padding: 0;}
/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.bannerindex .swiper-banner .swiper-slide {height: 100%;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{width: auto;object-fit: contain;height: 100%;object-fit: cover;width: 100%;height: 100%;max-width: 100%;}
.bannerindex .swiper-banner .swiper-slide img {height: 100%;}

/* 大圖點點按鈕切換鈕 */
.bannerindex {--swiper-pagination-color: #fff;}
.bannerindex .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .bannerindex .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 8px 4px;width: 15px;height: 5px;border-radius: 2px;}
/* 大圖點點按鈕END */


/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {content: none;position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {content: '';position: absolute;z-index: 100;pointer-events: none;opacity: 0;} 
.bannerindex .swiper-banner .swiper-slide:nth-child(1):before {  }
.bannerindex .swiper-banner .swiper-slide:after {}
/* banner02 */


@media screen and (min-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
.bannerindex .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .bannerindex .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 6px 3px;width: 12px;height: 4px;}
}
@media screen and (max-width: 600px) {}



/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {/* border-bottom: 1px solid #e5e5e5; */background-color: transparent;margin-bottom: 40px;padding: 20px 25px;padding-top: 0;text-align: right;font-family: var(--SFontEN);margin: auto;max-width: 1400px;display: none;}
.path p a:hover {color: #BB9F77;}
.path p {width: fit-content;margin: auto;}
.path p, .path p a {text-align: right;color: #999;font-family: var(--SFontE);letter-spacing: .8px;font-size: 0px;font-weight: 400;transition: 0.3s;line-height: 1.5;margin-right: 0;}
.path p a {font-size: 12px;}
.path p a:not(:last-child):after {content: ' > ';color: #999;}
.path p a:hover:after {color: #999;}


/* main */
.edit_part{padding: 0;}
.main_part {width: 100%;max-width: 1400px;margin: auto;padding: 80px 20px;padding-bottom: 100px;background: transparent;}
.show_content {margin: auto;padding: 0 20px;font-family: var(--SFontE);width: 95%;max-width: 1400px;margin: 0 auto;padding-top: 0px;}
.subalbum-menu {margin: 0;padding: 0;}

/* 編輯區 */
.edit {color: #262626;margin: auto;padding: 20px 0 60px;line-height: 1.7;letter-spacing: 0.5px;font-weight: 400;}

/* 功能頁下方頁碼 */
ul.page {width: 100%;}
.page {width: 100%;margin: 30px auto 30px;gap: 10px 0;}
.page li a, .page li {font-family: var(--SFontEN);display: inline-block;font-size: 14px;margin: 3px;border-color: transparent;color: #403b28;border-radius: 50px;width: 32px;height: 32px;letter-spacing: .5px;line-height: 32px;text-align: center;padding: 0;transition: all 0.4s ease-in-out;}
.page li a {background: rgb(58 95 141 / 5%);color: var(--SubColor1);margin: 0;}
.page strong, li.activeN {background: #3a5f8d;color: #ffffff;border-color: transparent;}
.page strong, .page a:hover {background: var(--SubColor6);color: #ffffff;transition: all 0.1s ease-in-out;}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #fbf8e9;width: 100%;object-fit: cover;background-size: cover;background-position: 50% 00%;aspect-ratio: 19/4;padding: 0;min-height: auto;background-image: url();height: 320px;position: relative;background-position: center;width: 96%;margin: 10px auto 0;height: 480px;box-sizing: border-box;border-radius: 20px;overflow: hidden;}
.banner:before {content: '';position: absolute;display: block;width: 100%;height: 100%;background: #ecf2f2;opacity: 1;background: url(https://pic03.eapple.com.tw/mijicamping/banB.jpg) no-repeat;background-position: 50% 80%;background-size: cover;
animation: NzoomIn 4s;
background-size: cover;
transition-duration: 700ms;
transition: transform 1.7s cubic-bezier(.56, .28, .57, .94), opacity 0.5s ease;}
.banner:after {content: '';position: absolute;display: block;width: 100%;height: 100%;background: #000;opacity: .3;}
.banner h5 {color: #ffffff;z-index: 1;line-height: 1.5;display: flex;flex-direction: column;gap: 4px;width: 85%;max-width: 2000px;height: fit-content;font-weight: 600;font-size: var(--f28);letter-spacing: 4px;padding: 0;align-items: baseline;position: relative;text-shadow: 0px 0px 15px rgb(38 69 57);}
.banner h5:before {content: "News";position: relative;color: #fff;font-size: var(--f52);font-family: var(--SFontEN);text-align: left;letter-spacing: -4px;font-weight: 500;}
.banner h5:after {content: " — 風經過土地，而我們剛好相遇 — ";content: " ";position: relative;background: #fff;font-size: 16px;height: 1px;text-align: left;width: 180px;margin-top: 20px;font-weight: 400;}

@keyframes NzoomIn {0% { transform: scale(1.15); }100% { transform: scale(1);}}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}


.article_a .banner h5:before {content: "Nearby Spots";}

.CampIndexPage .banner:before {background: url(https://pic03.eapple.com.tw/mijicamping/banD.jpg) no-repeat;background-position: 50% 100%;background-size: cover;}
.CampIndexPage .banner h5:before {content: "Reservation";}

.album_a .banner:before {background: url(https://pic03.eapple.com.tw/mijicamping/banC.jpg) no-repeat;background-position: 50% 100%;background-size: cover;}
.album_a .banner h5:before {content: "Gallery";}


.banner.banF:before {background: url(https://pic03.eapple.com.tw/mijicamping/banF.jpg) no-repeat;background-position: 50% 50%;background-size: cover;}
.banner.banF h5:before {content: "Farm Products";}



@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* header */
.stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li {padding: 0 5px;}
.stellarnav li.has-sub > a:after {top: 18px;}

/* 內頁BN */
.banner {min-height: 440px;}
}



/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area.sticky { position: fixed; }
.header_area .main_header_area {}
.header_area.sticky .main_header_area{}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}

/* logo*/
.nav-header {max-width: 140px;padding: 0;margin: auto;padding: 0px 10px 5px;}

/* 導覽列 */
.stellarnav {padding-top: 5px;}
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {}
.stellarnav > ul > li > a {letter-spacing: .6px;margin: 0;line-height: 65px;padding: 5px 0;}
.stellarnav li.has-sub > a:after {top: 30px;}




/* 內頁BN */
.banner {min-height: 380px;}

/* 共用 */
.show_content {width: 100%;}

}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* logo*/
.nav-header {max-width: 140px;padding: 5px;/* margin-left: 0; */}
.sticky .nav-header {max-width: 130px;/* padding: 15px 0; */}
.nav-brand img { }

/* = = header = = */
.header_area {height: fit-content;}
.header_area .main_header_area {padding: 0 10px 0;border: 0;backdrop-filter: none;}
.main_header_area .container, .header_area.sticky .main_header_area .container {max-width: 100%;padding: 0;width: 100%;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;}


/* 導覽列漢堡選單 */
.stellarnav.mobile {right: 0;left: unset;padding: 0;}
.stellarnav.mobile .menu-toggle {display: flex;margin: 9px 0;padding: 12px;flex-direction: column;align-items: center;gap: 8px;top: 4px;position: relative;transition: .4s;}
.sticky .stellarnav.mobile .menu-toggle {top: 0px;}


/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 10px;color: #232323;transform: scale(1);font-family: var(--SFontEN);letter-spacing: 1px;}
.sticky .stellarnav .menu-toggle:after {}
.stellarnav .menu-toggle span.bars {display: block;margin: 0;display: flex;flex-direction: column;gap: 5px;}
.stellarnav .menu-toggle span.bars span {width: 32px;height: 2px;border-radius: 0;/* background: #717171; */margin: 0;background: #232323;height: 1px;}
.sticky .stellarnav .menu-toggle span.bars span {}
.stellarnav .menu-toggle span.bars span:nth-child(2) {/* display: none; */}
/* 黑色遮罩 */
.stellarnav.mobile::before {
content: "";
position: fixed;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
z-index: -5;
line-height: normal;
background-color: transparent;
transform: translate(-50%, -50%) scale(1.05);
opacity: 0;
transition: 1s;
content: none;
}
.stellarnav.mobile.active::before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0;
opacity: 1;
transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {left: unset;right: 0;font-size: 0;max-width: 100%;padding: 0;  border: 0;  
/*右滑出現*/right: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;}
/*卷軸*/
.stellarnav.mobile.left > ul::-webkit-scrollbar {background: #eaeaea;width: 4px;height: 15px;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-button {display: none;background: #eaeaea;border-radius: 0;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {background: #fbfbfb;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {background-color: #888;width: 4px;border-radius: 15px;border: 3px solid #6781a1;}
.stellarnav.mobile.left > ul::-webkit-scrollbar-track {border-radius: 6px;height: 6px;background-color: #eaeaea;}
.stellarnav.mobile.left.active > ul{right: 0;max-width: 460px;width: 100%;padding: 0;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-weight: 500;text-transform: capitalize;content: 'Menu';font-size: 0;color: #fff;transform: scale(1);font-family: var(--SFontEN);letter-spacing: 0px;height: fit-content;width: fit-content;text-align: right;display: flex;flex-direction: row-reverse;margin: 10px auto;margin-right: 10px;border-radius: 4px;padding: 15px 10px;background: #2F4F4F;}
.stellarnav .icon-close {box-sizing: border-box;width: 20px;height: 12px;position: relative;display: inline-block;margin: 2px 5px;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {width: 20px;height: 0px;border-bottom: solid 1px #fff;}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {opacity: 1;transition: all 0.3s ease-in-out;}


/* 第一層 */
/* .stellarnav.mobile > ul > li:nth-last-child(-n+2) {display: none;} */
.stellarnav.mobile > ul > li {border-bottom: 1px solid rgba(255, 255, 255, .15);padding: 0;display: block;border-bottom: 1px solid #f0f0f0;display: flex;margin-bottom: 5px;flex-direction: column;margin: 0;}
.stellarnav.mobile li.open {background: #EEE;padding: 0;padding-bottom: 5px;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){text-align: left;overflow: auto;height: auto;line-height: 1.5;display: block;color: #333;font-size: 15px;letter-spacing: 1px;padding: 18px 20px;border: 0;}
.stellarnav.mobile li.open > a {border: 0;background: #fff;border-bottom: 1px solid rgba(204, 204, 204, 0.3215686275);}
.stellarnav > ul > li > a:before{content: none;}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;padding: 10px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {top: 0;border: 0;}
.stellarnav a.dd-toggle .icon-plus:before {width: 8px;height: 8px;border-bottom: solid 1px #666;top: 50%;left: 0;transform: rotate(-45deg);}
.stellarnav a.dd-toggle .icon-plus:after {width: 8px;height: 8PX;top: 50%;border-bottom: solid 1px #666;transform: rotate(45deg);}
.stellarnav li.open > a.dd-toggle .icon-plus {-webkit-transform: translateY(10px) scaleY(-1);transform: translateY(10px) scaleY(-1);}
/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {left: unset;width: calc(100% - 10px);margin: auto;left: unset;box-shadow: none;transform: unset;background: transparent;}
.stellarnav li li {font-family: var(--SFont);font-size: 14px;color: #333333;letter-spacing: .5px;padding: 0 5px;}
.stellarnav.mobile li li.has-sub a {padding: 10px 20px 10px 10px;}
.stellarnav li li a {color: #333;}
.stellarnav a.dd-toggle .icon-plus {height: 80%;}
.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{border-bottom: solid 1px #ccc;top: 0%;}
.stellarnav.mobile ul li:hover > a {opacity: 1;transition: 0s;/* background: transparent; */color: #333;}
.stellarnav.mobile ul ul>li:hover {background: transparent;}
.stellarnav.mobile ul ul>li>a:hover{color: #2F4F4F;/* padding-left: 12px; */font-weight: 500;}

/* 第三層 */
.stellarnav.mobile li.open li.open {background: #edf2fa;}
.stellarnav.mobile li.open li.open > a {color: #063a3a;}
.stellarnav li li li {border: 0;}
.stellarnav li li li a{font-size: 14px;color: #666;}



/* = =  內頁BN = = */
.banner {max-height: 320px;min-height: auto;height: auto;aspect-ratio: 43 / 28;}
.banner h5:after {font-size: 12px;letter-spacing: 2px;}
}



/* @600上方區域_平板版面600px */
@media screen and (max-width: 600px) {
.header_area .main_header_area {padding: 0 5px;}
.header_area a.nav-brand::before {height: 110%;border-radius: 0 0 5px 5px;top: 0;}
.nav-header, .sticky .nav-header {max-width: 115px;}
.nav-brand {
    padding: 5px 0 0px;
}
    .stellarnav.mobile .menu-toggle {margin: 4px 0;}
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content {display: flex;justify-content: space-between;align-items: center;align-content: flex-start;width: 100%;flex-wrap: wrap;flex-direction: column;}
ul.page { width: 100%;}
.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap {width: calc(100% - 280px);}



/* 功能-外層 */
.product_menu_list {margin-bottom: 20px;width: 100%;}
.product_menu_list, .product-wrapper {width: 100%;}
ul.product-layer-two {margin: 0 0 40px;text-align: center;}
.product-layer-two li {position: relative;width: 190px;display: inline-block;margin: 0 5px;}
.product-layer-two li a {position: relative;background: #fff;padding: 0px 20px;height: 48px;line-height: 48px;transition: all 0.3s;display: block;color: #363640;font-size: 16px;font-weight: 700;letter-spacing: 2px;border: 1px solid #ccc;border-radius: 50px;}
.product-layer-two li a:hover {color: #008e66;background: #EFF8F3;}
.product-layer-two li.active a{
font-weight: 600;
color: #fff;
border: 1px #ccc solid;
border: 1px solid #008e66;
background: #114b38;
}



/* 右側 */
.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-size: 0;
}
.products-list .item {
    position: relative;
    width: calc(100% / 3);
    padding: 0 20px;
    margin-bottom: 40px;
    color: #222222;
}
.products-list .item a {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 34px;
    position: relative;
    font-family: var(--SFontE);
    height: 100%;
}


/* 圖 */
.products-list .pic {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 4 / 3.2;
    border-radius: 10px;
    position: relative;
}
.products-list .pic:before {
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.products-list .pic::after {
    content: "Detail";
    position: absolute;
    text-align: center;
    font-size: 15px;
    left: 50%;
    bottom: -60px;
    width: 120px;
    height: 60px;
    border-radius: 70px 70px 0 0;
    padding-top: 26px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #675247;
    background: #fbbf35;
    font-family: var(--SFontEN);
    opacity: 1;
    z-index: 3;
    transform: translateX(-50%);
    transition: bottom 0.3s ease 0.1s, opacity 0.8s ease 0.3s;
}
.products-list .pic:hover:before {
    opacity: 1;
    transition: all 0.5s ease;
}
.products-list .pic:hover:after {
    bottom: 0;
    opacity: 1;
}


/* 文 */
.products-list .name {
    font-size: var(--f17);
    color: #363640;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: fit-content;
    min-height: 26px;
}
.products-list .price {
    margin: 5px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.products-list .price b {
    color: #cd565c;
    font-size: 16px;
    width: calc(50% - 10px);
}
.products-list .more {
    border: 0;
border-top: 1px #008E66 dashed;
border-bottom: 1px #008E66 dashed;
    color: #008E66;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    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: transparent;
    color: #0a4b37;
    font-weight: 500;
}
.products-list .item a .more:hover  {
    background: #114b38;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
}





/* 功能-內層 */
.product_info_page .show_content {justify-content: center;width: 100%;}
.product_info_page .Prods_Menulists {display: none;}
.product_info_page .Prods_Wrap {width: 96%;max-width: 1280px;padding: 10px 20px;}
.product_info_page .product_main {padding: 0;padding-right: 35px;width: 69%;}
.sidebarBtn {padding: 20px 15px;width: 30%;border: 2px #EEE solid;background: #FbFBFB;border-radius: 5px;}
.proImgSwiper { border-radius: 5px;}
.sidebarBtn .Pd_Line_Boxed {background: #47b726;    letter-spacing: .5px;}
.sidebarBtn .Boxed.PushTar a i{font-size: 20px;}
.sidebarBtn .Boxed.PushTar b {font-size: 12px;font-weight: 400;}







@media screen and (max-width: 1200px) {
/* 內 */
.product_info_page .Prods_Wrap {width: 100%;padding: 10px;}
.product_info_page .product_main {padding-right: 25px;}
}

@media screen and (max-width: 1024px) {
/* 內 */
.product_info_page .show_content {padding: 0 10px;}
.product_info_page .product_main {padding-right: 15px;}
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/
.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}
/* 內 */
.product_main { display: block; width: 100%;}
.sidebarBtn { display: block; width: 100%;}
.product_info_page .product_main {padding: 0;width: 100%;margin-bottom: 35px;}
.mobile_product_name {display: block;margin-bottom: 10px;font-size: var(--f36);color: #232323;letter-spacing: 1px;line-height: 1.6;
}
.product_info_page .Prods_Wrap {width: 100%;max-width: 1200px;padding: 10px 5px;margin-top: 0;}
}


@media screen and (max-width: 600px) {
.Prods_Wrap {width: 95%;margin: 0 auto;}
/* 內 */
#prod_thumbSwiper {margin-top: 10px;}
.sidebarBtn {padding: 20px 10px;}
.product_info_page .Prods_Wrap {padding: 0;}
}

@media screen and (max-width: 480px) {
.Prods_Wrap {max-width: 400px;}
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*A文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_a */
.article_a #content {background: #fff;}

/*文章功能頁/ = = = = */
.show_content.blog_box {max-width: 1400px;padding: 10px;gap: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;width: 100%;}
.article_a .path, .article_b .path {/* max-width: 1300px; */}
/* 左側分類欄位 = = */
.blog_le {position: relative;width: 220px;padding: 0;z-index: 1;margin: 0;}
h5.blog_le_t {text-align: left;padding: 20px 0;padding-top: 15px;padding-bottom: 15px;width: 100%;margin: 0;/* display: none; */}
h5.blog_le_t em {font-weight: 500;font-size: var(--f24);letter-spacing: 3px;color: #545d58;letter-spacing: 3px;font-family: var(--SFont);}
.blog_search {}
.blog_search input[type=search] {color: #999;border: 1px solid #eee;background: #fff;border-radius: 5px;padding: 10px 40px 10px 10px;}
/* 分類列 */
.blog_le .accordion {border-radius: 0;font-size: 0;padding: 0;display: flex;justify-content: center;align-items: center;gap: 0;flex-direction: column;border: 0px #eee solid;}
.blog_le .accordion li {transition: .3s ease-out;border: 0;position: relative;overflow: unset;height: fit-content;display: flex;
flex-direction: column;width: 100%;}
.accordion li .link {position: relative;width: 100%;display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;border: 0;padding: 4px 0;/* border-radius: 5px; */}
.accordion li+li .link {border-top: 0px solid #eee;}
.accordion li .link a {text-align: left;line-height: 1.6;font-weight: 500;margin: 0;padding: 13px 10px;font-size: 15px;letter-spacing: 2px;border: 0;/* border-bottom: 2px solid transparent; */height: auto;transition: all 0.3s ease-out;width: 100%;color: #363640;border-radius: 5px;background: #EFF8F3;}
/* 分類2層-OFF */
.submenu {font-size: 14px;opacity: 1;width: 100%;border: 0;}
.submenu li+li {border-top: 1px solid #ccc !important;}
.submenu a {color: #666;word-break: break-all;line-height: 1;padding: 12px 20px 12px 30px;height: fit-content;font-size: 13px;}
.submenu a i {left: 10px;font-size: 13px;}
.submenu li.on_this_category a, .submenu a:hover {color: #FFF;}
/* 當前頁面 */
.blog_le .accordion > li.on_this_category .submenu {display: none !important;height: 100%;}
.blog_le .accordion > li.on_this_category.open .submenu {display: block !important;height: 100%;}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #363640 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover {color: #3C3C3C !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a, .blog_le .accordion > li.on_this_category:hover .link a {color: #fff !important;background: #0a4b37;}
.blog_le .accordion > li:hover .link a {color: #298e68 !important;background: #EFF8F3;}


/* 右側圖文區 = = */
.blog_ri {margin: 0;flex-direction: column;font-family: var(--SFontEN);/* width: 100%; */padding: 0 0 0 25px;width: calc(100% - 240px);justify-content: flex-start;}
h4.blog_category_title {width: 100%;font-weight: 600;letter-spacing: 1px;/* margin: 0; */padding: 10px 0;margin-bottom: 20px;/* padding: 0; */border-bottom: 1px #008E66 dashed;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: repeat(3, 1fr);width: 100%;gap: 16px;}
.subbox_item {border-radius: 0;overflow: hidden;transition: .5s ease-out;margin: 0;padding-bottom: 0;border-bottom: 0;}
.subbox_item:hover {transition: .5s ease-out;}
.subbox_item a {gap: unset;display: grid;grid-template-columns: 1fr;align-items: center;grid-gap: 0;padding-right: 50px;width: 100%;margin-bottom: 0;background: transparent;padding: 15px;}
.subbox_item a:before {font-size: 12px;padding: 5px 18px;background: #7e7f81;border-radius: 2px;color: #fff;bottom: 0;font-weight: 600;letter-spacing: .5px;right: 0;font-family: var(--SFontEN);top: unset;}
.subbox_item a:after {background: rgba(256, 256, 256, .5);border: none;pointer-events: none;}
.subbox_item a:hover:before, .subbox_item a:hover:after {opacity: 0;transition: all .5s;}
/* 圖 */
.blog_list_le {overflow: hidden;aspect-ratio: 4/4;background-color: #121212;border-radius: 10px;width: 100%;position: relative;border: 4px solid #298e68;}
.subbox_item a .blog_list_le:before {position: absolute;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;content: 'VIEW MORE +';font-size: 14px;font-family: var(--SFontEN);font-weight: 400;letter-spacing: 1.5px;color: #ffffff;text-shadow: 0 0 10px #72727280;transform: translate(-50%, calc(-50% - 10px));width: 148px;height: 40px;left: 50%;top: 50%;z-index: 9;opacity: 0;transition: ease all .5s;}
.subbox_item a .blog_list_le:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;z-index: 8;background: rgb(5 33 25 / 60%);/* background: rgb(255 255 255 / 40%); */opacity: 0;transition: all .4s;}
.blog_list_le img {transition: .5s ease;}
.subbox_item a:hover .blog_list_le img {transform: scale(1.08) rotate(-2deg);}
.subbox_item a:hover .blog_list_le:before, .subbox_item a:hover .blog_list_le:after {opacity: 1;}
.subbox_item a:hover .blog_list_le:before {transform: translate(-50%, -50%);}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: center;margin: 0;padding: 10px 0 5px;width: 100%;max-width: 100%;overflow: hidden;}
.blog_list_ri h5 {line-height: 2;font-size: var(--f22);text-align: left;color: #363640;font-weight: 600;letter-spacing: 2px;margin: 0;padding: 0;padding-bottom: 5px;position: relative;}
.blog_list_ri h5:before {position: absolute;right: 0;bottom: 0;display: block;width: 40px;content: '';border-bottom: 1px solid rgb(27 142 103 / 60%);transition: all .3s ease;z-index: 1;}
.subbox_item a:hover .blog_list_ri h5:before {width: 0px;}
.blog_list_ri h5:after {
position: absolute;
right: 0px;
bottom: 0;
display: block;
width: calc(100% - 0px);
content: '';
border-bottom: 1px solid #e2ebef;
z-index: 0;
}
.subbox_item a:hover .blog_list_ri h5 {color: #e78c1c;}

.blog_list_ri em {font-size: 10px;color: #666;margin: 2px 0;font-weight: 400;letter-spacing: .5px;order: -1;}
.blog_list_ri p {font-size: 14px;letter-spacing: 1px;line-height: 1.7;font-weight: 400;color: #545d58;margin: 15px 0 0;-webkit-line-clamp: 3;font-family: var(--SFontE);}




/*B文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* article_b/ = = = = */
.article_b #content {background: #F7F7F7;}

.article_b .subbox_item a {padding: 10px 6px;border-radius: 20px;}
.article_b .subbox_item a:hover:before, .article_b .subbox_item a:before {color: #a7d1d5;bottom: 17px;font-weight: 500;letter-spacing: .5px;right: 15px;opacity: 0;background: transparent;}
.article_b .blog_list_le {aspect-ratio: 5 / 4;border-radius: 15px 15px 0 0;}
.article_b .blog_list_ri {background: #73a2a7;padding: 10px 15px 20px;border-radius: 0 0 15px 15px;background: #b6cdcf;}
.article_b .blog_list_ri h5 {color: #335958;font-weight: 500;letter-spacing: 1px;margin: 0;padding-bottom: 0;}
.article_b .blog_list_ri em {font-size: 11px;color: #73a2a7;font-weight: 400;}
.article_b .blog_list_ri p {color: #444;margin: 5px 0 0;}
.article_b .subbox_item a:hover .blog_list_ri h5 {color: #232323;}
.article_b .subbox_item a:hover .blog_list_le img {transform: scale(1.1);opacity: 1;}
/* .article_b .subbox_item a .blog_list_le:after, .article_b .subbox_item a .blog_list_le:before {opacity: 0;} */
.article_b .main_part {padding-bottom: 60px;}
.article_b .news_related {display: block;background: #f7f7f7;font-family: var(--SFontE);}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {align-self: end;}
.blog_in_page h4.blog_category_title {width: 100%;line-height: 1.6;letter-spacing: 1.5px;padding: 0 10px;padding-bottom: 5px;margin-bottom: 0;text-align: left;/* padding: 0; */color: #363640;font-size: var(--f28);}
/* 上下篇按鈕 */
.blog_back {align-items: center;border-top: 1px solid #eee;padding: 20px 0;display: flex;-ms-flex-wrap: wrap;gap: 10px;width: 100%;display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 9px;}
.blog_back a {font-size: 13px;letter-spacing: 0.08em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {background: #eee;background: #8A8F94;transition: .5s ease;height: 35px;width: 100%;font-weight: 300;line-height: 35px;border-radius: 4px;border: 1px solid transparent;color: #fff;display: block;font-size: 14px;padding: 0 20px;position: relative;}
.blog_back a.article_btn_prev {text-align: right;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before{content: "";width: 10px;height: 10px;border-left: 1px solid #ffffff;border-bottom: 1px solid #ffffff;display: block;position: absolute;top: calc(50% - 5px);}
.blog_back a.article_btn_prev:before{-webkit-transform: rotate(45deg);transform: rotate(45deg);left: 15px;}
.blog_back a.article_btn_next:before{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);right: 15px;}
.blog_back a.article_btn_next {margin-left: auto;text-align: left;}
.blog_back a.article_btn_back {background: #5c5f63;transition: .5s ease;/* display: none; */}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {border: 1px solid var(--SubColor8);background: var(--SubColor8);color: #fff;}
.blog_back a.article_btn_back:hover {border: 1px solid #2c2c2c;background: #2c2c2c;color: #fff;}
.blog_back a.article_btn_prev:hover:before, .blog_back a.article_btn_next:hover:before  {border-left: 1px solid #fff;border-bottom: 1px solid #fff;}

/* 分享按鈕 = = */
.blog_shareData {display: flex;align-items: center;align-content: center;flex-wrap: wrap;flex-direction: row;margin-bottom: 0;width: 100%;padding: 10px;border-radius: 5px;/* border-bottom: 1px solid #eee; */padding-bottom: 10px;justify-content: flex-end;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: 400;font-size: 12px;color: #333;letter-spacing: .5px;}
.toShareNews a object {max-width: 20px;}
.toShareNews > a:hover > object {filter: none;}
/* 文章編輯器 */
.blog_box_edit {background: transparent;margin: 0px 0;font-size: var(--f16);color: #2F2F2F;line-height: 1.8;padding: 0 20px;padding: 10px 10px;letter-spacing: .5px;}
.articel_mainPic {/* display: none; */}
.articel_mainPic img {
    display: block;
    max-width: 100%;
    aspect-ratio: 10 / 7;
    object-fit: cover;
    border-radius: 10px;
}

/*文章-相關推薦*/
.news_related, .prod_related {display: none;}
.Wish_Click {display: none;}
.news_related h6 span:before, .prod_related h6 span:before {font-size: var(--f24);color: #2F4F4F;font-weight: 600;letter-spacing: 2px;}
.news_related_list, .related_list {margin: 20px auto;gap: 15px;}
.news_related_list li, .related_list li {display: block;padding: 0px;}
.news_related_list li a, .related_list li a {padding: 10px;background: #fff;height: 100%;border: 1px solid #eee;border-radius: 10px;transition: .4s ease;}
.news_related_list li a:hover, .related_list li a:hover {box-shadow: 0px 0px 10px rgb(181 177 172 / 20%);transition: .3s ease;}
.news_related_list li a img {transition: all .5s;}
.news_related_list li a:hover img {filter: brightness(.9);}
.news_related_list li a p, .related_list li a p{font-size: 15px;letter-spacing: .25px;color: #333;padding: 10px 0;line-height: 1.5;}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {margin: 40px auto 60px;background: transparent;color: #fff;position: relative;z-index: 1;min-width: 100px;width: 160px;height: fit-content;font-size: 14px;letter-spacing: 1.5px;color: #0F0F0F;overflow: hidden;transition: color 0s ease;border: 1px solid #bcbfbf;border-radius: 50px;}
.lastPage {color: #fff;background: transparent;transition: all .5s;font-family: var(--SFont2);font-weight: 500;letter-spacing: 1.5px;font-size: 15px;margin: 0 auto;color: #293943;line-height: 1.5;padding: 11px 20px;width: 100%;/* border-radius: 50px; */}
a.lastPage:after {content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 0;height: 100%;background-color: #efa448;transition: all 0.5s;}
a.lastPage:hover {color: #fff;}
a.lastPage:hover:after {width: 100%;}






@media screen and (max-width: 1200px) {
/* 外層 */
.show_content.blog_box {width: 100%;gap: 0;}
.blog_ri {padding-left: 20px;}
/* B= */
.article_b .subbox_item a {
    padding: 8px 0 0 ;}
/* 內層 */
.blog_back {}
}


@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 200px;}
.blog_ri {width: calc(100% - 220px);padding-left: 10px;}
.subbox_item a {/* grid-gap: 30px; *//* padding-right: 25px; *//* grid-template-columns: 210px 1fr; */}
.blog_list_ri {padding-right: 0;}
.blog_subbox {grid-template-columns: repeat(2, 1fr);width: 100%;gap: 15px;}

/* 內層 */
.blog_in_page .path {display: none;}
.blog_back {/* width: calc(100% - 240px - 0px); *//* padding: 25px 0; */gap: 6px;}
.blog_box_edit {margin: 0;}
}




@media screen and (max-width: 768px) {
h5.blog_le_t {margin: 0 0 10px;pointer-events: none;}
/* 外層 */
.blog_le, .blog_ri {width: 100%;padding: 0;}
h5.blog_le_t, .blog_le .accordion {display: none;}
.blog_search{margin-bottom: 10px;}
.subbox_item a {grid-gap: 10px;padding-right: 20px;/* grid-template-columns: 180px 1fr; */}
.blog_subbox {grid-template-columns: repeat(1, 1fr);width: 96%;margin: 0 auto;gap: 15px;max-width: 500px;}
/* B= */
.article_b .subbox_item a {gap: 0;}
/* 內層 */
.blog_in_page h4.blog_category_title {padding-top: 15px;}
}


@media screen and (max-width: 600px) {
/* 首頁 */
.module_i_news {padding-top: 40px;padding-bottom: 60px;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);}
.module_i_news .title_i_box h4 {font-size: 24px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: 16px;margin-bottom: 5px;}
.i_blog_ri p, .blog_list_ri p {font-size: 13px;}
/* 外層 */
.show_content.blog_box {gap: 10px;}
.subbox_item a {grid-gap: 20px;padding-right: 20px;/* grid-template-columns: 150px 1fr; */}
.subbox_item a:before {font-size: 10px;}
.blog_list_ri em {margin: 0;letter-spacing: 0;opacity: .8;}
.blog_list_ri p {letter-spacing: .5px;margin: 10px 0 0;-webkit-line-clamp: 3;}
/* 內層 */
.blog_in_page .show_content.blog_box {
gap: 10px;
padding: 0 5px;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .blog_back a.article_btn_back {font-size: 12px;height: 32px;line-height: 32px;}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {width: 6px;height: 6px;top: calc(50% - 2px);}
}

@media screen and (max-width: 480px) {
.module_i_news .title_i_box h6:before {font-size: 13px;}
.blog_list_ri em {font-size: 10px;}
.i_blog_ri p, .blog_list_ri p {font-size: 12px;}
/* 內層 */

}

@media screen and (max-width: 380px) {

}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定-ON  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.promotion_title {
font-family: var(--SFontEN);
}
.promotion_title h2 {
position: relative;
color: #26282D;
text-align: left;
font-weight: 600;
font-size: var(--f28);
display: block;
line-height: 1.8;
padding: 10px 0 0;
letter-spacing: 1px;
border-bottom: 1px solid #eee;
}
.promotion_title span {
font-size: 13px;
border: 1px #C7D7EE solid;
color: #7389A4;
margin: 0;
letter-spacing: -.5px;
height: 26px;
line-height: 1.8;
font-family: var(--SFontEN);
}
.promotion_title em {
font-size: 13px;
margin: 0;
padding: 3px 10px;
border: 0;
height: 26px;
line-height: 1.6;
letter-spacing: 1.5px;
background: #163B67;
color: #fff;
font-weight: 400;
}

.promotions_page .edit {min-height: 22vw;color: #333;line-height: 1.8;letter-spacing: .5px;text-align: justify;}

/* 下方 */
.other_promotion {max-width: 1400px;padding: 0 25px;font-family: var(--SFontEN);}

.other_promotion li a {border: 1px #F1EEE6 dashed;}
.other_promotion li a:hover {background: #FCFAF5;}
.other_promotion .pmtTitle span {display: none;}
.other_promotion .pmtTitle h3 {
margin: 10px 0;
padding: 10px 0 0;
font-size: 15px;
color: #333;
-webkit-line-clamp: 1;
letter-spacing: .5px;
}
.other_promotion .pmtTime span {font-size: 13px;color: #c5b790;}
.other_promotion li a:after, .other_promotion li a:before {border-color: #BB9F77 ;}





/* = = = 分隔線 相本主分類-ON= = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px ) = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show-list .item:hover .show_name{}

/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .item a .show_pic {transition: all .6s;border-radius: 10px;}

.overlay {background: rgb(0 0 0 / 30%);z-index: 1;}
.show-list .show_pic {aspect-ratio: 36 / 25;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .6s;}
.show-list .item a:hover .show_pic img {transform: scale(1.05);}







/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{}
.album_page #content, .album_class_page #content, .album_info_page #content{background: transparent;}
.album_page .show_content, .album_info_page .show_content{ 
width: 100%;
text-align: center;
}

/* 主分類相簿名 */
.subalbum-menu h2 {
text-align: center;
padding-bottom: 20px;
width: 100%;
font-size: 24px;
font-weight: 600;
letter-spacing: 0.2em;
color: var(--SubColor);
display: none;
}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 90%;}
.album_descrip { display: none;}
.show-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: clamp(20px, 4%, 50px);
gap: 30px;
}
.album_class_page .show-list {grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));}
.show-list .item {text-align: center;width: 100%;background: transparent;}
.show-list .show_name {
height: auto;
font-weight: 500;
line-height: 1.8;
font-size: var(--f17);
color: #363640;
letter-spacing: 3px;
}
.show-list .item:hover .show_name {color: #f09a30;}


/* 次分類相簿名 */
.other_subalbum li a p {
margin: 0;
position: relative;
z-index: 1;
display: inline-block;
padding: 16px 0;
font-size: 17px;
font-weight: 600;
line-height: 1;
letter-spacing: 1.5px;
color: #333;
width: 100%;
font-size: 16px;
text-align: center;
}
.other_subalbum li a:hover p {
color: #0a4b37;
}


/*相簿最內頁-.album_info_page = = = = */
.album_info_page{}
.album_descrip p {
font-weight: 700;
text-align: center;
padding-bottom: 20px;
width: 100%;
color: #333;
font-size: 20px;
letter-spacing: .5px;
}
/*相簿瀑布流*/
.album_info_page .pic-list {
-webkit-column-count: 3;
-webkit-column-gap: 10px;
column-count: 3;
width: 100%;
margin: 0 auto;
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
gap: 20px;
}
.album_info_page .pic-list .item { width: 100%;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
padding: 0;
margin: 0;
}
.album_info_page .pic-list .show_pic {height: auto;padding: 0;aspect-ratio: 4 / 3;border-radius: 5px;}
.pic-list .show_pic img {transition: all 0.4s ease;}
.pic-list .show_pic:hover img {opacity: 0.6;}
.pic-list .item h6 {padding: 0;}





@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}

.album_info_page .pic-list { grid-template-columns: 1fr; }
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們-OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page #content { background: #fff;}
.contact_page .main_part {/* padding-bottom: 100px; */}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*訂位系統 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 外層 */
.camps_list .camp_pic {
color: #101010;
margin: 15px 0 10px;
font-weight: 600;
letter-spacing: 1px;
    border-radius: 10px;
}
.camps_list .camp_name {color: #101010;
margin: 15px 0 10px;}
.camps_list li a > b {
letter-spacing: 2px;
}

/* 內層 = = = =  */
/* 資訊 */
.camp_info_name {
    font-size: var(--f24);
    color: #363640;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 1px;
}
.camp_info .info_title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    width: 100px;
    background: #288e68;
    border-radius: 3px;
}
.out_link {
    border-color: #cad7d4;
    font-size: 14px;
    letter-spacing: 1px;
}
#go_calendar {
    height: 40px;
    max-width: 250px;
    background: url(../images/campInfo_img01.svg) left 8px bottom no-repeat, #0a4b37;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {
/* footer*/
.site_infoTer {margin: auto;}
.site_infoTer li:nth-child(1) {-ms-flex-direction: column;flex-direction: column;}
.site_infoTer li p {margin-left: 0;}
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
/* footer */
.site_infoTer {grid-template-columns: 1fr;text-align: center;position: relative;}
.site_logo a {position: relative;display: block;width: 100%;}
.site_infoTer ul {grid-template-columns: 1fr;gap: 20px;}
.site_infoTer li+li{margin-top: 0;}
.site_infoTer li:nth-child(2) {padding: 15px 0;}
.site_bottomMenu {display: flex;justify-content: center;margin-left: auto;}
.site_bottomMenu a {padding: 5px 15px;}


}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none}
.footer.with_shopping_mode {padding: 60px 0 0;}
#to_top {bottom: 25px;left: 10px;transform: scale(.85);}
/* footer */
.site_endPart .site_centerBox {padding: 0 0 20px;}
.site_infoTer {flex-direction: column;gap: 20px;}
.site_logo {position: relative;margin: auto;max-width: 200px;}
.site_infoTer li p {font-size: 13px;}
.site_logo a {width: 90%;margin: 0 auto;}
.site_infoTer li:nth-child(1) {gap: 5px;border: 0;border-top: 1px solid rgba(143, 139, 129, 0.2);align-items: center;padding: 10px 0;padding-top: 20px;max-width: 480px;margin: 0 auto;}

.site_copyRight {font-size: 9px;letter-spacing: .2px}
.site_copyRight, .site_copyRight a{color: #f7f7f7;font-weight: 300;}
}



@media screen and (max-width: 600px) {
/* 共用 */
.main_part {width: 100%;padding-bottom: 50px;padding-left: 20px;padding-right: 20px;padding-top: 60px;}
.show_content {padding: 0 0px;width: 100%;}
.page li a, .page li {font-size: 14px;width: 30px;height: 30px;line-height: 30px;}
.path {padding: 0px 0 20px;}

/* footer */
.site_infoTer li:nth-child(1) {gap: 3px;}
.site_infoTer li p {font-size: 12px;}
.site_copyRight {font-size: 8px;}
.site_copyRight, .site_copyRight a {color: #aaa;}
.total_view {display: inline;width: fit-content;}
.privacyLinks { margin: 0 2px;}
.privacyLinks+a {margin-right: 5px;}
.privacyLinks a+a {border-left: 1px solid #666;}
}



@media screen and (max-width: 480px) {
/* 共用 */
.edit {font-size: 14px;}


.site_bottomMenu {max-width: 140px;}
.site_bottomMenu a {width: 100%;}

}

