@charset "utf-8";

/* 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);}

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.me_tp_features {  display: none;}*/

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain:#0f585b /*綠*/;
    --ColorMain2: #d8e2e2 /*灰*/;
	
	--ColorSub:#97b3b8 /*莫蘭迪*/;
	--ColorSub2:#9ccfaa /*橘紅*/;
	
	--ColorSub3:#626952/*綠*/;
	--ColorSub3:#F6F3EE/*灰*/;
	
	--textColor: #333333; /*文字*/
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub: "Gabarito", sans-serif;
}

#content_main, #content { z-index: -1; min-height: 45vh; margin-top: 0;
    background-size: 19px 19px; background-image: radial-gradient(rgb(232 225 213 / 25%) 10px, transparent 2px);}

@media screen and (max-width: 1024px){}  
@media screen and (max-width: 768px) {}         
@media screen and (max-width: 450px) {}

/*●●●●●●●●●●●●●●●●●●●●●●●●   方直型浮動按鈕浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.info_fix_links{ display:block !important;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/

/*
.linksBtn, .info_fix:hover>.linksBtn{ background: #de8c66;}
.info_fix_links img{width: 25px;}

.info_fix { bottom: 140px; right: 0px;}
.info_fix_links a.info_fix_default { border-bottom: 1px solid #00000036;}

.info_fix_links a {  border-radius: 0; margin-bottom: 0;}
.info_fix_links a {background:var(--ColorMain2);opacity: 0.8;}
.info_fix_links a:hover { background: var(--ColorMain); opacity: 1;}

#to_top{background: var(--ColorMain); left: auto; right: 20px; bottom: 110px; box-shadow: none; color: var(--ColorSub3); border-radius: 0; width: 50px; height: 50px;
    opacity: 0.8;}
#to_top i.top {height: 16px;}
#to_top i.top:before, #to_top i.top:after {background: #939393;}*/


