@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: "Sorts Mill Goudy", Noto Serif TC;}



/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:sticky; 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 {   /* background: url(https://pic03.eapple.com.tw/bathforest/mbg-01.jpg) no-repeat top center fixed;  */  background-size: cover;}
/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #d5c5b4;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #747183;}

/*頁碼*/
.page li a {  width: 30px;  height: 30px;}
.page strong, .page a:hover {  background: #d5c5b4; border: 1px #d5c5b4 solid; }

/*滾輪*/
::-webkit-scrollbar { width: 6px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #CAB9A5; border: #CAB9A5;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*共用*/
.main_part {  max-width: 1600px;}
.animated-arrow { background: #d5c5b4; border-radius: 20px;}
.path p, .path p a {  display: none;}


/*下拉編輯頁*/
.other_select_page .promotion_title h2 {display: none;}
.other_select_page .other_promotion{display: none;}
.other_select_page  ul.page {  display: none;}

@media screen and (max-width: 768px){ 
  .other_select_page.bodyMobile .other_promotion{display: none;}
  .other_select_page.bodyMobile .promotion_title h2 {display: none;}
  .other_select_page.bodyMobile  ul.page {  display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* =============== ▼ 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/bathforest/banblog_a.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/bathforest/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/bathforest/banC.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/bathforest/banner4.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.banner.banDesign::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/bathforest/banDesign.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.banner.banDesign_c::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/bathforest/banDesign_c.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: 98;
    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;
}

body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"Group Class Schedule";
}

.banF h5::before{
	content:"Coaches";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}


body.blog_page.article_a .banner h5::before{
    content: "NEWS";
}


body.blog_page.article_b .banner h5::before{
    content: "Sports Column";
}

body .banner.banDesign h5::before {
    content: "WORKS" !important;
}

.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;
}



@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;
	}
}


@media screen and (max-width:425px) {

.banner h5::before {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner h5 {
    font-size: 15px;
}

}


.banner h5::after {
    content: "";
    position: relative;
    display: block;
    width: 2px;
    height: 50px;
    background-color: #ffffff;
    bottom: 15px;
    margin-top: 1em;
    animation: wave-reveal 2s both;
    animation-iteration-count: infinite;
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #F2F2F2;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;    animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/



@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}
/* 文字 */
.bannerindex .swiper-slide:nth-child(1):after {
    /*background: url(https://pic03.eapple.com.tw/bathforest/banner-02.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    /*background: url(https://pic03.eapple.com.tw/bathforest/banner-04.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: -2%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {animation: slide-fade-in 3s 0.3s  both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s both;}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* 從左側滑入 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {
        padding-bottom: 0%;
    }}

    @media screen and (max-width: 500px) {
        .swiper-slide img {
            width: 200%;
        }
        .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
        }
        .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進場背景*/
body.pageIndex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/bathforest/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    pointer-events: none;
    opacity: 1;
    animation: zoom-out-center 5s ease forwards;
    transform-origin: center center;
}

/*進場LOGO*/
@keyframes zoom-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
body.pageIndex::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/bathforest/intro-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999;
    pointer-events: none;
    opacity: 1;
    animation: zoom-out-center-delay 4s ease forwards;
    transform-origin: center center;
}

