@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Cinzel", Noto Sans 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/no5decor/mbg-01.jpg) no-repeat top center fixed;  */  background-size: cover;}
/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #494642;  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: #494642;}

/*頁碼*/
.page li a {  width: 30px;  height: 30px;}
.page strong, .page a:hover {  background: unset; border: unset; }
 .page a:hover{    color: #3f707c;}
/*滾輪*/
::-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: #38697C; border: #38697C;}/*滾輪樣式*/
::-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 設定----------*/

.banner {
    position: relative;
    width: calc(100% - 150px);
    height: 26vw;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
}
.banner h5 {
    font-family: "Cinzel", Noto Sans TC;  
    position: absolute;
    left: 0;
    bottom: -100px;
    font-size: 22px;
    font-weight: 600;
    color: #3b697b;
    letter-spacing: 2px;
    transition: ease-in-out;
}
.banner.banF h5::before {
    content: "TEAM";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #3b697b;    
}

.banner.banE h5::before {
    content: "CASES";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #3b697b;    
}

.banner.banA h5::before {
    content: "CLINIC HOURS";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #3b697b;    
}

.banner.banB h5::before {
    content: "CONTACT";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #3b697b;    
}

.banner.banC h5::before {
    content: "CONTACT";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #3b697b;    
}

.banner.banblog h5::before {
    content: "NEWS";
    display: block; 
    position: relative;       
    font-size: 36px;
    font-weight: 400;
    color: #3b697b;    
}

/*促銷方案*/
.banner.banB {background-image: url(https://pic03.eapple.com.tw/no5decor/banb.jpg);background-position-x: 50%;}
/*聯絡我們*/

.banner.banC h5::before {content: 'CONTACT';}

.banC {background-image: url(https://pic03.eapple.com.tw/no5decor/banc.jpg);background-position-x: 50%;}

.banner.banA {background-image: url(https://pic03.eapple.com.tw/no5decor/banA.jpg);background-position-x: 50%;}

.banner.banE {background-image: url(https://pic03.eapple.com.tw/no5decor/banE.jpg);background-position-x: 50%;}

/*購物車*/
.banner.banF {background-image: url(https://pic03.eapple.com.tw/no5decor/banF.jpg);background-position-x: 50%;}

/*文章管理1*/
.article_a .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/no5decor/banblog_a.jpg);
    background-position-x: 50%;
}


/*文章管理2*/
.article_b .banner.banblog {}
.article_b .banner.banblog h5::before {
    content: 'FEEDBACK';
}

@media screen and (max-width: 1024px) {
    .banner { width: calc(100% - 100px);}
}

@media screen and (max-width: 768px) {
    .banner {
        width: calc(100% - 50px);
    }
    .blog_page.article_a .stellarnav ul{padding:0 0;}
    .blog_page.article_b .stellarnav ul{padding:0 0;}
    .blog_page.article_b .nav-header{    max-width: 120px;}
}

@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {.blog_page.article_b .nav-header{    max-width: 100px;}}


#content {
    background: url(https://pic03.eapple.com.tw/no5decor/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*●●●●●●●●●●●●●●●●●●●●●●●●   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/no5decor/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/no5decor/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%;
        }
        
    }




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 開場 */
.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/no5decor/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%);
    backdrop-filter: saturate(93%) blur(10px);
    transition: all 1.0s ease-in-out;
}

.stellarnav {
    order: 1;
    width: fit-content;
    font-family: "Sorts Mill Goudy", "Noto Sans 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: #38697C;}

.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;    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: linear-gradient(to bottom, rgb(113 113 113), rgba(0, 0, 0, 0));
    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: #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: 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: #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: #fff;
    transition: all 0.5s;
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a:hover {
    color: #38697C;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    color: #ffffff;
    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;
}


.stellarnav li li a:nth-child(2){display: none;}

@media screen and (max-width: 1440px) {
    .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) {
    .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: #ffffff;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #ffffff;
        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: #38697C;
        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: 25px 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;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*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: block;
    position: relative;
    padding: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    padding-top: 0px;
    filter: brightness(10);
}

.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: 1440px) {
    .header_area .navigation {  padding: 5% 0 10px 0;}
    .nav-header {  top: 38%; }}

@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;}

    .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 7px;    }

}

@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: 100%;
        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: 17px 0 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: 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;
    }
}

@media screen and (max-width: 400px) {
    .header_area.sticky .nav-brand{padding:  0 0;}}

@media screen and (max-width: 375px) {
.header_area.sticky .nav-brand {  padding: 5px 0 0 0;}}

/*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: "noto sans TC";}
.footer_menu a:hover {  background:  transparent;  transition: all.5s; color: #3b697b;}
.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: '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: #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/no5decor/footer_logo.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 75px;
    background-size: contain;
    background-position: center right;
    margin-top: 0px;
}

@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;}
.blog_page.article_a .main_part {padding: 15% 25px 0 25px;}
.blog_in_page.article_a .main_part {padding: 15% 25px 0 25px;}
}

/*聯絡我們*/
.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: 5px;}
.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;}
/*文章*/
.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: 0%;}
.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));}
.blog_page.article_a .main_part {padding: 25% 25px 0 25px;}
/*相簿*/
.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;}
.blog_in_page.article_a .main_part {padding: 25% 25px 0 25px;}
}
@media screen and (max-width: 400px) {
/*header*/
.pageIndex .main_header_area, .main_header_area {  height: 57px;}
.stellarnav.mobile { top: -2px;}
/*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;}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


.album_page .main_part {    padding: 6% 20px;}

.album_page.album_a .main_part{    max-width: 1500px;    margin: auto;}
.album_page.album_a .show-list {    grid-template-columns: 1fr 1fr 1fr;    gap: 40px;}
.show-list .show_name{
    line-height: 2;
    background: linear-gradient(to top, #b9b9b96e, #00000000);
    font-weight: 500;
    color: #646472;
    height: 4em;
    letter-spacing: 2px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show-list .item:hover .show_name {    color: #646472;}
.show-list .item a:hover .show_name {
    height: 100%;
    letter-spacing: 3px;
    background: linear-gradient(to top, #FFFFFF, #00000000);
}
.show-list .show_pic {     aspect-ratio: 1 / 1; }
.show-list .show_pic img {    transform: scale(1); transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000); }
.show-list .item a:hover .show_pic img {    transform: scale(1.12);}

/*
.other_subalbum li a p {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 101;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    pointer-events: none;
    font-family: var(--SFont);
    font-weight: 400;
}
.other_subalbum li a:hover p {    opacity: 1;}
*/

/*相簿-首頁*/
.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: 400;
    font-size: 24px;
}
/* 英文標題 */
.module_i_album .title_i_box h4::before{
    content: "PORTFOLIO"; 
    font-size: 40px;
    font-weight: 400;
    letter-spacing: .35rem;
    color: #38697C;   /* 淺灰藍 */
    line-height: 1.5;
    display: block;
}
.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: #727284;
    height: 4.5em;
    font-weight: 300;
    align-items: flex-end;
    padding: 15px;
}
.i_album_list li:hover p { color: #38697C;}

.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;
    }
}

