@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');
:root {
    --MainColor: #313E17; /*網站主要色系*/
    --SubColor: #4C5C2D; /*網站輔助色系1*/
    --SubColor2: #F8F3E1; /*網站輔助色系2*/
    --color:#1B0C0C;
    --color2:#FFB602;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
    --SFontE2: "Chewy", system-ui;/*特殊字體*/
--SFontE3:"Potta One", system-ui;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --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;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
.header_area {   background: #ffffff00;    position: fixed;padding: 0;}
.nav-header { max-width: 180px;  z-index: 9999;}

.tp_links{display: none;}
.me_tp_features {     
    width: max-content;
    position: fixed;
    top: 150px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9;
}
.me_tp_features a {
    padding: 8px;
    background: var(--MainColor);
    color: #fff;
    border-radius:  10px 0 0 10px;
writing-mode: vertical-rl;
margin: 0px 0 15px;
}
.me_tp_features a:hover {background: var(--color2);color: var(--color);transition: 0.3s ease-in;}
.me_tp_features a i { margin: 0 3px 8px;}
.nav-header{filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%);transition: 0.3s ease-in;}
.nav-brand {
    position: relative;
    top: 10px;
margin-left: 10px;}
.nav-brand::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/logo-be.png) no-repeat;
    background-size: contain!important;
    width: 175px;
    height: 93px;
    left: -1px;
    top: -2px;
    z-index: -1;
       opacity: 0;
    transition: 0.3s ease-in;
}
.sticky  .nav-brand::before{
        opacity: 1;
    transition: 0.3s ease-in;
     -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.nav-brand::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/logo-af.png) no-repeat;
    background-size: contain!important;
    width: 175px;
    height: 93px;
    left: -1px;
    top: -1px;
    z-index: -2;
    clip-path: polygon(0 0, 100% 1%, 100% 45%, 0 45%);
    transition: 0.3s ease-in;
}
.sticky  .nav-brand::after{
    transition: 0.3s ease-in;
    	-webkit-animation: shake-bottom 3s linear both;
	        animation: shake-bottom 3s linear both;
                clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
}
@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
/*sticky*/
.sticky .main_header_area .container { max-width: 100%;transition: 0.3s ease;}
.header_area.sticky{position: fixed;background: #ffffff00;}
.sticky  .nav-header {max-width: 180px;filter: unset;transition: 0.3s ease-in-out;position: relative;    top: 15px;}

.header_area .navigation {
    width: 100%;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
    justify-content: flex-end;
}
.header_area.sticky .navigation {
    padding: 0;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.5s;
}


.sticky .stellarnav {
    transform: scale(1, 1);
    transition-delay: 0.5s;
    opacity: 1;
}

.main_header_area {
    position: relative;
    background: #ff080800;
}
.header_area.sticky .main_header_area::before {
    height: 100%;
    top: 0;
    transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);
}
.header_area .main_header_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg,#222913, transparent);
    position: absolute;
    top: -190px;
    left: 0;

}
.pageIndex .header_area .main_header_area::before {background: #fff;}
.pageIndex .sticky .stellarnav > ul > li > a{color: var(--color);}
.pageIndex .sticky .stellarnav li.has-sub > a:after { border-top: 6px solid var(--color);}
.pageIndex .sticky .stellarnav > ul > li:hover > a{color: var(--MainColor);}
.pageIndex .sticky .stellarnav > ul > li > a:hover b{color: var(--MainColor);}
/*第一層*/

.navigation { grid-template-columns: 200px 1fr;padding:0 0 10px 0; align-items: end;}
.stellarnav { position: absolute;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: #fff;letter-spacing: 1px; }
.stellarnav > ul > li:hover > a{color: var(--color2);}
.stellarnav > ul > li > a:hover b{color: var(--color2);}
.stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--color2);}

.stellarnav > ul > li:last-child{
    position: fixed;
    right: 0;
    top: 0;
    background: var(--SubColor);
    padding:61px 0px 0;}
.sticky  .stellarnav > ul > li:last-child{    top: -52px;    padding:52px 0px 0;}
.sticky  .stellarnav > ul > li:last-child a{color: #fff;}
.stellarnav > ul > li:nth-child(8){margin-right: 90px;}


.stellarnav > ul > li > a:hover b {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);

}
.stellarnav > ul > li > a b { height: 26px;}
.stellarnav > ul > li > a b:nth-child(2){line-height: 5;transform: translateY(-57px);opacity: 0;font-family: var(--SFontE2);}
.stellarnav > ul > li > a:hover b:nth-child(2) {  opacity: 1;color: var(--color2);}

