@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- { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.index { padding:0; margin:0;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

body {   /* background: url(https://pic03.eapple.com.tw/wenjoyds/mbg-01.jpg) no-repeat top center fixed;  */  background-size: cover;}
/*top*/
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #494642;}

/*頁碼*/
.page li a {  width: 30px;  height: 30px;}
.page strong, .page a:hover {  background: #494642; border: 1px #494642 solid; }

/*滾輪*/
::-webkit-scrollbar { width: 6px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #494642;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #c7c7c7; border: #c7c7c7;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*共用*/
.main_part {  max-width: 1600px;}
.animated-arrow { background: #3e6a77; 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區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*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/wenjoyds/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/wenjoyds/banner-04.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(3):before {
    background: url(https://pic03.eapple.com.tw/wenjoyds/banner-06.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.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;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(3):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%;
        }
        
    }


/* =============== ▼ 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/wenjoyds/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/wenjoyds/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/wenjoyds/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/wenjoyds/banner4.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.banner.banE::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/wenjoyds/banner5.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: 9;
    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: "NEWS";
    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:"WORKS";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}


body.blog_page.article_a .banner h5::before{
    content: "NEWS";
}


.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: 24px;
	}
	.banner h5 {
		font-size: 20px;
	}
	
	.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: 20px;
}

}


.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;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 開場 */
.pageIndex .bannerindex {
    position: sticky;
    background: #ffffff;
}

.pageIndex .swiper-banner {
    position: sticky;
    margin: 0;
    height: auto;

}

.pageIndex .swiper-slide {
    background-color: #ffffff;
}

.pageIndex .swiper-banner .swiper-slide img {
    width: 100%;
    position: relative;
    height: auto;
    bottom: 0px;
    opacity: 1;
    /*transform: none !important;*//*大圖放大動畫*/
}

@keyframes banner-up {
    0% {
        bottom: -1000px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }

}


body.pageIndex:before {
    content: ' ';
    position: fixed;
    z-index: 999999991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    animation: fadein 3s forwards;
}

@keyframes fadein {
    50% {
        opacity: 1;
    }

    60% {
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

body.pageIndex:after {
    content: ' ';
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/wenjoyds/op-logo.png) center / cover no-repeat;
    animation: fadeease 3s forwards;
}

@keyframes fadeease {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        pointer-events: auto;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.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%);
    transition: all 1.0s ease-in-out;
}

.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: #ffffff;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 25%;
    transform: scale(0, 1);
    transition: 0.5s ease-in-out;
}

.sticky .stellarnav > ul > li::after {
    background: #999999;}

.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;
}
.pageIndex .stellarnav > ul > li:nth-of-type(8){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 2.9s;
}
.pageIndex .stellarnav > ul > li:nth-of-type(9){
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 3s;
}


@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);
}
.pageIndex .header_area {background-color: unset; backdrop-filter: none;}
.pageIndex .header_area.sticky{position: fixed;}

@keyframes nav-line {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
    
}


.pageIndex .header_area::before {
    opacity: 1;
}

.header_area .main_header_area {
    background: linear-gradient(to bottom, rgb(75 62 53), rgba(0, 0, 0, 0));
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.other_page .header_area .main_header_area { background:#fff;}
.other_page .stellarnav>ul>li>a{color: #515151;}

.header_area.sticky .main_header_area {
    opacity: 1;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    background: #f2f2f2;
}

.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: #646472;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}



@media screen and (max-width: 1440px) {
.other_page .stellarnav>ul>li>a{    color: #525252;}
.other_page .header_area .main_header_area{background:#fff;}
.other_page .header_area .nav-brand{    display: block; max-width: 145px;}
.other_page .stellarnav>ul>li>a:hover{    color: #999999;}
}

@media screen and (max-width: 1024px) {
    .header_area { position: absolute;}
    .other_page .header_area.sticky { position:fixed;}
    .header_area .navigation {
        padding: 0;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
        flex-direction: row-reverse;
    }
    .other_page .header_area .navigation {
        padding: 0% 0 10px 0;
    }

    .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;}
    
    .album_page.album_a .header_area .main_header_area { background:#fff; }
    .album_page.album_a .header_area {position: relative;}
    .album_page.album_a .header_area.sticky {position: fixed;}
    .blog_page.article_a.header_area .main_header_area { background:#fff; }
    .blog_page.article_a.header_area {position: relative;}
    .blog_page.article_a .header_area.sticky {position: fixed;}

    .pageIndex .header_area .main_header_area{background: #fff;}
    .pageIndex .header_area{position: relative;}
}

/*  */

.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: #fff;
    opacity: 1;
    font-weight: 400;
    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: #fff;
    opacity: 1;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.pageIndex .header_area .stellarnav>ul>li>a:hover {
    color: #ffffff;
    transition: all 0.5s;
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a:hover {
    color: #999999;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #999999;
    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%);
    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;
}


.stellarnav li li a:nth-child(2){display: none;}

@media screen and (max-width: 1440px) {
    .stellarnav>ul>li>a { margin: 0 5px;}
    .other_page .nav-brand img {  top: 15px;}
}


@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) {
    .pageIndex .header_area .stellarnav>ul>li>a:hover{    color: #3b697b;}
    .stellarnav > ul > li:hover::after{display: none;}
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #676767;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #676767;
        display: block;
        transform: scale(0.9);
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #333;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .sticky .stellarnav .menu-toggle:after {
        color: #333;
        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: #584e45;
        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: #fff;
    }
    .pageIndex .stellarnav.mobile>ul>li>a {
        padding: 12px 10px;
        border: 0;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 8px 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 #474747 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 3px #8e8e8e;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #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);
    }


.stellarnav.mobile .menu-toggle{  padding: 10px;}

}

@media screen and (max-width: 425px) { .other_page .nav-brand img { top: 7px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
}

.nav-header {
    max-width: 295px;
    position: absolute;
    z-index: 123;
    order: 2;
    top: 58%;
    left: 10%;
    transform: translate(-50%, -50%);
}
.pageIndex .nav-header {  filter: brightness(10);  transition: all .5s;}
.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: 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;
}



.pageIndex .nav-header {
    background: url(https://pic03.eapple.com.tw/wenjoyds/logo_w.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 110px;
    background-size: contain;
    background-position: center right;
    margin-top: 15px;
}

.pageIndex .header_area.sticky .nav-header {
    background: url(https://pic03.eapple.com.tw/wenjoyds/logo.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 70px;
    background-size: contain;
    background-position: center right;
    margin-top: -6px;
}

@media screen and (max-width: 1440px) {
    .header_area .navigation {  padding: 3% 0 10px 0;}
    .nav-header {  top: 38%; }
    .pageIndex .nav-header{margin: 25px 0 0 0 ; height: 90px;}
    .pageIndex .header_area.sticky .nav-header{    margin-top: 12px;}
}

@media screen and (max-width: 1024px) {
    .header_area .navigation {  padding: 2% 0 10px 0;}
    .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: 100%;
    }
    .pageIndex .nav-header {  filter: brightness(5);  transition: all .5s;}


    .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 7px;    }
    .other_page .header_area .nav-brand{    max-width: 115px;}
    .blog_page.article_a .header_area .nav-brand{    max-width: 115px;}

}

@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) {

    .stellarnav .menu-toggle span.bars span{ background: #594e44;}
    .stellarnav .menu-toggle:after{ color: #594e44;}
    .pageIndex .nav-header {background-position: center ;margin: 3px 0 0 0;height: 70px;}
    .pageIndex .header_area.sticky .nav-header{  background-position: center;     height: 55px;}

    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }
   /* 確保首頁在手機版時，導覽列的 Logo 圖片可以正常顯示 */
    .pageIndex .header_area .nav-brand img {
        display: block !important;
        transform: translatey(-27%);
    }
    .pageIndex .nav-header{filter:unset;}
    .header_area.sticky .nav-brand {display: none;}
    .pageIndex .header_area.sticky .nav-header{background:none; transform: translatey(-35%);}

    .header_area .nav-brand {
        display: inline-block;
        width: 62%;
        transition: all 0.5s;
        padding: 10px 0;
    }
    .album_class_page.album_a .header_area .nav-brand {width: 45%; padding: 10px 0;}
    .album_page.album_a .header_area .nav-brand { width: 100%;}


    .header_area .navigation {
        display: flex;
        justify-content: center;
        padding: 8px 0px;
    }

    .header_area.sticky .nav-brand {
        display: inline-block;
        transition: all 0.5s;
        padding: 17px 0 0 0;
    }
    .other_page .header_area.sticky .nav-brand {padding: 0px 0 0 0;}
    .other_page .header_area .navigation{height: 80px;}
    .other_page .header_area.sticky .navigation {height: 80px;}
    .other_page .stellarnav .menu-toggle span.bars span{ background: #666666;}
    .other_page  .stellarnav .menu-toggle:after{  color: #666666;}

    .album_page.album_a .header_area.sticky .nav-brand {padding: 0px 0 0 0;}
    .album_page.album_a .header_area .navigation{height: 80px;}
    .album_page.album_a .header_area.sticky .navigation {height: 80px;}
    .album_page.album_a .stellarnav .menu-toggle span.bars span{ background: #666666;}
    .album_page.album_a  .stellarnav .menu-toggle:after{  color: #666666;}

    .blog_page.article_a .header_area.sticky .nav-brand {padding: 0px 0 0 0;}
    .blog_page.article_a .header_area .navigation{height: 80px;}
    .blog_page.article_a .header_area.sticky .navigation {height: 80px;}
    .blog_page.article_a .stellarnav .menu-toggle span.bars span{ background: #666666;}
    .blog_page.article_a .stellarnav .menu-toggle:after{  color: #666666;}
    .blog_page.article_a .header_area { position: relative; }

    .album_class_page.album_a .header_area .main_header_area  {background:#fff;}
    .album_class_page.album_a .header_area .navigation { height: 90px; }
    .album_class_page.album_a .header_area.sticky .navigation { height: 60px;}

    .blog_in_page.article_a .header_area .main_header_area  {background:#fff;}
    .blog_in_page.article_a .header_area .navigation { height: 90px; }
    .blog_in_page.article_a .header_area.sticky .navigation { height: 60px;}

    .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: 0;
    }

    .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;
    }

    .album_page.album_a .header_area .nav-header {        max-width: 105px;}

    #bottom_menu {display: none;}
    .blog_page.article_a .header_area .main_header_area {background: #fff;}
}

@media screen and (max-width: 425px) {
    .header_area.sticky .nav-brand{  padding: 17px 0 0 0;}
    .pageIndex .nav-header {  height: 45px;}
    .header_area .nav-brand {
        display: inline-block;
        width: 40%;
        transition: all 0.5s;
        padding: 5px 0;
    }
    .other_page .header_area.sticky {position: fixed;}
    .album_page.album_a .header_area .nav-brand { width: 100%;}
    .album_class_page.album_a .header_area .navigation { height: 60px; }
    .blog_in_page.article_a .header_area .navigation { height: 60px; }
}

@media screen and (max-width: 375px) {
.pageIndex .header_area.sticky .nav-brand {  transform: translatey(20%); padding: 5px 0 0 0;}
.pageIndex .header_area .nav-brand  {transform: translatey(-8%);}
}



/*footer*/
.footer { padding: 40px 0px 50px 0px; background: #F9F9F9; 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 #ccc;}
.footer_info li p,
.footer_info li p a {  color: #646472;  font-size: 12px;  line-height: 230%; font-weight: 400;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: 400;  font-size: 13px;  letter-spacing: 2px;  background-color: transparent;  padding: 8px 7px 8px 0px;  text-align: left;font-family: "Montserrat";}
.footer_menu a:hover {  background:  transparent;  transition: all.5s; color: #E1AB52;}
.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:#D3B799;}
.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: '信箱 ｜';}
.footer_info li p.add:before { content: '地址 ｜';}
.footer_info li p.fax:before {  content: '傳真 ｜';}
.footer_info li p.taxid:before{content: '統編 ｜';}
.footer_info li p.phone: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: #f4f6f5b0; border: solid 1px #ccc;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/wenjoyds/logo.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 140px;
    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) {/*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: 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) {/*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) {/*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: 470px) {/*footer*/
.footer {  padding: 20px 0px 15px 0px;}
}


@media screen and (max-width: 400px) {/*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;}


/* 相簿================================================================== */

/* ▼ 相簿 (無邊界版) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 版面布局設定 -------------------- */

/*排列*/
ul.show-list,
.other_subalbum {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 3rem;
    margin: 0 auto;
    width: 100%;
}

/*次分類版面微調*/
.subalbum-menu {
    margin: 0;
    padding: 0;
}

ul.show-list:before ,
ul.pic-list:before {
    content:none;
}

/*卡片底色透明*/
.show-list .item ,
.other_subalbum li  {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    background: transparent;
}

/*相簿圖片框*/
.show-list .show_pic ,
.other_subalbum li a div {
    padding-bottom: 75%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
}

/*相簿圖片長寬比例，75% →100:75 = 4:3 */


/* 相簿文字 -------------------- */

/*圖片正中心*//*
.show-list .show_name ,
.other_subalbum li p {
    color: var(--bg-color);
    overflow: visible;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-weight: 400;
    transition: var(--transition);
    z-index: 3;
}

/*hover-文字淡出*//*
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: var(--bg-color);/*沒設定會是黃色
    opacity: 0;
}

/*圖片正中心*/
.show-list .show_name ,
.other_subalbum li p {
    color: #e3e3e3;
    text-align: center;
}

/*hover-文字變色*/
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: #afafaf;
}


/*黑色透明色塊*/
.overlay{
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    transition: var(--transition);
}

/*hover-淡出*/
.show-list .item a:hover .overlay{
    opacity: 0;
}



/* 相簿圖片 -------------------- */
.show-list .show_pic img,
.other_subalbum li a img {
    transition: var(--transition) ;
    display: block;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    position: absolute;
    transition: var(--transition2);
}

/*hover放大圖片*/
.show-list .item a:hover .show_pic img,
.other_subalbum li a:hover img {
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

/* +++ 相簿次分類頁 -------------------- */
/*隱藏--分類標題&標題後方塊*/
.subalbum-menu h2,
.block {
    display: none;
}

/*觀看更多相簿 -------------------- */

/*隱藏-其他次分類區塊*/
.other_album {
    display: none;
}

/*相簿瀑布流----------*/
.pic-list {
  column-count: 2;
  column-gap: 10px;
}

.pic-list .item {
  width: 100%;
  padding: 0;
  margin: 0 ;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .show_pic img {
    display: block;
}

.pic-list .show_pic img:hover {
    transform: scale(1.1);
    transition: var(--transition2);
}

/*滿版*//*
.album_page .main_part {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.album_page .show_content{
    width: 100%;
    padding: 50px 0;
}


/* RWD＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 1240px) {
ul.show-list,
.other_subalbum {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0.5rem;
}

}

@media screen and (max-width: 768px) {
    .album_info_page.album_a .header_area .main_header_area {background: #fff;}
    .album_info_page.album_a .header_area .navigation {height: 80px;}
    .album_info_page.album_a  .nav-brand img {max-width: 85%;}
    .album_info_page.album_a .album_info_page .pic-list .show_pic img {left: 0%; top: 0%;}}

@media screen and (max-width: 425px) {
    .album_class_page.album_a .header_area .navigation{height: 80px;}
    .album_class_page.album_a .nav-brand img{max-width: 100%;}
    .album_info_page.album_a .header_area .navigation {height: 80px;}
    .album_info_page.album_a  .nav-brand img {max-width: 100%;}
    .album_info_page.album_a .album_info_page .pic-list .show_pic img {left: 0%; top: 0%;}
    .show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img:hover {transform: translate(0%, 0%);}
}

@media screen and (max-width: 375px) {
ul.show-list,
.other_subalbum {
    display: block;
    width: 100%;
}

ul.show-list, .other_subalbum {        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}

}

/* ▲ 相簿(瀑布流)---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*相簿/＝＝＝＝＝*/
.album_page,.album_class_page,.album_info_page{
  background: #f1f1f1;
}
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
.show-list .show_name {
  letter-spacing: 1px;
  font-weight: 400;
  color: #404040;
}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  transition: all 0.3s;
}
.overlay:hover {
  background: linear-gradient(0deg, #ffffff, #ffffff00);
  opacity: 1;
    transition: all 0.3s;
}

.show-list .item, .other_subalbum li, .pic-list .item {
  width: 100%;
  margin: 0;
  padding: 15px 15px 5px;
  background: #35353500;
  box-shadow: 3px 3px 3px #77777700;
}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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;
    transform: translate(0%,0%);}

.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img:hover{    left: 50%; top:50%;}

.show-list .item:hover .show_name {  color: #404040;}
.other_album_choice li {    background: #3b3b3b;}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
display: none;
}
.fa-right-from-bracket::before {
  display: none;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
  display: none;
}
.album_fixed_title {
background: transparent;
}
.other_album_choice li:hover {
  transform: translateY(-5px);
  transition: all .4s;
}
.subalbum-menu h2 {
  color: #525252;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 10px 8px 18px;
  border-left: 5px solid;
}
.other_subalbum li p {    margin-top: 10px;}

.pic-list .item h6 {
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 13px;
}
.block {
  display: none;
}

.blog_list_ri p{ font-size: 18px;     line-height: 170%;}

@media screen and (max-width: 1200px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 95%;
}

}

@media screen and (max-width: 768px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 100%;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 600px){


.main_part {
padding: 30px 20px;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr;
}

.blog_list_ri h5 {
padding: 10px 0px 0px;
font-size: 18px;
}


.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}

.subbox_item a:before {
height: 29px;
font-weight: 400;
font-size: 15px;
}

.subbox_item a:hover:before {
height: 25px;
}

.blog_list_le {
  width: 50%;
}

}


@media screen and (max-width: 500px){

  .subbox_item a:before {
    content: '';
    background: #ffffff;
    height: 25px;
    }

    .subbox_item a:hover:before {
      background: #616161;
    }

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}


/*首頁相簿*/
.module_i_album {background: #584e44;    padding: 0 50px 50px 50px;}
.i_album_b {    margin-top: 0px;}
.i_album_list li a {
    padding: 20px 0px 50px;
    background: #ffffff00;
}

.i_album_list li a p {
    padding: 25px 10px 15px;
    letter-spacing: 1px;
}

.module_i_album .title_i_box h4 {
    display: none;
}

.module_i_album .title_i_box h6 {
    font-size: 50px;
    color: #ffffff;
    padding: 30px 0px 15px;
    text-transform: capitalize;
    font-weight: lighter;
    letter-spacing: 5px;
    text-align: left;
    position: relative;
}

.i_album_list {
    grid-template-columns: repeat(3, 1fr);
}

.pageIndex .fa-arrow-right::before {display: none;}

.animated-arrow b {
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
}

.animated-arrow {
background: transparent;
border: 1px solid #EEEEEE;
width: 100%;
}


.animated-arrow:hover {
    background: #000;
}

.animated-arrow:hover b{
  color:#fff
}


@media (max-width: 768px) {
.i_album_list {
    grid-template-columns: repeat(2, 1fr);
}
.module_i_album .title_i_box h6 {
    font-size: 40px;
}
.module_i_album .title_i_box h6:before {
    font-size: 18px;
}

}

@media (max-width: 500px) {
    .i_album_list {
        grid-template-columns:1fr;
    }
    .module_i_album {background: #584e44;    padding: 0 10px 50px 10px;}
    .i_album_list li a {    padding: 20px 0px 0px;}
    .i_album_list_box {padding: 0 0;}
}



/*首頁文章*/
.module_i_news .title_i_box h4{display: none;}
.module_i_news .title_i_box h6 {
    font-size: 60px;
    color: #333326;
    padding: 30px 0px 0px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 5px;
    position: relative;
}

.i_blog_b {
    max-width: 100%;
}

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
}

.module_i_news_list, .module_i_news_list.swiper {
    padding: 30px 0 50px;
}

.i_blog_ri h5 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
}
.i_blog_ri p {
    font-size: 13px;
    letter-spacing: 1px;
  }
.module_i_news li a:after{display: none;}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    bottom: 0px;
    right: 0%;
    top: 0px;
    background: #232323;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    transition: all .6s;
    padding: 0px 15px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
}


@media (max-width: 768px) {
    .i_blog_ri, .blog_list_ri {
    width: 100%;
    padding-left: 0%;
}}
   
@media (max-width: 425px) {
    .module_i_news ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


}



/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1400px; width: 90%;  margin: 0 auto;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr;  gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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;
  transform: translate(-50%,-50%);}

.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img:hover{ transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #5F594D; font-family: "Playfair Display", Noto serif TC;}
.show-list .item:hover .show_name {  color:#594e44;}
.other_album_choice li {  background: #5F594D; border-radius: 0px;}
.subalbum-menu h2{  color: #DDDDDD;font-size: 24px; display: none;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px; }
.show-list .item:hover .overlay {border-radius: 0px;}


/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {    font-size: 18px; text-align: center; font-weight: 600; letter-spacing: 4px; transition: 0.3s ease;} 
.album_page .show-list .show_pic img {transform: scale(1);  transition: 0.5s ease;transform: translate(-50%, -50%);}
.album_page .show-list .show_pic img:hover {transform: scale(1.03); -webkit-filter: grayscale(0) contrast(1); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.pageIndex .album_class_page .other_subalbum li a img {transform: unset;}
.block {display: none;}
.album_fixed_title {background: none;     color: #ffffff; }
.album_class_page .other_subalbum li a img { transition: all .5s ease-out;}
.album_class_page .other_subalbum li a img:hover {-webkit-filter: grayscale(0) contrast(1);  transform: scale(1.03); transition: all .5s ease-out;}
.show-list .item a{color: #ffffff;     font-size: 18px;}
.album_descrip{color: #646472;}
.other_subalbum li a p{    color: #5f594e;}

.pageIndex .module_i_album section{    max-width: 1500px;}


@media screen and (max-width: 980px) {
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr 1fr;}
}


@media screen and (max-width: 768px) {
/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{  color: #DDDDDD;font-size: 20px;}}

@media screen and (max-width: 600px) {/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{  font-size: 18px;}}


.show-list .show_pic img,
.other_subalbum li a img,
.pic-list .show_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(0%, 0%);
}

.show-list .show_pic img,
.other_subalbum li a img,
.pic-list .show_pic img :hover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(0%, 0%);
}
.show-list .show_pic img, .other_subalbum li a img {transform: translate(-50%, -50%);}

@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            @media screen and (max-width: 600px) {
                .main_part {
                    padding: 30px 10px 10px;
                }
            }
        }
    }
}
@media screen and (max-width: 425px) {
.album_info_page .pic-list .show_pic img {left: 0%;   top: 0%;}
.pic-list .show_pic img:hover{        left: 0%; top: 0%;}
}


/*文章管理******************************************** */

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 10px;}
.subbox_item a:hover {background: #594e440d;}
.subbox_item a:before {bottom: 50px; right: 100px; opacity: 1; font-size: 14px; color: #594e44;}
.subbox_item a:after { right: 60px; bottom: 50px; left: auto; top: auto;  background: url(https://pic03.eapple.com.tw/wenjoyds/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 { font-family: "Sorts Mill Goudy", Noto Serif TC;border-bottom: 1px solid; color: #594e44; padding-bottom: 10px; letter-spacing: 1px; margin-bottom: 15px;}
.blog_list_ri em {color: #594e44;margin: 7px 0 15px; order: -1; border: 1px solid #594e44;  width: fit-content; padding: 5px 20px;  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: #ebeae7 !important;}
.submenu a:hover {    background: #cbc0a0;}
.blog_box_edit *{  color: #646472;  font-weight: 400;}
/*移至上方*/
.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 #c5c5c5;}
.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: 500; color: #594e44 !important;}
.accordion li .link { padding: 10px 30px;font-size: 17px; letter-spacing: 2px; color: #594e44;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: #594e44;  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: #594e44;}
.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 #ffffff; border-radius: 0px;color: #ffffff; 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: #584e45; transition: .5s ease;}
.animated-arrow b{ position: relative; z-index: 2;}
.animated-arrow:hover b { color: #ffffff;}

/*功*/
.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;}
.blog_data b {font-family: "Bellefair", serif;}
h4.blog_category_title {font-size: 28px; border-bottom: 1px solid #c5c5c5;padding: 20px 0 10px; color: #594e44; letter-spacing: 1px; font-weight: 500; width: fit-content;}
.blog_in_page .blog_ri p.blog_brief {font-size: 20px;letter-spacing: 2px;  color: #7C7D70;}
.lastPage { background: #594e44;}
.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: #7C7D70;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: #e1dfe000; 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: #ebeae7;}
.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);}
.toShareNews{    color: #594e44;}
.news_related h6 span:before{    color: #594e44;     font-weight: 400;}

@media screen and (max-width: 1024px) {
    
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}}

@media screen and (max-width: 980px) {
/*文章*/
.blog_list_ri h5 {padding-bottom: 5px;}}

@media screen and (max-width: 600px) {
    /*文章管理/＝＝＝＝＝*/
.blog_le .accordion {justify-content: flex-start;}
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.blog_list_ri {padding: 20px 10px;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
.subbox_item a:before { bottom: 25px;}
.subbox_item a:after,.subbox_item a:before { bottom: 25px;}
.subbox_item a {    display: flex; align-items: flex-start;padding: 50px 45px;flex-direction: column;}
}


#content {
    background: url(https://pic03.eapple.com.tw/wenjoyds/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}