@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.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;
}

.CampIndexPage #content, .blog_page #content, .CampCalendarPage #content, .contact_page #content, .remit_page #content, .Camp_recheck_page #content {
    background-image: url(https://pic03.eapple.com.tw/moriborder/all_bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.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: #374E28;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: #384e2b;background: #D7DCD4;border-radius: 5px;transition: .5s;}
.me_tp_features a:hover {background: #fff;color: #000;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: #87957E;transition: .5s;}
.stellarnav > ul > li:hover:after {height: 5px;transition: .5s;}

.stellarnav > ul > li:nth-of-type(8), .site_bottomMenu a:nth-of-type(9) {display: none;}

.stellarnav > ul > li > a {padding: 30px 15px;color: #ffffff;display: block;font-size: 17px;line-height: 1;height: auto;margin: 0;transition: .5s;}
.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: 72px;padding: 10px 8px;border-radius: 0;}
}
@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 {background: #fff;box-shadow: 0 0 10px #D7DCD4;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: #384d2a;}
.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: #384d2a;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {padding: 15px;font-size: 14px;background: #293B1E;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 > ul > li {border-bottom: 1px #5F7153 solid;}
.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;}
.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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {position: relative;font-size: inherit;padding: 0;min-height: 50vh;margin-bottom: 20vh;}
.banner h5 {position: absolute;bottom: -35%;font-size: 28px;font-weight: normal;letter-spacing: 0.08em;line-height: 1.2;}
.banner h5:before {content: 'MORI BORDER';display: block;font-size: 20px;color: #364D27;margin-bottom: 10px;}

/*房型介紹-BA*/
.CampIndexPage .banner {background: url(https://pic03.eapple.com.tw/moriborder/BA-01.jpg);background-size: cover;background-position: center;}
.CampIndexPage .banner h5:before {content: 'ROOMS';}

/*邊境守則-BA*/
.banner.banB[data-banner="other_page_128"] {background: url(https://pic03.eapple.com.tw/moriborder/BA-03.jpg);background-size: cover;background-position: center;}
.banner.banB[data-banner="other_page_128"] h5:before {content: 'NOTICE';}

/*饗chillcafe-BA*/
.banner.banB[data-banner="other_page_129"] {background: url(https://pic03.eapple.com.tw/moriborder/BA-04.jpg);background-size: cover;background-position: center;}
.banner.banB[data-banner="other_page_129"] h5:before {content: 'MEALS';}

/*營區導覽圖-BA*/
.banner.banA[data-banner="other_select_25"] {background: url(https://pic03.eapple.com.tw/moriborder/BA-02.jpg);background-size: cover;
    background-position: center;}
.banner.banA[data-banner="other_select_25"] h5 {font-size: 0;}
.banner.banA[data-banner="other_select_25"] h5:before {content: 'MAP';}
.banner.banA[data-banner="other_select_25"] h5::after {content: '營區導覽圖';display: block;font-size: 28px;font-weight: normal;letter-spacing: 0.08em;line-height: 1.2;}

/*活動介紹-BA*/
.banner.banblog {background: url(https://pic03.eapple.com.tw/moriborder/BA-06.jpg);background-size: cover;background-position: center;}
.banner.banblog h5:before {content: 'ACTIVITY';}

/*立即預約-BA*/
.CampCalendarPage .banner {background: url(https://pic03.eapple.com.tw/moriborder/BA-05.jpg);background-size: cover;background-position: center;}
.CampCalendarPage .banner h5:before {content: 'RESERVE';}

/*ALL+聯絡我們-BA*/
.banner, .banner.banC {background: url(https://pic03.eapple.com.tw/moriborder/BA-07.jpg);background-size: cover;background-position: center;}
.banner.banC h5:before {content: 'CONTACT';}

@media screen and (max-width: 1024px) {
.banner h5, .banner.banA[data-banner="other_select_25"] h5::after {font-size: 26px;}
.banner h5:before {font-size: 18px;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 40vh;}
.banner h5, .banner.banA[data-banner="other_select_25"] h5::after {bottom: -40%;font-size: 24px;}
.banner h5:before {font-size: 17px;}
}
@media screen and (max-width: 600px) {
.banner {min-height: 35vh;margin-bottom: 15vh;}
.banner h5, .banner.banA[data-banner="other_select_25"] h5::after {font-size: 22px;}
.banner h5:before {font-size: 16px;}
}
@media screen and (max-width: 450px) {
.banner {min-height: 25vh;margin-bottom: 12vh;}
.banner h5, .banner.banA[data-banner="other_select_25"] h5::after {bottom: -50%;font-size: 20px;}
.banner h5:before {font-size: 15px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.site_endPart {background: #384e2b;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 1fr 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_logo > a{background: url(https://pic03.eapple.com.tw/moriborder/footer_logo.svg);background-size: contain;background-position: center;
    background-repeat: no-repeat;width: 120px;aspect-ratio: 1 / 1;}
.site_logo > a > img {display: none;}

.site_reachOut p {width: 100%;font-size: 15px;color: #fff;line-height: 1;letter-spacing: 0.08em;padding: 0 0 15px 0;gap: 5px;}
.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: #293B1E;border-radius: 10px;padding: 10px 15px;margin: 0;}
.For_CampUse a:hover {background: #8f2b12;}
.For_CampUse em {padding: 10px;}
.For_CampUse a span {font-size: 13px;padding: 0 5px 10px;letter-spacing: 0.1em;}

.site_copyRight p {font-size: 12px;color: #5F7153;font-weight: 300;}
.site_copyRight a, .site_copyRight span {color: #5F7153;}
.privacyLinks a {padding: 0 10px;}
.privacyLinks a+a {border-left: 1px solid #5F7153;}

@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;}
}

/*top*/
#to_top {left: auto;right: 10px;border-radius: 10px;padding-top: 14px;font-size: 14px;letter-spacing: 0.08em;color: #000000;background: #d7dcd4;
    box-shadow: none;}
#to_top i.top {display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章共同設定*/
.blog_box { display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.blog_le {width: 20%;padding: 0;}
.blog_ri {width: 75%;padding: 0;}
h5.blog_le_t {margin-bottom: 15px;}
h5.blog_le_t em {display: none;}
.blog_search {margin-bottom: 20px;}
.blog_search input[type=search] {border-radius: 0;color: #000000;background: unset;}

.blog_le .accordion {border-radius: 0;border: none;}
.accordion li .link a {letter-spacing: 0.08em;font-weight: normal;padding: 15px 30px;font-size: 15px;color: #394d2c;background: #d7dcd454;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #384e2b !important;}
.submenu {background:#ffffffd9;}
.submenu a {color: #394d2c;padding: 18px 36px;letter-spacing: 0.08em;line-height: 1.8;}
.submenu li.on_this_category a, .submenu a:hover {background: #8d2d0e;color: #ffffff;}
.submenu a i {left: 10px;}

h4.blog_category_title {color: #000;font-size: 22px;font-weight: normal;padding: 0px 0 15px 0; margin-bottom: 15px;}
.blog_shareData {padding: 15px;background: #f5f5f5f5;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-size: 14px;font-weight: normal;letter-spacing: 0.08em;}
.articel_mainPic {display: none;}
.blog_box_edit * {line-height: 1.8;letter-spacing: 0.08em;font-size: 16px;color: #000;word-break: break-all;}
.blog_box_edit * a {color: #007FFF;}
.news_tags a {margin-right: 10px;color: #ccc;font-size: 14px;font-weight: lighter;letter-spacing: 0.08em;}

.blog_back {width: 100%;}
.blog_back a {padding: 12px 15px;letter-spacing: 0.3em;font-weight: normal;line-height: 2;transition: 0.5s ease;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #91601D;}
.blog_back a.article_btn_back {background: #394d2c;}
.blog_back a:hover {background: #000;transition: 0.5s ease;}

.news_related {padding: 100px 5%;background: #d7dcd445;}
.news_related h6 {max-width: 1500px;margin: 0 auto 50px;}
.news_related h6 span:before {font-size: 22px;font-weight: normal;color: #394d2c;letter-spacing: 0.2em;}
.news_related_list { grid-template-columns: repeat(4, 1fr); max-width: 1500px; grid-gap: 15px;}
.news_related_list li a {display: flex;padding: 15px;background: #ffffff80;height: 100%;flex-direction: column;align-items: center;
	gap: 15px;transition: 0.5s ease;}
.news_related_list li:hover a {transform: scale(0.95);transition: 0.5s ease;}
.news_related_list li figure {aspect-ratio: 1 / 1;}
.news_related_list li a p {font-size: 14px;letter-spacing: 0.05em;}

.news_related_b_box .lastPage {font-size: 15px;letter-spacing: 0.2em;color: #fff;background: #8e2d10;padding: 15px 30px;margin: 50px auto 0;width: 200px;transition: 0.5s ease;}
.news_related_b_box .lastPage:hover {background: #F1E1A3;color: #8e2d10;transition: 0.5s ease;}

@media screen and (max-width: 1200px) {
.accordion li .link a {padding: 15px 25px;}
}
@media screen and (max-width: 1024px) {
.blog_box {flex-direction: column;align-items: center;}
.blog_le, .blog_ri {width: 100%;}
h5.blog_le_t {font-size: 20px;font-weight: normal;color: #333;font-family: auto;letter-spacing: 0.08em;}
h5.blog_le_t em {display: inline-block;}
.blog_search {margin-bottom: 5px;}

h4.blog_category_title {font-size: 20px;padding: 0px 0 5px 0;margin-bottom: 5px;}
.blog_shareData {padding: 10px 15px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-size: 12px;}
.blog_box_edit * {line-height: 1.7;letter-spacing: 0.05em;font-size: 15px; }
.news_tags {margin-bottom: 30px;}
.news_tags a {font-size: 13px;}
.blog_back a {font-size: 14px;}
.news_related {padding: 80px 5%;}
.news_related h6 span:before {font-size: 20px;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related_list li a { padding: 10px;gap: 10px;}
.news_related_b_box .lastPage {font-size: 14px;width: 150px;padding: 12px 20px;}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {
h5.blog_le_t {font-size: 18px;}

h4.blog_category_title {font-size: 18px;}
.blog_box_edit * {font-size: 14px;}
.news_tags a {font-size: 12px;}
.news_related h6 span:before {font-size: 18px;}
.news_related_list li a p {font-size: 13px;}
}
@media screen and (max-width: 500px) {
h5.blog_le_t {font-size: 16px;}
.blog_le, .blog_ri {margin-bottom: 30px;}

h4.blog_category_title {font-size: 17px;}
.blog_box_edit .edit iframe {min-width: inherit !important;}
.news_related {padding: 60px 5%;}
.news_related h6 {margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 17px;}
.news_related_list {grid-template-columns: 1fr;}
.news_related_b_box .lastPage {font-size: 13px;margin: 30px auto 0;}
}


/*文章設定A*/
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {display: grid;grid-template-columns: 3fr 1fr;align-items: stretch;grid-gap: 30px;padding: 15px;background: #f5f5f5;}
.subbox_item a:before {font-size: 16px;color: #ffffff;background: #394f2a;padding: 15px 30px;transform: translate(-50%, -50%);
    left: 50%;top: 50%;bottom: auto;right: auto;letter-spacing: 0.08em;}
.subbox_item a:after {background: #d7dcd4bd;border: none;}
.blog_list_le {order: 2;aspect-ratio: 1 / 1;}
.blog_list_ri {order: 1;display: flex;padding: 15px 50px;background: #fff;flex-direction: column;justify-content: center;}
.blog_list_ri>*+* {margin-top: 15px;}
.blog_list_ri em {font-size: 13px;letter-spacing: 0.08em;color: #ccc;padding-top: 5%;}
.blog_list_ri p {font-size: 14px;color: #666;letter-spacing: 0.08em;line-height: 1.8;-webkit-line-clamp: 2;}

@media screen and (max-width: 1200px) {
.subbox_item a {grid-template-columns: 3fr 1fr;}
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px) {
.blog_list_ri {padding: 15px 30px;}
.blog_list_ri h5 {-webkit-line-clamp: 2;font-size: 17px;}
.blog_list_ri em {padding-top: 5%;font-size: 12px;}
.blog_list_ri p {font-size: 13px;}
.subbox_item a:before {font-size: 14px;padding: 12px 30px;}
}
@media screen and (max-width: 600px) {
.subbox_item a {grid-template-columns: 1fr;grid-gap: 15px;}
.blog_list_le {order: 0;}
.blog_list_ri {padding: 15px;}
.blog_list_ri>*+* {margin-top: 10px;}
.blog_list_ri h5 {font-size: 16px;}
}
@media screen and (max-width: 450px) {
.subbox_item a {padding: 10px;grid-gap: 10px;}
.subbox_item a:before {font-size: 12px;}
.blog_list_le {aspect-ratio: 1 / 1;}
.blog_list_ri {padding: 15px 10px;}
.blog_list_ri h5 {font-size: 15px;}
.blog_list_ri p {font-size: 12px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*營區介紹*/
.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: #8e2e0e;}

@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: #000000;line-height: 30px;width: 90px;background: #d7dcd4;font-weight: normal;border-radius: 3px;letter-spacing: -0.05em;}
.camp_info .info_text {line-height: 30px;}
.out_link a:hover {background-color: #384d2a;}
#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: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡表單*/
.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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */