@charset "utf-8";
/* *************悠力福物理治療所****************** */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


/* 英文字體 Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* 英文字體 Outfit */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #465169; /*網站主要色系*/
  --SubColor: #1c1c1c; /*網站文字色*/
  --SubColor1: #383b4e; /*網站輔助色系1*/
  --SubColor2: #7d91a6; /*網站輔助色系2*/
  --SubColor3: #a1b1cb; /*網站輔助色系3*/
  --SubColor4: #c5d0e2; /*網站輔助色系4*/  
  --SubColor5: #eee; /*網站輔助色系5*/ 
  --SubColor6: #181818; /*網站輔助色系6*/ 
  --SubColor7: #8C8C91; /*網站輔助色系7*/ 
  --SubColor8: #d3d9e4; /*網站輔助色系8*/
  --SubColor9: #293943;/*網站輔助色系9*/
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Montserrat", "Noto Sans TC",sans-serif, system-ui;/*英文標字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑體字*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (min-width:1520px) {
  :root{
    /* --f52:60px;
    --f28:32px; */
  }
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f60:52px;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f22:18px;
  --f20:16px;
  --f18:16px;
  --f17:15px;   
  --f16:15px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f60:44px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f22:18px;
  --f20:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f60:36px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:16px;
  --f20:15px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
::-moz-selection {
    background-color: #060303;
    color: #fff;
}
::selection {
    background-color: #060303;
    color: #fff;
}



/*卷軸*/
&::-webkit-scrollbar {
    background: #f1f1f1;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #f1f1f1;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #f1f1f1;
}
&::-webkit-scrollbar-thumb {
    /* border-radius: 4px; */
    background-color: #c1c1c1;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}
/* .header_area.sticky {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    background: transparent;
} */
.main_header_area:after {
content: "";
    width: 80px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transition-timing-function: ease-in;
    padding: 0 40px;
    transition: .4s ease;
    background: #7f8994;
    z-index: -1;
    pointer-events: unset;
}
/* .pageIndex .main_header_area:after {height: 0%;}
.pageIndex .header_area.sticky .main_header_area:after {height: 100%;} */

.main_header_area .container {
    max-width: 100%;
    max-height: 110px;
    padding: 0 40px;
    transition: 0.6s;
}

.pageIndex .header_area .main_header_area {
    background: transparent;
    /* opacity: 0; */
    transition: all 0.3s;
    position: relative;
}

.pageIndex .header_area.sticky .main_header_area {
    background: transparent;
    /* opacity: 1; */
    transition: all 0.3s;
}

.navigation {
    grid-template-columns: 80px 1fr;
    align-items: center;
}




/*選單-共用 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
    width: 0;
}
.stellarnav::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.stellarnav.active::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
}
.stellarnav > ul > li:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 0;
    height: 50px;
    position: absolute;
    top: -32%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s;
    pointer-events: none;
    content: none;
}
.stellarnav > ul > li:hover::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 31px;
    width: 100%;
    transition: .6s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li > a {
    font-family: var(--SFont);
}


.stellarnav > ul > li > a:hover {
    transition: .6s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
/* .stellarnav ul ul>li>a:hover, .stellarnav ul ul>li>a:focus {color: #131413; opacity: 1;} */
.stellarnav > ul > li.has-sub > a{
    padding-right: unset;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{content: none;}

/* 第二層 */
.stellarnav ul ul {
    width: 140px;
    left: 50%;
    margin-left: -75px;
}
.stellarnav li li {
    border: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-family: var(--SFont);
    color: #fff;
}


.me_tp_features {
    display: none;
}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    grid-row: 1;
    width: fit-content;
    max-width: 110px;
    position: fixed;
    left: 100px;
    top: 25px;
    z-index: 10000;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.nav-brand { }




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {
    margin: auto;
    width: 93%;
    max-width: 93%;
    padding: 0;
    margin-top: 50px;
    background: transparent;
}
.footer .center {
    position: relative;
    max-width: 100%;
    padding: 60px 50px;
    font-size: 13px;
    color: #fffbec;
    padding: 0;
}
/* footer資訊在單獨頁面= = */
.footer_info {
    display: flex;
    width: 90%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    font-size: 0;
    align-items: center;
}
.footer .center .footer_info:nth-child(1) > ul {    display: none;}

/* 隱藏logo */
.box_link{display: none;}
.footer_logo { display: none; }
/* 元素在Footer頁面 */
.footer_Ninfo a.ft-phone:before {
    content: "\f095";
}
.footer_Ninfo a.ft-map:before {
    content: "\f3c5";
}
/* ------------------------------------------------------------------------------------------------------------ */
.copy {
    color: #a6a6a6;
    border: none;
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.08em;
    font-family: var(--SFontE);
    font-weight: 400;
    text-align: left;
    padding: 30px 0 22px;
    opacity: .5;
    width: 90%;
    margin: auto;
}
.copy a {  color: #a6a6a6; } 

/* 浮動按鈕 */
.info_fix{ }
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}

/* 置頂按鈕 */
#to_top {
    bottom: 0;
    left: 0;
    right: unset;
    font-size: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 1.6s;
    -o-transition: 1.6s;
    transition: 1.6s;
    width: 80px;
    height: 80px;
    padding: 10px;
    z-index: 900;
}
#to_top:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(https://pic03.eapple.com.tw/unifyptc/pagetop.png) left top no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}
#to_top i.top {
    display: none;
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
   }





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {display: grid;grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));left: 0;width: 100%;position: fixed;padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul {top: 100%;left: 0;width: 100%;background: #efefef;height: auto;max-height: 300px;overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li {margin: 0;}
.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {border-left: 6px solid transparent;border-bottom: unset;border-right: 6px solid transparent;border-top: 6px solid #898989;right: 5px;}


/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */
/* 商品下拉超過30個--結束 */
















/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
#content_main, #content {
    margin: 0;
    /* background: #fff; */
    background-color: #E5E5E5;
    padding: 80px 0 ;
    background-repeat: repeat;
    padding: 0;
}
.bannerindex {
    position: relative;
    height: auto;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
    height: calc(100vh - 150px);
    margin: auto;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 80px);
    margin-top: 40px;
    margin: 40px auto;
    width: calc(100% - 80px);
}
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}