.pageIndex .nav-header{ 
    animation: font-ac 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
     transform: translate(0, -40px);
    transition: all .85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay:4.2s;
}
.nav-header{ 
    animation: font-ac 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
     transform: translate(0, -40px);
    transition: all .85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay:0.2s;
}
.stellarnav>ul>li {
    animation: font-ac 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
     transform: translate(0, -40px);
    transition: all .85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex .header_area .stellarnav>ul>li:nth-of-type(1) { animation-delay: 4s;}
.pageIndex .header_area .stellarnav>ul>li:nth-of-type(2) { animation-delay:4.2s;}
.pageIndex .header_area .stellarnav>ul>li:nth-of-type(3) { animation-delay:4.4s;}
.pageIndex .header_area .stellarnav>ul>li:nth-of-type(4) { animation-delay:4.6s;}
.pageIndex .header_area .stellarnav>ul>li:nth-of-type(5) { animation-delay:4.8s;}
.pageIndex .header_area .stellarnav>ul>li:nth-of-type(6) { animation-delay:5s;}
.pageIndex .header_area .stellarnav>ul>li:nth-of-type(7) { animation-delay:5.2s;}
.pageIndex .header_area .stellarnav>ul>li:nth-of-type(8) { animation-delay:5.4s;}


.header_area .stellarnav>ul>li:nth-of-type(1) { animation-delay: 0.2s;}
.header_area .stellarnav>ul>li:nth-of-type(2) { animation-delay:0.4s;}
.header_area .stellarnav>ul>li:nth-of-type(3) { animation-delay:0.6s;}
.header_area .stellarnav>ul>li:nth-of-type(4) { animation-delay:0.8s;}
.header_area .stellarnav>ul>li:nth-of-type(5) { animation-delay:1s;}
.header_area .stellarnav>ul>li:nth-of-type(6) { animation-delay: 1.2s;}
.header_area .stellarnav>ul>li:nth-of-type(7) { animation-delay: 1.4s;}
.header_area .stellarnav>ul>li:nth-of-type(8) { animation-delay: 1.6s;}

@keyframes font-ac {
    0% {
        opacity: 0;
        transform: translate(0, -40px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
/*導覽圖*/
.map_page .main_header_area {  box-shadow: 0 0 3px #00000036; background: #ffffff;}
.map_page .header_area .main_header_area::before { background: #ffffff00;}
.map_page .stellarnav > ul > li > a {  color: var(--color);}
.map_page .stellarnav > ul > li:last-child a b:nth-child(1) {color: #fff;}
.map_page .stellarnav li.has-sub > a:after {    border-top: 6px solid var(--color);}
.map_page .nav-header{filter: unset;}

/*第二層*/
.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;background: var(--SubColor);}

.stellarnav ul ul { background: #ffffff00;}
.stellarnav li li{border: unset;border-bottom: 1px solid #47613f48;background: #ffffffc2;backdrop-filter: blur(3px);}















/* 商品下拉超過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個--結束 */


/*進入網站動畫*/
 .pageIndex::before{
  position:fixed;
  content: "";
  background: url(https://pic03.eapple.com.tw/liyuancamping/roomin.svg) no-repeat;
  background-position: center center!important;
  background-size:contain!important;
  width:100%;
  height: 150px;
  min-height:150px;
pointer-events: none;
  left: 0;
  top:40%;

  animation-delay: 1s;
  transition: 0.5s ease-in-out;
   animation:scale-in-center 3s forwards;
  transition: 0.5s ease-in;
  z-index: 99999;
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
   100% {opacity: 0;}
}
.bannerindex{ animation:scale-in-center2 3s forwards;}
@keyframes scale-in-center2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
   100% {opacity: 1;}
}
  .pageIndex #page::after {
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#313e17bb;
    background-size: cover;
    backdrop-filter:brightness(101%) blur(7px);
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    backdrop-filter: saturate(90%) blur(7px);
    pointer-events: none;
  }
  @keyframes blur{
    0% {  opacity: 1;    backdrop-filter:brightness(101%) blur(3);}
    50% {  opacity: 1;    backdrop-filter:brightness(101%) blur(7px);}
    100% {  opacity: 0;    backdrop-filter:brightness(101%) blur(9px);}
}


/*大圖*/
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn01-be.png) no-repeat;
    background-size: contain!important;
    background-position: center top!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.45);
   left: 50%;
   transform: translateX(-50%);
   top:0%;
z-index: 1;
}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn01-af.png) no-repeat;
    background-size: contain!important;
    background-position: center top!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.45);
   left: 0%;
   top:0%;
z-index:0;
}


.swiper-fade .swiper-slide-active:nth-child(1):after, .swiper-fade .swiper-slide-active:nth-child(2):after{
     -webkit-animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn02-be.png) no-repeat;
    background-size: contain!important;
    background-position: center top!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.45);
   left: 50%;
   transform: translateX(-50%);
   top:0%;
pointer-events: none;
    z-index: 1;
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn02-af.png) no-repeat;
    background-size: contain!important;
    background-position: center top!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.45);
   left: 0%;
   top:0%;
    z-index:0;
    pointer-events: none;
}

/*往下滑*/