@keyframes zoom-out-center-delay {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {    margin: 0;}

.main_header_area .container {
    max-width: 95%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .main_header_area .container {
    max-width: 95%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #474747;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #474747;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    width: 100%;
    padding: 0;
    background: transparent;
}

.header_area.sticky {
    position: fixed;
    background: rgb(255 255 255 / 0%);
    backdrop-filter: saturate(93%) blur(10px);
    transition: all 1.0s ease-in-out;
    z-index: 99;
}

.stellarnav {
    order: 1;
    width: fit-content;
    font-family: "Sorts Mill Goudy", "Noto Serif TC", serif;   
}

.stellarnav ul {
    display: flex;
    justify-content: flex-end;
}

/* 動畫 */
.stellarnav > ul > li{
    padding: 0;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav > ul > li::after {
    content: "";
    background: #857768;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 25%;
    transform: scale(0, 1);
    transition: 0.5s ease-in-out;
}

.stellarnav > ul > li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}


.pageIndex .stellarnav > ul > li{
    padding: 0px 0;
    opacity: 0;
}
.sticky .stellarnav > ul > li{
    padding: 0;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.pageIndex .stellarnav > ul > li:nth-of-type(1){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.8s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(2){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(3){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.2s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(4){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.4s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(5){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.6s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(6){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.7s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(7){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.8s;
}

@keyframes nav-down {
    0%{
        opacity: 0;
        transform: translate(0,-20px);
    }
    100%{
        opacity: 1;
        transform: translate(0,0);
    }
}



/* 購物籃 */

.me_tp_features {
    width: fit-content;
    display: none;
    align-items: center;
    margin: 0;
    order: 3;
}

.tp_links {
    display: flex;
}

.box_search input[type=text] {
    display: none;
}

.box_search input[type=text]:hover {
    color: #fff;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.box_search input[type=text]:focus {
    color: #fff;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.shop_search_btn {
    display: none;
    background: #fff;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
    display: none;
    
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.fa-credit-card::before{
    display: none;
}

.me_tp_features a i {
    margin: 0 3px;
    color: #7f7f7f;
}


/*  */
.header_area {
    background-color: #ffffff00;
    height: fit-content;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    z-index: 99999;
}
.pageIndex .header_area {background-color: unset; backdrop-filter: none;}
/*.pageIndex .header_area.sticky {    position: fixed;    background: rgb(255 255 255 / 50%); backdrop-filter: saturate(93%) blur(10px);}*/

/*.pageIndex .header_area::before {
    content: "";
    display: block;
    width: 0px;
    height: 0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.1s;
    background: hsl(0deg 0% 100% / 30%);
    animation: nav-line 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.5s;
}*/

@keyframes nav-line {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
    
}

/*.header_area::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.1s;
    border-bottom: 1px solid rgb(133 127 121 / 10%);
}*/

.pageIndex .header_area::before {
    opacity: 1;
}


/*.header_area.sticky::before {
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}*/

.pageIndex .swiper-wrapper::after {}


.header_area .main_header_area {
    background:#d5c5b4;
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.header_area.sticky .main_header_area {
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    background: #d5c5b4;
}

.header_area .navigation {
    padding: 30px 0 10px 0;
    display: flex;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header_area.sticky .stellarnav>ul>li>a {
    color: #000000;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}



@media screen and (max-width: 1024px) {
  .header_area { position: absolute;}
    .header_area .navigation {
        padding: 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
        flex-direction: row-reverse;
    }

    .header_area.sticky .navigation {
        padding: 0px 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }
}

@media screen and (max-width: 768px) {
    .main_header_area .container {        max-width: 95%;    }
    .header_area {   backdrop-filter: none; }
    .header_area.sticky {        backdrop-filter: none;    }
    .pageIndex .header_area.sticky {        backdrop-filter: none;    }
    .header_area.sticky .navigation {        padding: 8px 0;    }
    .pageIndex .stellarnav > ul > li{   opacity: 1;}

    .pageIndex .stellarnav > ul > li:nth-of-type(1){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(2){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(3){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(4){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(5){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(6){    animation:unset;}
.pageIndex .stellarnav > ul > li:nth-of-type(7){    animation:unset;}

}

/*  */

.pageIndex .stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #000000;
    opacity: 1;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #000000;
    opacity: 1;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.pageIndex .header_area .stellarnav>ul>li>a:hover {
    color: #000000;
    transition: all 0.5s;
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a:hover {
    color: #000000;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #000000;
    transition: all 0.5s;
}

.stellarnav>ul>li>a b {
    font-weight: 600;
}

/*  */
.stellarnav li.has-sub>a:after {    display: none;}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #474747;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav li li a {
    padding: 10px 0px;
    border-left: 0;
    color: #545454;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 15px;
}

.stellarnav li li a:hover {
    color: #857F79;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.stellarnav ul ul {
    background: transparent;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px;
}

.stellarnav li li {
    border: 0;
    border-bottom-width: 0;
    background: rgb(255 255 255 / 95%);;
    backdrop-filter: saturate(93%) blur(10px);
    text-align: center;
    opacity: 1;
    pointer-events: all;
    transform: scale(1, 1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.stellarnav>ul>li {
    width: fit-content;
    text-align: center;
    margin: 0 30px;
}

@media screen and (max-width: 1440px) {
    .header_area .navigation {}

    .nav-brand {     display: inline-block;   }

    .main_header_area .container {}

    .stellarnav>ul>li>a {     margin: 0 5px;   }
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {     padding: 0;     justify-content: space-between;  }
    .stellarnav>ul>li {  margin: 0 0px;    }
    .pageIndex .stellarnav>ul>li>a {  color: #ffffff;}
}

@media screen and (max-width: 768px) {
    .stellarnav > ul > li::after{display: none;}
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #000000;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #000000;
        display: block;
        transform: scale(0.9);
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }
    .stellarnav .menu-toggle {  padding: 15px;}
    .sticky .stellarnav .menu-toggle span.bars span {
        background: #646372;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .sticky .stellarnav .menu-toggle:after {
        color: #646372;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #d4c5b5;
        color: #fff;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border-right: 0px #eee solid;
        background-color: #f2f2f2;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 10px 10px;
        border: 0;
    }
    .pageIndex .stellarnav>ul>li>a {  line-height: 0px;}
    .stellarnav a.dd-toggle .icon-plus {top: -7px; }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {        letter-spacing: 2px;    }

    .stellarnav.mobile li.open {        background: #fff;    }
    .stellarnav.mobile ul ul {        background-color: #fff;    }

    .stellarnav.mobile>ul>li {
        width: 100%;
        border-bottom: 1px #c1c1c1 solid;
        padding: 10px 0;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .stellarnav.mobile ul ul li {
        background-color: #fff;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 1px #8e8e8e;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 1px #8e8e8e;
    }

    .header_area .stellarnav>ul>li>a {
        color: #666666;
        text-align: center;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav.mobile>ul {    border-top: 0;    }
    .stellarnav .dd-toggle {    top: 17px;    }
    .stellarnav a.dd-toggle .icon-plus:before {   width: 15px;    }
    .stellarnav a.dd-toggle .icon-plus::after {    width: 15px;   }

    .stellarnav.mobile>ul>li:nth-child(4) ul li:nth-child(1) {
        display: none;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #666666;
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area .stellarnav ul {
      text-align: center;
      padding: 0;
      box-shadow: 5px 0px 5px #a8a8a870;
      transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
}

.nav-header {
    max-width: 180px;
    position: absolute;
    z-index: 123;
    order: 2;
    top: 58%;
    left: 10%;
    transform: translate(-50%, -50%);
}
.pageIndex .sticky .nav-header{  filter: unset;}

.nav-header img {
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}

.sticky .nav-header img {
    opacity: 1;
    transition: all 1s;
    transition-delay: 1.3s;
}


.pageIndex .nav-brand {width: 100%; display: block; transition:all 0.3s; opacity: 0; animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards; animation-delay: 2.0s;}


@keyframes headerslowly {
0% {
  opacity: 0;
  left: -100px;
}
100% {
  opacity: 1;
  left: 0;
}
}


.header_area .nav-brand {
    display: block;
    position: relative;
    padding: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    padding-top: 0px;
    filter: none;
}

.header_area.sticky .nav-brand {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    filter: unset;
}

.pageIndex .header_area .nav-brand img {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}




.header_area.sticky .nav-brand img {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    filter: none;
}




@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }
    .header_area .nav-header {
        position: relative;
        text-align: center;
        max-width: 200px;
        left: 0%;
        transform: none;
    }

    .header_area .nav-brand {
        padding: 0;
        width: 80%;
    }
    .pageIndex .nav-header {  filter: brightness(5);  transition: all .5s;}

    .header_area.sticky .nav-header {}

    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .header_area.sticky a.nav-brand::before {
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
            transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav>ul>li>a {  margin: 0 15px;    }

}

@media screen and (max-width: 900px) {
.stellarnav>ul>li>a {
    margin: 0 0px;
}

.stellarnav>ul>li>a {
    margin: 0 0px;
}
}

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .header_area .main_header_area {
        backdrop-filter: none;
    }

    .header_area .nav-brand {
        display: inline-block;
        width: 60%;
        transition: all 0.5s;
        padding: 10px 0;
    }

    .header_area .navigation {
        display: flex;
        justify-content: center;
        padding: 8px 0px;
    }

    .header_area.sticky .nav-brand {
        display: inline-block;
        transition: all 0.5s;
        padding: 0 0;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
    }

    .nav-header {
        z-index: 0;
        top: -13px;
    }

    .header_area.sticky .nav-header {
        display: block;
        top: 10px;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
        top: 0;
    }

    .header_area.sticky .main_header_area {
        backdrop-filter: none;
    }

    .me_tp_features {
        display: none;
    }
}


/*footer*/
.footer { padding: 40px 0px 50px 0px; background: #D6C5B3;  background-position: top; background-size: cover; border-top: solid 1px #e9e9e9;}
.footer .center {  max-width: 88%;}
.footer_info {   display: flex;  padding: 0;  justify-content: space-between;  flex-direction: row-reverse;  align-items: flex-start;}
.footer_info li {  padding: 0px;}
.footer_info ul {  display: flex;  flex-direction: column-reverse;}
.footer_info li:nth-child(1) { padding-top: 0;display: flex;  flex-direction: column; margin-top: 23px;}
.footer_info li:nth-child(2) { padding-top: 0;border-bottom: solid 1px #a79e8a;}
.footer_info li p,
.footer_info li p a {  color: #646472;  font-size: 15px;  line-height: 230%; font-weight: 500;margin-right: 12px;}
.footer_menu a:first-child {  display: none;}
.footer_menu:nth-child(2) {  padding: 0 10px; padding-left: 0;}
.footer_menu a {  margin: 20px 12px 20px 0px;  transition: all 0.3s;   color: #646472;   border: none;  text-transform: uppercase;   font-weight: 500;  font-size: 13px;  letter-spacing: 2px;  background-color: transparent;  padding: 8px 7px 8px 0px;  text-align: left;}
.footer_menu a:hover {  background:  transparent;  transition: all.5s; color: #857768;}
.copy {   color: #646472;  border: none;  text-align: right;  padding: 10px 0 0px;   max-width: 87%;  margin: auto;  font-size: 10px;justify-content: right;position: absolute;
    right: 5.5%; bottom: 16%;}
.copy a {  color: #646472;  transition: all 0.3s;z-index: 99999999999999999;  position: relative;}
.copy a:hover {  color:#857768;}
.box_link {  display: flex;  right: 0%;  top: 100%;   width: 100%;  justify-content: flex-start; display:none;}
.box_link a {
    transition: all 0.3s;
    border: none;
    color: gray;
    margin: 0 2px;
    width: auto;
    text-align: right;
    font-size: 20px;
    font-size: 16px;}
.box_link a:hover {  background: transparent;  opacity: .8;}
.box_link a:first-child { padding-left: 10px;}
.footer_info li p.tel:before { content: '電話 ｜';}
.footer_info li p.tel2:before {  content: '手機 ｜';}
.footer_info li p.mail:before { content: 'E-mail ｜';}
.footer_info li p.add:before { content: '地址 ｜';}
.footer_info li p.line:before { content: 'Line ID ｜';}
.footer_info li p.fax:before {  content: '傳真 ｜';}
.footer_info li p.phone:before { content: '電話 ｜';}
.footer_info li p.taxid:before {  content: '手機 ｜';}
.footer_info li p.add2:before { content: '門診時間 ｜';}


p.tel {  order: 0;}
p.line {  order: 1;}
p.mail{ order:2;}
p.add{ order:3;}
p.add2{ order:4;}

p.tel2 {  order: 5;}
p.taxid {  order: 6;}
p.phone {  order: 7;}
p.fax {  order: 8;}




.privacyLinks a+a { border-left: 1px solid #e1e1e1;}
#to_top {   position: fixed;  bottom: 50px;  left: 20px;  z-index: 600;   width: 68px;   height: 68px;  padding-top: 17px;  box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);  border-radius: 100%;  font-size: 12px;   color: #646472;  text-align: center;  background: #d5c5b4cf; border: solid 1px  #a79e8a;transition: 1s all;}
#to_top i:before, #to_top i:after {   background: #646472;}	
#to_top:hover {  box-shadow: 0px 0px 10px rgb(25 61 68 / 35%);  transition: 1s all;}
/*Logo/＝＝＝＝＝*/
.footer_logo {  width: 200px;  margin: 0;margin-top: 52px;}
.footer_logo img {  max-width: 200px;  width: 100%;display: none; }
.footer_logo>a {
    background: url(https://pic03.eapple.com.tw/bathforest/footer_logo.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 75px;
    background-size: contain;
    background-position: center right;
    margin-top: -21px;
}

@media screen and (max-width: 1900px) {
/*footer*/
.copy {  bottom: 10%;}	
}

@media screen and (max-width: 1550px) {
/*聯絡資訊*/
.contact_content .information_left {  width: 100%;margin-right: 0px;}
.contact_content .information_right {  width: 100%;}

/*footer*/
#to_top {  bottom: 10px;}
}
@media screen and (max-width: 1300px) {

/*footer*/
.footer_info li p { font-weight: 500;  line-height: 1.2em;}
}
@media screen and (max-width: 1200px) {
/*footer*/
.footer_menu a { margin: 10px 5px 12px 0px; font-size: 12px;  }
.footer_info li:nth-child(1) {  flex-wrap: wrap; flex-direction: column;}
.footer_info li p:before { display: inline-block;font-weight: 400; margin-right:6px;}
.footer_logo>a {  margin-top: -40px;}
}
@media screen and (max-width: 1024px) {
/*footer*/
.footer_info li:nth-child(2) {  width: 100%;}
.copy {     position: relative; position: relative;  text-align: center;  padding: 10px 0px 10px 0px;   justify-content: center;right: unset;   }
#to_top { width: 54px;  height: 54px;   padding-top: 14px;  border: solid 1px #dadada;}
}
@media screen and (max-width: 990px) {
/*文章*/
.subbox_item {  border-bottom: none; }
.article_a .blog_subbox { grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); }
}
@media screen and (max-width: 850px) { 
/*footer*/
.footer_menu a { margin: 0px 5px 10px 0px;}
.footer_info { grid-gap: 0px;justify-content: space-between;  flex-direction: column; align-items: flex-start;}
.footer_info li:nth-child(1) { margin-top: 10px;}
.footer_logo { width: 140px; margin-top: 0px;} 
.footer_info li p, .footer_info li p a { font-size: 12px;} 
.footer { padding: 40px 0px 15px 0px;}
.footer_info li p { line-height: 2.18em;}
.copy { font-size: 8px;}
.footer_logo>a {  margin-top: -20px; display:none;}

}
@media screen and (max-width: 768px) {
/*文章*/
.blog_list_ri h5 {font-weight: 500;  font-size: 18px;}
.subbox_item a:before{ display:none;}
.subbox_item {   border-bottom: 1px #dedede solid; padding: 10px;}
h5.blog_le_t span{ color:#B8945D;}
/*聯絡我們*/
.blank_letter {  padding-top: 20px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  grid-gap: 15px;}
.form select { margin-top: 10px;}
.article_a .blog_list_le img {  top: 50%;}
.contact_page .contact_content {  padding: 30px 10px;}
/*footer*/
.copy { padding: 0px 0px 0px 0px;}
.footer_logo { width: 150px;  margin-top: 10px;}
.footer_info li:nth-child(1) {   top: 88%;}
.footer_info ul {  margin-bottom: 35px;}

.footer_info li+li {  margin-top: 10px; }
}
@media screen and (max-width: 600px) {
/*內頁*/
.main_part {  padding: 20px 15px 10px; }
/*文章*/
.blog_list_ri p {  font-size: 12px;}
.article_b .blog_subbox {  grid-template-columns: repeat(auto-fill, minmax(180px, 2fr));}
/*聯絡我們*/
.contact_form li .form__label {  padding: 5px; background: rgb(243 241 238 / 0%); max-width: 100%;font-weight: 400;color:#646472;}
.contact_form li { grid-gap: 0px;display: flex; flex-direction: column;margin-top: 0px;}
.contact_form { grid-gap: 5px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  display: grid;  margin-top: 10px;}
.contact_form li.last blockquote, .contact_form li.last cite {  margin-bottom: 10px;width: 200px; margin: 5px;padding: 5px;}
.contact_page .blank_letter {   padding-top: 20px;font-size: 20px;}
.contact_form li.last {  display: flex;flex-wrap: wrap; flex-direction: row;   margin: 40px 0px;}
/*footer*/
.footer_info {  display: flex;  padding: 0;  flex-direction: column;  align-items: flex-end;  align-items: flex-start; margin-bottom: 0px;}
.footer_logo {  display: none;}
.box_link { display: none;}
 #to_top i.top { width: 14px;  height: 14px;}
.total_view {  line-height: 1.8em;}
.footer_info ul {   margin-bottom: 18px;}
.footer_info li p, .footer_info li p a {  font-size: 11px;}
.footer_info li p.add2:before {  display: block;}

}
@media screen and (max-width: 500px) {
/*聯絡我們*/
.contact_form li input.noborder { border: 1px #dcdcdc solid; padding: 8px 10px;  margin: 1px 0px;}
.contact_content .information_right {  padding: 0px;  }
.contact_content {  padding: 0px 0;}
/*文章*/
.show-list .show_name{    text-align: center;}
.blog_subbox { grid-gap: 10px;}
.blog_list_ri { padding: 0px 4px 4px 4px;}
.blog_list_ri h5 { font-size: 13px;}
.blog_list_ri em { font-size: 10px;}
.article_a .blog_subbox { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.article_a .subbox_item a {  flex-direction: column;}
.article_a .blog_list_le {  width: 100%;  padding-bottom: 60%;}
.article_a .blog_list_ri {   width: 100%;   display: flex;   flex-direction: column;   justify-content: center;  max-width: 600px;  padding: 0px 0px 15px 0px;   text-align: left;}
.article_b .blog_subbox {  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));}
/*相簿*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.show-list .show_name {  font-size: 13px;}
.subalbum-menu h2 { font-size: 15px;}

}
@media screen and (max-width: 470px) {
.blog_subbox {  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
#to_top {  width: 40px;  height: 40px;  padding-top: 8px;  border: solid 1px #b8b8b8;    font-size: 8px;}
/*footer*/
.footer {  padding: 20px 0px 15px 0px;}
}
@media screen and (max-width: 400px) {
/*header*/
.pageIndex .main_header_area, .main_header_area {  height: 75px;}
.stellarnav.mobile { top: -2px;}
.stellarnav .menu-toggle {padding: 10px;}
/*footer*/
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p { font-size: 10px; letter-spacing: .7px;}
.copy {  padding: 10px 0px 10px 0px;}
}

.info_fix{display: none;}



/*文章管理/首頁＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul {  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.blog_subbox {     grid-template-columns: 1fr 1fr 1fr;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}

.module_i_news li:hover:before, .subbox_item:hover:before {   }
.module_i_news li:hover::after, .subbox_item:hover::after { }

.module_i_news li:hover, .subbox_item:hover {
    background-image: url(https://pic03.eapple.com.tw/bathforest/ta_bg.png);
    background-size: cover;      /* 確保圖片填滿 */
    background-position: center; /* 居中 */
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover a, .subbox_item:hover a {
    position: relative;
    z-index: 1; /* 確保文字浮在背景圖上方 */
}
.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #d4c5b5;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    letter-spacing: .6rem;
    color: #727284;
    order: 2;
    font-size: 16px;
    font-weight: 400;
}
.module_i_news .title_i_box h4 {
	display: none;
}
.module_i_news .title_i_box:before{
	content: '最新消息';
	font-size: 25px;
    color: #727284;
    font-weight: 600;
    letter-spacing: .6rem;
	}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #91887f;
    font-size: 18px;
    padding-top: 7px;
    -webkit-line-clamp: 2;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 14px;
    line-height: 150%;
    min-height: 40px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 16.66% 14.28% 7.71% 14.28%;
}
.module_i_news li a, .subbox_item a {  grid-template-columns: unset;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {    display: none;}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d4c5b5;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.i_blog_le img , .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: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color:#91887f;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #24231f;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #24231f;}
.module_i_news li a:hover  p, .subbox_item a:hover p {color: #24231f;  }


/* = = = 文章管理A = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.blog_page.article_a .main_part{max-width: 1500px;}

.blog_back a.article_btn_back{color: #ffffff;}
.blog_box_edit * { font-family: "Cinzel", sans-serif; font-weight: 300; color: #727284;}

.blog_subbox * { transition: all .45s ease;}

/* 文章分類 */
.blog_le * {
    transition: all .3s;
}
.blog_le {
    display: block;
    width: 100%;
}
h5.blog_le_t {
    display: none;
}
.blog_search {
    max-width: 220px;
    margin: 0 auto;
}
.blog_search input[type=search] {
    border: solid 2px #efefef;
    padding: 10px 35px 5px 10px;
}
.blog_search input[type=submit] {
    background-image: url(https://pic03.eapple.com.tw/bathforest/article_search.svg);
    background-color: #efefef;
    border-radius: 50%;
}
.blog_le .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
    border-top: solid 1px #d8d8d8;
    border-radius: 0;
    margin-top: 40px;
}

.blog_le .accordion > li+li {
    margin-right: 12px;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    display: inline-block;
    color: #727284;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog_le .accordion li .link i {
    display: inline-flex;
    position: relative;
    font-size: 18px;
}
.accordion li .fa-chevron-down::before {
    content: "+";
    color: rgb(76, 76, 76);
}
.accordion li.on_this_category .fa-chevron-down::before {
    content: "—";
}
.blog_le .accordion li.on_this_category.open i.fa-chevron-down::before {
    content: "+";
}
.submenu {
    background: #f6f6f6;
}
.submenu li {
}
.submenu li+li {
    border-top: 0;
}
.submenu a {
    padding: 12px 12px 12px 25px;
}
.submenu a i {
    left: 10px;
    top: 45%;
}
.fa-circle-chevron-right::before {
    content: "–";
}

/* 文章分類 - hover */
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #727284 !important;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: #4c4c4c!important;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li:hover .link i.fa-chevron-down::before {
    color: rgba(76, 76, 76, 0.7) !important;
}
.fa-chevron-down::before, 
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
    transform: rotate(180deg);
}
.submenu li.on_this_category a, 
.submenu a:hover {
    color: #4c4c4c;
    background: #e5e5e5;
}

/* .blog_le .accordion li.open i.fa-chevron-down::before {
    content: '—';
} */


/* 文章列表 */
.blog_ri {
    width: 100%;
}
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 50px;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.subbox_item a:before {
    display: none;
}
.subbox_item a:after {
    content: 'READ MORE';
    position: relative;
    font-family: "Bellefair", "Noto Serif TC", serif;  
    font-size: 12px;
    color: #727284;
    text-align: right;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 1px #d4c5b5  solid;
    padding: 15px 0;
    opacity: 1;
    background:#ffffff00;
}
.blog_list_le {
    overflow: hidden;
}
.blog_list_ri em {
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    font-size: 13px;
    text-align: right;
    letter-spacing: 1.5px;
    padding: 0 3px;
}
.blog_list_ri h5 {
    font-size: 17px;
    color: #727284;
}
.blog_list_ri p {
    line-height: 150%;
    margin-top: 10px;
    color: #727284;
}

/* 文章列表 - hover */
.blog_list_le:hover img {
    transform: scale(1.1);
}

.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{    color: #727284;}

/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 22px;
    font-weight: 600;
    color: #727284;
    letter-spacing: 1px;
}

/* 英文標題 */
h4.blog_category_title::before {
    content: "DESIGN WORKS";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Cinzel", serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    color:rgb(145 133 121);
    text-transform: uppercase;
}
.blog_shareData {
    flex-direction: row;
}
.blog_back {
    max-width: 500px;
    padding-top: 50px;
    margin: 0 auto;
}
.blog_back * , 
.lastPage * {
    transition: all .3s;
}
.article_related_list * {
    transition: 1s .5s cubic-bezier(0.42, 0, 0.02, 0.92);
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: transparent;
    color: #727283;
    position: relative;
}
.blog_back a.article_btn_back {
    position: relative;
    color: #727284;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
}
.blog_back a.article_btn_prev:before, .blog_back a.article_btn_next:before {
    display: block;
    position: absolute;
    width: 30px;
    top: 30%;
    aspect-ratio: 30 / 7;
    background-repeat: no-repeat;
}


.blog_list_le img {
    transition: transform .6s ease;
}

.blog_list_le:hover img {
    transform: scale(1.04);
    left: 0%;
    top: 0%;
}

.edit {
    margin: auto;
    padding: 20px 0;
    min-height: 0vh;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #727284;
}
.lastPage { background: #727284;}

/* 按鈕 */
.i_blog_b{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 40px;
    width: 100%;
}

/* 左側分隔線 */
.i_blog_b::before{
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(100,100,114,.35);
}

/* 按鈕本體 */
.i_blog_b .animated-arrow{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    background: transparent;
    width: auto;
    padding: 15px;
    color: #38697C;
    position: relative;
    transition: all .35s ease;
}

/* 文字 */
.i_blog_b .animated-arrow b{
    letter-spacing: .35rem;
    color:#646472;
    transition: all .35s ease;
}

/* 拿掉箭頭 */
.i_blog_b a i.fa-solid.fa-arrow-right,
.i_blog_b .fa-arrow-right::before{
    display: none;
}

/* hover */
.i_blog_b .animated-arrow:hover{
    transform: translateX(6px);
    color: #3d3d47;
}

.i_blog_b .animated-arrow:hover b{
    letter-spacing: .45rem;
}

@media screen and (max-width: 400px){.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}}

/* ===============================
   手機板
================================= */
@media screen and (max-width: 768px){

    .i_blog_b{
        gap: 20px;
        margin-top: 30px;
    }

    .i_blog_b::before{
        flex: 1;
    }

    .i_blog_b .animated-arrow b{
        font-size: 14px;
        letter-spacing: .2rem;
    }

    .i_blog_b .animated-arrow:hover{
        transform: translateX(3px);
    }
}

/* 小手機 */
@media screen and (max-width: 480px){

    .i_blog_b{
        gap: 14px;
        margin-top: 24px;
    }

    .i_blog_b .animated-arrow b{
        font-size: 13px;
        letter-spacing: .12rem;
    }

    .i_blog_b::before{
        opacity: .5;
    }
    .i_blog_list {
    display: flex;}

}

/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*整體設定*/
.blank_letter{ font-family: "Sorts Mill Goudy", Noto Serif TC;color: #444;font-size: 24px;padding-top: 0;font-weight: 600;}
.contact_content .information_right {width: calc(100% - 310px);padding-left: 50px;}
.contact_page #content { background: url(https://pic03.eapple.com.tw/bathforest/bg.jpg) 0% 0% / cover fixed;}


/*表格區塊*/
.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;}
.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;}
.red { color: #c3a687;}
@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;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.blank_letter {color: #727284;font-size: 18px;}
/*側邊*/
.list_before.info li {
    color: #595959;
    font-size: 14px;
	font-weight: 500;
}
.contact_le_nomap iframe{filter: grayscale(1);-webkit-filter: grayscale(1);transition: all .5s;}
.contact_le_nomap iframe:hover{filter: grayscale(0);-webkit-filter: grayscale(0);}
/*表單*/
.contact_form li .form__label {
    color: #727284;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact_form li .form__insert {color: #727284;}
.contact_form li .form__insert *{font-family: 'Noto Sans TC', sans-serif;}
.contact_form li input.noborder {border-bottom: 1px solid #727284;}
.contact_form li textarea.noborder {border: 1px solid #727284;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #727284 solid;}
.contact_form li.last cite {background: #727284;}
.contact_form li.last input{font-size: 14px;}
.information_right .contact_form li.last blockquote input {color: #727284;font-weight: 500;}
.form select option {background: #727284;}
.form select {color: #9cafbe;border-bottom: 1px solid #727284;}
.contact_le_map a {
    display: block;
    background: #3b6a78;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.animated-arrow{  border-radius: 0px;     border: 1px #d5c5b4 solid;}
.contact_page .main_part {    padding: 8% 20px;}
.information_left .information_left, .information_right {    padding: 10px 10% 10px 10%;}
.album_page.album_apadding .main_part {  padding: 10% 20px;}
.album_class_page.album_a #content { background: url(https://pic03.eapple.com.tw/bathforest/bg.jpg) 0% 0% / cover fixed;}
.album_page.album_a #content { background: url(https://pic03.eapple.com.tw/bathforest/bg.jpg) 0% 0% / cover fixed;}
.album_page.album_a  #content { background: url(https://pic03.eapple.com.tw/bathforest/bg.jpg) 0% 0% / cover fixed;}
.blog_page.article_a #content{ background: url(https://pic03.eapple.com.tw/bathforest/bg.jpg) 0% 0% / cover fixed;}
.blog_in_page.article_a #content { background: url(https://pic03.eapple.com.tw/bathforest/bg.jpg) 0% 0% / cover fixed;}

#bottom_menu li a{display: none;}

/* 地圖隱藏 */

.contact_le_map a{display: none;}

/*相簿-首頁*/
.module_i_album .title_i_box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.module_i_album .title_i_box h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
}
.module_i_album .title_i_box h4 {
    color: #646472;
    font-weight: 600;
    font-size: 24px;
}
/* 英文標題 */

.i_album_list {    grid-template-columns: repeat(3, 1fr);}
.i_album_list li div {    aspect-ratio: 1 / 1; 
    animation: allanima_circle 3.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    will-change: clip-path, filter, opacity;}

.i_album_list li  p { font-size: 18px; text-align: center; color: #38697C; margin: 5% 0 0 0 ;}
.i_album_list li a p {
    background: linear-gradient(to top, #727284, #727284);
    color: #646371;
    height: 4.5em;
    font-weight: 300;
    align-items: flex-end;
    padding: 15px;
}
.i_album_list li:hover p { color: #646470;}

.i_album_list li img {
    filter: grayscale(.45) brightness(.92);
    transform: scale(1);
    transition: transform .9s cubic-bezier(.22,.61,.36,1),
                filter .7s ease;
}

.i_album_list li a:hover img {
    transform: scale(1.04);
    filter: grayscale(0) brightness(1);
}

@keyframes allanima_circle {
    0% {
        clip-path: circle(12% at 50% 50%);
        filter: blur(10px) ;
        opacity: 0;
    }
    40% {
        clip-path: circle(45% at 50% 50%);
        filter: blur(6px) ;
        opacity: 1;
    }
    75% {
        clip-path: circle(80% at 50% 50%);
        filter: blur(2px) ;
    }
    100% {
        clip-path: circle(120% at 50% 50%);
        filter: blur(0) ;
        opacity: 1;
    }
}


/*相簿第二層*/
.show-list .show_name {text-align: center;}
.album_class_page.album_a .main_part{    padding: 8% 20px;}
.album_page.album_a .main_part {    padding: 8% 20px;}
.album_class_page.album_a .main_part {    max-width: 1700px;}
.show-list { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.album_class_page.album_a .show-list.other_subalbum {    grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.show-list .item {    background: transparent;}
.album_class_page.album_a .show-list .show_pic { aspect-ratio: 16 / 10; }
.album_class_page.album_a .subalbum-menu h2 {display: none;}
.other_subalbum li a p {
    color: #000000;
    text-align: center;
    letter-spacing: 3px;
    font-size: 14px;
    padding-top: 10px;
    opacity: .7;
    transition: all .3s;
}
.other_subalbum li a:hover p {    opacity: 1;}
.subalbum-menu h2 {
    color: #646470;
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
    padding: 5px 10px 25px;
    text-align: center;
    width: 100%;
}
.album_class_page.album_a .show-list .item a:hover .show_pic img {    filter: none;}
.album_class_page.album_a .show-list .show_pic img {    filter: saturate(50%);}
.album_class_page.album_a .show-list:hover .item a .show_pic img {    filter: saturate(50%) blur(5px);}
.album_class_page.album_a .show-list .item a:hover  .show_pic img {    filter: saturate(50%) blur(0);}
.album_class_page.album_a .show-list:hover .item a:hover {    opacity: 1;    transition: all 0.3s ease-in-out;}
.album_class_page.album_a .show-list:hover .item a {    opacity: 0.3;    transition: all 0.3s ease-in-out;}


.show-list .item a{
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
    animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards maskFadeIn;
}

@keyframes maskFadeIn {
    0% {
        -webkit-mask-position: 200% 0;
        mask-position: 200% 0
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

/*觀看更多*/
.other_album {
    /* width: 100%; */
    /* text-align: center; */
    display: flex;
    align-items: center;
}
.album_fixed_title {
    background: transparent;
    color: var(--grey);
    font-size: 14px;
    margin-bottom: 0;
}
.album_fixed_title span:before {
    content: 'View More';
    margin: 0 7px 0 0;
}
.other_album_choice {
    margin: 0;
}
.album_fixed_title .fa-image::before{display: none;}
.other_album_choice li {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0 10px;
    border-left: 1px solid #9999991c;
}
.other_album_choice li a {    color: var(--grey);}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {    display: none;}

/*相簿第二層版面順序調整
.album_class_page.album_a .show_content {    display: flex;    flex-wrap: wrap;}
.subalbum-menu {    order: 2;}
.other_album {    order: 1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/

/*相簿第三層*/
.album_info_page.album_a .main_part {    max-width: 1000px;}
.album_info_page.album_a .show_content {    padding: 5% 30px;}
.pic-list {    grid-template-columns: 1fr;}
.pic-list .item a img {   transform: scale(1); transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);  }
.pic-list .item a:hover img {    transform: scale(1.05);}

.pic-list .show_pic img {    animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards blurIn ;}
@keyframes  blurIn  {
0% {
    backdrop-filter: grayscale(.2) blur(10px);
    -webkit-backdrop-filter: grayscale(.2) blur(10px);
    opacity: 0;
}
100% {
    backdrop-filter: grayscale(0) blur(0px);
    -webkit-backdrop-filter: grayscale(0) blur(0px);
    opacity: 1;
}
}

@media (max-width:600px) {
.album_class_page.album_a .show-list.other_subalbum {
    grid-template-columns: 1fr;
}


}
@media (max-width:425px) {
.blog_page.article_a #content {background: #f0efec;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* +++ 首頁串聯 (module_i_album) -------------------- */

.module_i_album section {
    max-width: 1400px;
    margin: 80px auto;
}

.module_i_album .title_i_box{
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
}
/* 標題 */
.module_i_album .title_i_box h6 {
    letter-spacing: .6rem;
    color: #727284;
    order: 2;
}

.module_i_album .title_i_box h4 {
    letter-spacing: .6rem;
    color: #727284;
    text-transform: uppercase;
    order: 1;
}

/* 相簿名稱 */
.i_album_list li a p {
    height: 100%;
    background: rgba(0 0 0 / 45%);
    color: #fff;
    letter-spacing: .6rem;
    font-size: 18px;
    transform: translateY(0);
    opacity: 1;
    transition: all .45s cubic-bezier(.22,.61,.36,1);
}


.i_album_list li a p {
    height: 100%;
    background: rgb(212 197 181);
    color: #646472;
    letter-spacing: .6rem;
    font-size: 18px;
    transform: translateY(0);
    opacity: 1;
    transition: all .45s cubic-bezier(.22,.61,.36,1);
}

.i_album_list li:hover p {
    transform: translateY(-8px); /* 微浮起 */
    opacity: 1; /* 不消失 */
}

.i_album_list li a {
    position: relative;
    overflow: hidden;
}

.i_album_list li a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #d5c5b400;
    opacity: 0;
    transition: opacity .45s ease;
    pointer-events: none;
}

.i_album_list li a:hover::after {
    opacity: 1;
}

.i_album_list li {
    transform: translateY(0);
    transition: transform .45s ease;
}

.i_album_list li:hover {
    transform: translateY(-6px);
}
/* 按鈕 */
.i_album_b{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 40px;
    width: 100%;
}

/* 左側分隔線 */
.i_album_b::before{
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(100,100,114,.35);
}

/* 按鈕本體 */
.i_album_b .animated-arrow{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    background: transparent;
    width: auto;
    padding: 15px;
    color: #38697C;
    position: relative;
    transition: all .35s ease;
}

/* 文字 */
.i_album_b .animated-arrow b{
    letter-spacing: .35rem;
    color:#646472;
    transition: all .35s ease;
}

/* 拿掉箭頭 */
.i_album_b a i.fa-solid.fa-arrow-right,
.i_album_b .fa-arrow-right::before{
    display: none;
}

/* hover */
.i_album_b .animated-arrow:hover{
    transform: translateX(6px);
    color: #3d3d47;
}

.i_album_b .animated-arrow:hover b{
    letter-spacing: .45rem;
}

/* ===============================
   手機板
================================= */
@media screen and (max-width: 768px){

    .i_album_b{
        gap: 20px;
        margin-top: 30px;
    }

    .i_album_b::before{
        flex: 1;
    }

    .i_album_b .animated-arrow b{
        font-size: 14px;
        letter-spacing: .2rem;
    }

    .i_album_b .animated-arrow:hover{
        transform: translateX(3px);
    }
}

/* 小手機 */
@media screen and (max-width: 480px){

    .i_album_b{
        gap: 14px;
        margin-top: 24px;
    }

    .i_album_b .animated-arrow b{
        font-size: 13px;
        letter-spacing: .12rem;
    }

    .i_album_b::before{
        opacity: .5;
    }
    .i_album_list {
    display: flex;}

}
/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
    /* 相簿名稱 */
    .module_i_album .title_i_box h6 {
        font-size: 16px;
        letter-spacing: 0.4rem;
    }
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 480px) {
    .module_i_album .title_i_box h4 {
        font-size: 25px;
        letter-spacing: .4rem;
    }
}


/*設計作品 */

.StoreProjs_Md{padding: 5% 0;}
.module_i_projects .title_i_box h4{
    content: '作品實績';
    font-size: 25px;
    color: #727284;
    font-weight: 600;
    letter-spacing: .6rem;
}

.module_i_projects .title_i_box h6 {
    letter-spacing: .6rem;
    color: #727284;
    order: 2;
    font-size: 16px;
    font-weight: 400;
}

.StoreProjs_Post li > a:hover:after{    background: rgb(0 0 0 / 60%);}


@media screen and (max-width: 1500px) {
.contact_page .main_part {padding: 8% 0px 8% 100px;}
.contact_content .information_right {
    width: calc(100% - 0px);
    padding-left: 50px;
}

}

@media screen and (max-width: 768px) {
.contact_page .main_part {padding: 8% 60px 8% 60px;}
}


@media screen and (max-width: 425px) {
    .contact_page .main_part {
        padding: 8% 30px 8% 30px;
        background-color:#f0efec;
    }
    .contact_content .information_right {
    width: calc(100% - 0px);
    padding-left: 10px;
}
}