/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 0;
    height: 4px;
    width: 20px;
}
.swiper-pagination-bullet {
    opacity: .5;
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
/* 大圖點點按鈕END */





/* 大圖img-內層 */
.swiper-slide img { height:auto;}
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    opacity: unset !important;
    width: auto;
    object-fit: contain;
    height: 100%;
    object-fit: cover;
    object-position: 55%;
    width: 100%;
    max-width: 100%;
}
.swiper-banner .swiper-slide:nth-child(2) img{
    object-position: 80%;
}
.swiper-banner .swiper-slide:nth-child(3) img{
    object-position: 20%;
}

/* 大圖內文字 */
/* .swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
} */

/* banner02 */
/* .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/goldenpine/bnA_txt.svg);
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    left: clamp(100px, 12%, 200px);
    width: 38%;
    height: auto;
    transform: translateY(-50%);
    aspect-ratio: 746 / 351;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/goldenpine/cloud1.png);
    background-repeat: no-repeat;
    bottom: 20%;
    left: -5%;
    width: 50%;
    height: auto;
    aspect-ratio: 120 / 42;
    max-width: 1200px;
    background-size: contain;
    z-index: 0;
}

.swiper-slide.swiper-slide-active:nth-child(2):before {
    -webkit-animation: banner-in 2s ease-in-out both;
    animation: banner-in 2s ease-in-out both;
    animation-delay: 0s;
}
.swiper-slide.swiper-slide-active:nth-child(2)::after {
    animation-delay: 1s;
    animation: cloudLeft 24s linear infinite;
} */


/* banner01 */
.bannerindex .swiper-wrapper .swiper-slide-active::before {
    content: "";
    display: block;
    width: 12%;
    max-width: 260px;
    min-width: 180px;
    aspect-ratio: 52 / 111;
    height: auto;
    position: absolute;
    left: clamp(100px, 15%, 180px);
    top: 46%;
    z-index: 1;
    opacity: 0;
    transform: translateY(-50%);
    background-image: url(https://pic03.eapple.com.tw/unifyptc/bnA_txt01.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
    animation: NtxtShow 1s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    width: 26%;
    max-width: 500px;
    min-width: 360px;
    aspect-ratio: 537 / 284;
    left: clamp(50px, 8%, 100px);
}
.bannerindex .swiper-wrapper .swiper-slide-active:nth-child(3)::before {
    background-image: url(https://pic03.eapple.com.tw/unifyptc/bnC_txt01.svg);
}

.bannerindex .swiper-wrapper .swiper-slide:after{
    content: "";
    display: block;
    width: 50%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 21 / 2;
    position: absolute;
    left: 40px;
    bottom: 40px;
    filter: drop-shadow(0 2px 18px rgba(255, 255, 255, 0.9));
    z-index: 1;
    opacity: 0;
    /* animation: NshowUp 1s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99); */
    background-image: url(https://pic03.eapple.com.tw/unifyptc/bnA_txt02.svg);
    filter: drop-shadow(3px 3px 5px rgba(255, 255, 255, 1)) drop-shadow(2px 2px 10px rgba(255, 255, 255, 1));
    background-size: cover;
    animation-delay: 0.3s;
    -webkit-animation: NslideInL 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: NslideInL 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.bannerindex .swiper-wrapper .swiper-slide-active::after {}



@keyframes NtxtShow {
    0% { opacity: 0; transform: translateY(-50%) scale(1, 0); }
    100% { opacity: 1; transform: translateY(-50%) scale(1, 1); }
}
@keyframes NslideInL { 
    0% { -webkit-transform: translateX(-800px); transform: translateX(-800px); opacity: 0; }
    100% { -webkit-transform: translateX(0);  transform: translateX(0); opacity: 1; }
}
  


  






/* = = = 分隔線-收合選單/桌機 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

/*選單設定*/
.header_area {
    position: relative;
    z-index: 9999;
    padding: 0;
    background: #f0f0f0;
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2000;
    background: #fff;
}
.header_area .main_header_area {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    transition: all 0.5s;
}

.header_area .stellarnav .menu-toggle{
    width: max-content;
    display: block;
    position: fixed;
    top: 50%;
    left: 36px;
    transform: translateX(-50%);
    transition: all 0.6s;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}
.header_area .stellarnav.desktop.active  .menu-toggle{
    opacity: 0.6;
}
.header_area.sticky .stellarnav .menu-toggle{
top: 48%;
    transition: all 0.5s;
}


/* 漢堡 */
.stellarnav .menu-toggle {
    text-align: center;

}
.stellarnav .menu-toggle:after {
    content: "MENU";
    /* color: #43453D; */
    color: #fff;
    margin-top: 0;
    opacity: 1;
    content: "Menu";
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: var(--SFontEN);
    transform: rotate(-90deg);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 1px;
    height: 30px;
    border-radius: 6px;
    background: #fff;
    margin: 0 3px;
    left: 0;
    transition: 0s;
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    transition: all .5s;
}


/* 漢堡關 */
.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    gap: 0;
    left: unset;
    width: fit-content;
}
.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
    transform: rotate(15deg) translateY(-2px) translateX(6px);
    border-radius: 50px 50px 50px 0;
    transition: all 0.3s;
}
.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    /* width: 23px; */
    transition: all 0.5s;
    display: none;
}
.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    transform: rotate(-15deg);
    transition: all 0.3s;
}
.stellarnav.desktop.active .menu-toggle span.bars span{
    background: #fff;
}
.stellarnav.desktop.active .menu-toggle:after{
    color: #fff;
}


/* 未開啟 */
.stellarnav.desktop > ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}
.stellarnav.desktop {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: normal;
    background-color: transparent;
    transition: 1s;
}


