@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}

#content {   background: #FAF8EC;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}



/*網站統一設定*/
:root {
    --CampColor01: #374e2b;
    --CampColor02: #394e2d;
    --CampColor03: #8d2d0f;
    --CampColor04: #2a3b20;
    --CanpColor05: #666;
}


.main_part {max-width: 1500px;padding: 100px 0;width: 90%;}
.show_content {padding: 0;}
.page {margin: 50px auto;color: #000000;gap: 5px;}
.page li {margin: 0;display: flex;width: 30px;height: 30px;line-height: 30px;
justify-content: center;align-items: center;align-content: center;text-align: center;border-radius: 50px;transition: .5s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #000000;}
.page strong, .page a:hover {background: #000000;color: #ffffff;}
.page li.activeN {background: #000000;color: #ffffff;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 0;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 60px 0;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 50px 0;}
.page {font-size: 13px;gap: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*HEADER*/
.pageIndex .header_area {position: fixed;background: unset;transition: .5s;}
.header_area {padding: 0;background: #fff;transition: .5s;}
.main_header_area .container {max-width: 100%;transition: .5s;}
.navigation {width: 100%;margin-left: auto;grid-template-columns: 1fr 280px;grid-gap: 0 50px;align-items: center;
    background: #faf6f3;border-radius: 0;padding: 0 3% 0 15%;letter-spacing: 0.05em;transition: .5s;}
.header_area.sticky .navigation {padding: 0 5% 0 20%;transition: .5s;}
.me_tp_features {order: 3;transition: .5s;}
.me_tp_features a {   margin: 5px 0;   padding: 8px 15px;  font-size: 15px;  color: #332e26;  background: #d3d0cc;  border-radius: 5px;  transition: .5s;}
.me_tp_features a:hover { background: #322c25;  color: #ffffff; transition: .5s;}
.tp_links {display: none;}

/*LOGO*/
.nav-header {position: absolute;left: 5%;order: 1;grid-row: 1 / 1;max-width: 160px;padding: 15px 20px 20px;background: #fff;
    border-radius: 0 0 100% 100%;transition: .5s;}
.header_area.sticky .nav-header {max-width: 130px;padding: 15px;border-radius: 0 0 50px 0;left: 0;box-shadow: 0 0 10px #2a3b2036;transition: .5s;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav {order: 2;}
.stellarnav ul {text-align:center;transition: .5s;}
.stellarnav > ul > li:after {content: '';position: absolute;transform: translateY(-100%);width: 100%;height: 0px;background: #9A958F;transition: .5s;}
.stellarnav > ul > li:hover:after {height: 5px;transition: .5s;}

.stellarnav > ul > li > a { padding: 30px 15px;  color: #39332c;  display: block;   font-size: 16px;   line-height: 1;  height: auto;   margin: 0;   transition: .5s;   font-weight: bold;}
.header_area.sticky .stellarnav > ul > li > a {padding: 25px 10px;font-size: 16px;transition: .5s;}
.stellarnav > ul > li:hover > a {transform: translateY(-5px);opacity: 0.5;}
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
.header_area.sticky .stellarnav > ul > li.has-sub > a {padding-right: 10px;}

/*下拉選單*/
.stellarnav > ul > li > ul {background: #fff;}
.stellarnav > ul > li > ul > li > ul {background: #D7DCD4;}
.stellarnav > ul > li > ul > li, .stellarnav > ul > li > ul > li > ul > li {border: none;border-bottom: 1px solid #87957e24;}
.stellarnav > ul > li > ul > li+li, .stellarnav > ul > li > ul > li > ul > li+li {}
.stellarnav > ul > li > ul > li > a, .stellarnav > ul > li > ul > li > ul > li > a {color: #000;padding: 10px;font-size: 15px;}
.stellarnav > ul > li > ul > li > a:hover, .stellarnav > ul > li > ul > li > ul > li > a:hover {background: #293B1E;color: #fff;}

@media screen and (max-width: 1400px) {
.nav-header, .header_area.sticky .nav-header {left: 0;max-width: 125px;padding: 15px 15px 20px;}
.navigation, .header_area.sticky .navigation {padding: 0 3% 0 10%;grid-template-columns: 1fr 235px;grid-gap: 0 25px;}
.stellarnav > ul > li > a {padding: 30px 10px;font-size: 16px;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.me_tp_features a {padding: 8px 10px;font-size: 14px;}
}
@media screen and (max-width: 1200px) {
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 30px 6px;}
.stellarnav > ul > li.has-sub > a {padding-right: 5px;}
}
@media screen and (max-width: 1100px) {
.nav-header, .header_area.sticky .nav-header {   max-width: 115px;  padding: 10px 8px;   border-radius: 0;  background: none;     box-shadow: none; }
}


@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: sticky;}
.navigation, .header_area.sticky .navigation {padding: 0 20px 0 0;}
.nav-header, .header_area.sticky .nav-header {max-width: 110px;}
.stellarnav ul {text-align: right;}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 25px 5px 20px;}
.me_tp_features {order: 2;text-align: right;margin: 0;}
.me_tp_features a {margin: 15px 0 0;}
}
@media screen and (max-width: 768px) {
.navigation, .header_area.sticky .navigation {padding: 0;}
.nav-header, .header_area.sticky .nav-header {position: relative;padding: 10px 0;max-width: 80px;}
.me_tp_features {display: none;}
.stellarnav.mobile {display: flex;height: 100%;align-items: center;justify-content: center;background: #514943;}
.stellarnav .menu-toggle {padding: 0 30px;}
.stellarnav .menu-toggle:after {display: none;}
.stellarnav .menu-toggle span.bars {top: 0;}
.stellarnav .menu-toggle span.bars span {width: 25px;height: 1px;border-radius: 0;background: #ffffff;margin: 0 auto 6px;}

.stellarnav.mobile.left > ul {border: none;background: #faf6f3;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {padding: 15px;font-size: 14px;background: #514943;color: #fff;
    letter-spacing: 0.1em;}
.stellarnav .icon-close {width: 20px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {width: 10px;border-bottom: solid 2px #fff;}
.stellarnav.mobile > ul {background: #394d2c;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a, .stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {
    padding: 20px 40px;border-bottom: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 40px;}
.stellarnav > ul > li:after {display: none;}
.stellarnav > ul > li:hover > a {transform: unset;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 18px 15px;border-bottom: none;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #fff;}
.stellarnav.mobile li.open, .stellarnav.mobile li.open li.open {background: #2a3b20;padding: 0;}
.stellarnav.mobile li.open > a.mob_main_link {border-bottom: 1px #5F7153 solid;}
.stellarnav.mobile li.open li.open > a.mob_main_link {border-top: 1px #5F7153 solid;}
.stellarnav > ul > li > ul > li, .stellarnav > ul > li > ul > li > ul > li {border: none;border-bottom: none;border-top: 1px solid #ffffff24;}
.stellarnav > ul > li > ul > li > a, .stellarnav > ul > li > ul > li > ul > li > a {color: #fff;padding: 15px 40px;}
.stellarnav.mobile li li.has-sub a {padding: 15px 40px;color: #fff;}
.stellarnav.mobile li li a.dd-toggle {padding: 12px 15px;top: 2px;border-bottom: none;}
.stellarnav.mobile ul ul, .stellarnav.mobile ul ul ul {background: #2a3b20;}
}

@media screen and (max-width: 600px) {
.nav-header, .header_area.sticky .nav-header {max-width: 65px;}
}
@media screen and (max-width: 450px) {
.stellarnav .menu-toggle {padding: 0 20px;}
.stellarnav .menu-toggle span.bars span {width: 20px;margin: 0 auto 5px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-size: 13px;}
.stellarnav.mobile > ul > li > a, .stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {font-size: 15px;}
.stellarnav > ul > li > ul > li > a, .stellarnav > ul > li > ul > li > ul > li > a {font-size: 14px;}
}
@media screen and (max-width: 375px) {
.nav-header, .header_area.sticky .nav-header {max-width: 50px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.site_endPart {background: #514943;padding: 80px 0 50px 0;}
.site_endPart .site_centerBox {padding-right: 0;margin: auto;max-width: 1280px;width: 90%;}
.box_link {display: none;}
.site_endPart ul.site_infoTer {display: grid;grid-template-columns: 120px 2fr 1fr 2fr;align-items: start;gap: 50px;padding-bottom: 50px;}
.site_endPart li {width: 100%;padding: 0;align-items: flex-start;flex-direction: column;}


.site_reachOut p {width: 100%;font-size: 15px;color: #fff;line-height: 1;letter-spacing: 0.08em;padding: 0 0 15px 0;gap: 5px;pointer-events: none;}
.site_reachOut p.line:before {content: 'LINE ID：';}
.site_reachOut p:before {font-size: 15px;color: #fff;}
.site_reachOut a {font-size: 15px;color: #fff;}

.site_endPart li.site_bottomMenu {flex-direction: unset;gap: 10px;}
.site_bottomMenu a {min-width: 100px;font-size: 13px;color: #fff;padding: 0;border: none;border-radius: 5px;margin: 0;
    line-height: 1.5;letter-spacing: 0.08em;}
.site_endPart li.For_CampUse {flex-direction: row;gap: 5px;justify-content: end;}
.For_CampUse a {max-width: 150px;background: #faf6f3;border-radius: 10px;padding: 10px 15px;margin: 0;}
.For_CampUse a:hover {background: #faf6f3;}
.For_CampUse em {padding: 10px;}
.For_CampUse a span {font-size: 13px;padding: 0 5px 10px;letter-spacing: 0.1em;color:#514943;font-weight:bold;}

.For_CampUse a:hover span{color:#514943;font-weight:bold;}

.site_copyRight p {font-size: 12px;color: #ffffff4f;font-weight: 300;}
.site_copyRight a, .site_copyRight span {color: #ffffff4f;}
.privacyLinks a {padding: 0 10px;}
.privacyLinks a+a {border-left: 1px solid #ffffff4f;}
.site_logo > a img {  width: 100%;}

.site_reachOut p.phone:before {  content: '營業時間：';}
.site_reachOut p.fax:before { content: '連絡電話：';}
.site_reachOut p.add:before {  content: '營區地址：';}
.site_reachOut p.add2:before {  content: '每周公休：';}




@media (max-width: 1366px) {
.site_endPart li.site_bottomMenu, .site_endPart li.For_CampUse {width: 100%;}
}
@media screen and (max-width: 1250px) {
.site_endPart ul.site_infoTer {grid-template-columns: repeat(2, 1fr);align-items: center;}
.site_endPart li.site_logo {align-items: end;}
.site_endPart li.For_CampUse {grid-column: 1 / 3;justify-content: center;}
.site_endPart li.site_bottomMenu {grid-column: 1 / 3;justify-content: center;}
.site_bottomMenu a {text-align: center;}
}
@media screen and (max-width: 1024px) {
.site_endPart .site_centerBox {max-width: 600px;}
}
@media screen and (max-width: 960px) {
.For_CampUse a {gap: 10px;}
.For_CampUse em {display: flex;}
.For_CampUse a span {padding: 5px;}
}
@media screen and (max-width: 768px) {
.site_endPart {padding: 50px 0;}
.site_endPart ul.site_infoTer {grid-template-columns: 1fr;gap:0px;}
.site_endPart li+li {padding-top: 20px;margin-top: 20px;border-top: 1px solid #ffffff1a;}
.site_endPart li.site_logo {align-items: center;}
.site_reachOut {gap: 15px;}
.site_reachOut p {justify-content: center;padding: 0;}
.site_endPart li.For_CampUse, .site_endPart li.site_bottomMenu {grid-column: 1;}
#bottom_menu {display: none;}
}
@media screen and (max-width: 600px) {
.For_CampUse a {max-width: 100px;}
.For_CampUse a span {padding: 5px 0;}
.site_copyRight {width: 95%;}
}
@media screen and (max-width: 450px) {
.site_logo > a {max-width: 90px;}
.site_reachOut p:before, .site_reachOut a {font-size: 13px;}
.site_bottomMenu a {min-width: 85px;font-size: 12px;}
.For_CampUse a {max-width: 90px;gap: 0px;}
.For_CampUse a span {font-size: 12px;}
.For_CampUse em img{max-width: 25px;}
}

#to_top {
    left: auto;
    right: 20px;
    padding-top: 8px;
    color: #ffffff;
    box-shadow: none;
    background: #898989c4;
    border-radius: 46px;
}

#to_top i.top {
    width: 20px;
    height: 20px;
    top: 5px;
}

#to_top i:before, #to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #ffffff;
    transition: all 100ms ease-in-out;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*●●●●●●●●●●●●●●●●●●●●●●●●   文章設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*---側邊選單*/
h5.blog_le_t {font-size: 26px;color: #594e47;font-weight: bold;letter-spacing: 0;}
.blog_search input[type=search] {border-radius: 6px;}
.blog_le .accordion {border-radius: 6px;border: 2px #e1ddd7 solid;background: #f2f0eb;}
.accordion li .link a {padding: 15px 12px;}
.accordion li+li .link {border-top: 2px solid #e1ddd7;}
.blog_le .accordion li.open .link {background: #594e47;}
.blog_le .accordion li.open .link a{color: #fff;}
.blog_le .accordion > li{transition: all .5s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #8D654F !important;}
.blog_le .submenu a {color: #594e48;padding: 12px 12px 12px 30px;font-weight: 500;letter-spacing: 0;}
.blog_le .submenu a i {left: 8px;}
.blog_le .submenu a:hover{color: #fff;}
/*---分類頁*/
.blog_box {padding: 0;}
.blog_subbox {grid-gap: 50px;}
.subbox_item a {grid-template-columns: 1fr;background: #fff;border-radius: 5px;overflow: hidden;
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, .02);grid-gap: 0;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.blog_list_le{aspect-ratio: 3 / 2;overflow: hidden;}
.blog_list_le img{transition: all .5s;transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.01);}
.blog_list_ri {padding: 30px;width: 100%;}
.blog_list_ri h5 {font-weight: bold;color: #333;font-size: 22px;}
.blog_list_ri p {line-height: 1.6;}
.blog_list_ri em {margin: 10px 0 20px;}

.subbox_item a:hover .blog_list_le img{transform: scale(1.1);}

/*---文章頁*/
h4.blog_category_title {font-size: 26px;padding: 0;}
.blog_ri {padding: 0 0 0 50px;}
.blog_back a {padding: 12px 15px;}
.blog_back a.article_btn_back {background: #8D654F;}
.news_related {  background: transparent;   padding: 100px 0 50px;  border-top: 1px solid #00000038;  margin-top: 50px;}
.news_related h6 span:before {color: #222;}
.news_related_list{max-width: 1300px;width: 90%;}
.news_related_list li > a{padding: 0;}
.news_related_list li > a p {font-size: 16px;padding: 20px 10px;line-height: 1.6;}
.lastPage {font-size: 14px;background: #594e47;}

/*---首頁*/
.module_i_news{padding: 50px 0 100px;}
.module_i_news .title_i_box h4 { font-size: 42px;  color: #bd62b5;  font-weight: bold;  letter-spacing: 5px;}
.module_i_news section {width: 90%;max-width: 1500px;}
.module_i_news ul {grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));grid-gap: 50px;}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a {grid-template-columns: 1fr;background: #fff;border-radius: 5px;overflow: hidden;
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, .02);grid-gap: 0;}
.module_i_news li a:before,.module_i_news li a:after{display: none;}
.i_blog_le{aspect-ratio: 3 / 2;overflow: hidden;}
.i_blog_le img{transition: all .5s;transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.01);}
.i_blog_ri {padding: 30px;width: 100%;}
.i_blog_ri h5 {font-weight: bold;color: #333;font-size: 22px;}
.i_blog_ri p {line-height: 1.6;}
.i_blog_ri em {margin: 10px 0 20px;}

.module_i_news li a:hover .i_blog_le img{transform: scale(1.1);}

@media screen and (max-width: 1250px){
	.module_i_news ul {grid-template-columns: 1fr 1fr;}
	.module_i_news li:nth-child(n+3){display: none;}
	/*文章頁*/
	.news_related_list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 1024px){
	/*首頁*/
	.module_i_news ul {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
}
@media screen and (max-width: 768px){
	.module_i_news .title_i_box h4 {font-size: 30px;}
	.module_i_news .title_i_box h4:before{font-size: 20px;}
	.blog_le, .blog_ri{padding: 0;}
	.blog_le{margin-bottom: 30px;}
	h5.blog_le_t{display: none;}
}
@media screen and (max-width: 450px){
	/*文章頁*/
	.news_related_list {grid-template-columns: 1fr;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*營區介紹*/
.camps_list {max-width: 1400px;}
.camps_list li {margin: 0;padding: 15px;}
.camps_list li a {color: #000;}
.camps_list .camp_pic {aspect-ratio: 1 / 1;}
.camps_list .camp_name {background-image: url(https://pic03.eapple.com.tw/moriborder/campIntr_img01.svg);}
.camps_list .camp_price > p b {color: #8e2d10;margin: 0 8px;}
.camps_list li a > b {background-color: #394f2a;}
.camps_list li:hover a > b {background-color: #936E58;}

@media screen and (max-width: 1200px) {
.camps_list .camp_price {font-size: 1rem;}
.camps_list .camp_price > p b {font-size: 1.35rem;}
}
@media screen and (max-width: 1024px) {
.camps_list li {padding: 10px;}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}


/*營區介紹内頁*/
.slider-nav .slick-slide {padding-top: 0;aspect-ratio: 1 / 1;}
.slider-nav .slick-slide img {height: 100%;}

.CampIndexPage .half_box {letter-spacing: 0.05em;}
.camp_info_name {font-size: 25px;color: #000000;font-weight: normal;}
.camp_info .info_title {  color: #ffffff;   line-height: 30px;   width: 90px;   background: #936E58;  font-weight: normal;  border-radius: 3px;  letter-spacing: -0.05em;}
.camp_info .info_text {line-height: 30px;}
.out_link a:hover {  background-color: #936e58;}
#go_calendar {background: url(../images/campInfo_img01.svg) left 8px bottom no-repeat, #8e2d0e;}

.camp_intro_setting h4 {font-weight: normal;font-size: 20px;color: #000;}

.camps_tabs ul.tabs li.active {background-color: #384e2b;}
.camps_tabs ul.tabs li.active:after {border-color: #384e2b transparent transparent transparent;}
.camps_tabs .tab_content { color: #000000; padding: 20px 0; letter-spacing: 0.05em;}

@media screen and (max-width: 768px) {
.camps_tabs .tab_content {font-size: 15px;}
}
@media screen and (max-width: 600px) {
.CampIndexPage .half_box.pics {margin-bottom: 20px;}
.camp_info {margin: 10px 0 30px;}
.camps_tabs .tab_content {font-size: 14px;}
.camp_intro_setting dd {padding: 10px 15px 5px 5px;}
}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*匯款通知*/
.separate_title {font-size: 20px;color: #000000;padding: 25px 0 25px 40px;background: #d7dcd445;letter-spacing: 0.05em;font-weight: 500;}
.border200 {width: 100%;border: unset;background: #cccccc3b;padding: 5px;}

.rewrite_simple, .send_simple { width: 200px;height: 50px;line-height: 50px;border-radius: 5px;margin-right: 15px;}
.rewrite_simple {background: #666;}
.send_simple {background: #8d2d0e;}
.rewrite_simple:hover, .send_simple:hover {background: #000;}

/*營位訂單查詢*/
.date_and_nights {border: 2px #d7dcd4 dashed;border-radius: 8px;}
.title_snd {background: unset;}
.title_snd p span {margin: 0;}
.title_snd img {display: none;}

.searchbox li {border: unset;background: #d7dcd44f;}
.searchbox li .title {font-size: 25px;line-height: 50px;background-color: #000000;}
.searchbox li input {line-height: 35px;padding: 5px 20px;background-color: unset;}

.searchbox .button_cart {width: 200px;padding: 20px 5px;margin: 0;border-radius: 7px;}
.searchbox .button_cart:hover, .searchbox .button_cart.next:hover {background: #000000;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 500px) {
.rewrite_simple, .send_simple {width: 150px;}
}
@media screen and (max-width: 400px) {
.rewrite_simple, .send_simple {width: 125px;margin-right: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡表單*/
.contact_editbox {padding: 0;}
.contact_content {max-width: 1130px;width: 90%;padding: 50px 0 100px 0;}
.contact_content form {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.contact_content .information_left {width: 30%;padding: 0;}
.contact_content .information_right {width: 65%;padding-left: 0;padding: 0;}

.blank_letter {font-family: 'Monda';padding-top: 0;letter-spacing: 0.08em;font-weight: normal;font-size: 20px;
    color:  #394f2a;background-position: unset;background-repeat: unset;}
.list_before {margin-top: 30px;margin-bottom: 30px;font-size: 15px;color:  #394f2a;letter-spacing: 0.05em;}
.list_before li {margin: 0;line-height: 2;}
.list_before.info li {padding-left: 0;}
.list_before.info li:before {position: relative;display: inline-block;width: 50px;font-size: 15px;font-weight: normal;letter-spacing: 0.1em;
    color: #000;}

.note {letter-spacing: 0.05em;}
.contact_form {margin-bottom: 30px;font-size: 16px;color: #000;grid-gap: 15px;}
.contact_form li {grid-template-columns: 1fr;grid-gap: 5px;}
.contact_form li .form__label {display: flex;max-width: 100%;text-align: left;flex-direction: row-reverse;justify-content: flex-end;
    align-items: center;gap: 5px;letter-spacing: 0.1em;}

.contact_form li input.noborder, .contact_form li textarea.noborder {border: none;background: #d7dcd445;padding: 10px;letter-spacing: 0.08em;
    border-radius: 5px;}
.captcha {width: 100%;}

.contact_form li.last {text-align: center;margin-top: 50px;justify-content: center;gap: 30px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #D5B680 solid;width: 50%;max-width: 220px;padding: 10px;}
.contact_form li.last blockquote {color: #8e2d10;}
.contact_form li.last cite {background: #8e2d10;color: #fff;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 0.3em;}

@media screen and (max-width: 1024px) {
.contact_content .information_left {width: 35%;}
.contact_content .information_right {width: 60%;}
.contact_form {font-size: 15px;}
}
@media screen and (max-width: 960px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
.blank_letter {font-size: 18px;}
.list_before {font-size: 14px;margin-top: 15px;letter-spacing: 0.1em;}
.list_before.info li:before {font-size: 14px;width: 40px;}
.contact_form {margin-bottom: 15px;font-size: 14px;grid-gap: 10px;}
.contact_form li.last input {font-size: 14px;padding: 5px;}
}
@media screen and (max-width: 768px) {
.contact_content form {align-items: center;flex-direction: column;gap: 50px;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
}
@media screen and (max-width: 600px) {
.blank_letter {font-size: 17px;}
.note {font-size: 12px;}
.list_before, .list_before.info li:before, .contact_form, .contact_form li.last input {font-size: 13px;}
.contact_form li .form__label {font-weight: normal;padding: 0;background: unset;}
.contact_form li.last {gap: 10px;}
.contact_form li.last blockquote, .contact_form li.last cite {max-width: 130px;}
.contact_form li.last input {padding: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*分類頁面*/
.module_i_album {   padding: 20px 20px 50px;}

.overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(85 85 85 / 50%);}
.show-list {grid-template-columns: repeat(3, 1fr);}
.show-list .item a{position: relative;}
.show-list .item a:before{content: "VIEW   +";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;color: #fff;height: 0;overflow: hidden;opacity: 0;
transition: all .5s;transition-delay: 0s;}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .5s;
	transition-delay: .3s;z-index: 100;}
.show-list .show_name {  text-align: center;  font-size: 16px;}
.show-list .item:hover .show_name {color: #333;}
/*相簿頁面*/
.subalbum-menu{padding: 0;}
.subalbum-menu h2 {font-size: 14px;font-weight: 400;color: #555;text-align: center;width: 100%;
	padding: 8px 20px;line-height: 1.2;border-radius: 5px;letter-spacing: .4rem;display:none;}
.other_subalbum li a p {
    color: #986c2f;
    text-align: center;
    padding: 10px;
    padding-bottom: 30px;
}
/*相本頁面*/
.album_descrip p{font-size: 14px;line-height: 180%;color: #92702c;}
.fa-right-from-bracket::before {content: "\f061";}
/*首頁*/
.module_i_album .title_i_box {margin-bottom: 10px;}
.module_i_album .title_i_box h6:before {  content: "Portfolio";  font-family: "Marcellus", serif;text-transform: uppercase;  color: #333f59;  letter-spacing: 3px;}
.module_i_album .title_i_box h4 {  font-size: 16px;   letter-spacing: .3rem;   /* margin-top: 10px; */  color: #333e57;}
.module_i_album section {max-width: 1600px;}
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p {height: 60px;background: rgb(85 85 85 / 50%);color: #fff;padding: 10px;font-size: 14px;}
.i_album_list li a p span {font-size: 14px;letter-spacing: .4rem;font-weight: 300;width: 100%;padding-left: 20px;text-align: left;}
.i_album_list li a p span:after{content: "VIEW   +";display: block;border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;
height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s;}
.i_album_list li a:hover p span{font-size: 18px;}
.i_album_list li a:hover p span:after{opacity: 1;height: 25px;margin-top: 20px;padding-bottom: 10px;transition-delay: .3s;}


@media screen and (max-width: 1024px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 500px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(1, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(1, 1fr);}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*觀看更多*/
.other_album {margin: 50px 0;}
.other_album_choice li {background: #B1937E;font-size: 12px;border-radius: 3px;}

.album_fixed_title {   background: transparent;}

.show-list .show_pic {   border-radius: 25px;}
.other_subalbum li {   background: #ffffff00;}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {position: relative;background: #f2f1e8;width: 100%;height: 380px;background: url(https://pic03.eapple.com.tw/geme0209/banA.jpg) no-repeat;background-size: cover;background-position: 50% 80%;background: transparent;overflow: hidden;}
.banner:before {content: '';position: absolute;display: block;width: 100%;height: 100%;background: #000;opacity: .3;z-index: 1;}

.banner::after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;animation: NzoomIn 4s;background-size: cover;background-position: center;transition-duration: 700ms;transition: transform 1.7s cubic-bezier(.56, .28, .57, .94), opacity 0.5s ease;background: url(https://pic03.eapple.com.tw/geme0209/banA.jpg) no-repeat;background-size: cover;background-position: 50% 80%;}
@keyframes NzoomIn {0% { transform: scale(1.2); }100% { transform: scale(1);}}
@keyframes NmoveUp {0% { transform: translateY(30%);}100% { transform: translateY(0);}}

.banner h5 {
    color: #4c6341;
    z-index: 1;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 1400px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 0 20px;
    color: #fff;
    text-shadow: 0px 0px 60px #3b4937;
    align-items: center;
    position: relative;
    animation: NmoveUp 1s;
    transition-delay: 0.25s;
}

.banner h5:after {
    padding-left: 0;
    font-weight: bold;
    z-index: 1;
    order: 0;
    content: 'introduce';
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 24px;
}


.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


.article_b .banner {}
.article_a .banner h5:after { content: 'NEWS';}

.album_a .banner h5:after { content: 'album';}
.CampCalendarPage  .banner h5:after { content: 'booking';}
