@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{letter-spacing: 1px;}

@media screen and (max-width: 600px){
	.main_part {padding: 50px 20px 20px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: 'Lato','Noto Sans TC', sans-serif;}
#content{background: url(https://pic03.eapple.com.tw/haoda/content_bg.jpg);}
#content_main {background: #b8cd71;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
/*其他設定*/
.bannerindex {position: relative;}
.swiper-pagination {margin-left: 0;transform: translateX(-50%);}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.swiper-slide{position: relative;}
.swiper-slide:before{content: "";background: url(https://pic03.eapple.com.tw/haoda/banner_t.png) no-repeat;
width: 18vw;height: 15vw;background-size: contain !important;z-index: 100;
position: absolute;top: 50%;transform: translateY(-50%);}
.swiper-slide:nth-child(1):before{left: 15vw;}
.swiper-slide:nth-child(2):before{right:15vw;}
.swiper-slide:after{content: "";width: 45vw;height: 38vw;background-size: contain !important;z-index: 100;
position: absolute;top: 50%;transform: translateY(-50%);}
.swiper-slide:nth-child(2):after{right: -1vw;background: url(https://pic03.eapple.com.tw/haoda/banner_pic01.png) no-repeat;}
.swiper-slide:nth-child(1):after{left: -2vw;background: url(https://pic03.eapple.com.tw/haoda/banner_pic02.png) no-repeat;}

@media screen and (max-width: 600px){
	.swiper-slide{height: 80vh;background-size: cover !important;background-position: center !important;}
	.swiper-slide:nth-child(1){background: url(https://pic03.eapple.com.tw/haoda/banner01_s.jpg) no-repeat;}
	.swiper-slide:nth-child(2){background: url(https://pic03.eapple.com.tw/haoda/banner02_s.jpg) no-repeat;}
	.swiper-slide:before {width: 200px;height: 160px;background: url(https://pic03.eapple.com.tw/haoda/banner_t_s.png) no-repeat;
		top: auto;bottom: 80px;background-position: center bottom;}
	.swiper-slide:nth-child(1):before {left: 50%;transform: translateX(-50%);}
	.swiper-slide:nth-child(2):before {right: auto;left: 50%;transform: translateX(-50%);}
	.swiper-slide:after {width: 100%;height: 300px;top: 0;transform: none;}
	.swiper-slide:nth-child(2):after {background-position-x: right;}
	.swiper-slide img{display: none;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.pageIndex .header_area {position: fixed;width: 100%;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1600px;padding: 0 3%;}
.nav-header {top: 10px;}
.nav-brand {width: 180px;}
.navigation {padding: 5px 0 5px 230px;}
/*主分類按鈕*/
.stellarnav > ul > li > a {color: #555;padding:15px 0px;height: auto;font-size: 16px;font-weight: 300;
	vertical-align: middle;transition: all .5s;}
.stellarnav > ul > li > a:hover{color: #777;}
.stellarnav li.has-sub > a {padding: 15px 15px 15px 0px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #444;border-left: 5px solid transparent;
	border-right: 5px solid transparent;right: 0px;transition: all .5s;}
.stellarnav li.has-sub > a:hover:after {border-top: 4px solid #ADA17E;}/*三角形icon*/
/*購物車功能檢視*/
.me_tp_features {display: block;position: absolute;right: 15px;top: 15px;max-width: 360px;}
.me_tp_features a{transition: all .3s;}
.me_tp_features a.tp_btn_notice i{margin-top: 5px;}
.me_tp_features a:hover{transform: translateY(-3px);}
.me_tp_features a i {margin: 0;}
.me_tp_features a span{font-size: 12px;margin-left: 3px;}
.tp_links{display: none;}
.box_search {margin-right: 10px;overflow: hidden;}
.box_search input[type=text] {padding: 5px 10px 5px 32px;border-radius: 0;}
.shop_search_btn {background: #888;padding: 6px 12px;border-radius: 0;}
/*其他下拉按鈕*/
.stellarnav > ul > li > ul a{background: #fff;color: #555;padding: 15px;font-size: 14px;border-bottom: none;font-weight: 300;transition: all .5s;}
.stellarnav > ul > li > ul a:hover{background: #f1f1f1;padding: 15px 10px 15px 20px;}
.stellarnav > ul > li.has-sub > ul a{padding: 15px;}
.stellarnav > ul > li.has-sub > ul a:hover{padding: 15px 10px 15px 20px;}
.stellarnav > ul > li > ul a:hover {background: #333;color: #fff;}
.stellarnav li li:hover > a {color: #fff;background: #555;}
.stellarnav li li.has-sub:hover > a:after {border-left: 5px solid #fff;}
.stellarnav li li{border: none;margin-bottom: 0;}
.stellarnav li li.has-sub > a:after {border-left: 5px solid #888;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 10px;}
.stellarnav ul ul li.has-sub > a:hover:after {border-top: 4px solid transparent;}
.me_tp_features {display: none;}

@media screen and (max-width: 1200px){
	.pageIndex .header_area {position: relative;}
}
@media screen and (max-width: 1024px){
	.navigation {padding: 5px;}
	.nav-header {position: relative;}
	.stellarnav > ul > li > a {padding: 5px;}
	.stellarnav li.has-sub > a {padding: 5px 25px 5px 15px;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 10px;}/*漢堡紐*/
	.stellarnav.mobile.left > ul{border-right: none;box-shadow: 0 0 10px rgba(0,0,0,.05);}
	.stellarnav .menu-toggle span.bars span {width: 20px;height: 1px;}
	.nav-header{top: 0;z-index: 0;}
	.nav-brand{margin-top: 5px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {vertical-align: middle;width: 80%;}
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
	.stellarnav.mobile > ul > li.has-sub > ul a {padding: 10px;}
	/*其他下拉按鈕*/
	.stellarnav.mobile > ul > li > a.dd-toggle {top: 6px;}
	.stellarnav.mobile li.open {padding: 0;}
	.stellarnav.mobile li.open li.open{padding: 3px;background: #ddd;}
	.stellarnav.mobile li.open li.open > a{background: #ddd;}
	.stellarnav.mobile li.open li.open li a{padding-left: 20px;}
    .stellarnav.mobile li.open li.open li a:before{content: "-";}
	.stellarnav.mobile li li a.dd-toggle {width: 40px;height: 40px;}
	.stellarnav.mobile li a{border-bottom: none;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #777;}
    .stellarnav li.open > a.dd-toggle .icon-plus {-webkit-transform: inherit;-ms-transform: inherit;-o-transform: inherit;transform: inherit;}
    .stellarnav li.open > a.dd-toggle > .icon-plus:before{display: none;}
    .stellarnav > ul > li > ul a:hover {background: transparent;}
    .stellarnav li li:hover > a {background: transparent;}
    .stellarnav .icon-close:before,.stellarnav .icon-close:after {width: 15px;border-bottom: solid 2px #888;}
	/*叉叉按鈕*/
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{color: transparent;background: transparent;}
	.stellarnav .icon-close {position: absolute;right: 15px;}
	/*漢堡紐*/
	.stellarnav .menu-toggle span.bars span {width: 25px;height: 2px;margin: 0 auto 5px;}

}
@media screen and (max-width: 570px){
	.stellarnav .menu-toggle {padding: 10px;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area {position: fixed;width: 100%;}
.main_header_area {background: transparent;box-shadow: none;}
.nav-brand {width: 10vw;}
.stellarnav {position: fixed;right: 0;top: 0;text-align: right;width: auto;}
.stellarnav:before{content: "";background: rgba(256,256,256,0);position: absolute;
top: 0;left: 0;width: 0%;height: 100vh;position: fixed;transition: all 1s;}
.stellarnav.active:before{background: rgb(242 237 230 / 60%);transition: all .8s;width: 100%;
transition: all 1s;}
.stellarnav.active > ul{display: block !important;width: 30%;animation: bar_open 1s both;}
.stellarnav > ul {position: fixed;right: 0;top: 0;width: 0%;height: 100vh;display: none !important;
	background: url(https://pic03.eapple.com.tw/haoda/menu_bg.png);padding: 5vw;;max-width: 500px;}
.stellarnav ul ul {position: relative;background: transparent;width: 100%;transition: all .5s;}
.stellarnav > ul > li {width: 100%;}
.stellarnav > ul > li > a {color: #6d5c47;letter-spacing: 2px;transition: all .1s;
	display: flex;flex-direction: column-reverse;padding: .6vw 0px;}
.stellarnav > ul > li > a:hover {color: #95ab49;}
.stellarnav > ul > li > a b{height: 35px;}
.stellarnav > ul > li > a b:nth-child(1){font-size: 16px;font-weight: 400;letter-spacing: 4px;}
.stellarnav > ul > li > a b:nth-child(2){font-size: 26px; font-family: "Lato", sans-serif;
font-weight: 1000;}
.stellarnav > ul > li > a:hover b {transform: translateY(-0px);-webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);}
.stellarnav > ul > li > ul a {background: transparent;color: #675741;text-align: center;}
.stellarnav > ul > li > ul a:hover {background: #675f59;padding: 15px;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #6d5c47;}
.stellarnav li.has-sub > a:hover:after {border-top: 4px solid #95ab49;}/*三角形icon*/

/*關閉鈕*/
.stellarnav .close-menu{display: flex;flex-wrap: wrap;justify-content: center;color: #fff;
    width: 85px;height: 100px;background: #af987b;text-align: center;position: absolute;top: 0;right: 0;}
.stellarnav .icon-close {width: 40px;height: 50px;margin: 15px auto 0 auto;display: block;}
.stellarnav .icon-close:before,.stellarnav .icon-close:after {width: 40px;
	border-bottom: solid 1px #fff;transition: all .3s;}
.stellarnav .icon-close:before {transform: rotate(25deg);}
.stellarnav .icon-close:after{transform: rotate(-25deg);}
.stellarnav .close-menu:hover span:before{transform: rotate(-25deg);}
.stellarnav .close-menu:hover span:after{transform: rotate(25deg);}
/*選單鈕*/
.stellarnav > a {max-width: 100px;margin: 0 0 0 auto;}
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;padding: 0;}
.stellarnav .menu-toggle:after{position: absolute;bottom: 18px;left: 50%;transform: translateX(-50%);
    color: #fff;font-weight: 300;}
.stellarnav .menu-toggle span.bars {top: 0px;right: 0px;background: #95ab49;padding: 25px 25px 30px;}
.stellarnav .menu-toggle span.bars span {width: 35px;height: 1px;margin: 0 auto 9px 0;background: #eee;}
.stellarnav .menu-toggle span.bars span:nth-child(2){width: 18px;transition: all .5s;}
.stellarnav .menu-toggle span.bars:hover span:nth-child(2){width: 35px;}
@keyframes bar_open{
	0%{width: 0;opacity: 0;}
	100%{width: 40%;opacity: 1;}
}
/*購物車按鈕*/
.me_tp_features {display: block;}
.me_tp_features a{margin: 5px;}
.shop_search_btn {background: #958375;}


.header_area.sticky .stellarnav:before{background: rgba(256,256,256,0);}



/*寬度768以上不顯示下拉選單*/
@media screen and (min-width: 769px){
	.stellarnav > ul > li > ul{display: none !important;}
}
@media screen and (max-width: 1600px){
	.me_tp_features {right: 100px;}
}
@media screen and (max-width: 1300px){
	.pageIndex .header_area {position: fixed;}
	.stellarnav > ul > li > a {padding: 1.2vw 0px;}
	.stellarnav > ul > li > a b {height: 25px;}
	.stellarnav > ul > li > a b:nth-child(2){font-size: 22px;}
}
@media screen and (max-width: 1024px){
	.nav-header {text-align: left;}
}  
@media screen and (max-width: 768px){
	.pageIndex .header_area {position: relative;}
	.main_header_area .container{padding: 0;}
	.nav-header {padding-left: 20px;}
	.nav-brand {width: 65px;}
	.stellarnav > ul {padding: 100px 5vw;}
	.stellarnav.mobile {max-width: 85px;margin: 0 0 0 auto;top: 0;}
	.stellarnav.mobile.left > ul {right: 0;left: auto;}
	.stellarnav.mobile > ul {background: url(https://pic03.eapple.com.tw/haoda/menu_bg.png);}
	.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {max-width: 100%;border: none;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
		background: #af987b;color: #fff;text-align: center;}
	.stellarnav .icon-close {position: relative;right: auto;}
	.stellarnav.mobile > ul > li {margin: 10px 0;}
	.stellarnav.mobile > ul > li.has-sub > ul a {padding: 12px 20px;text-align: left;
        font-weight: 500;}
    .stellarnav.mobile > ul > li > a {padding: 10px 43px 10px 0px;}
    .stellarnav.mobile ul ul{background: rgb(229 224 217 / 60%);}
    .stellarnav.mobile li.open {background: transparent;}
    .me_tp_features {top: 20px;max-width: 200px;right: 75px;}
    .box_search{display: none;}

	@keyframes bar_open{
		0%{width: 0;opacity: 0;}
		100%{width: 80%;opacity: 1;}
	}
}   


@media screen and (max-width: 450px){
	.stellarnav > a {max-width: 65px;}
	.stellarnav.mobile {max-width: 65px;}
	.stellarnav .menu-toggle{width: 100%;}
	.stellarnav .menu-toggle span.bars {padding: 25px 15px 30px;}
	.stellarnav .menu-toggle span.bars span {width: 25px;}
	.stellarnav .menu-toggle span.bars span:nth-child(2) {width: 13px;}
	.stellarnav .menu-toggle:after {width: 100%;text-align: center;}
	.stellarnav > ul > li > a b:nth-child(1) {font-size: 14px;}
	.stellarnav > ul > li > a b:nth-child(2) {font-size: 18px;}
	.stellarnav > ul > li > ul a{font-size: 12px;}
}






/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.footer{background: #fff;padding: 50px 0;}
.footer .center{max-width: 1200px;padding: 0 3%;}
.footer_logo{width: 150px;margin: 0;}
.footer_logo img{width: 100%;}
.footer_info{padding: 0;display: flex;align-items: center;justify-content: space-around;}
.footer_info li{padding: 10px 0;display: inline-block;vertical-align: middle;}
.footer_info li:nth-child(1){width: 100%;}
.footer_info li:nth-child(2){width: 100%;}
.footer_info li p,.footer_info li p a{color: #444;}
.footer_menu a {background: transparent;color: #555;border: none;font-weight: 300;}
.copy {border-top: none;}
.copy a{color: #444;font-weight: 200;}
.box_link {top: 100%;width: 100%;text-align: right;padding: 0 3%;max-width: 300px;display: none;}
.box_link a {display: inline-block;width: 30px;height: 30px;border: none;background: #111;padding: 0px;border-radius: 30px;}
.box_link a i{max-width: 100%;font-size: 18px;line-height: 30px;display: block;}

@media screen and (max-width: 768px){
	.footer {padding:30px 0;}
	.footer_logo{margin-bottom: 0;}
	.footer_info ul {flex-wrap: wrap;}
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(2){width: 100%;text-align: center;}
	.footer_menu {margin: 0;}
	.footer_menu a{font-size: 12px;}
	.box_link{position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
	.copy {padding: 30px 3% 0 3%;text-align: center;border-top: 1px solid #555;font-size: 12px;}
}
	
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer {background: #b5cd66;}
.footer_info {flex-direction: column;}
.footer_info ul {width: 100%;text-align: center;}
.footer_info li:nth-child(2){display: none;}
.footer_info li p, .footer_info li p a {color: #fff;}
.copy,.copy a {color: #e4f7a8;}

@media screen and (max-width: 768px){
	.copy {border-top: 1px solid #e4f7a8;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*側邊選單*/
h5.blog_le_t em{font-weight: 400;font-size: 20px;}
h5.blog_le_t span {font-size: 14px;padding-left: 5px;font-weight: 300;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le {width: 250px;padding: 15px;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion li{border-bottom: 1px solid #ddd;}
.blog_le .accordion li:last-child{border-bottom: none;}
.blog_le .accordion li.open {background: #ddd;}
.accordion li .link{padding: 0;border-bottom: none;}
.accordion li .link a{padding: 15px 10px;display: inline-block;font-weight: 300;color: #000;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ADA17E !important;}
.submenu {background: #fff;}
.submenu a{padding: 12px 12px 12px 30px;}
.submenu a:hover {background: #eee;color: #555;padding: 12px 12px 12px 35px;}
/*分類區塊*/
.blog_ri {width: calc(100% - 260px);padding: 15px 0 0 50px;}
h4.blog_category_title {padding: 0;margin: 0 0 5px 0;font-weight: 300;font-size: 20px;color: #555;}
.subbox_item{width: 100%;}
.subbox_item a {display: flex;justify-content: space-between;align-items: center;}
.subbox_item a:before{display: none;}
.subbox_item a:after{display: none;}
.blog_list_le {width: 30%;}
.blog_list_ri {width: 70%;padding: 0 8%;}
.blog_list_ri h5 {font-size: 24px;font-weight: 400;color: #333;}
.blog_list_ri em {position: absolute;right: 10px;bottom: 10px;font-weight: 300;}
.blog_list_ri p {font-weight: 300;color: #555;line-height: 180%;margin-top: 30px;}
/*詳細頁*/
.blog_in_page h4.blog_category_title {font-weight: 400;font-size: 24px;border-bottom: 1px solid #ddd;padding-bottom: 15px;
    margin-bottom: 15px;}
.blog_back a {padding: 12px 15px;font-size: 14px;font-weight: 300;}
.blog_back a.article_btn_prev {background: #777;}
.blog_back a.article_btn_back {background: #333;}
.blog_back a.article_btn_next {background: #777;}
/*首頁文章管理*/
.module_i_news {padding: 80px 20px;background: #f3f3f3;}
.module_i_news ul {display: flex;justify-content: space-around;}
.module_i_news li {width: 25%;padding: 1%;}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a:before{display: none;}
.module_i_news li a:after{display: none;}
.module_i_news .title_i_box h4 {font-size: 30px;color: #333;font-weight: 600;}
.module_i_news .title_i_box h4:before{content: "";display: block;color: #ACACB2;font-size: 16px;font-weight: 400;}
.i_blog_le{width: 100%;}
.i_blog_ri{width: 100%;}
.i_blog_ri h5 {color: #333;margin-top: 10px;}
.i_blog_ri p {line-height: 180%;font-size: 14px;font-weight: 300;}
@media screen and (max-width: 960px){
	/*分類區塊*/
	.subbox_item {border-bottom: none;}
	.blog_list_le {width: 150px;}
	.blog_list_ri {width: calc(100% - 155px);padding-left: 30px;}
	.blog_list_ri h5 {font-size: 18px;}
	.blog_list_ri p {margin-top: 10px;font-size: 12px;}
	.blog_list_ri em {position: relative;right: 0;top: 0;}
	/*詳細頁*/
	.blog_in_page h4.blog_category_title{font-size: 18px;}
}
@media screen and (max-width: 768px) {
	/*側邊*/
	.blog_ri {width: 100%;padding: 0;}
	.blog_le{width: 100%;}
	/*分類區塊*/
	.blog_list_le {width: 40%;}
	.blog_list_le img {object-fit: cover;min-height: 200px;}
	.blog_list_ri {width: 60%;padding: 0 30px;}
	/*首頁文章*/
	.module_i_news ul{flex-wrap: wrap;}
	.module_i_news li{width: 50%;}
}
@media screen and (max-width: 450px){
	/*分類區塊*/
	.subbox_item a {display: block;padding: 10px;}
	.blog_list_le {width: 80%;margin: 0 auto;display: block;}
	.blog_list_ri {width: 100%;padding: 10px;}
	/*詳細頁*/
	.blog_back {margin-top: 80px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*首頁*/
.module_i_news {background: #fbfaf7;}
.module_i_news .title_i_box h6 {font-size: 60px;color: #b8cd71;font-family: "Gloria Hallelujah", cursive;
line-height: 120%;font-weight: 500;}
.module_i_news .title_i_box h4 {font-size: 18px;color: #66584b;letter-spacing: 4px;}
/*側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #66584b !important;}
/*文章頁*/
.blog_back a.article_btn_back {background: #d8ac49;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {background: #66584b;}


@media screen and (max-width: 768px){
	/*首頁*/
	.module_i_news .title_i_box h6 {font-size: 36px;}
	.module_i_news .title_i_box h4{font-size: 15px;}
	.i_blog_ri h5{font-size: 16px;}
	.module_i_news li{border-bottom: none;}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {position: relative;border-bottom: 1px solid #eee;padding-bottom: 50px;}
.promotion_title em {display: block;border: none;font-size: 14px;font-weight: 300;padding: 0;}
.promotion_title span {border: none;color: #555;padding: 0;margin: 0;
position: absolute;right: 0;bottom: 10px;font-weight: 300;letter-spacing: 2px;}
.promotion_title span:before{content: "發布時間";display: block;font-weight: 400;}
.promotion_title h2{display: block;font-weight: 400;font-size: 24px;}
.other_promotion {margin-top: 200px;}
.other_promotion:before{content: "Read More";display: block;color: #aaa;padding:10px 15px;}
.other_promotion li{border-bottom: 1px solid #ddd;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;font-weight: 300;padding: 25px 15px;border: none;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a:hover {background: transparent;}
.other_promotion .pmtTime {width: 150px;}
.other_promotion .pmtTime span{float: left;letter-spacing: 3px;}
.other_promotion .pmtTitle{width: calc(100% - 160px);}
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0;padding-left: 30px;
letter-spacing: 4px;font-weight: 300;color: #000;position: relative;}
.other_promotion .pmtTitle h3:before{content: "〉";font-size: 12px;color: #fff;transition: all .5s;
position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.other_promotion li a:hover h3:before{color: #888;}

@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
	.other_promotion .pmtTitle h3 {padding-left: 0;}
	.other_promotion .pmtTitle h3:before{display: none;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*首頁*/
.news_part {padding: 50px 0 20px;}
.news_part .title_i_box h6 {font-size: 60px;color: #fff;font-family: "Gloria Hallelujah", cursive;
line-height: 140%;font-weight: 500;}
.news_part .title_i_box h4 {color: #fff;letter-spacing: 4px;font-size: 18px;}
.news_list ul li {border-bottom: 1px #cee387 solid;}
.news_list ul li span{color: #fff;}
.news_list ul li p{color: #fff;}
.news_list ul li p:after {color: #93ac40;background: #eee;padding: 3px 10px;}
.news_list ul li a:hover {background: #a8c451;}
.news_list ul li a:hover p {color: #fff;}


@media screen and (max-width: 768px){
	/*首頁*/
	.news_part .title_i_box h6 {font-size: 36px;}
	.news_part .title_i_box h4 {font-size: 15px;}
	.news_list ul li p{font-size: 14px;}
}
@media screen and (max-width: 600px){
	.news_list ul li {border: none;background: transparent;border-bottom: 1px #cee387 solid;}
	.news_list ul li:last-child{border-bottom: none;}
	.news_list ul li a{text-align: left;}
	.news_list ul li p{text-align: left;}
	.news_list ul li p:after{display: none;}
	
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 33.3%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 33.3%;padding: 2%;margin: 0;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #555;letter-spacing: 2px;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 33.3%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;font-size: 15px;}
.other_album_choice li {background: #555;border-radius: 3px;font-size: 12px;}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 50%;}
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li{width: 50%;}
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .item {width: 50%;}
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*大分類*/
.show-list .show_pic {padding-bottom: 80%;border-radius: 20px;}
.show-list .show_pic img {min-height: 23vw;}
/*相片頁*/
.pic-list {display: inherit;column-count: 4;}
.pic-list .item {width: 100%;}
.pic-list .item a {border-radius: 20px;overflow: hidden;}
.pic-list .show_pic {height: auto;padding-bottom: inherit;}
.pic-list .show_pic img {min-height: inherit;}
.other_album_choice li {background: #dabe4d;}


@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.pic-list {column-count: 2;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*整體設定*/
.blank_letter{font-family: 'Noto Sans TC', sans-serif;color: #444;font-size: 24px;padding-top: 0;}
.contact_content .information_right {width: calc(100% - 310px);padding-left: 50px;}
/*表格區塊*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {font-weight: lighter;}
button, input, optgroup, select, textarea{outline: none;}
input[type="checkbox"], input[type="radio"] {margin: 5px 5px 5px 10px;}
input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin: 5px 5px 5px 0px;}
.list_before.info li {font-weight: 300;}
.form select {background: transparent;color: #444;border: none;border-bottom: 1px solid #aaa;width: 100%;}
.form select option{background: #eee;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 15px 0;}
.contact_form li {width: 48%;padding-left: 0;padding: 15px 0;}
.contact_form li input.noborder {padding-left: 10px;background: transparent;border: none;border-bottom: 1px solid #eee;}
.contact_form li textarea.noborder{border: 1px solid #eee;padding-left: 10px;background: transparent;}
.contact_form li.last{width: 100%;}
.contact_form li.last cite {margin-left: 10px;background: #555;color: #eee;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccc solid;width: 130px;}
.contact_form li.last blockquote input {color: #333;font-size: 14px;font-weight: 300;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.information_right .contact_form li.last blockquote input {color: #000;font-weight: 300;font-size: 14px;}
.contact_form li .form__label{font-weight: 300;color: #000;width: 100%;text-align: left;margin-left: 0;margin-bottom: 5px;}
.contact_form li .form__insert{color: #444;width: 100%;}
.noborder {padding: 10px;}
.blank_letter {font-weight: 400;font-size: 20px;letter-spacing: 3px;}

@media screen and (max-width: 768px) {
	/*整體設定*/
	.blank_letter{padding-top: 0;}
	.blank_letter.f{margin-top: 50px;}
	/*資訊區塊*/
	.list_before{margin-top: 10px;}
	/*表格區塊*/
	.contact_content .information_right {width: 100%;padding-left: 10px;}
	.contact_form li input.noborder{border-radius: 0;}
}
@media screen and (max-width: 600px){
	.contact_content{padding: 0;}
}
@media screen and (max-width: 450px){
	.contact_form li{width: 100%;}
	.blank_letter{padding-top: 0;font-size: 18px;}
	.blank_letter.f{margin-top: 50px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.contact_content {margin-top: 50px;}
.blank_letter{display: none;}
/*側邊資訊*/
.contact_content .information_left:before{content: "同意書須知";display: block;font-size: 24px;
    color: #6b5947;}
.list_before{display: none;}
/*表單*/
.contact_content .information_right:before{content: "住宿預約表單";display: block;font-size: 24px;
    color: #6b5947;}
.contact_form li{width: 100%;}
.contact_form li:nth-last-child(3) .form__label{font-weight: 500;color: #6b5947;font-size: 18px;}
.contact_form li input.noborder,.contact_form li textarea.noborder {background: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #9f6853 solid;}
.contact_form li.last cite {background: #9f6853;}
.information_right .contact_form li.last blockquote input{color: #9f6853;}


@media screen and (max-width: 768px){
	.contact_content {padding: 20px 5%;}
	.contact_content .information_left{margin-bottom: 50px;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.product_page .product-layer-two { 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); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#ADA17E;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product_info_page .product-layer-two { 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: #fff; 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:#ADA17E;}
.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) {
	.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
	.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
	.product-layer-two,.products-list,.product-wrapper { width: 100%;}
	.product-layer-two { margin-right: 0;}
	.product-layer-two > li { margin-bottom: 5px;}
	.product_page .product-layer-two,.product_page .products-list { width: 100%; border-right: none;}

	.product_page .show_content > a { order: 1;}
	.product_page ul.products-list { order: 2;}
	.product_page ul.page { order: 3;}
	.product_page ul.product-layer-two { order: 4;}
}


/*清單頁_側邊選單*/
.product_page .product-layer-two {border-right: none;}
.product-layer-two li li{border: none;padding: 5px 15px;background: transparent;}
.product-layer-two li li a {background: transparent;font-weight: 300;color: #555;padding-left: 20px;}
.product-layer-two li li:hover > a {color: #ADA17E;background: transparent;}
.product-layer-two li li:hover > a:before {background: #ADA17E;}
.product-layer-two li a {background: transparent;border: none;}
.product-layer-two li ul{margin-top: 0;}
.product-layer-two > li {border-bottom: none;font-weight: 500;}
.product-layer-two > li > a{color: #555;}
.product-layer-two li li > a:before {background: #ccc;margin-left: 0;}
.product-layer-two li.active a {border: none;color: #ADA17E;}
/*清單頁_商品區*/
.products-list .pic {padding-bottom: 65%;}
.products-list .more {border: 1px solid #888;color: #555;font-weight: 300;font-size: 14px;letter-spacing: 2px;}
.products-list .item a:hover .more {background: #555;letter-spacing: 4px;}
/*詳細頁*/
.sidebarBtn {border: none;padding: 0 20px;}
.sidebarBtn h2 {font-size: 20px;color: #333;font-weight: 500;}
.sidebarBtn .price {font-weight: 300;padding: 5px 0;border-bottom: none;}
.sidebarBtn .price span {display: inline-block;}
.product_info {margin: 40px 0 20px 0;}
.product_info li {margin: 15px 0;}
.product_info li .txt_box {color: #888;font-weight: 300;font-size: 14px;width: 100%;}
.amountNum {width: 100%;height: 40px;padding: 10px;margin-left: 0;}
.inquiry_a3 {background: #333;border-radius: 0;font-size: 14px;}
.toShare {border-top: none;}
.toShare b{font-weight: 300;}
.prod_related {background: #fff;border-top: 1px solid #333;}
.prod_related h6 span:before {font-weight: 500;color: #333;font-size: 18px;}
.lastPage {background: #000;font-size: 14px;padding: 15px;}
/*詳細頁輪播區*/
.product_pic {padding-bottom: 0;padding-left: 0;display: flex;flex-wrap: wrap-reverse;justify-content: space-between;}
.bx-wrapper .bx-viewport{border: none;background: transparent;left: 0;}
.product_pic .bx-wrapper {width: 85%;order: 2;margin: 0;padding: 0;}
.product_pic #bx-pager {padding: 0;color: #555;width: 12.6%;order: 1;position: relative;}
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager a{border: none;height: auto;width: 100%;margin: 0;margin-bottom: 7px;}
/*詳細頁商品說明*/
ul.prod{line-height: 180%;font-weight: 300;margin-top: 30px;}
ul.prod > li:nth-child(2){display: none;}
ul.prod li h3.prod-thumb{display: none;}
.lastPage {background: #ADA17E;}
.prod_related {background: #f8f8f8;}
.related_list li a{background: transparent;}
.related_list li a p {margin-top: 10px;}
/*相關商品*/
.related_list {display: flex;justify-content: space-around;}
/*匯款通知*/
.form_content {max-width: 600px;}
.separate_title {background: #000;color: #fff;font-weight: 300;}
.formbox_form li.last{text-align: center;padding-left: 0;}
.formbox_form li .form__label {margin-left: -135px;font-weight: 300;}
.rewrite_simple,.send_simple {background: #000;font-size: 14px;border-radius: 0;font-weight: 300;}
.send_simple{background: #ebc327;}
/*加入購物車-1*/
.stepImg {border: 1px solid #555;padding: 10px;margin: 0 auto 40px auto;}
.stepImg > img{display: none;}
.stepImg span{color: #aaa;font-weight: 300;font-size: 14px;}
.stepImg span.one,.stepImg span.three{text-align: center;}
.stepImg span.active {font-style: normal;font-weight: 400;color: #b4a773;font-size: 15px;}
.shopping-cart .cell {font-size: 14px;font-weight: 300;padding: 25px 0;}
.shopping-cart .cell.product_name {font-weight: 300;font-size: 14px;}
.separate_title {background: #f1c51b;}
.total_amount ul:after {border-right: none;border-bottom: none;}
.total_amount li {margin: 10px 0;font-weight: 300;}
.total_amount li.red{margin-top: 40px;}
.total_amount li span {font-weight: 300;font-size: 14px;display: block;}
.contact_le_map a {background: #000;}
.contact_le_map a b {font-weight: 300;}
.contact_le_map a i.fa-solid.fa-right-to-bracket{display: none;}
.form label .inputbox {top: 0px;}
.form label.circle .inputbox {vertical-align: middle;}
/*加入購物車-2*/
.separate_title .note {background: #b12727;color: #fff;padding-left: 0;margin-left: 20px;padding: 2px;
font-size: 12px;}
.form label.Bigcheck {top: 0px;font-weight: 300;}
.form label.Bigcheck .inputbox{vertical-align: middle;}
.declaration {background: transparent;}
/*完成結帳*/
.order_list_tit b {font-size: 24px;color: #444;font-weight: 600;}
.order_list_tab td:nth-child(1) {color: #444;}
.order_list_pro tr:first-child {background: #444;}
.order_list_pro tr:first-child td {color: #fff;font-weight: 600;}
/*會員登入*/
.member_title h2 {font-size: 20px;color: #444;font-weight: 400;}
.member_title p {margin: 0px auto 5px;padding: 0;border-top: none;}
.login_mem_submit {background: #fcd337;}
.member_login_regist {background: #f8f8f8;}
.member_login_regist h2 {font-weight: 300;}
.member_login_regist a {background: #000;}
.login_mem_name, .login_mem_pass {padding-left: 10px;}
/*會員註冊*/
.mem_regist_title_s {background: #f8f8f8;}
.mem_regist_title_s_s input[type="submit"]{background: #000 !important;padding: 15px 25px !important;}
/*會員專區*/
.member_title:before{content: "會員專區";font-size: 24px;font-weight: 400;margin-bottom: 30px;display: block;}
.member_title img{display: none;}
.member_order {background: none;}
.member_order a {border: 1px solid #000;border-radius: 0;}
.member_order a:hover{background-color: #000;}
/*會員資料*/
.member_title h2{display: none;}
.mem_box2 input.bbtn01 {background: #000;}
.mem_box2 input.bbtn02 {background: #e9bf1d;}
/*訂購紀錄*/
.mem_regist_title_s_s input[type="button"]{background: #000 !important;padding: 15px 25px !important;}

@media screen and (max-width: 768px){
	.mobile_product_name{display: none;}
	.related_list {flex-wrap: wrap;}
	.related_list li {width: 48%;margin: .5%;}
	.product-wrapper .sidebarBtn {padding: 20px 0;}
	/*加入購物車-1*/
	.shopping-cart .cell {padding: 15px 0;}
	.shopping-cart .cell:before {color: #b4a773;font-weight: 600;}
	.shopping-cart .cell.product_name{display: none;}
	.shopping-cart .cart_content .row{margin-left: 0;width: 100%;}
	.amountNum {width: calc(100% - 80px);margin-top: 10px;}
	.small_pic{margin-left: 0;}
	.separate_title {padding: 10px 0 10px 20px;}
	.payment{margin: 0;}
	.car_page .information_left{display: none;}
}
@media (max-width: 640px) {
    .order_list_pro td span {font-size: 14px;}
}
@media screen and (max-width: 600px){
	/*加入購物車-1*/
	.shopping-cart .cart_content .row{margin-left: 0;}
	.shopping-cart .cell {border-bottom: 1px solid #555;}
	.shopping-cart .cell.product_name{font-size: 12px;}
	.small_pic {position: relative;display: block;margin-left: 75px;}
	.stepImg span.active{font-size: 12px;}
	/*加入購物車-2*/
	.shopping-cart .cart_content .row{display: block;}
	.formbox_form li .form__label {margin-left: 0;margin-top: 15px;}
}
@media (max-width: 570px) {
    .order_pay {padding: 0;}
}
@media screen and (max-width: 450px){
	/*加入購物車-1*/
	.stepImg span.active {font-size: 14px;}
	.stepImg span {width: 100%;margin: 5px 0;}
}   
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.product-layer-two li.active a {color: #b6ce70;}
/*清單頁*/
.products-list .pic {padding-bottom: 100%;}
.products-list .price b {color: #b6ce70;font-size: 18px;}
.products-list .item a:hover .more {background: #9f6853;border: 1px solid #9f6853;}
/*商品頁*/
.sidebarBtn {background: rgb(245 242 237 / 80%);padding: 20px;}
.inquiry_a3 {background: #9f6853;}
.prod_related {background: transparent;}
.lastPage {background: #9f6853;}
/*加入購物車-1*/
.stepImg span.active {color: #96ab52;}
.separate_title {background: #9f6853;}
.send_simple {background: #96ab52;}
.car_page .information_left {display: block;margin: 30px 0;}
.car_page .information_left .blank_letter {display: block;}
.car_page .information_left .list_before {display: block;}
.car_page .information_left .list_before.info{display: none;}
/*訂單完成*/
.order_list_tit b{color: #9f6853;}
.order_list_tab td:nth-child(1) {background: #e2d6c3;font-weight: 600;}
.order_list_spec {background: #9f6853;}



@media screen and (max-width: 768px){
	.shopping-cart .cell:before {color: #9f6853;}
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   內頁BANNER 設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.banner {background: transparent;height: 320px;background-size: cover;padding: 150px 0 0;}
.banner:before{content: "";background: url(https://pic03.eapple.com.tw/haoda/ban_pic.png) no-repeat;
position: absolute;right: 0;top: 0;width: 36vw;height: 22vw;background-size: contain;}
.banner h5 {width: 90%;margin: 0 auto;font-size: 24px;color: #6C5946;font-weight: 400;letter-spacing: 4px;}
.banner h5:before{content: "";font-family: "Gloria Hallelujah", cursive;color: #B5CE68;
font-weight: 400;font-size: 80px;display: block;line-height: 140%;}
.banner.banA {}
.banner.banB {}
.banner.banC h5:before{content: "Pet Hotel";}
.banner.banD h5:before{content: "Remittance Advice";}
.banner.banE h5:before{content: "Photo Album";}
.banner.banF h5:before{content: "Products";}
.banner.banblog h5:before{content: "For Sale";}

@media screen and (max-width: 1200px){
	.banner {height: 260px;}
	.banner h5:before {font-size: 60px;}
} 
@media screen and (max-width: 768px){
	.banner {height: 220px;padding: 180px 0 0;}
	.banner:before {width: 60%;height: 220px;background-position: right top;}
	.banner h5 {font-size: 16px;z-index: 10;position: relative;}
	.banner h5:before{font-size: 36px;}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.path{display: none;}
/*下拉編輯頁設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
/*頁碼*/
.page strong, .page a{border-radius: 0;color: #555;border: 1px #555 solid;padding: 0;}
.page strong, .page a:hover {background: #333;}
.other_select_page .page{margin: 0;}
/*錨點滑動*/
html {scroll-behavior: smooth;}
/*top按鈕*/
#to_top {padding-top: 12px;width: 45px;height: 45px;color: #888;bottom: 50px;}
#to_top i.top {width: 12px;height: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #555;}

@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	#bottom_menu {display: none; }
	#to_top { bottom:60px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.animated-arrow {background: #aa9473;margin-top: 50px;}

@media screen and (max-width: 600px){
	.animated-arrow {margin-top: 20px;height: 45px;line-height: 45px;width: 150px;font-size: 13px;}
}