/* 開啟 */
.stellarnav.desktop > ul {
display: flex !important;
    transition: all 0.3s;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    pointer-events: all;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 80px 5% 80px;
    transform-origin: 0 50%;
    transform: scale(0, 1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    opacity: 0;
    position: relative;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    align-content: flex-start;
    gap: 20px;
    padding: 8%;
    padding-left: calc(100px);
    padding-right: 80px;
}

.stellarnav.desktop.active > ul {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
}
.stellarnav.desktop > ul::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    background-color: #76808c;
    transform-origin: 0 50%;
    transform: scale(0, 1);
    transition: all 2s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #7E8995;
    transform: scale(1, 1);
    transition: all 2s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.stellarnav.desktop.active > ul::after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background-color: #fff;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2000;
    backdrop-filter: blur(10px);
    -webkit-animation: open_menu 1.2s ease-in-out 0s;
    animation: open_menu 1.2s ease-in-out 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.stellarnav.desktop.active {
    width: 50%;
    max-width: 680px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 100000;
}
.stellarnav.desktop::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    background-color: #7E8995;
    transform-origin: 0 50%;
    transform: scale(0, 1);
    transition: all .6s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.stellarnav.desktop.active::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #7e8995;
    background: rgb(96 109 125 / 90%);
    transform: scale(1, 1);
    transition: all .6s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    z-index: -1;
    pointer-events: none;
    box-shadow: none;
}
.header_area:has(.stellarnav.desktop.active) .nav-header {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);

}


@keyframes Nshow {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes nav-left {0% {width: 0;}100% {width: 100%;}}
@keyframes line-up {0% {height: 0%;}100% {height: 100%;}}
@keyframes turn-bg {0%{height: 0%;}100%{height: 100%;left: auto;right: 0;}}
@keyframes open_menu {0% {transform: skew(0);width: 0vw;}20% {transform: skew(-5deg);left: -10vw;width: 102vw;}60% {transform: skew(0);left: 0vw;width:102vw;}100% {transform: skew(0);left: 100vw;width: 0;}}


/* 選項 */
.stellarnav.desktop li a{opacity: 0;transition: all 0.1s cubic-bezier(0.73, 0.08, 0.11, 0.99);}


.stellarnav.desktop.active li a{animation: Nshow 1s cubic-bezier(0.77, 0, 0.175, 1) .6s both;  }
.stellarnav > ul > li > a {
    /* display: flex; */
    /* animation: Nshow 1s cubic-bezier(0.77, 0, 0.175, 1) .6s both;    */
}
.stellarnav.desktop > ul > li > a {  
position: relative;
font-size: 16px;
height: auto;
line-height: 20px;
margin: 0;
overflow: visible;
cursor: pointer;
text-align: center;
transition: all 0.3s;
opacity: 0;
/* display: flex; */
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
background-position-x: 50%;
transition: all .5s ease-out;
background-size: 200% 100%;
background-repeat: no-repeat;
font-size: var(--f22);    
background-image: linear-gradient(to right, #6b7785 0, #7E8995 50%, #7E8995 100%);
background: transparent;
border: 0;
}

.stellarnav > ul > li > a:before {
    content: 'About';
    text-transform: capitalize;
    font-size: var(--f20);
    color: #a5b0bb;
    font-family: var(--SFontEN);
    font-weight: 500;
    letter-spacing: 2px;
    order: 2;
    margin-left: 15px;
}
.stellarnav > ul > li:nth-child(3) > a:before{content: 'Service';}
.stellarnav > ul > li:nth-child(4) > a:before{content: 'News';}
.stellarnav > ul > li:nth-child(5) > a:before{content: 'Voice';}
.stellarnav > ul > li:nth-child(6) > a:before{content: 'Contact';}
.stellarnav > ul > li > a:hover {
    transition: all 0.3s;
}

.stellarnav li {
    opacity: 1;
    width: 100%;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}
.stellarnav>ul>li>a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}


/* 文字 動畫 */
.stellarnav>ul>li {
    opacity: 0;
    animation: Nshow 1.5s forwards;
    animation-delay: 0.2s;
    width: 480px;
    margin: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
}
/* 第二層_下拉 */
.stellarnav ul ul {
    position: relative;
    width: 100%;
    left: unset;
    transform: unset;
    margin: 0;
    display: block !important;
    background: transparent;
}
.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: transparent;
    transition: all 0.3s;
}
.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #fff;
    font-size: var(--f16);
    transition: all 0.3s;
    padding: 5px 0;
}
.stellarnav li li:hover > a {
    color: #fff;
    transition: all 0.3s;
}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path{
    display: none;
}


/* main */
div#page {
    background: #7E8995;
}

.edit_part{padding: 0;}
.main_part {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: #f2f2f2;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    padding: 120px;
    padding-right: 0;
    /* display: none; */
    padding-left: 120px;
    margin-bottom: 120px;
    width: 100%;
    display: flex;
    min-height: 460px;
    aspect-ratio: 17 / 6;
    justify-content: flex-start;
}
.banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    /* max-width: 1080px; */
    width: 100%;
    background-image: linear-gradient(91deg, #e5e5e5, transparent 40%), url(https://pic03.eapple.com.tw/unifyptc/banD.jpg);
    content: '';
}

.banner h5 {
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    color: #4D535C;
    font-size: var(--f20);
    letter-spacing: 8px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--SFont);
    gap: 10px;
    /* text-shadow: 0 1px 8px rgba(255, 255, 255, 1), 1px 0 8px rgba(255, 255, 255, 1), 0 -1px 8px rgba(255, 255, 255, 1), -1px 0 8px rgba(255, 255, 255, 1), 1px 1px 8px rgba(255, 255, 255, 1), -1px -1px 8px rgba(255, 255, 255, 1); */
}
.banner h5:before {
    content: 'News';
    font-size: var(--f80);
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 300;
    color: #4D535C;
    margin-right: 15px;
    font-family: var(--SFontEN);
    font-weight: 600;
    padding-top: 5px;
}

.article_b .banner.banblog h5:before {
    content: 'Voice';
}
.article_b .banner.banblog:before {
    background-image: linear-gradient(91deg, #e5e5e5, transparent 40%), url(https://pic03.eapple.com.tw/unifyptc/banE.jpg);
}
.contact_page .banner.banC  h5:before {
    content: 'Contact';
}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width: 1024px) {
.banner {
margin-bottom: 100px;
min-height: 380px;
/* padding: 160px; */
padding-left: 100px;
padding-bottom: 0px;
}
.banner:before {background-position: 40%;}
.banner h5:before {font-size: var(--f60);}
}