.album_class_page.album_a .main_part{    padding: 6% 20px;}

/*相簿第二層*/
.album_class_page.album_a .main_part {    max-width: 1700px;}
.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: #646472;
    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: #646472;
    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;}
*/
.page li{    width: 60px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本列表
.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:1024px) {
    .album_class_page.album_a .main_part {    padding: 11% 20px;}
    .album_info_page.album_a .main_part{ padding: 10% 20px;}
}

@media (max-width:768px) {
.album_class_page.album_a .show-list.other_subalbum {
    grid-template-columns: 1fr;
}
.album_info_page.album_a .main_part{ padding: 15% 20px;}
}


@media (max-width:425px) {.album_info_page.album_a .main_part{ padding: 25% 20px;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* +++ 首頁串聯 (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: #3b697b;
    order: 2;
}

.module_i_album .title_i_box h4 {
    letter-spacing: .6rem;
    color: #3b697b;
    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: rgba(0 0 0 / 45%);
    color: #fff;
    text-shadow: 0 0 5px rgba(0 0 0 / 40%);
    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: rgba(0,0,0,.12);
    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: inherit;
    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: 1440px){
.album_page .main_part {
    padding: 10% 20px;
}}

@media screen and (max-width: 1024px){
.album_page .main_part{padding: 15% 20px;}}

@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;
    }
    .album_page.album_a .show-list {
    grid-template-columns: 1fr 1fr;}
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 480px) {
    .module_i_album .title_i_box h4 {
        font-size: 40px;
        letter-spacing: .4rem;
    }

    .album_page.album_a .show-list {
    grid-template-columns: 1fr;
    gap: 40px;
}

   .album_class_page.album_a .main_part {
        padding: 20% 15px 10px;
    }
        .album_page .main_part {
        padding: 25% 20px;
    }
}




/* = = = 文章管理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: #3b697b;}

.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/no5decor/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: #3b697b;
    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: #3b697b !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: #3b697b;
    text-align: right;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 1px #adc3d4  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: #3b697b;
}
.blog_list_ri p {
    line-height: 150%;
    margin-top: 10px;
    color: #3b697b;
}

/* 文章列表 - hover */
.blog_list_le:hover img {
    transform: scale(1.1);
}