.header_area.sticky~ .bannerindex .swiper-banner::before{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #78adc6ab, #f7f2e0c2);
     backdrop-filter: blur(9px) saturate(70%);
   
    background-size: contain!important;
    background-position: center bottom!important;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    pointer-events: none;
    animation: bottom 1s ease-out;
  }
  
  @keyframes bottom {
    0% {
      opacity: 0;
    }
    50% {
     opacity: 1;
    }
    100%{opacity: 1;}
  }
.header_area.sticky~ .bannerindex .swiper-banner::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn-s-be.png) no-repeat;
    background-size: contain!important;
    background-position: center top!important;
    width: 100%;
    height:0;
    padding-bottom: calc(100% / 1*0.3);
    left: 0;
    top: 0px;
    z-index: 9;
    pointer-events: none;
    -webkit-animation: slide-tr 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-tr 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(100px);
            transform: translateY(-100px) translateX(100px);
  }
}
@keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(100px);
            transform: translateY(-100px) translateX(100px);
  }
}


/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/liyuancamping/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position:center bottom!important;
    min-height: 700px;
    position: relative;
    overflow: hidden;
}

/*雲-左邊*/
.header_area.sticky~ #content .banner::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/banner-cloud-be.png) no-repeat;
    background-size:contain!important;
    background-position: left!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.28);
    left: 0;
    bottom: 0;
   animation: move-left 1.5s ease-out;

}
@keyframes move-left{
  0%{
   left: -15%;
    opacity: 0;
  }
 
  100%{
   left: 0%;
    opacity: 1;
  }
}

/*雲-右邊*/
.header_area.sticky~ #content .banner::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/banner-cloud-af.png) no-repeat;
    background-position: right!important;
    background-size:contain!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.28);
    right: 0;
    bottom:18px;
  animation: move-right 1.5s ease-out;
}
@keyframes move-right{
  0%{
  right: -10%;
    opacity: 0;
  }
 
  100%{
  right: 0%;
    opacity: 1;
  }
}

.banner h5{
    position: absolute;
    content: "";
    font-size: var(--f32);
    font-family: var(--SFont);
    left: 50%;
    transform: translateX(-50%);
    top:450px;
    color: var(--color2);
    font-weight:600;
    width: 100%;
    z-index: 1;
    z-index: 1;
    padding-bottom: 210px;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.863);


}
.banner h5::before{
    position: absolute;
    content: "";
    font-family: var(--SFontE3);
    color: var(--color2);
    font-size: var(--f60);
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}
.banner h5::after{
    position: absolute;
    content: "";
     background: url(https://pic03.eapple.com.tw/liyuancamping/banner-h5-af.png) no-repeat;
    background-size: cover!important;
    background-position: center bottom!important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.3);
}

.CampIndexPage .banner h5::before{content: "CAMPSITE";}/*營區介紹*/