@keyframes move2{	0%{transform: rotateY(0deg);} 100%{transform:  rotateY(360deg);}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   header   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*購物車*/
.me_tp_features { z-index: 99;margin-left: -15px;}
.sticky .me_tp_features a i {color: var(--ColorMain);}
.sticky .tp_links a:nth-of-type(even) i {color: var(--ColorSub);}
.sticky .me_tp_features a { color: var(--ColorSub);}
.me_tp_features a i, .me_tp_features a{color: white;}


/**************************LOGO*************************************/
.navigation { grid-template-columns: 200px 1fr;transition: all 1s ease;}
.sticky .navigation { grid-template-columns: 100px 1fr;transition: all 1s ease;}

.nav-header { max-width: fit-content; padding: 0;margin-bottom: -35px;transition: all 1s ease;}
.sticky .nav-header { margin-bottom: 0;transition: all 1s ease;}
.nav-brand, .nav-brand img { width: 100%; display: block; transition: all ease 0.3s; display: flex; justify-content: flex-end;}


/*Header/＝＝＝＝＝*/
.header_area {  position: fixed;background: linear-gradient(180deg, #0000003d, transparent); padding:13px 0 0;}
.header_area.sticky {  background: transparent;border-top: 5px solid var(--ColorMain2); padding-top: 7px;}
.main_header_area{background: transparent;}
/*選單最大寬度設定*/
.main_header_area .container {max-width: 90%;}

.header_area.sticky .main_header_area:after{height: 95px; background: rgb(255 255 255);/*border-top: 5px solid var(--ColorMain);*/}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 75%);
    /*border-bottom: 2px solid #fff;*/
    transition: all .5s;
    transition-timing-function: ease-in;
}

/*第一層*/


.sticky .stellarnav { margin-top: 15px;}
.stellarnav > ul > li > a{transition:all 0.3s;color: #10595c;padding:0 5px 0 25px; background: url(https://pic03.eapple.com.tw/naturebreezecamping/aback.png)no-repeat;background-size: contain;}
.stellarnav > ul > li:nth-child(2) > a, .sticky .stellarnav > ul > li:nth-child(2) > a{border-left:none;}



.stellarnav > ul > li.has-sub > a, .stellarnav > ul > li:nth-of-type(3) > a, .stellarnav > ul > li:nth-of-type(4) > a{padding-right: 17px;}

.stellarnav li.has-sub > a:after{border-top:6px solid var(--ColorMain2);}
.stellarnav > ul > li:hover > a{color: var(--ColorMain2);}

.stellarnav > ul > li > a b {  font-weight: bold;}
.stellarnav > ul > li > a b:first-of-type { font-weight: 500; font-family: var(--ffsub);}
/* 針對選單列表中的連結設定 */
.anchorList li a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px; /* 留出左側空間給圖案 */
    text-decoration: none;
    color: #333; /* 這裡設定你原本的文字顏色 */
}

/* 使用偽元素插入圖案 */
.anchorList li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 23px;/*圖案寬度*/
    height: 23px; /* 圖案高度 */
    background-image: url('https://pic03.eapple.com.tw/naturebreezecamping/icon.svg'); /* 替換成你的圖片網址 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	top:5px;
}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{ color: #323232; 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: white;/*	padding-left:10px;border-color:#0d3766 ;*/}
.stellarnav ul ul{    background: #ffffffd1;}
.stellarnav li li:hover {background:#000000e8;}
.stellarnav li li { border: 1px solid var(--FixAsColor03);}

/*SubMenu*/
.shop_search_btn {    background: #0d3766;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #0d3766;}


@media screen and (max-width: 1024px) {
.nav-brand, .nav-brand img { width: 150px;}
.sticky .nav-brand, .sticky .nav-brand img { width: 100px;}
.header_area.sticky .main_header_area:after { height: 175px;}
.sticky .nav-header {     margin: 5px 0 10px;}
	
.me_tp_features {    margin: 0;}
.nav-header {  margin: 20px 0;}
.header_area {  padding: 0;}

.stellarnav { margin-top: 10px;}
.stellarnav > ul > li > a { font-size: 14px;}
}

@media screen and (max-width: 768px) {
.header_area.sticky .main_header_area:after { height: 145px;}
.nav-brand, .nav-brand img { width: 150px;}
.me_tp_features {  margin: 6px 0; }

.main_header_area .container { /*padding: 0 2% 1%;*/}
	
.stellarnav.mobile > ul > li > a, .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle)
 { padding: 25px 43px 27px 30px; text-shadow: none; font-weight: 800; line-height: 150%;}
.sticky .stellarnav > ul > li > a { border-left: none;}

/*menu*/
.stellarnav .menu-toggle {  padding: 19px 0; }
.stellarnav .menu-toggle:after { color: white;font-size: 8px; margin-top: 5px;}
.stellarnav .menu-toggle span.bars span { background: white;}

.sticky .stellarnav .menu-toggle:after { color: #282828;}
.sticky .stellarnav .menu-toggle span.bars span { background: var(--ColorMain);}
.stellarnav li li { margin: 0 30px 30px;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #ffffff61;}
.stellarnav .icon-close { margin-right: 5px;}
	
/*+*/
.stellarnav a.dd-toggle .icon-plus { display: inline-block;}
.stellarnav>ul>li>a.dd-toggle:before {content: "";}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 20px 0;}


/*底色*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{width: 330px;  max-width: 100%;}

.stellarnav.mobile ul, .sticky .stellarnav ul, .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul,
.sticky .stellarnav.mobile.right > ul, .sticky .stellarnav.mobile.left > ul { background: #fffffff5; backdrop-filter: saturate(93%) blur(3px);}

.stellarnav.mobile li.open { padding: 0;}
.stellarnav.mobile > ul > li {  margin: 10px;}
.stellarnav>ul>li>ul { left: 0;}
.stellarnav.mobile li.open { background: transparent;}
.sticky .stellarnav ul {  margin: 0;}

/*文字*/
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { text-shadow: none; color: var(--ColorMain); font-weight: 800;}
.stellarnav>ul>li>ul, .sticky .stellarnav>ul>li>ul { bottom: auto; transform: none;}


}
@media screen and (max-width: 570px) {
.stellarnav .menu-toggle {}
.nav-brand, .nav-brand img {}
.sticky .nav-brand, .sticky .nav-brand img {}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.site_copyRight a{ color: var(--ColorSub);}
.site_endPart { background: var(--ColorMain2);padding: 25px 0 0;}

.site_endPart li { width: 95%; justify-content: center; padding: 0 0 10px;}
.box_link { flex-direction: column;margin-top: 0;margin-left: 10px; border-left: 1px solid white;  padding-left: 10px;}
.box_link a{border: none; color: var(--ColorSub);}
.box_link a:hover { background: var(--ColorSub2);}
.site_logo > a img { width: 200px;}
.site_endPart li.site_reachOut { /*gap: 10px;*/}
.site_endPart ul.site_infoTer {  flex-direction: column;}

.site_bottomMenu a { background: white; border: none; color: #bcb6ab;}	
.site_bottomMenu a:hover { background: var(--ColorSub); border-color: var(--ColorSub); color: white;}	
.site_endPart li.site_bottomMenu {gap: 3px;}
.site_reachOut a, .site_reachOut p:before { color: var(--textColor);}

.For_CampUse a { width: calc(30% - 10px); background: var(--ColorMain);}
.For_CampUse a:nth-of-type(even)	{background: var(--ColorSub);}
.For_CampUse a:hover { background: var(--ColorSub2);}

.site_copyRight { background: white; padding: 10px 0 12px;}
	
@media (max-width: 1366px) {
.site_endPart li.site_bottomMenu {  width: 100%;}

}
@media (max-width: 768px) {
.box_link {    flex-direction: row;margin: 10px 0 0;   border-top: 1px solid white; padding: 10px 0 0; border-left:none;}	
.site_endPart li.site_logo{ width: 250px;}

}

/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide img { height:auto;}

/*共用*/
.bannerindex:before, .bannerindex:after, .bannerindex .swiper-banner:before, .bannerindex .swiper-banner:after,
.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after
{   content: "";
    width: 100%;
    height: 105%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 50;
    pointer-events: none;
    background-size: cover;
    background-repeat: repeat-x;
}






/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner h5 {color: #ffffff;
    /*margin-top: 20px;
    font-size: 220px;
    text-align: right;
    font-family: var(--ffsub);
    font-weight: 100;*/}
/*.banner h5:before{content: ""; letter-spacing: 0; display: block; font-size: 30px; color: var(--ColorMain);}*/

@media screen and (max-width: 1024px) {
.bannerindex {/* padding-top: 210px;*/background: var(--ColorMain);}
.banner h5 {
   /* margin-top: 105px;
    font-size: 100px;*/}
}

@media screen and (max-width: 768px) {
.bannerindex {  padding: 0; height: auto;}
.banner {  justify-content: space-evenly;}
.banner h5 {      /*  margin-top: 85px;
        font-size: 70px;*/}
}
@media screen and (max-width: 600px) {
/*.bannerindex::after {  left: 40%;}*/
.banner {   min-height: 200px;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow { transition: .3s; position: relative; overflow: hidden; font-size: 12px; height: 40px; line-height: 40px;
    border-radius: 0;  background: var(--ColorSub); border: none; color: #b6b6b6; border-radius: 0 20px 0 0;}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{}
.animated-arrow::after { background: white ;content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:1s;
border-radius: 0 20px 0 0; border-right: 1px solid var(--ColorMain2);  border-top: 1px solid var(--ColorMain2);}
.animated-arrow:hover {	color: var(--ColorMain2);}
.animated-arrow:hover::after {	width:90%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   首頁顯示功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.module_i_news .title_i_box h4:before, .i_prod_tit span:before
{content: "NEWS";letter-spacing: 0;display: block;font-size: 30px;color: #d5d5d5;font-weight: 100;}


/*中文*/
.module_i_news .title_i_box h4, .i_prod_tit span { font-size: 20px; font-weight: bold;}

/*底色*/
.module_i_news, .prod_part {  background: #ededed;padding: 5% !important;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   設計作品   ●●●●●●●●●●●●●●●●●●●●●●●●*/





/*●●●●●●●●●●●●●●●●●●●●●●●●   文章(最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*//*