@media screen and (max-width: 768px) {
.banner {margin-bottom: 80px;padding: 80px 0 0;}
.banner:before {background-position: 50%;background-image: linear-gradient(91deg, #e5e5e5, transparent 60%), url(https://pic03.eapple.com.tw/unifyptc/banD.jpg);}
.banner h5{padding: 50px;padding-bottom: 0;width: 100%;letter-spacing: 4px;font-size: 14px;}

}


@media screen and (max-width: 600px) {
.banner {margin-bottom: 60px;}
.banner:before {background-position: 30%;}
.banner h5:before {font-size: var(--f80);}
}

/*內頁BANNER 設定END = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (min-width: 1400px) {}


/* 上方區域_平板版面1200 */
@media screen and (max-width: 1200px) {}



/* 上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* = = header = = */
.header_area {position: relative;}
.main_header_area .container {  }
.navigation {display: grid  ;grid-template-columns: 100px 1fr;align-items: center;}


/* logo*/
.nav-header {max-width: 90px;}

/* 導覽列 */
.pageIndex .stellarnav {opacity: 1;pointer-events: unset;}
.stellarnav ul {text-align: right;}
.stellarnav > ul > li {/* padding: 10px 0; */}    
.stellarnav > ul > li > a {opacity: 0;letter-spacing: 0;margin: 0;font-size: 15px;}
.stellarnav.desktop.active .stellarnav > ul > li > a {opacity: 1;transition: all 0s;}
.stellarnav>ul>li:after {height: 3px;top: 100%;bottom: 0;transform: translate(-50%, 0);}


.stellarnav.desktop > ul > li > a:before {font-size: var(--f18);margin-left: 10px;}
}

@media screen and (max-width: 1024px) {
/* 導覽列 */
.stellarnav.desktop > ul > li > a{letter-spacing: 2.5px;}
.stellarnav.desktop > ul, .stellarnav.desktop.active::after {min-width: 450px;}

}


/* @768 大於手機尺寸768px */
/* 上方區域/導覽列_手機版面768以上 */
@media screen and (min-width: 768px) {
/* nav滾輪-卷軸*/
.stellarnav.desktop > ul::-webkit-scrollbar {background: #7E8995;width: 4px;height: 15px;}
.stellarnav.desktop > ul::-webkit-scrollbar-button {display: none;background: #7E8995;border-radius: 0;}
.stellarnav.desktop > ul::-webkit-scrollbar-track-piece {background: #68727c;}
.stellarnav.desktop > ul::-webkit-scrollbar-thumb {background: #a5b0bb;width: 4px;border: 2px solid #a5b0bb;}
.stellarnav.desktop > ul::-webkit-scrollbar-track {border-radius: 6px;height: 6px;background: #7E8995;}


/* 選單 */
.stellarnav.desktop > ul {}
.stellarnav > ul > li {
margin: 0 auto;
height: auto;
}
.stellarnav > ul > li > a {
color: #fff;
text-align: left;
justify-content: flex-start;
padding: 0;
font-weight: 500;
letter-spacing: 4px;
border-bottom: 1px solid rgb(255 255 255 / 10%);
padding: 18px 15px;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
}
.stellarnav > ul > li > a:hover {
background-position-x: 0%;
padding-left: 25px;
}

.stellarnav ul ul {
margin-top: 15px;
display: flex !important;
flex-direction: column;
gap: 10px;
}
.stellarnav li li a{
color: #fff;
font-weight: 400;
}
.stellarnav.desktop li.has-sub li a {
font-size: 15px;
letter-spacing: 2px;
font-family: var(--SFont);
transform: unset;
color: #fff;
padding: 0;
text-align: left;
padding-left: 15px;
font-weight: 300;
width: fit-content;
transition: all 0.3s ease-in-out;
}
.stellarnav.desktop li.has-sub li a:hover {
opacity: 0.4 !important;
}
.stellarnav.desktop li.has-sub li a:before{
content: "-";
display: block;
position: absolute;
top: 0;
left: 3px;
}





/* 大圖 */
.bannerindex {
position: relative;
height: auto;
margin-left: 80px;
width: auto;
background-color: #E5E5E5;
}

/* 內編輯區 */
#content_main, #content {
background-color: #E5E5E5;
margin-left: 80px;
width: auto;
}

/* 底部 */
.footer {
margin: auto;
width: 93%;
max-width: 100%;
padding: 0;
margin: 0;
background: transparent;
background-color: #ededed;
background: #4D535C;
margin-left: 80px;
width: auto;
height: 100%;
background-image: url(https://pic03.eapple.com.tw/unifyptc/BG_noise2.png);
}
}






/* @768 小於手機尺寸768px */
/* 上方區域_手機版面768 */
@media screen and (max-width: 768px) {
/* = = 大圖 = = */
.bannerindex {height: 72vh;padding: 0;margin: 0;overflow: hidden;height: 80vh;padding: 105px 25px 40px;background: #E5E5E5;}
.bannerindex .swiper-banner {width: 100%;height: 100%;margin: 0;}
.bannerindex .swiper-wrapper .swiper-slide:after {
max-width: 100vw;
width: 45%;
background-color: rgba(229, 229, 229, 0.8);
filter: none;
aspect-ratio: 23 / 2;
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
left: -1px;
box-shadow: 0 0 0 15px rgba(229, 229, 229, 0.8);
bottom: 50px;
}
.bannerindex .swiper-wrapper .swiper-slide-active::before{width: 70%;max-width: 340px;min-width: fit-content;left: 30px;}

/* 大圖位置 */
.bannerindex .swiper-banner .swiper-slide img {object-position: 90%;}
.bannerindex .swiper-banner .swiper-slide:first-child img {object-position: 65%;}


/* logo*/    
.nav-header {width: 70px;top: 12px;left: 24px;z-index: 200;}
.nav-brand img { }


/* = = header = = */
.header_area {height: 80px;position: fixed;}
.header_area.sticky {position: fixed;background: #fff;}
.header_area .main_header_area {height: 80px;}
.header_area .main_header_area:after{content: none;}
.main_header_area .container {padding: 0 4%;height: 100%;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;height: 100%;padding-left: 80px;}


/* 導覽列 */
.stellarnav.mobile {right: 0;left: unset;top: 0;position: relative;width: 100%;display: flex;justify-content: flex-end;}
.header_area.sticky .stellarnav.mobile{width: 100%;}

/* 導覽列漢堡選單 */
.stellarnav.mobile .menu-toggle {display: flex;margin: 15px 0;padding: 20px 10px;top: 0;right: 0;position: relative;gap: 10px;}
.stellarnav.mobile .menu-toggle:hover span.bars span:nth-child(1){transform: translate(5px, 0%);}
.stellarnav.mobile .menu-toggle:hover span.bars span:nth-child(2){transform: translate(2.5px, 0%);}

/* 漢堡開選單/MENU文字樣式 */
.stellarnav .menu-toggle:after {
color: #43453D;
transform: unset;
}
.stellarnav .menu-toggle span.bars {display: flex;gap: 6px;margin: 0;flex-direction: column;}
.stellarnav .menu-toggle span.bars span {width: 36px;height: 1px;border-radius: 0;background: #333;margin: 0 auto 6px;margin: 0;transition: 0.6s;}
/* .stellarnav .menu-toggle span.bars span:nth-child(2) {opacity: 0;} */
    

/* 導覽列展開 */
.stellarnav.mobile.left > ul {
left: unset;
right: 0;
max-width: 100%;
padding: 0;
display: flex !important;   
flex-direction: column;
align-items: flex-start;
/*右滑出現*/
right: -100vw;
overflow: hidden;
transition: all .6s ease;
animation-timing-function: ease-in-out;
transition: all 1s;
background: #7E8995;
}
.stellarnav.mobile.left.active > ul {right: 0;max-width: 80%;background: #384451;background: rgb(77 83 92 / 90%);}


/* 漢堡開選單/CLOSE文字樣式 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
/* text-transform: capitalize; */
margin: 0;
margin-right: 0;
font-size: 13px;
color: #333;
transform: scale(1);
font-family: var(--SFontEN);
font-weight: 500;
letter-spacing: 0.04em;
min-height: 80px;
text-align: right;
display: flex;
flex-direction: column;
align-self: flex-end;
width: 80px;
height: 80px;
gap: 8px;
background: #9ba3ac;
justify-content: center;
transition: all 0.3s ease;
align-items: center;
}
.stellarnav.mobile.right .close-menu:hover, .stellarnav.mobile.left .close-menu:hover{background: #d4b694;}

.stellarnav .icon-close {box-sizing: border-box;width: 24px;height: 12px;position: relative;display: inline-block;margin: 0;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {width: 25px;height: 0px;border-bottom: solid 1px #333;transform: rotate(25deg);transition: 0.6s;}
.stellarnav .icon-close:after {transform: rotate(-25deg);}
.stellarnav .close-menu:hover .icon-close:before{transform: rotate(-25deg);}
.stellarnav .close-menu:hover .icon-close:after{transform: rotate(25deg);}



/* 第一層 */
.stellarnav.mobile > ul > li > a.dd-toggle{display: none;}
/* 共用 */
.stellarnav.mobile li a{border: 0; opacity: 0;transition: all 0.3s;}
.stellarnav.mobile.left.active > ul a{opacity: 1;transition: all 0.3s;}

.stellarnav.mobile > ul > li {border-bottom: 1px #eee solid;padding: 5px 20px;display: block;border-bottom: 0;}
.stellarnav.mobile > ul > li > a {border-bottom: 1px solid #5b6473;margin-bottom: 10px;text-align: left;overflow: auto;height: auto;line-height: 150%;display: block;color: #fff;font-size: var(--f22);letter-spacing: 3px;font-weight: 400;padding: 10px 20px;display: flex;flex-direction: column;}
.stellarnav.mobile > ul > li:hover a{color: #d4b694;}
/* 下拉展開 */
.stellarnav.mobile li.open {background: #6f7d8b;color: #fff;padding: 10px 30px;} 
.stellarnav.mobile li.open > a {}   
/* 按鈕英文 */
.stellarnav.mobile > ul > li > a:before {font-size: var(--f20);letter-spacing: 2px;order: -1;margin-left: 0;}
.stellarnav.mobile > ul > li > a:after {content: "" ;width: 100%;height: 1px;display: block;background: #e4b67a;position: absolute;bottom: 0;left: 0;opacity: 0;-webkit-transition: 0.6s;transition: 0.6s;}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {top: 0;}
.stellarnav a.dd-toggle .icon-plus:before {width: 8px;height: 8px;border-bottom: solid 1px #666;top: 50%;top: 0;left: 0;transform: rotate(-45deg);}
.stellarnav a.dd-toggle .icon-plus:after {width: 8px;height: 8PX;top: 50%;border-bottom: solid 1px #666;transform: rotate(45deg);}
.stellarnav li.open > a.dd-toggle .icon-plus {-moz-transform: translateY(10px) scaleY(-1);-webkit-transform: translateY(10px) scaleY(-1);-o-transform: translateY(10px) scaleY(-1);transform: translateY(10px) scaleY(-1);}
/* +符號修改END = = */


/* 第二層 */
.stellarnav.mobile ul ul {width: 100%;margin: auto;left: unset;box-shadow: none;background: transparent;padding: 0 20px;}
.stellarnav.mobile li li {font-family: var(--SFont);}
.stellarnav.mobile li li a {font-size: 14px;padding: 5px 0;letter-spacing: 2px;font-weight: 300;}
.stellarnav.mobile ul li li:hover a{color: #fff !important;}

}




@media screen and (max-width: 480px) {
/* 導覽列 */
.stellarnav.mobile > ul > li > a:before {line-height: 1.5;}
.stellarnav.mobile > ul > li > a {padding: 8px 20px;margin-bottom: 5px;}
.stellarnav.mobile li li a {font-size: 13px;padding: 2px 0;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 140px;
}

/* .product_info_page .main_part { max-width:1200px;} */
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

/*顏色*/
.products-list .more {
    border: 1px solid #ADA17E;
    color: #ADA17E;
}
.products-list .item a:hover .more {
    background: #ADA17E;
}
/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}
/*按鈕顏色*/
.inquiry_a1 {
    background: #cbc0a0;
}
.inquiry_a2 {
    background: #bdab77;
}
.inquiry_a3 {
    background: #ADA17E;
}
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
}
.lastaction {
    color: #ADA17E;
    background-color: #f2f2f2;
}
.nextaction {
    background-color: #ADA17E;
}
.lastPage {
    background: #ADA17E;
}

/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}
.sidebarBtn .sp_price {
    color: #cbc0a0;
}
.mobile_product_name {
    font-size: 24px;
}
/*相關推薦*/
.prod_related h6 span:before {
    font-size: 28px;
}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}
@media screen and (max-width: 600px) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* .blog_page .main_part, .blog_in_page .main_part{  background: #f6f4f0;} */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 80px;
}

/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
    width: 240px;
}
h5.blog_le_t {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
    color: #0f8480;
    font-size: 15px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #4D535C;
    padding-bottom: 5px;
}
h5.blog_le_t span {
    display: block;
}
h5.blog_le_t span:before{
    content: 'CATEGORY';
    font-family: var(--SFontEN);
    font-size: 14px;
    color: #4D535C;
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
    display: none;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #eee;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0;
}
.blog_le .accordion li {
    transition: .3s ease-out;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    text-align: left;
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding: 16px 8px 8px;
    border-bottom: 1px solid #d5d5d5;
    line-height: 1.5;
}
.blog_le .accordion > li.on_this_category{
    background: #eee !important;
}
.blog_le .accordion > li.on_this_category:hover .link a, .link a ,.blog_le .accordion > li:hover .link a{
    color: #333 !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color: var(--SubColor)  !important;  
}
.blog_le .accordion > li:hover{
    opacity: 0.5;
}



/* 右側圖文區 */
.blog_ri {
    width: 100%;
    padding: 0 0 0 20px;
    padding: 0;
    width: calc(100% - 240px);
    padding-right: 60px;
    margin-bottom: 0;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: none;
}
/* 圖文區塊 */
 .blog_subbox {
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    flex-direction: row;
    flex-shrink: 0;
    position: relative;
}
.subbox_item {
    position: relative;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    transition: .6s ease-out;
    height: fit-content;
    width: 100%;
    margin: 0.5%;
    background: transparent;
    margin: 0;
    height: 100%;
    width: 100%;
}
.subbox_item:hover {
    transition: .6s ease-out;
}
.subbox_item li:hover {
    transition: .6s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item a {
    grid-template-columns: 1fr;
    gap: unset;
    flex-direction: column;
    height: 100%;
    padding: 0;
    display: flex;
    border: 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(162, 162, 162, 0.15);
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
.blog_list_le {
}
.i_blog_le, .blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: unset;
    width: 100%;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: .4s ease;
    height: auto;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.4s;
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.module_i_news li a:hover .i_blog_le::before,  .subbox_item a:hover .blog_list_le::before{
    opacity: 1;
    transition: 0.6s;
    margin-top: -20px;
}
/* 文字 */
.blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 35px;
}
.i_blog_ri, .blog_list_ri {
    padding: 0;
    margin: 20px;
    width: fit-content;
    height: max-content;
    overflow: hidden;
}
.i_blog_ri h5, .blog_list_ri h5 {
    font-size: var(--f20);
    text-align: left;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.08em;
    order: 2;
    padding: 5px 0;
}
.i_blog_ri em, .blog_list_ri em {
    font-size: 14px;
    color: #aaa;
    margin: 10px 0 0;
    padding: 5px 0;    
    letter-spacing: 0.04em;
}
.blog_list_ri em {
    margin: 0;
    order: 1;
    font-family: var(--SFontEN);
    position: relative;
    left: -40px;
    font-size: 13px;
    color: #4D535C;
    letter-spacing: 1px;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    order: 3;
    margin: 10px 0;
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em { }
.blog_in_page .blog_ri { }
.blog_in_page h4.blog_category_title {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    text-align: center;
    padding: 30px 0 0;
    font-size: var(--f28);
    display: block;
    background-color: #fff;
    padding: 40px 60px 0;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-weight: 400;
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
    width: calc(100% - 240px - 60px);
    margin-left: 0;
    margin-top: 40px;
    display: flex   ;
    justify-content: space-between;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #a7a9ac;
    transition: .4s ease;
    display: none;
}
.blog_back a.article_btn_back:hover {
    opacity: .6;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    color: #555;
    transition: .4s ease;
    width: fit-content;
    background: transparent;
    font-size: 0;
    border: 1px solid #333;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    opacity: .6;
}
a.article_btn_prev:before, a.article_btn_next:after {
content: '< Previous';
    padding: 8px;
    font-size: 13px;
    text-decoration: none;
    font-family: var(--SFontEN);
    color: #333;
    letter-spacing: 1px;
    font-weight: 500;
}
a.article_btn_next:after {
    content: 'Next >';
}


/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: var(--f16);
    color: #333;
    line-height: 2;
    padding: 40px 60px 60px;
    letter-spacing: 0.04em
}
.articel_mainPic {
    display: none;
}
.blog_box_edit *{
    line-height: 1.8;
    padding: 0;
}

/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont2);
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}
.news_related h6 span:before, .prod_related h6 span:before {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.news_related_list, .related_list {
    margin: 40px auto;
}
.news_related_list li, .related_list li {
    display: block;
    padding: 0px;
}
.news_related_list li a, .related_list li a {
    padding: 10px;
    background: #fff;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: .35s ease;
}
.news_related_list li a:hover, .related_list li a:hover {
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
    transition: .35s ease;
}
.news_related_list li a p, .related_list li a p{
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #333;
    padding: 10px 0 5px;
    line-height: 1.5;
}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {
    margin: auto;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 165px;
    width: 200px;
    height: 50px;
    border: 1px solid #0F0F0F;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #0F0F0F;
    overflow: hidden;
    transition: color 0s ease;
    border: 1px solid #bcbfbf;
}
.lastPage {
    color: #fff;
    background: transparent;
    transition: all .6s;
    font-family: var(--SFont2);
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 16px;
    margin: 0 auto;
    color: #293943;
    line-height: 1.8;
}
a.lastPage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: var(--SubColor2);
    transition: all 0.6s;
}
a.lastPage:hover {
    color: #fff;
}
a.lastPage:hover:after {
    width: 100%;
}


/*文章設定B = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.article_b h5.blog_le_t {
    font-weight: 500;
    padding: 0;
    position: relative;
    /* padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(51 51 51 / 50%); */
}
.article_b .blog_subbox {
    grid-template-columns: 1fr;
    gap: unset;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    flex-direction: row;
    flex-shrink: 0;
    position: relative;
}
.article_b .subbox_item {
    position: relative;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    transition: .6s ease-out;
    height: fit-content;
    width: 100%;
    margin: 0.5%;
    background: transparent;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0px 0 24px 0;
    border-bottom: 1px dashed #cccccc;
}
.article_b .subbox_item+.subbox_item {
    padding-top: 24px;
}
.article_b .subbox_item a {
    gap: unset;
    flex-direction: row;
    height: 100%;
    padding: 0;
    display: flex;
    border: 0;
    background: transparent;
    box-shadow: unset;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.article_b .subbox_item a:after {
    content: '';
    z-index: -1;
    width: 0;
    background: rgba(250, 250, 250, 0.6);
    border: 0;
}
.article_b .subbox_item a:hover:after {
    width: 100%;
}
.article_b .subbox_item a:hover img {
    opacity: 1;
}
.article_b .blog_list_le {
overflow: hidden;
    position: relative;
    aspect-ratio: unset;
    width: 100%;
    width: 32%;
    /* max-width: 200px; */
    height: auto;
    min-width: auto;
    aspect-ratio: 10 / 7;
    margin-right: 5%;
    vertical-align: top;
}
.article_b .blog_list_ri {
    margin: 0;
    width: fit-content;
    height: max-content;
    overflow: unset;
    width: 63%;
    padding: 25px 25px 0 0;
}
.article_b .blog_list_ri h5 {
    font-size: var(--f20);
    color: #333;
    font-weight: 600;
    letter-spacing: 0.08em;
    order: 2;
    padding: 0;
    margin-bottom: 20px;
}
.article_b .blog_list_ri em {
    margin: 0;
    order: 1;
    font-family: var(--SFontEN);
    position: relative;
    left: unset;
    font-size: 13px;
    color: #4D535C;
    letter-spacing: 1px;
    display: none;
}
.article_b .blog_list_ri p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    order: 3;
    margin: 0;
    /* text-align: justify; */
}



@media screen and (max-width: 1200px) {
/*文章設定B*/
.article_b .subbox_item a {align-items: center;}
.article_b .blog_list_ri h5 {margin-bottom: 10px;}
.article_b .blog_list_ri {padding: 20px 20px 20px 0;}
}


@media screen and (max-width: 1024px) {
.blog_subbox {gap: 20px;}
.i_blog_ri p, .blog_list_ri p {letter-spacing: 0.08em;}
.i_blog_ri h5, .blog_list_ri h5 {-webkit-box-orient: unset;letter-spacing: 0.04em;}
.blog_le {width: 180px;}
.blog_ri {width: calc(100% - 180px);padding-right: 40px;}
h5.blog_le_t{margin-bottom: 10px;}
h5.blog_le_t em {font-size: 20px;}
h5.blog_le_t span:before {font-size: 12px;}
.accordion li .link a {font-size: 14px}

/*文章設定B*/
.article_b .blog_le {width: 160px;}
.article_b .blog_ri {width: calc(100% - 160px);}
.article_b .subbox_item a:after {content: none;}
.article_b .subbox_item a {gap: 0;}
.article_b .blog_list_le {width: 30%;margin-right: 4%;vertical-align: top;}
.article_b .blog_list_ri {width: 66%;padding: 0;}
.article_b .blog_list_ri h5 {line-height: 1.7;margin-bottom: 10px;}
.article_b .blog_list_ri p {font-size: 14px;line-height: 1.7;letter-spacing: 1px;}
.article_b .subbox_item a:hover{opacity: 0.8;}
}

@media screen and (max-width: 1000px) {
.blog_box {padding: 0 20px 60px;}
/* 內層 */
.blog_in_page .blog_box{gap: 20px;}
.blog_in_page .blog_ri, .blog_in_page .blog_le {width: 100%; padding: 0;}
.blog_back{width: 100%;}
.blog_in_page h4.blog_category_title {padding: 40px 40px 0;}
.blog_box_edit {padding: 20px 40px 80px;}
}


@media screen and (max-width: 768px) {
.blog_le {width: 100%;display: none;}
.blog_ri {padding: 0;width: 100%;}
.blog_box {padding: 0 20px 60px;}
/*文章設定B*/
.article_b .blog_ri {width: 100%;}
.article_b .blog_list_ri h5 {font-size: var(--f24);}
/* 內層 */
.blog_in_page h4.blog_category_title {padding: 40px 30px 0;}
.blog_box_edit {padding: 20px 30px 60px;}
}



@media screen and (max-width: 600px) {
.subbox_item a {flex-direction: column;}
.i_blog_le, .blog_list_le {max-width: 100%;}

/*文章設定B*/
.article_b .subbox_item a {flex-direction: column;gap: 20px;}
.article_b .blog_list_le {margin: 0;width: 100%;}
.article_b .blog_list_ri {width: 100%;padding: 0;}
/* 內層 */
.blog_in_page h4.blog_category_title {padding: 40px 25px 0;}
.blog_box_edit {padding: 20px 25px 60px;letter-spacing: 0.5px;}
.blog_in_page .blog_box {padding: 0 0 60px;}
}

@media screen and (max-width: 520px) {
.i_blog_ri h5, .blog_list_ri h5 {order: 2;}
.blog_list_ri em {order: 1;font-size: 13px;margin: 0;}
.i_blog_ri p, .blog_list_ri p {order: 3;}



}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}






/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相簿*/
.other_album_choice li {
    background: #ccc;
}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .item a .show_pic {filter: grayscale(1);transition: all .8s;}
.show-list .item a:hover .show_pic {filter: grayscale(0);}
.show-list .show_pic {
    aspect-ratio: 4 / 4;
}
.show-list .item a .show_pic img {
    transform: scale(1);
    transition: all .8s;
}
.show-list .item a:hover .show_pic img {
    transform: scale(1.05);
}

.album_page .banner {
    position: relative;
    background: transparent;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    display: flex;
    padding: 0;
    min-height: fit-content;
}
.album_page .banner h5 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--SubColor);
    font-family: var(--SFont);
    width: fit-content;
    padding: 50px 0 0;
}









/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本列表*/
.album_page #content, .album_class_page #content, .album_info_page #content{
    background: transparent;
}

.album_page .show_content, .album_info_page .show_content{ 
    width: 100%;    
    text-align: center;
}

/* 主分類相簿名 */
.subalbum-menu h2 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--SubColor);
}
/*大分類頁*/
.album_class_page .show_content,.album_info_page .show_content {width: 90%;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: clamp(20px, 4%, 50px);
    gap: 30px;
}
.album_class_page .show-list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.show-list .item {
    text-align: center;
    width: 100%;
    background: transparent;
}
/* 次分類相簿名 */
.other_subalbum li a p {
    line-height: 2;
    margin: -22px 0 0 11px;
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    color: #333;
}
/*相本內頁-.album_info_page*/
.album_info_page{}
.album_descrip p {
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.12em;
}
/*相簿瀑布流*/
.album_info_page .pic-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 10px;
}
.album_info_page .pic-list .item { width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: 4 / 4;
}
.pic-list .item h6 {
    padding: 0;
}



@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
}
}
@media screen and (max-width: 1280px){
    .show-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
    .show-list {
        grid-template-columns: 1fr ;
    }
}

@media screen and (max-width: 600px){
    .album_page .show-list .item{width: 100%;}	
    .album_page .show-list .item{margin:auto;}
    .show-list .item{margin:auto;}
    .show-list .item a .show_pic img{min-height: 340px;}
    
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page #content {
background-color: #f5f5f5;
}

.contact_content {
    margin: auto;
    padding: 80px 25px 100px;
    max-width: 1100px;
    width: 90%;
    display: none;
}
.contact_editbox {
    padding: 0;
}



/* 資訊隱藏 */
.contact_content .information_left{
	display: none;
}
/* 表單出現 */
.contact_content .information_right {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* 表單備註 */
.contact_content .information_right:before {
    content: "您好，歡迎填寫此表單，我們將根據您提供的資訊，由專人盡快與您聯繫，並確認諮詢內容與預約時段。\A 本表單所填資訊僅供本院預約與諮詢使用，不會另作他用。";
    text-align: center;
    display: block;
    color: #333;
    width: 100%;
    white-space: pre-line;
    font-size: 15px;
    line-height: 1.8;
    font-family: var(--SFont);
    letter-spacing: 1px;
    order: 2;
}
/* 表單標 */
h4.blank_letter.f {
    font-size: 15px;
    font-family: var(--SFont);
    letter-spacing: 4px;
    color: #333;
    font-weight: 400;
    gap: 5px;
    display: flex;
    flex-direction: column;
    order: 1;
    align-items: center;
    margin-bottom: 40px;
}
h4.blank_letter.f:before {
    content: 'Form';
    font-size: var(--f52);
    color: #4D535C;
    font-family: var(--SFontEN);
    font-weight: 400;
}
.note {
    display: none;
}
.red {
    font-size: 0;
    padding: 0;
    width: fit-content;
}
/* 表單欄 */
.contact_form {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    font-family: var(--SFont);
    order: 3;
    border-top: #cececeb0 solid 1px;
}
.contact_form li {
    grid-gap: 10px;
    display: flex;
    gap: 0;
}
.contact_form li > div {
    border-bottom: #cececeb0 solid 1px;
    padding: 20px 0;
    vertical-align: top;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
}
/* 欄位標 */
.contact_form li .form__label {
    display: block;
    max-width: unset;
    text-align: left;
    width: 340px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-left: 60px;
    position: relative;
    color: #333;
    display: flex;
    align-items: center;
}
span.star.red:before{
    content: '必填';
    width: 42px;
    height: 21px;
    background: #D9440D;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--SFont);
    font-weight: 500;
}
/* 輸入欄位 */
.contact_form li .form__insert {
    display: block;
    width: 100%;
    position: relative;
    vertical-align: top;
}
.contact_form li input.noborder {
    border: 1px #ddd solid;
    width: 100%;
    color: #1A1A1C;
    padding: 8px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.5px;
    background: #fff;
    border: 0;
    /* border-radius: 4px; */
    outline: none;
}
.contact_form li textarea.noborder {
    border: 0;
}
/* 備註 */
.contact_form li:nth-child(6) > .form__insert:after, .contact_form li:nth-child(7) > .form__insert:after {
    position: relative;
    top: 4px;
    content: '※簡單說明目前的身體狀況或想了解的內容';
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
}
.contact_form li:nth-child(7) > .form__insert:after {
    content: '※手術史、孕期中..等';
}
/* 按鈕 */
.contact_form li.last {
    gap: 20px;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 0;
    width: 220px;
    max-width: calc(50% - 10px);
    padding: 0;
}
/* 送出btn */
.contact_form li.last cite, .contact_form li.last blockquote{
    background: #485B66;
    color: #fff;
    position: relative;
}
.contact_form li.last blockquote{
background: #A18D77;
}
.contact_form li.last input {
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 7px;
    letter-spacing: 2px;
    font-family: var(--SFont);
    padding: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    color: #fff;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
}
i.fa-solid.fa-arrow-right {
    display: none;
}
.contact_form li.last cite:after, .contact_form li.last blockquote:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(https://pic03.eapple.com.tw/unifyptc/all_arrow.png) right top no-repeat;
    background-size: auto 100%;
    width: 80px;
    height: 10px;
    transition: all .2s ease;
}
.contact_form li.last cite:hover:after, .contact_form li.last blockquote:hover:after{
    width: 60px;
}






/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
/* footer */
.footer_info {margin: auto;}
}

@media screen and (max-width: 1200px) {
/* main */
.main_part {width: 90%;}
}

@media screen and (max-width: 1000px) {
/* main */
.main_part {width: 100%;}
}

@media screen and (max-width: 1024px) {
/* footer */
.footer_info {grid-template-columns: 1fr;text-align: center;position: relative;gap: unset;}
.footer_logo {position: relative;left: unset;width: 100%;max-width: 180px;font-size: 0;transform: unset;}
.footer_logo a {position: relative;display: block;width: 100%;}

.footer_info ul {grid-template-columns: 1fr;gap: 20px;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 15px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
.footer_menu a {margin: 0;border: none;background: transparent;width: fit-content;transition: all 0.3s;font-size: 12px;padding: 0;}    
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none    }
.footer.with_shopping_mode { padding: 0; }
#to_top {transform: scale(.8);width: 60px;height: 60px;left: unset;right: -5px;background: transparent;}
#to_top:after {width: 36px;height: 36px;left: 13px;top: 13px;}
/* footer */
.copy {text-align: center;padding: 20px 0 40px;}

}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 520px) {
.copy {text-align: left;display: flex;flex-wrap: wrap;} 
}

@media screen and (max-width: 480px) {}