.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{    color: #3b697b;}

/* ----blog_in_page---- */
h4.blog_category_title {
    font-size: 22px;
    font-weight: 600;
    color: #3b697b;
    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: rgba(59, 105, 123, 0.55);
    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: transparent;
    position: relative;
}
.blog_back a.article_btn_back {
    position: relative;
    color: #3b697b;
    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_back a.article_btn_prev:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/no5decor/left-arrow.svg);
    right: 20px;
}
.blog_back a.article_btn_next:before {
    content: "";
    background-image: url(https://pic03.eapple.com.tw/no5decor/right-arrow.svg);
}

.blog_list_le img {
    transition: transform .6s ease;
}

.blog_list_le:hover img {
    transform: scale(1.04);
}

.edit {
    margin: auto;
    padding: 20px 0;
    min-height: 0vh;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #3b697b;
}
.lastPage { background: #3b697b;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*整體設定*/
.blank_letter{font-family: 'Noto Sans TC', sans-serif;color: #444;font-size: 24px;padding-top: 0;}
.contact_content .information_right {width: calc(100% - 310px);padding-left: 50px;}
.contact_page #content { background: url(https://pic03.eapple.com.tw/no5decor/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;}
input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin: 5px 5px 5px 0px;}
.list_before.info li {font-weight: 300;}
.form select {background: transparent;color: #444;border: none;border-bottom: 1px solid #aaa;width: 100%;}
.form select option{background: #eee;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 15px 0;}
.contact_form li {width: 48%;padding-left: 0;padding: 15px 0;}
.contact_form li input.noborder {padding-left: 10px;background: transparent;border: none;border-bottom: 1px solid #eee;}
.contact_form li textarea.noborder{border: 1px solid #eee;padding-left: 10px;background: transparent;}
.contact_form li.last{width: 100%;}
.contact_form li.last cite {margin-left: 10px;background: #555;color: #eee;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccc solid;width: 130px;}
.contact_form li.last blockquote input {color: #333;font-size: 14px;font-weight: 300;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.information_right .contact_form li.last blockquote input {color: #000;font-weight: 300;font-size: 14px;}
.contact_form li .form__label{font-weight: 300;color: #000;width: 100%;text-align: left;margin-left: 0;margin-bottom: 5px;}
.contact_form li .form__insert{color: #444;width: 100%;}
.noborder {padding: 10px;}
.blank_letter {font-weight: 400;font-size: 20px;letter-spacing: 3px;}



@media screen and (max-width: 768px) {
	/*整體設定*/
	.blank_letter{padding-top: 0;}
	.blank_letter.f{margin-top: 50px;}
	/*資訊區塊*/
	.list_before{margin-top: 10px;}
	/*表格區塊*/
	.contact_content .information_right {width: 100%;padding-left: 10px;}
	.contact_form li input.noborder{border-radius: 0;}
}
@media screen and (max-width: 600px){
	.contact_content{padding: 0;}
}
@media screen and (max-width: 450px){
	.contact_form li{width: 100%;}
	.blank_letter{padding-top: 0;font-size: 18px;}
	.blank_letter.f{margin-top: 50px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.blank_letter {color: #364F52;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: #364F52;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact_form li .form__insert {color: #364F52;}
.contact_form li .form__insert *{font-family: 'Noto Sans TC', sans-serif;}
.contact_form li input.noborder {border-bottom: 1px solid #364F52;}
.contact_form li textarea.noborder {border: 1px solid #364F52;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #364F52 solid;}
.contact_form li.last cite {background: #364F52;}
.contact_form li.last input{font-size: 14px;}
.information_right .contact_form li.last blockquote input {color: #364F52;font-weight: 500;}
.form select option {background: #364F52;}
.form select {color: #9cafbe;border-bottom: 1px solid #364F52;}
.contact_le_map a {
    display: block;
    background: #3b6a78;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.animated-arrow{  border-radius: 0px;     border: 1px #3b697b solid;}
.contact_page .main_part {    padding: 6% 20px;}



.album_class_page.album_a #content {background:#fff;}
.album_page.album_a  #content {background:#fff;}
.blog_page.article_a #content {background:#fff;}
.blog_in_page.article_a #content {background:#fff;}

#bottom_menu li a{display: none;}

/* 地圖隱藏 */

.contact_le_map a{display: none;}

@media screen and (max-width: 1550px) {
.contact_content .information_right {
    width: calc(100% - 100px);
    padding-left: 50px;
}

.contact_content .information_left{
            margin-left: 40px;
}

}

@media screen and (max-width: 768px) {
.contact_content .information_right {
        width: calc(100% - 50px);}
.contact_page .main_part{padding: 14% 20px;}
    .blank_letter.f {
        margin-top: 10px;
    }
}


@media screen and (max-width: 425px) {
    .contact_content .information_right {     width: calc(100% - 30px);}
    .blank_letter.f { margin-top: 0px;}
}

@media screen and (max-width: 768px) {
.stellarnav>ul>li>a { margin: 0 1px;}
.stellarnav>ul>li>a {    font-size: 12px;}
.header_area .nav-brand {width: 85%;}}