@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Cinzel", Noto Serif TC;}

body{
	overflow-x:hidden;
	font-family:"Archivo Black","Noto Sans TC";
	font-weight: 400;
  letter-spacing: 1px;
}

/* 背景 */
#content {
    background: url(https://pic03.eapple.com.tw/shuiliantian/bg.jpg) 0% 0% / cover fixed;
}

@media screen and (max-width: 1024px) {
#content {
    background: url(https://pic03.eapple.com.tw/shuiliantian/bg_425.jpg) 0% 0% / cover fixed;
}}
/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #6B5146;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #9E6E54;
    border-radius: 3px;
}


/* ▼ HEADER---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* 購物車隱藏 */
.me_tp_features {display: block;}

/*Logo ----------*/

/*logo定位 */
.nav-header {
    top: 16px;
    left: 2vw;
    max-width: 280px;
}

/*logo大小*/
.header_area .nav-brand {
    max-width: 230px;
    width: 100%;
}

/*header樣式*/

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #f0f0f000;
}

.main_header_area {
    background: #dfd9c500;
    box-shadow: 1px 1px 10px rgb(105 83 83 / 0%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}

/*header下拉後底色磨砂感*/
.sticky .main_header_area.animated {
    background: #e5e1dc;
    border-radius: 10vw;
    margin: 1vw 5vw;
}

.header_area.sticky{    background: #ffffff00;}



/*選單文字*/
.stellarnav > ul > li > a {
    color: #353535;
    font-family:"Sorts Mill Goudy","Noto Serif TC";
    font-size: 15px;
    letter-spacing: 0.15rem;
    text-align: center;
    transition: .5s ease-out;
    height: 50px;
    margin: 0px 0px 1px 0px; /*選單高度*/
    padding: 20px 10px 0 10px; /*選單間距*/
    font-weight: 600
}

.stellarnav > ul > li > a :hover {
    color: var(--second-color);
}

.navigation { padding: 20px 0 5px 0px; grid-template-columns: 290px 1fr;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 2px #aa7757;}
.stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #aa7757;}
.stellarnav .icon-close:before{border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #aa7757;}
.stellarnav a {color: #ffffff;}
.stellarnav.mobile ul {    background: #c7bfb3;}
.stellarnav.mobile li.open{    background: #c7bfb4;}
/*選單圖示 ---------- */

/*通用設定*/
.stellarnav > ul > li > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/shuiliantian/header.png) no-repeat;
    width: 30px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 50%;
    transition: .5s ease-out;
    transform: translate(-50%);
    bottom: 10px;
    opacity: 0;
}

.stellarnav > ul > li > a:hover::before {
    transform: translate(-50%);
    bottom: 25px;
    transition: .5s ease-out;
    opacity: 1;
}

/*圖示替換*/

.stellarnav > ul > li:nth-child( 2n ) > a:before {
    background: url(https://pic03.eapple.com.tw/shuiliantian/header1.png) no-repeat;
    background-size: contain;
}


/*文字底線-中間往左右*//*
.stellarnav > ul > li:after {
    content: "";
    width: 0;
    height: 1px ;
    position: absolute;
    bottom: 15px; /*底線垂直位置
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-color);
    transition: all .3s;
}

.stellarnav > ul > li:hover::after {
    width: 80%;
}

/*文字底線-左到右*/
.stellarnav > ul > li:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: calc(100% - 2 * 2px);
    height: 2px;
    background: var(--accent-color);
    overflow: hidden;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.76,0,.24,1);
}

.stellarnav > ul > li:hover::after {
    transform-origin: 0 50%;
    transform: scaleX(1);
}

/*下拉的欄位 ---------- */

.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #bea15c;
}

/*下拉符號-隱藏*/
.stellarnav li.has-sub > a:after {
    display: none;
}



/*次選單 ---------- */

/*次選單樣式-半透明底色*/
.stellarnav ul ul ,
.stellarnav ul ul ul {
    overflow: auto;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    width: 215px;/*加寬*/
    max-height: 400px;
}

/*第三層滾動條設定*/
.stellarnav ul ul ul {
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    scrollbar-gutter: stable;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--light-gray) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: var(--dark-gray);
    font-size: var(--f15);
}

/*欄位尺寸*/
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: .5s ease-out;
    border-left: 2px solid transparent ;
}

/*欄位hover樣式*//*
.stellarnav li li:hover > a ,
.stellarnav li li.has-sub:hover > a {
    color: #bea15c;
    border-color:#bea15c ;
}
*/

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color: #aba07d;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    transition: .5s ease-out;
    letter-spacing: .1rem;
    position: relative;
}