.services_page .banner{   background: url(https://pic03.eapple.com.tw/liyuancamping/banner-service.jpg) no-repeat;}
.services_page .banner h5::before{content: "CAMP";}
.services_page .banner h5::after{  background: url(https://pic03.eapple.com.tw/liyuancamping/banner-service-h5-af.png) no-repeat;}



.article_a .banner h5::before{content: "NEWS";}

.article_b .banner h5::before{content: "DIARY";}

.contact_page .banner{   background: url(https://pic03.eapple.com.tw/liyuancamping/banner-contact.png) no-repeat;}
.contact_page .banner h5::before{content: "CONTACT";}
.contact_page .banner h5::after{  background: url(https://pic03.eapple.com.tw/liyuancamping/banner-contact-h5-af.png) no-repeat;}
/*螢火蟲-左邊*/
.contact_page  .header_area.sticky~ #content .banner::before{ 
background: url(https://pic03.eapple.com.tw/liyuancamping/banner-notice-be.png) no-repeat;
-webkit-animation: blink-be 1.5s ease-out, blink-2 0.9s infinite ;
	        animation: blink-be 1.5s ease-out, blink-2 0.9s infinite ;
}
@-webkit-keyframes blink-be {
  0% { opacity: 1;left:-15%; }
  50% { opacity: 0.2; }
  100% { opacity: 1; left:0%;  }
}
@keyframes blink-be {
  0% { opacity: 1; left:-15%; }
  50% { opacity: 0.2; }
  100% {  opacity: 1; left:0%; }
}
/*螢火蟲-右邊*/
.contact_page  .header_area.sticky~ #content .banner::after{
background: url(https://pic03.eapple.com.tw/liyuancamping/banner-notice-af.png) no-repeat;
-webkit-animation: blink-af 1.5s ease-out, blink-2 0.9s infinite ;
	        animation: blink-af 1.5s ease-out, blink-2 0.9s infinite ;

}
@-webkit-keyframes blink-af {
  0% { opacity: 1;right:-15%; }
  50% { opacity: 0.2; }
  100% { opacity: 1; right:0%;  }
}
@keyframes blink-af {
  0% { opacity: 1; right:-15%; }
  50% { opacity: 0.2; }
  100% {  opacity: 1; right:0%; }
}
@-webkit-keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}






.CampCalendarPage .banner h5::before{content: "RESERVE";}/*營區預定*/

.Camp_recheck_page .banner h5::before{content: "ORDER INQUIRY";}/*訂單查詢*/



.remit_page .banner h5::before{content: "PAYMENT";}/*匯款通知*/



.map_page .banner{background: #fff;min-height: 350px;}
.map_page .banner h5 {
    top: 280px;
    padding-bottom: 0;
    text-shadow:unset;
  }
.map_page  .banner h5::before{content: "GUIDE MAP";}
.map_page .banner h5::after{display: none;}








/*Footer/＝＝＝＝＝*/
.site_endPart{background: #313E17 url(https://pic03.eapple.com.tw/liyuancamping/footer-bg.png) ;z-index: 99;}
.site_endPart ul.site_infoTer {
align-items: start;
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
}

.site_endPart li {width: 100%;}
.site_endPart li.site_logo{grid-area: auto / span 3;}
.site_logo > a {   width: 100%;    max-width: 160px;position: relative;}
.site_logo > a::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/liyuancamping/footer-logo-af.png)no-repeat ;
    background-size: contain!important;
    width: 163px;
    height: 89px;
    z-index: -1;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 1%, 100% 45%, 0 45%);
}
.site_logo > a img {    
    width: 100%;
        filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%);
}
.site_endPart li.site_reachOut {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.site_reachOut p {   line-height: 150%;}
.site_reachOut p:before {  color: #fefae0a2;font-weight: bold;   padding: 0 10px;}
.site_reachOut p.tel:before {  content: '電話 |';}
.site_reachOut p.phone:before { content: '手機 |';}
.site_reachOut p.mail:before { content: '信箱 |';}
.site_reachOut p.add:before {  content: '地址 |';}
.site_reachOut p.line:before { content: 'Line ID |';}


.site_reachOut a{color: #fff;}
.site_reachOut a:hover{color: var(--color2);transition: 0.3s ease-in;}

.site_endPart li.site_bottomMenu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.site_bottomMenu a{color:#fff;border: none;padding: 5px ;position: relative;width: max-content;z-index: 0;}
.site_bottomMenu a:hover{color: var(--color2);font-weight: bold;letter-spacing: 1px;transition: 0.3s ease-in;}
.site_bottomMenu a::before{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/liyuancamping/icon-footer.png)no-repeat ;
    background-size: contain!important;
    width:20px;
    height:20px;
    top:4px;
    left: 10px;
}
.site_bottomMenu a:hover::before{ background:url(https://pic03.eapple.com.tw/liyuancamping/icon-footer-h.png)no-repeat ;animation:  rotate 3s infinite alternate;}
@keyframes rotate {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}
.site_bottomMenu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/liyuancamping/icon-footer-bg.png)no-repeat;
        background-size: contain!important;
    width:0px;
    height:40px;
    left: 0;
    top: -5px;
    transition: 0.3s ease-in;
    z-index: -1;
   
}
.site_bottomMenu a:hover::after{width:130px;    height:40px;transition: 0.3s ease-in;}
.For_CampUse a {
    background: #ffffff00;
    border: 1px solid #fff;}
.For_CampUse a:hover {
    background:var(--MainColor);
    border: 1px solid var(--color2);}
.For_CampUse a span{color: #fff;font-family: var(--SFont);font-weight: bold;}
.For_CampUse a:hover span{color: var(--color2);}
.For_CampUse em { filter: brightness(0) saturate(100%) invert(100%) sepia(2%);}
.For_CampUse a:hover em{
filter: brightness(0) saturate(100%) invert(60%) sepia(83%) saturate(963%) hue-rotate(1deg) brightness(108%) contrast(101%);}




.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*url(https://pic03.eapple.com.tw/liyuancamping/icon-01.png) no-repeat;*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--MainColor);}
.show-list .item:hover .show_name { color: var(--SubColor);}
.album_fixed_title {  background: #ffffff00;}
.show-list .show_pic img, .pic-list .show_pic img {  border-radius: 15px;}
.show-list .item:hover{background: #ffffff00;}

/*最新消息-文章*/
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--SubColor) !important; }
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:#fff !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #ffffff00 !important;}
.link, .blog_le .accordion > li.on_this_category .link {border-bottom:none ;}
.blog_le .accordion > li.open{ border: 1px solid var(--color2);}

.subbox_item a{padding: 5px;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;border-bottom:1px solid var(--MainColor) ;}
.subbox_item a:after {
    background:#fff;
    border: 1px var(--SubColor) solid;
    border-radius: 15px;
    z-index: -1;
}

.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
h5.blog_le_t{color: var(--MainColor);}
h5.blog_le_t span{font-family: var(--SFontE3);}

/*最新消息*/
.article_a .main_part {  max-width: 1500px;}
.article_a .accordion > li{position: relative;}
.article_a .accordion > li::after{
  position: absolute;  
  content: "";
  background: url(https://pic03.eapple.com.tw/liyuancamping/icon-news.svg)no-repeat;
  background-size: contain!important;
  width: 45px;
  height: 35px;
  left:8px;
  top:7px;
  transition: 0.3s ease-in;
}
.article_a .accordion > li:hover::after, .article_a  .accordion > li.on_this_category::after{  
  background: url(https://pic03.eapple.com.tw/liyuancamping/icon-news-h.svg)no-repeat;  transition: 0.3s ease-in;}
.article_a  .accordion li .link a { padding: 15px 10px 15px 55px;}

/*露友日誌*/
.article_b .subbox_item a { grid-template-columns: 1fr;}
.article_b .blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;}
.article_b .blog_le .accordion {  border-radius: 0px;  border: unset;}
.article_b .accordion > li{position: relative;}
.article_b .accordion > li::after{
  position: absolute;  
  content: "";
  background: url(https://pic03.eapple.com.tw/liyuancamping/icon-diary.svg)no-repeat;
  background-size: contain!important;
  width: 45px;
  height: 35px;
  left:8px;
  top:7px;
  transition: 0.3s ease-in;
}
.article_b .accordion > li:hover::after, .article_b  .accordion > li.on_this_category::after{ 
  transform: scale(1.08);
  filter: drop-shadow(2px 2px 0px #00000027);  
  transition: 0.3s ease-in;
-webkit-animation: wobble-hor-top 0.8s infinite ;
	        animation: wobble-hor-top 0.8s infinite;}
@-webkit-keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform:  rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  45% {
    -webkit-transform: rotate(0deg);
            transform:  rotate(0deg);
  }
  60% {
    -webkit-transform:  rotate(-1deg);
            transform: rotate(-1deg);
  }
  75% {
    -webkit-transform:  rotate(2deg);
            transform:  rotate(2deg);
  }

}
@keyframes wobble-hor-top {
    0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform:  rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  45% {
    -webkit-transform: rotate(0deg);
            transform:  rotate(0deg);
  }
  60% {
    -webkit-transform:  rotate(-1deg);
            transform: rotate(-1deg);
  }
  75% {
    -webkit-transform:  rotate(2deg);
            transform:  rotate(2deg);
  }

}
.article_b  .accordion li .link a {  padding: 15px 10px 15px 60px;}
.article_b .blog_le .accordion > li:hover, .article_b  .blog_le .accordion > li.on_this_category {  background: #ffffff00 !important;}
.article_b .blog_le .accordion > li:hover .link a, .article_b .blog_le .accordion > li.on_this_category .link a {  color:var(--MainColor) !important;font-size: 15px;transition: 0.3s ease-in;}
.article_b .blog_list_ri p{display: none;}
.article_b .blog_list_ri {
    display: block;
    padding: 5px 0;
    position: absolute;
    content: "";
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    text-align: center;}

.article_b .subbox_item a .blog_list_le::after{
  background: linear-gradient(180deg, #343f1c00, #334904ab);
  backdrop-filter: unset;
  opacity: 1;
}
.article_b .subbox_item a:hover .blog_list_le img{ transform: scale(1.05);}
.article_b .blog_list_ri h5{color: #fff;border-bottom: 1px solid #fff;transition: 0.3s ease-in;}
.article_b .subbox_item a:hover .blog_list_ri h5{color:var(--color2);border-bottom: 1px solid var(--color2);transition: 0.3s ease-in;letter-spacing: 3px;}
.article_b .blog_list_ri em {  color: #ffffff;}

.article_b .subbox_item a .blog_list_le::before{
  content: "";
   background: url(https://pic03.eapple.com.tw/liyuancamping/icon-diary-02.svg)no-repeat;
  background-size: contain!important;
  width: 120px;
  height: 79px;
}



/*露友內頁*/
.blog_in_page .main_part { max-width: 1500px;   }
.blog_in_page .main_part .blog_box { border-radius: 20px;background:#F7F2E0 ;padding: 35px 25px;}
.blog_box_edit{text-align: justify;}
.blog_in_page h4.blog_category_title{color: var(--SubColor);border-bottom:1px solid var(--SubColor) ;}




.submenu {  background: #000000;}
.blog_le .accordion ul.submenu li{border: none;}
.submenu li.on_this_category a, .submenu a:hover { background:var(--SubColor);}
.blog_subbox {   grid-template-columns: 1fr;}
.subbox_item a {  grid-template-columns: 250px 1fr;}
.subbox_item a .blog_list_le { aspect-ratio: 4 / 3;position: relative;    border-radius: 15px;overflow: hidden;}
.subbox_item a .blog_list_le::before{
position: absolute;
content: "more+";
font-family: var(--SFontE2);
font-size: 17px;
letter-spacing: 1px;
color: #fff;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: 0.3s ease-in;
z-index: 99;
}
.subbox_item a .blog_list_le::after{
    position: absolute;
    content: "";
    background: #537d968c;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: 0.3s ease-in;
}
.subbox_item a:hover .blog_list_le::after, .subbox_item a:hover .blog_list_le::before{opacity: 1;transition: 0.3s ease-in;}
.subbox_item a:before{display: none;}


.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next{background: var(--SubColor);}
.news_related { background: #f7f2e173;}
.news_related_list li figure {  border-radius: 10px;}
.news_related_list li a {  background: #ffffff00;}
.news_related_list li a figure{position: relative;}
.news_related_list li a:hover figure{top: -10px;transition: 0.3s ease-in;position: relative;}
.news_related_list li a:hover p{font-family: var(--SFont);font-weight: bold;color: var(--SubColor);letter-spacing: 1px;;transition: 0.3s ease-in;}






/*線上預訂*/
.calendar ol.day-names li { background:var(--SubColor);color: #fff;}
.calendar ol.days li.weekend{background: #FBF6F2;border: 1px solid #e9ece2;}
.calendar h2.month .month_choice:hover {  background: var(--SubColor);}



/*營區介紹*/
.camps_list .camp_price {
    flex-wrap: wrap;
    flex-direction: column;}
.camps_list .camp_pic {
    aspect-ratio: 1 / 1;
    border-radius: 15px;}
.camps_list .camp_price > span{display: none;}
.camps_list .camp_price > p { max-width: 100%;}
.camps_list .camp_price > p b{font-family: var(--SFontE2);color: var(--SubColor);}
.camps_list .camp_price > p>span{display: none;}
.camps_list .camp_price > p::before{
    content: "";
    font-family: var(--SFont);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: var(--MainColor);
    padding: 0 15px;
    border-radius:10px ;
    margin-right: 10px;
}
.camps_list .camp_price > p:nth-child(1)::before{content: "平日";   }
.camps_list .camp_price > p:last-child::before{
    content: "假日";
   font-family: var(--SFont);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: var(--MainColor);
    padding: 0 15px;
    border-radius:10px ;
    margin-right: 10px;}
.camps_list li a > b{background: var(--MainColor);}
.camps_list li:hover a > b { background-color: var(--SubColor);}
/*營區介紹-內頁*/
.CampIndexPage #content { background: #ffff;position: relative;}



.camp_info { border-top: 1px solid #FFD5D5;}
.camp_info .info_title {background: var(--SubColor);}
#go_calendar {  background: url(https://pic03.eapple.com.tw//icon-arrow.png)  left 35px center no-repeat, var(--SubColor);}
.out_link {border-color: var(--SubColor);}

.camps_tabs .tab_container {
    background: #fff;
    border-radius: 15px;}
.camps_tabs ul.tabs li.active {
    background-color: var(--SubColor);
    border-radius: 14px;
    margin-left: 6px;}
.camps_tabs ul.tabs li.active:after {  border-color:  var(--SubColor) transparent transparent transparent;}
.camps_tabs ul.tabs li{background: var(--MainColor);    border-radius: 14px;}
/*訂單查詢*/
.searchbox .button_cart {   background-color: var(--SubColor);}
.searchbox .button_cart.next {
    color: #fff;
    background-color: var(--MainColor);}
.searchbox .button_cart:hover {   background:var(--color2);color: #151d0d;}



/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
.contact_page .main_part { max-width: 1200px;}
.contact_page .path p, .contact_page .path p a{display: none;}
.blank_letter{color: var(--MainColor);}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 1px #4d5c3040 solid;
    border-radius: 10px;
}





/*匯款通知*/
.rewrite_simple { background: var(--MainColor)  url(https://pic03.eapple.com.tw//simple_left.png)  10% center no-repeat;}
.send_simple { background: var(--SubColor)  url(https://pic03.eapple.com.tw//simple_right.png)  88% center no-repeat;}
.border200 {  border: 1px #4d5c3040 solid;    border-radius: 10px;}


/*導覽圖*/
.map_page .path p, .path p a{display: none;}
.map_page  .map_picuture {  padding: 0;}
.map_page  .edit {  padding: 0px 0;}
.map_page  .main_part { padding: 0px 20px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media (max-width: 1800px) {


}
@media (max-width: 1500px) {
.banner {    min-height: 550px;}
.banner h5 {
    top: 350px;
    padding-bottom: 174px;}
}
@media (max-width: 1366px) {
.banner { min-height: 450px;}
.banner h5 { top: 270px; padding-bottom: 135px;}
/*footer*/
.site_endPart ul.site_infoTer {
    display: flex;
    flex-wrap: wrap;       
     justify-content: space-between;}
.site_endPart li.For_CampUse {width: 40%;}
.site_endPart li.site_reachOut{width: 35%;}
.site_endPart li.site_bottomMenu{width: 25%;}
.For_CampUse a { flex-direction: column;}


}
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto; max-width: 150px;filter: unset;}
    .header_area { position:static;}
    .navigation {  padding: 10px 0 0;}

    .stellarnav {   position: relative;}
.stellarnav > ul > li > a { color: var(--color);}
.stellarnav > ul > li:nth-child(8) {  margin-right: 0;}
.stellarnav > ul > li:last-child {
    position: unset;
    background: var(--SubColor);
    padding: 0;}
.stellarnav > ul > li:last-child a b{color: #fff;}
.nav-brand::before {
    width: 133px;
    height: 71px;}
.stellarnav > ul > li > a b:nth-child(2) { transform: translateY(-53px);}



.sticky .nav-header { top: 0;max-width: 140px;}
.sticky .stellarnav > ul > li:last-child { padding: 0;}

/*進入網站動畫*/
.pageIndex::before {
    height: 120px;
    min-height: 120px;}



.banner {  min-height: 350px;}
.banner::before { font-size: 150px;}
.banner h5 {
   top: 220px;
        padding-bottom: 93px;}
.map_page .banner {  min-height:280px;}
.map_page .banner h5 { top: 180px;}
.map_page .header_area {  box-shadow: 0 0 3px #00000036;}

.article_a .main_part{top: 0;}







    }
    
    @media screen and (max-width: 980px) { 
  .header_area .main_header_area::before { background: #fff;}
  .header_area.sticky { position: sticky;}



    .stellarnav > ul > li > a b {color: var(--MainColor);}
    
 /*露友日誌*/
    .article_b .blog_subbox { grid-template-columns: repeat(2, 1fr);}
    
    
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
  
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:130px; }
    .nav-header { position: relative; }
    .header_area.sticky { backdrop-filter: unset;}
.nav-brand { top: 0;}
.sticky .nav-brand { top: 25px;}
.sticky .stellarnav { transform: unset;}

/*進入網站動畫*/
.pageIndex::before {
    height: 90px;
    min-height: 90px;}



/*大圖*/
.swiper-banner .swiper-slide img {
padding-bottom: calc(100% / 1*0.78);
    height: 0;}

.bannerindex .swiper-fade .swiper-slide:nth-child(1){
      background: url(https://pic03.eapple.com.tw/liyuancamping/bn01-768-bg.png) no-repeat;
    background-size: contain !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    top:0;
    left: 0;

}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn01-768-be.png) no-repeat;
     padding-bottom: calc(100% / 1*0.78);
}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::after{
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn01-768-af.png) no-repeat;
     padding-bottom: calc(100% / 1*0.78);
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2){
      background: url(https://pic03.eapple.com.tw/liyuancamping/bn02-768-bg.png) no-repeat;
    background-size: contain !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    top:0;
    left: 0;

}
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn02-768-be.png) no-repeat;
     padding-bottom: calc(100% / 1*0.78);
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::after{
    background: url(https://pic03.eapple.com.tw/liyuancamping/bn02-768-af.png) no-repeat;
     padding-bottom: calc(100% / 1*0.78);
}
    /*匯款通知*/
        .me_tp_features {
        position: fixed;
        top: 80px;
        text-align: right;
        right: -5px;
        width: max-content;}
    .me_tp_features a {
    font-size: 14px;
    background: var(--SubColor);
           padding: 10px;
    border-radius: 10px 0 0 10px ;
    display: flex;
    flex-direction: row;
    writing-mode: vertical-rl;}
    .site_endPart li.site_reachOut,     .site_endPart li.site_bottomMenu{width: 100%;}
    .me_tp_features a.tp_btn_notice { margin-bottom: 10px;}
    /*功能頁背景*/

#content::before, #content::after { padding-bottom: calc(100% / 1 * 0.5);width: 100%;}








    /*手機側邊欄位*/
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(1), .header_area .stellarnav>ul>li:nth-of-type(1)  { animation-delay: 0s;}
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(2), .header_area .stellarnav>ul>li:nth-of-type(2) { animation-delay:0.2s;}
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(3), .header_area .stellarnav>ul>li:nth-of-type(3)  { animation-delay:0.4s;}
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(4), .header_area .stellarnav>ul>li:nth-of-type(4)  { animation-delay:0.6s;}
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(5), .header_area .stellarnav>ul>li:nth-of-type(5)  { animation-delay:0.8s;}
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(6), .header_area .stellarnav>ul>li:nth-of-type(6)  { animation-delay: 1s;}
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(7), .header_area .stellarnav>ul>li:nth-of-type(7)  { animation-delay: 1.2s;}
  .pageIndex .header_area .stellarnav>ul>li:nth-of-type(8), .header_area .stellarnav>ul>li:nth-of-type(8)  { animation-delay: 1.4s;}

  .stellarnav > ul > li:last-child { background: var(--color2)!important;}
  .stellarnav > ul > li:last-child a b{color: var(--MainColor)!important;}
    .nav-header {  margin: auto auto auto 0; }
    .stellarnav.mobile { right: 0;left: unset;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
    .stellarnav.mobile.active>ul{
        z-index: 9999999;     
        animation: move 0.5s linear;
        background:#f8f3e1d9;
        backdrop-filter: blur(5px); }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
    top: 11px;
    right: 10px;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--MainColor);}
   .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .stellarnav.mobile > ul > li{
        border: none;
        width: 90%;
        border-radius: 10px;
        background:#ffffffa1;
        margin: 8px auto;}
    .stellarnav.mobile > ul > li:hover{border: 1px solid var(--SubColor);}
    .stellarnav.mobile > ul > li > a { padding: 20px 0; }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--MainColor);           padding: 20px 0 20px 10px;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--color2)!important;font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle::before{display: none;}
    .stellarnav > ul > li::before {
    top: 11px;
    left: 24px;
    transform: unset;}
     .stellarnav > ul > li:hover>a::before {
    top: 11px;
    left: 19px;
    transform: unset;}
    .stellarnav li.open > a.dd-toggle .icon-plus
    .stellarnav.mobile.left .close-menu,   .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px ;
        background: #ffffff00;
        color: var(--MainColor);
    }




    .stellarnav.mobile li.open {background:var(--SubColor);    padding: 0;}
    .stellarnav.mobile li.open>a b{color: var(--color2);}
    .stellarnav.mobile li.open a.dd-toggle .icon-plus:before, .stellarnav.mobile li.open a.dd-toggle .icon-plus::after{border-bottom: solid 3px var(--color2);}
    .stellarnav.mobile ul{background: #ffffff00;}
    .stellarnav ul ul { 
        padding-top: 0;
        background: #ffffff00;    
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        border-top:1px solid var(--color2) ;
    }
    .stellarnav li li { background: #ffffff00;position: relative;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 7px 5px 7px 45px;}
.stellarnav >ul>li>ul> li>a::before{
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    left: 35px;
        top: 13px;
}
.stellarnav li li > a, .stellarnav li li.has-sub> a b{color: #fff;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 50px;
    background: #ffffff00;
}







/* 開啟手機板下方按鈕所需設定 */


    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
    z-index: 99;
    background: #4d5c30;
    box-shadow:unset;
    }
    #bottom_menu li {  border-right: 1px solid #151d0d;}
    #bottom_menu li a em { color:#fff;}
    #bottom_menu li a i {  color: #ffffff;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
    .site_logo > a {  max-width: 140px;}
     .site_logo > a::after {  clip-path: polygon(0 0, 100% 1%, 100% 38%, 0 38%);}
    .site_endPart li.site_reachOut{width: 55%;}
    .site_endPart li.site_bottomMenu{width: max-content;}
    .site_endPart li.For_CampUse {
        width:90%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;}
    .For_CampUse a {    flex-direction: unset;}
    .site_endPart ul.site_infoTer { justify-content: flex-start;}
   

    /*banner*/
    .banner {  min-height: 250px;}
    .banner h5 {  top: 150px;padding-bottom: 65px;}
    .banner h5::before {
    font-weight: 100;    font-size: var(--f40);
    top: -32px;}
    .header_area.sticky~ #content .banner::after { bottom: 10px;}
    .map_page .banner { min-height: 200px;}
    .map_page .banner h5 {  top: 120px;}


    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}
    .product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
    .product_page .product-layer-two,
    .product_page .products-list { width: 100%; border-right: none;}
    .product_page .product_menu_list>h5{display: block;}
        
    .product_page .show_content > a { order: 1;}
    .product_page ul.products-list { order: 2;}
    .product_page ul.page { order: 3;}
    .product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
    }
    
    
    @media screen and (max-width: 600px) { 

    .stellarnav.mobile {  top: 10px;}
    .site_endPart li.site_reachOut{width: 100%;}

    .banner h5 { padding-bottom: 73px;}
    .map_page .banner { min-height: 150px;}
    .map_page .banner h5 { top: 90px;}

    .stellarnav.mobile {  right: 10px;}


    .site_endPart li.site_bottomMenu { grid-template-columns: 1fr 1fr 1fr;width: 100%;}
    .site_reachOut p:before { padding: 0;}
    .site_reachOut p {  padding: 3px 0px; }

    /*聯絡我們*/
    .contact_page .main_part { padding: 0px 10px 10px; }
    .contact_page .contact_content {  padding: 0 0 30px; }
    .contact_page .blank_letter { padding-top: 0;}
    .contact_form li {  grid-gap: 0;}
    .contact_form li.last { justify-content: space-around;}

    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }


    /*露友日誌*/
    .article_b .subbox_item { width: 90%; margin: auto;}
    .article_b .blog_subbox { grid-template-columns: repeat(1, 1fr);}

    }

    @media screen and (max-width:570px) { 
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice{display: block;}
.subbox_item {  border-bottom:none; background: #ffffffc7;border-radius:15px; overflow: hidden;}
.subbox_item a { grid-template-columns: 1fr;}
    }
    @media screen and (max-width: 500px) { 
    .footer_menu {  grid-template-columns: 1fr 1fr;}
    
    }
    @media screen and (max-width: 420px) { 
    .site_logo > a {  margin: auto auto auto 0;}




    }
    @media screen and (max-width: 375px) { 
    .site_endPart li.site_bottomMenu {   grid-template-columns: 1fr 1fr;}
    .site_endPart li.For_CampUse {  grid-template-columns: 1fr;}
    }
    
    