@media screen and (max-width: 1440px) {.navigation {
    padding: 20px 50px 10px 20px;}
}


@media screen and (max-width: 1024px) {
    .main_part {
        padding: 40px 20px;
    }


/*關掉-header下拉效果*/
.sticky .main_header_area.animated {
    border-radius: 0vw;
    margin: 0px;
}

.navigation {
    padding: 20px 0 0 0;
}

.stellarnav > ul > li > a {
    margin: 0px;
    padding: 0px 10px 0 10px;
    height: 35px;
}

/*隱藏-風扇插圖*/
.stellarnav > ul > li > a:before{
    display: none;
}

.header_area  {    position: relative;   background: #c9bfb4;}
.header_area.sticky {    position: fixed;   background: #e5e1dc;}
}

#to_top {    border-radius: 0%;    background: #d6cad6;}
.linksBtn{display: none;}
.contact_content .information_left{display: none;}
.blank_letter.f{display: none;}
/*  = 預設解除背景輪播 =  */

#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

body{
	overflow-x:hidden;
	font-family:"Archivo Black","Noto Sans TC";
	font-weight: 400;
  letter-spacing: 1px;
}




/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #353535;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #aa7757;
    border-radius: 3px;
}

.fa-phone-volume::before{display: none;}
.fa-envelope::before{display: none;}
.shop_search_btn{    background: #aa7757;}

.product_info_page .header_area {background: #cac2b6;}
.product_info_page .header_area.sticky {background: #cac2b600;}
.blog_page.article_b .header_area {background: #cac2b6;}
.blog_page.article_b .header_area.sticky {background: #cac2b600;}
.blog_page.article_a .header_area {background: #cac2b6;}
.blog_page.article_a .header_area.sticky {background: #cac2b600;}
.product_page .header_area {background: #cac2b6;}
.product_page .header_area.sticky {background: #cac2b600;}

/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(動畫圖+線條) ↓↓↓  】】 ＝＝＝ */
.banner {
    background: #fdfcfb;
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.banner.banblog::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/shuiliantian/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

body.blog_page.article_b .banner.banblog::after {content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/shuiliantian/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.banner.banC::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/shuiliantian/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


.banner.banF::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/shuiliantian/banner4.jpg);
    background-repeat: no-repeat;
    background-position: center;
}



@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* 按鈕名稱 */
.banner h5 {
    position: relative;
    z-index: 999;
    color: #fff;
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /75%);
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 30px;
    font-size: 40px;
    font-weight: 300;
}

/*偽元素*/


.banC h5::after {
    content: "RESERVE";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 300;
    font-family:'Cormorant';
}


.banF h5::after { content: "Coaches";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 

.banE h5::after { content: "PHOTO";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 


.banblog h5::after { content: "Group Class Schedule";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 





@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .banner h5 {font-size: 40px;}
    .banner h5::before {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 60px;} 
    .banE h5::after {font-size: 60px;} 
    .banC h5::after {font-size: 60px;} 
}


@media screen and (max-width: 568px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 40px;} 
    .banE h5::after {font-size: 40px;} 
    .banC h5::after {font-size: 40px;} 
}

@media screen and (max-width: 425px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 30px;} 
    .banE h5::after {font-size: 30px;} 
    .banC h5::after {font-size: 30px;} 
}


@media screen and (max-width:320px) {
    .banner h5 {font-size: 20px;}
    .banner h5::before {font-size: 12px;} 
}




body.other_select_page .banA{
	display:none;
}

body.other_page .banB {
    display: none;
}

/*.banE {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_album.jpg)repeat center center; 
}

.banC {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_contact.jpg)repeat 20% center; 
}

.ban_price {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_price.jpg)repeat 75% center; 
}

.ban_team {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_team.jpg)repeat center center;
}

.banB {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_service.jpg)repeat center center; 
}

.banblog {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_news.jpg)repeat center center; 
}*/





body.map_page .banner {
	/*display:none;*/
}


.banner h5::before{
	font-family: 'Sorts Mill Goudy', 'Noto Serif TC', sans-serif;
    font-weight: 500;
	font-size: 36px;
    display: block;
	letter-spacing: 5px;
}

.banner h5{
	font-size: 24px;
    font-family:'Sorts Mill Goudy', 'Noto Serif TC', sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #ffffff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}


body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}

.banner h5::after {
    content: "";
    position: relative;
    display: block;
    width: 2px;
    height: 50px;
    background-color: #ffffff;
    bottom: 15px;
    margin-top: 1em;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 1920px){
	.banner {

	}
}

@media screen and (max-width:1200px) {
	.banner {
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 22px;
	}
    .banner {
        height: 450px;
    }
}

@media screen and (max-width:1024px) {
	.banner {
		height: 430px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}

   
}

@media screen and (max-width:768px) {
	.banner {
		height: 330px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}

    .header_area.sticky {    position: fixed;}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
    .stellarnav .menu-toggle {padding: 15px;}
}


@media screen and (max-width:425px) {

.banner h5::before {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner h5 {
    font-size: 20px;
}
.banner h5::after {width: 1px;}
}


@media screen and (max-width:375px) {
    .stellarnav .menu-toggle {  padding: 5px;}}

/*FOOTER*/
.site_endPart {background: #695343;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;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 > img {display: none;}

.site_reachOut p {font-family: "Sorts Mill Goudy", Noto Serif TC; 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 { font-family: "Sorts Mill Goudy", Noto Serif TC; 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: #6B5146;border-radius: 10px;padding: 10px 15px;margin: 0;}
.For_CampUse a:hover {background: #9E6E54;}
.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: #b3aea7;font-weight: 300; font-family: "Cinzel", Noto Serif TC;}
.site_copyRight a, .site_copyRight span {color: #b3aea7;}
.privacyLinks a {padding: 0 10px;}
.privacyLinks a+a {border-left: 1px solid #b3aea7;}
.site_copyRight span{font-family: "Cinzel", Noto Serif TC;}

@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 li.site_logo {display: none;}
.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; font-family: "Cinzel", Noto Serif TC;}
#to_top i.top {display: none;}

.site_reachOut p.tel { order: 1; }
.site_reachOut p.phone { order: 2; }
.site_reachOut p.line { order: 3; }
.site_reachOut p.mail { order: 4; }
.site_reachOut p.add { order: 5; }


/*文章管理******************************************** */
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.blog_box { padding: 0px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.subbox_item { border-bottom: 1px solid #c5c5c5;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}

.subbox_item a { display: flex; align-items: flex-start;  padding: 50px 20px; background-color: #d9d2c8; }
.subbox_item a:hover {background:#d7d1c9;}
.subbox_item a:before {bottom: 50px; right: 100px; opacity: 1; font-size: 14px; color: #aa7757;font-family: "Bellefair", serif;}
.subbox_item a:after { right: 60px; bottom: 50px; left: auto; top: auto;  background: url(https://pic03.eapple.com.tw/wabisabidesign/new/new_arrow.svg);
  width: 30px;  height: 14px;  content: "";  background-repeat: no-repeat;  background-size: contain;  background-position: right;opacity: 1;border: none;}
.subbox_item a:hover::after { right: 50px;}
.blog_ri {width: 100%; padding: 0px;}
.i_blog_le, .i_blog_ri , .blog_list_ri {    width: 100%;}
.blog_list_le{ position: relative; padding-bottom: 25%; height: 0; width: 100%; max-width: 470px;overflow: hidden;}
.blog_list_le img { display: block;  max-width: 100%;min-width: 100%; height: 100%; object-fit: cover; -moz-object-fit: cover; -ms-object-fit: cover; -o-object-fit: cover;
  -webkit-object-fit: cover; position: absolute; left: 0%; top: 0%; transition: 0.8s;  filter: grayscale(0.7);}
.module_i_news li:hover a img, .subbox_item a:hover img { transform: scale(1.05);  filter: grayscale(0);}
.blog_list_ri {padding: 20px 50px; display: flex; flex-wrap: wrap;flex-direction: column;}
.blog_list_ri h5 { border-bottom: 1px solid; color: #aa7757; padding-bottom: 10px; letter-spacing: 1px; margin-bottom: 15px;}
.blog_list_ri em {color: #aa7757;margin: 7px 0 15px; order: -1; border: 1px solid #aa7757;  width: fit-content; padding: 5px 0px;  font-weight: 500;}
.blog_page h4.blog_category_title {display: none;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;width: auto;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#d7d1c9 !important;}
.submenu a:hover {    background: #cbc0a0;}

/*移至上方*/
.blog_le {width: 100%;}
.blog_le, .blog_ri { padding: 7px 0;}
.blog_ri {width: 100%;max-width: 1200px;margin: 0 auto; display: block;}
h5.blog_le_t , .blog_search {display: none;}
.blog_le .accordion {border-radius: 0px; border: none; display: flex; justify-content: flex-end; border-bottom: 1px solid #aa7757;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {width: auto;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { font-weight: 600; color: #aa7757 !important;}
.accordion li .link { padding: 10px 30px;font-size: 17px; letter-spacing: 2px; color: #aa7757;font-weight: 500;}
.submenu ,.blog_le .accordion li.default .submenu {width: 110px;}

/*首*/
.module_i_news {padding: 0px 20px 150px;}
.module_i_news .title_i_box {  margin-bottom: 60px;}
.module_i_news .title_i_box h6 { display: none;}
.module_i_news .title_i_box h4 {font-size: 40px; color: #aa7757;  font-weight: 300;font-family: "Bellefair", serif;}
.i_blog_ri em ,.i_blog_ri p {display: none;}
.i_blog_ri h5 { font-weight: 500; font-size: 18px;  color: #aa7757;}
.i_blog_le { padding-bottom: 70%; height: 0; width: 100%; overflow: hidden; position: relative;}
.i_blog_ri { padding: 10px 5px;}
.module_i_news ul { width: 100%;  grid-template-columns: 1fr 1fr 1fr 1fr;  max-width: 1550px;}
.module_i_news li a:before , .module_i_news li a:after  {display: none;}
.i_blog_b a i.fa-solid.fa-arrow-right { display: none;}

/*按鈕*/
.i_blog_b a { margin-top: 30px;}
.animated-arrow{ width: 160px; background: transparent; border: 1px solid #aa7757; border-radius: 50px;color: #aa7757; height: 45px;line-height: 45px;}
.animated-arrow:hover:before{ height: 100%; top: auto; bottom: 0;}
.animated-arrow:before { content: ''; display: block; width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: #aa7757; transition: .5s ease;}
.animated-arrow b{ position: relative; z-index: 2;}
.animated-arrow:hover b { color: #aa7757;}

/*功*/
.blog_subbox{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_in_page .main_part { max-width: 100%;padding: 50px 0px 0;}
.blog_box_edit {padding-top: 70px;width: 100%; max-width: 1000px; margin: 0 auto;}
h4.blog_category_title {font-size: 28px; border-bottom: 1px solid;padding: 20px 0 10px; color: #aa7757; letter-spacing: 1px; font-weight: 500; width: fit-content;}
.blog_in_page .blog_ri p.blog_brief {font-size: 20px;letter-spacing: 2px;  color: #aa7757;}

.blog_in_page .blog_le { width: 100%; max-width: 1366px; margin: 0 auto 4vw; display: block; padding: 0 10px;}
.blog_in_page .blog_ri { width: 100%; padding: 0px 10px 70px;  max-width: 1000px;  margin: 0 auto;  display: block;}
.blog_back {display: flex;}
.blog_back a {font-size: 14px;color: #aa7757;padding: 25px 0px; width: 34%; font-family: "Bellefair", serif;  letter-spacing: 2px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_back , .blog_back a.article_btn_next{background: #e5e1dc; transition: 0.3s;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_back:hover,.blog_back a.article_btn_next:hover { background: #e1dfe0;}
.blog_back a.article_btn_back:hover { letter-spacing: 4px;}
.i_blog_le img{ display: block;  max-width: 100%;  min-width: 100%;  height: 100%;  object-fit: cover;  -moz-object-fit: cover;  -ms-object-fit: cover;
  -o-object-fit: cover;  -webkit-object-fit: cover;  position: absolute;  left: 0%;  top: 0%;  transition: 0.8s;  filter: grayscale(0.7);}
.news_related{    background: #c7bfb3;}
.news_related h6 span:before{ font-family: Noto Serif TC ; color: #aa7757;}

    @media screen and (max-width: 425px) {
    .subbox_item a {
    display: flex;
    align-items: flex-start;
    padding: 50px 20px;
    background-color: #d9d2c8;
    flex-direction: column;}
    .blog_list_le{    padding-bottom: 100%;}

}



/*購物車/＝＝＝＝＝============================================================================================================================*/
.prod_part {     background-color: #ffffff;   width: 100%; max-width: 2000px;    padding: 20px  20px 20px 20px;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.edit {color: #292929;}
.radio-inline__label{color: #ffffff;}
.product_info li span{    color: #444;}
body.pageIndex .products-list {padding: 40px 0;}
.pd_tabTitle li.activeTab a {color: #000000;}

body.pageIndex .products-list .item:nth-child(n+9) {
	display:none;
}

.products-list .pic {
    /*border: 6px #FFFFFF solid;*/
    line-height: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    height: 100%;
	transition:.5s;
}

/*.products-list a:hover .pic {
	border: 5px #ff8b00 solid;
}*/

.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
	opacity:0;
	transition:.5s;
}

.products-list .pic::after {
    content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: rgb(60 60 60 / 65%);
	opacity:0;
	transition:.5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after {
	opacity:1;
}



.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
	transition:.5s;
	transform:scale(1);
}

.products-list a:hover .pic img {
	transform:scale(1.05);
}

.products-list .name {
    text-align: center;
	transition:.5s;
    color: #000000;
    font-weight: 600;
    height: 15%;
    font-size: 18px;
}

.products-list a:hover .name {
	color: #aa7757;
}



/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #CAB9A5;
    color: #CAB9A5;
	display:none;
}


.products-list .item a:hover .more {
	background: #CAB9A5;
}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #000000;}
.products-list .price b.ori_price {    font-size: 14px;color: #999999;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px; padding: 5% 0 15% 20px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(65% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    /*background: #f2f2f2;*/}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {      font-weight: 800;  color: #444;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: #aa7757;
	padding-left: 25px;
    font-weight: 800;
}

.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #aa7757; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #aa7757;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #ffffff;;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}




/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
/*按鈕顏色*/
.inquiry_a1{background: #aa7757;}
.inquiry_a2{background: #aa7757;}
.inquiry_a3{background: #aa7757;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #aa7757;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #aa7757;
	transition:.3s;
    font-family: Noto Serif TC;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #aa7757;color: #000;
}

.prod_related h6 span:before{color: #000000;}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
    font-family: Noto Serif TC;
}
.product_info li .txt_box {    color: #ffffff;    width: 100%;    margin: 5px 0px;}
.sidebarBtn .price span {
    display: inline-block;
}
.sidebarBtn .price span.ori_price {  color: #777;display: block;text-decoration: line-through;}
.sidebarBtn .price span.sp_price {   color: #000000;display: block;}
.sidebarBtn .price {
    border-bottom: 1px solid #aaa;
	color: #CAB9A5;
}
.toShare {
    border-top: 1px solid #aaa;
}

.sidebarBtn h2 {
    color: #646472;}

.mobile_product_name{font-size: 24px;}
.accordion li .link a{    font-weight: 300;}

a.pdinfo_link.pdinfo_tel{background-color: #000000}
a.pdinfo_link.pdinfo_tel:hover{background-color: #aa7757; color:#000000;}

/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;  font-family: Noto Serif TC;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}


.product-layer-two li:first-child ul {
    display: grid !important;
  }

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr 1fr;}}
    
    
    @media screen and (max-width: 1024px) {
    /*購物車/＝＝＝＝＝*/
    .product_page .products-list {    grid-template-columns: 1fr 1fr;}
    .products-list .pic {height: 70%;}
    .product_page .products-list {    width: calc(100% - 280px);}
    }
    
        
    @media screen and (max-width: 768px) {
    /*購物車/＝＝＝＝＝*/
    .products-list {    grid-template-columns: 1fr 1fr;}
    .product_page .products-list ,.product-layer-two {    width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    .mobile_product_name {
        display: none;
    }
    .sidebarBtn {
        order: -1;
        margin: 0px auto 20px;
    }
    
    .product_pic {
        padding-top: 0px;
    }
    
    body.pageIndex .products-list {
        padding: 40px 0 20px;
    }
    
    /*順序*/
    .product_page .products-list {    order: -1;}}
    
    
    @media screen and (max-width: 600px) {
    
    /*購物車/＝＝＝＝＝*/
    .prod_related h6 span:before{font-size: 20px;}
    .products-list .pic {
        border: unset;
    }}


    @media screen and (max-width: 425px) {
    .products-list .name{height: 50px;}
    .products-list .pic{height: 55%}
}

    @media screen and (max-width: 375px) {
    
        /*購物車/＝＝＝＝＝*/
        .products-list , .product_page .products-list  {    grid-template-columns: 1fr;}}
        .products-list .item a {    padding-bottom: 0px;}


        @media screen and (max-width: 1200px) {
            @media screen and (max-width: 980px) {
                @media screen and (max-width: 768px) {
                    @media screen and (max-width: 600px) {
                        .products-list .price b {
                            width: 100%;
                            text-align: center !important;
                        }
                    }
                }
            }
        }



        .prod_part section {
            max-width: 90%;}

    
        .product-layer-two li.active li a {
                font-weight: normal;
                color: #ffffff;
        }


   @media screen and (max-width: 1024px) {       
.site_endPart li.site_bottomMenu{  justify-content: left;}
.site_bottomMenu a {  justify-content: left;}
}