@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');
/* 英文字體 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: #efeeea; /*網站主要色系*/
  --SubColor: #202020; /*網站文字色*/
  --SubColor1: #f2b230; /*網站輔助色系1*/
  --SubColor2: #f0cf8b; /*網站輔助色系2*/
  --SubColor3: #ede9c926; /*網站輔助色系3*/
  --SubColor4: #ffbf4626; /*網站輔助色系4*/  
  --SubColor5: #f4f2ea; /*網站輔助色系5*/ 
  --SubColor6: #fbcf36; /*網站輔助色系6*/  
  --SubColor7: #404040; /*網站輔助色系7*/ 
  --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:1600px) {
  :root{
    --f48:40px;
  }
}
@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;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --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 {  background-color: #c1c1c1;}
&::-webkit-scrollbar-track { box-shadow: transparent;} */



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    /* position: fixed; */
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}
.header_area.sticky {
    background : transparent;
}

.main_header_area:after {
    content: "";
    width: 100%;
    height: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-timing-function: ease-in;
    padding: 0 40px;
    transition: .5s ease;
    background: #fff;
}
.main_header_area:after {
    height: 0%;
}
.header_area.sticky .main_header_area:after {
    height: 100%;
    
box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}




.header_area.sticky .main_header_area:before {
    opacity: 0;
    transition: .5s;
    height: auto;
}



.main_header_area .container {
    max-width: 100%;
    padding: 0 40px;
    transition: 0.5s;
    padding: 0;
}

.header_area .main_header_area {
    background: transparent;
    padding: 0 5vw 0;
    transition: all 0.3s;
    position: relative;
}

.header_area.sticky .main_header_area {
    /* background: transparent; */
    padding: 0 5vw;
    transition: all 0.3s;
}

.navigation {
    grid-template-columns: 260px 1fr;
    align-items: center;
}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
}

/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    /* padding: 0; */
    font-size: 0;
}
.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 .5s;
    pointer-events: none;
    content: none;
}
.stellarnav > ul > li:hover::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 31px;
    width: 100%;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 5px;
}
.stellarnav > ul > li > a {
    font-family: var(--SFont);
    height: 100%;
    margin: 0;
    position: relative;
    padding: 10px 5px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #404040;
    transition: all .5s ease;
}
.stellarnav > ul > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 3px;
    content: "";
    background-size: 89px 3px;
    clip-path: inset(0 100% 0 0);
    background-image: url(https://pic03.eapple.com.tw/sundayat/nav_line.svg);
    background-repeat: repeat-x;
    transition: clip-path .6s cubic-bezier(.25, .46, .45, .94);
}
.stellarnav > ul > li > a:hover:before, .stellarnav > ul > li:focus a:before, .stellarnav > ul > li:active a:before{
clip-path: inset(0 0 0 0);
transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.stellarnav > ul > li > a:hover{
    color: #f2a200;
}
.header_area.sticky .stellarnav > ul > li > a {}
.sticky .stellarnav > ul > li > a:hover {
    transition: .5s 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 li.has-sub > a:after{
    content: none;
}

/* 第二層 */
.stellarnav ul ul {
    padding: 0;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -75px; */
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .175); */
    border: none;
    min-width: 110px;
    width: fit-content;
    margin: 0;
    border-radius: 5px;
}
.stellarnav li li {
position: relative;
    text-align: center;
    border: 0;
    padding: 0;
    background: transparent;
}
/* .stellarnav.desktop li li.has-sub > a:after{
    content: '';
    display: block;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent #c5a469 #c5a469 transparent;
} */
.stellarnav.desktop li.has-sub li a {
    font-size: 13px;
    text-align: center;
    padding: 12px 25px;
    white-space: nowrap;
    letter-spacing: 0.06em;
    font-family: var(--SFont);
    border-bottom: 0;
    transition: all .5s;
    letter-spacing: 1.5px;
    transform: unset;
    background-color: transparent;
    text-align: center;
    color: #404040;
}
.stellarnav.desktop li.has-sub li+li a {
    padding-top: 2px;
}
.stellarnav.desktop li.has-sub li a:hover{
    color: #fff;
    color: var(--SubColor1);   
    /* background: #cdaf76; */
    background: transparent;
}
/* .news_classes > li:hover > a, .news_classes > li:focus > a {
    color: #fff;    
    background: #808080;
} */

/* 第三層 */
.stellarnav ul ul ul {
    top: 0;
    left: 100%;
    margin: 0;
    width: fit-content;
    transform: unset;
}



.me_tp_features {
    display: none;
}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    grid-row: 1;
    width: fit-content;
    max-width: 260px;
    padding: 0;
    transition: all 0.5s;
    font-size: 0;
}
.sticky .nav-header {
    /* padding: 6px 0; */
}
.nav-brand {
    margin: 0;
    padding: 5px 5px ;
}
.nav-brand img {
    max-width: 100%;
}
.sticky .nav-brand img {}




/*手機LOGO
.nav-brand-m {}
*/


/*footer_單獨寫在footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}
.footer {position: relative;background: #fff;margin: 0;padding-top: 0px;padding-bottom: 60px;}
.footer .center {width: 100%;padding-top: 60px;}
/* footer資訊*/
.footer_info { display: block;}
.footer_logo, .footer_info > ul {display: none;}





/* ------------------------------------------------------------------------------------------------------------ */

.copy {
text-align: left;
    align-items: center;
    color: #999999;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-start;
    font-family: var(--SFont);
    font-size: 11px;
    line-height: 2;
    letter-spacing: .25px;
    font-weight: 400;
    border-top: 1px solid #d8d8d9;
    margin: 0 50px;
    padding: 0;
    margin-top: 60px;
    padding-top: 20px;
}
.copy a { color: #999; } 




/* 置頂按鈕 */
#to_top {
    position: absolute;
    bottom: 60px;
    left: unset;
    right: 60px;
    padding: 0;
    font-size: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    transition: 1s;
    height: fit-content;
    width: max-content;
}
#to_top i.top
 {
    width: fit-content;
    height: auto;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 1.8;
    padding-right: 25px;
    position: relative;
    transition: opacity .65s cubic-bezier(.165,.84,.44,1);
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
#to_top i.top:before, #to_top i.top:after{position: relative;left: unset;top: unset;}
#to_top i.top:before {
    transform: unset;
    position: relative;
    content: 'Page TOP';
    font-size: 12px;
    width: max-content;
    background: transparent;
    color: #1d1d1f;
    font-family: var(--SFontEN);
    left: 0;
    line-height: 1.3;
    font-style: normal;
}
#to_top i.top:after {
    background: url(https://pic03.eapple.com.tw/sundayat/top.svg) no-repeat 50% / contain;
    content: "";
    height: 16px;
    left: unset;
    top: unset;
    right: 0;
    top: 50%;
    width: 16px;
    transform: unset;
}
#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: #f5f4f2; */
    /* padding: 80px 0; */
    /* background-repeat: repeat; */
    padding: 0;
    background: transparent;
}
.bannerindex {
    position: relative;
    height: auto;
    /* min-height: 90vh; */
}

/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
    height: 100vh;
    max-height: 90vh;
    min-height: 630px;
    margin-top: 20px;
    margin-bottom: 80px;
    height: calc(100vh - 170px);
    position: relative;
    left: 80px;
    width: calc(100% - 160px);
    right: 80px;
    overflow: hidden;
    border-radius: 10px;
}
.swiper-slide {
    height: 100%;
}
.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;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.bannerindex .swiper-banner .swiper-slide img {
    /* height: auto; */
    height: 100%;
}
.bannerindex .swiper-banner .swiper-slide:nth-child(1) img{
    object-position: 50% 100%;
}








/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 40px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px 5px;border-radius: 0;height: 4px;width: 20px;}
.swiper-pagination-bullet {opacity: .5;background: #f2efec;}
.swiper-pagination-bullet-active {opacity: 1;background: #f2efec;}
/* 大圖點點按鈕END */



/* 大圖進場 */
.bannerindex .swiper-banner .swiper-wrapper:before, .bannerindex .swiper-banner .swiper-wrapper:after {
    content: none;
    position: absolute;
    z-index: 100;
    pointer-events: none;    
    opacity: 0;    
} 

/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {
    content: '';
    position: absolute;
    z-index: 100;
    pointer-events: none;    
    opacity: 0;    
} 
.bannerindex .swiper-banner .swiper-slide:before {    
    background: url(https://pic03.eapple.com.tw/sundayat/bnA_txt01.svg);
    display: block;
    position: absolute;
    bottom: 43%;
    width: 48%;
    height: auto;
    left: 8vw;
    aspect-ratio: 88 / 25;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 690px;
}
.bannerindex .swiper-banner .swiper-slide:after {
background: url(https://pic03.eapple.com.tw/sundayat/bnA_txt02.png);
    /* top: 54%; */
    left: 100px;
    background-size: contain;
    z-index: 0;
    top: 60%;
    width: 48%;
    height: auto;
    left: 8vw;
    aspect-ratio: 44 / 5;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1; 
    max-width: 690px;
}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/sundayat/bnB_txt01.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2):after{    
    background: url(https://pic03.eapple.com.tw/sundayat/bnB_txt02.png);
    background-repeat: no-repeat;
    background-size: contain;
}



/* animation= */
/* .bannerindex .swiper-slide.swiper-slide-active:before{} */
.bannerindex .swiper-slide:before {
    animation: NfadeInUp  1.25s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.bannerindex .swiper-slide:after {
    animation-delay: 1s;
    animation: NLtoR  2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@keyframes NfadeInUp{
0%{opacity:0;-webkit-transform:translate3d(0,3vw,0);transform:translate3d(0,3vw,0)}to{opacity:1;-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0)}
}
@keyframes NLtoR{0% {clip-path: polygon(-1% 0 ,0 0,-1% 100%, 0 100%);}100% {clip-path: polygon(0 0,100% 0,100% 100%, 0 100%);}}



@media screen and (min-width: 1400px) {
/* 大圖 */
/* .bannerindex .swiper-banner .swiper-slide:after, .bannerindex .swiper-banner .swiper-slide:nth-child(2):after {font-size: clamp(15px, 1rem, 18px);} */
}






/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px 0;
    text-align: center;
    display: none;
}

/* main */
div#page {
    position: relative;
    background: url(https://pic03.eapple.com.tw/sundayat/all_bg.jpg);
    background: transparent;
    /* background: #f4f0ec; */
}
body:not(.pageIndex){
    background: url(https://pic03.eapple.com.tw/sundayat/index_bg4.png) no-repeat top center fixed;
    background-size: cover;
}
.pageIndex .edit_part {
    padding: 0;
    /* background: url(https://pic03.eapple.com.tw/sundayat/index_bg2.png) no-repeat fixed; */
    /* min-height: 1000px; */
    position: relative;
    background: url(https://pic03.eapple.com.tw/sundayat/index_bg4.png) no-repeat top center fixed;
    background-size: cover;
}
.pageIndex .edit_part::before {
    content: '';
    /* background: #fff; */
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/sundayat/bg_mask.png) no-repeat;
    height: 100%;
    /* aspect-ratio: 500 / 73; */
    background-size: contain;
}
.main_part {
    width: 100%;
    min-width: 100%;
    margin: auto;
    padding: 50px 20px;
    padding-left: 2%;
    padding-right: 2%;
    padding: 0;
    padding-bottom: 80px;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 20px;
}



.subalbum-menu {
    margin: 0;
    padding: 0;
}

.edit {
    color: #404040;
    margin: auto;
    padding: 20px 0 60px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-weight: 400;   
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: #ebe7da;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 0%;
    aspect-ratio: 29 / 5;
    /* background-image: url(https://pic03.eapple.com.tw/libetter/banA.jpg); */
    background-color: transparent;
    display: none;
}
.banner h5 {
    color: transparent;

}



.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}




@media screen and (min-width: 1400px) {}

/* @1200上方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

}

/* @1024上方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
    /* = = header = = */
    .header_area.sticky { position: fixed; }
    .header_area .main_header_area {
        backdrop-filter: blur(5px);
        border-bottom: 1px solid #ffffff9e;
    }
    .header_area.sticky .main_header_area{
        backdrop-filter: none;
        border: 0;
    }
    .main_header_area:before {
        height: 20vw;
        opacity: 1;
    }

    .navigation {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }
    /* logo*/
    .nav-header {
        max-width: 180px;
        padding: 20px 0 10px;
        margin: auto;
    }
    .sticky .nav-header {
        padding: 20px 0 0;
    }




    /* 導覽列 */
    .pageIndex .stellarnav {
        opacity: 1;
        pointer-events: unset;
    }
    .stellarnav ul {
        text-align: center;
    }
    .stellarnav > ul > li {
        /* padding: 10px 0; */
    }    
    .stellarnav > ul > li > a {
        letter-spacing: 0;
        margin: 0;
        font-size: 15px;
    }
    .stellarnav>ul>li:after {
        height: 3px;
        top: 100%;
        bottom: 0;
        transform: translate(-50%, 0);
    }
}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {

    /* logo*/    
    .nav-header {
        max-width: 140px;        
        padding: 20px 0;
        margin-left: 0;
    }
    .sticky .nav-header {
        padding: 10px 0;
    }
    .nav-brand img { }




    /* = = header = = */
    .header_area {
        height: 80px;
    }
    .header_area .main_header_area {
        padding: 1vw 5vw 0;
        border: 0;
        backdrop-filter: none;
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }



    /* 導覽列漢堡選單 */    
    .stellarnav.mobile {
        right: 0;
        left: unset;
    }
    .stellarnav.mobile .menu-toggle {
        display: flex;
        margin: 29px 0;
        padding: 0;
        flex-direction: row-reverse;
        align-items: center;
    }

    
    /* 漢堡選單樣式 */
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        /* content: 'Menu'; */
        font-size: 14px;
        color: #fff;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 2px;
    }
    .sticky .stellarnav .menu-toggle:after {
        color: #000;
    }
    .stellarnav .menu-toggle span.bars {
        display: block;
        margin: 0 0 0 10px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 32px;
        height: 2px;
        border-radius: 0;
        background: #717171;
        margin: 0 auto 8px;
        background: #fff;
        height: 1px;
    }
    .sticky .stellarnav .menu-toggle span.bars span {
        background: #000;
    }
    /* 黑色遮罩 */
    .stellarnav.mobile::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%) scale(1.05);
        opacity: 0;
        transition: 1s;
        content: none;
    }
    .stellarnav.mobile.active::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 0;
        opacity: 1;
        transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 30px;        
        /*右滑出現*/
        right: -100vw;
        overflow: hidden;
        transition: all .5s ease;
        overflow-y: auto;
    }
    /*卷軸*/
    .stellarnav.mobile.left > ul::-webkit-scrollbar {
        background: #eaeaea;
        width: 4px;
        height: 15px;
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-button {
        display: none;
        background: #eaeaea;
        border-radius: 0;
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-track-piece {
        background: #fbfbfb;
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-thumb {
        background-color: #888;
        width: 4px;
        border-radius: 15px;
        border: 3px solid var(--MainColor);
    }
    .stellarnav.mobile.left > ul::-webkit-scrollbar-track {
        border-radius: 6px;
        height: 6px;
        background-color: #eaeaea;
    }
    .stellarnav.mobile.left.active > ul{        
        right: 0;
        max-width: 100%;
        width: 70%;
    }


    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        display: inline-block;
        font-size: 12px;
        background: transparent;
        height: 76px;
        width: fit-content;
        padding: 0;
        margin: 26px 0 28px;
        text-transform: capitalize;
        content: 'Menu';
        font-size: 14px;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 0.04em;
        height: fit-content;
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
    }
    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 12px;
        position: relative;
        display: inline-block;
        margin: 2px 9px 0 3px;
    }
    .stellarnav .icon-close:before , .stellarnav .icon-close:after {
        width: 18px;
        height: 0px;
        border-bottom: solid 1px #000;
    }
    /* 導覽列選取Hover效果 */
    .stellarnav ul:hover li a {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }


    /* 第一層 */
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #eee solid;
        padding: 5px 0;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        flex-direction: column;
    }
    .stellarnav.mobile li.open {
        background: #f3f3f3;
        /* color: #fff; */
        padding: 0;
        padding-bottom: 5px;
    }
    .stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav.mobile > ul > li > a:not(.dd-toggle){
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        letter-spacing: 0.08em;
        color: #333;
        font-size: 16px;
        letter-spacing: 0.04em;
        padding: 16px 12px 16px 30px;
    }
    .stellarnav.mobile li.open > a {
        border: 0;
    }    
    .stellarnav > ul > li > a:before{
        content: none;
    }
    /* +符號修改 = = */
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 5px;
        padding: 10px;
    }
    .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%;
        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 {
        left: unset;
        margin: 0 auto;
        box-shadow: none;
        width: calc(100% - 10px);
        margin: auto;
        left: unset;
        box-shadow: none;
        transform: unset;
    }
    .stellarnav li li {
        font-size: 14px;
        color: #333;
        font-family: var(--SFont);
        letter-spacing: 0.04em;
        font-size: 15px;
        color: #333333;
        letter-spacing: 0.04em;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 30px 10px 20px;
    }
    .stellarnav a.dd-toggle .icon-plus {
        height: 80%;
    }
    .stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after{
        border-bottom: solid 1px #ccc;
        top: 0%;
    }
    .stellarnav.mobile ul li:hover > a {
        opacity: 1;
        transition: all 0.3s ease-in-out;
        background: transparent;
        color: unset;
    }
    .stellarnav.mobile ul ul>li>a:hover{
        color: var(--MainColor);
    }

    /* 第三層 */
    .stellarnav.mobile li.open li.open {
        background: #fbfbfb;
    }
    .stellarnav li li li a{
        font-size: 14px;
    }

}


/* @660上方區域_平板版面660px */
@media screen and (max-width: 660px) {
    /* 共用 */
    .main_part {
        width: 100%;
        padding-bottom: 40px;
    }
    .show_content {
        padding: 0 30px;
        width: 100%;
    }
   
    /* 導覽列展開 */
    .stellarnav.mobile.left.active > ul {
        width: 100%;
        max-width: 440px;
    }


}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show_content.blog_box {
    padding: 100px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
    justify-content: flex-end;
}

/*文章功能頁/ = = = = */
/* 左側分類欄位 */
.blog_le {
    width: 200px;
    padding: 0;
}
h5.blog_le_t {
    color: #222;
    margin-bottom: 10px;
    text-align: left;
    padding: 5px 0;
    font-family: var(--SFont);
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #614A3F;
}

.blog_search {position: relative;margin-bottom: 16px;opacity: .8;/* display: none; */}
.blog_search input[type=search] {
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    color: #999;
    border: 0;
    background: #f0efed;
    padding: 10px 40px 10px 15px;
}
/* 分類列 */
.blog_le .accordion {
    /* border: 0; */
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0; 
    border-radius: 10px;
    border: 1px #DAD5D0 solid;
}
.blog_le .accordion li {
    transition: .5s ease-in-out;
    border-top: 0;
}
.accordion li+li .link {
    border: 0;
    border-left: 0;
}
.accordion li .link a {
    padding: 12px 15px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 14px;
    color: #584744;
    font-weight: 500;
    margin: 0;
}
.blog_le .accordion > li.on_this_category{
    background: transparent !important;
}
.blog_le .accordion > li:hover .link a{
    color:#fff  !important;
    background-color: #c8b9a6;

}
.blog_le .accordion > li:hover {
    background: transparent !important;
    opacity: 1;
}
.blog_le .accordion > li.on_this_category:hover {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color:#fff  !important;
    background-color: #c8b9a6;
}

/* 右側圖文區 */
.blog_ri {
    padding: 0 0 0 20px;
    padding: 0;
    width: calc(100% - 250px);
}
h4.blog_category_title {
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
    border-bottom: 1px #DAD5D0 solid;
    padding: 10px 0;
    margin-bottom: 30px;
}
/* 圖文區塊 */
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.subbox_item {
position: relative;
    transition: .5s ease-out;
    border: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, .06);
    padding: 20px;
    overflow: hidden;
    padding-bottom: 50px;
}
.subbox_item:hover {
    transition: .5s ease-out;
    opacity: 0.8;
}
.subbox_item li:hover {transition: .5s ease-out;}
.subbox_item a {
gap: unset;
    flex-direction: column;
    height: 100%;
    padding: 0;
    display: flex;
}
.module_i_news li a:after, .subbox_item a:after {content: none;}
.subbox_item a:before {
    content: 'READ MORE';
    font-family: var(--SFontEN);
    opacity: 1;
    font-size: 15px;
    color: #999;
    transition: all .6s;
    order: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.2;
    color: #c6a37e;
    background: #F4F3EE;
    border-radius: 12px;
    right: unset;
    bottom: 0;
    transform: translateY(100%);
    transition: all .5s ease;
}
.subbox_item:hover a:before {    
   background-color: #c6a37e;
   color: #ffffff;
}
/* 圖 */
.blog_list_le {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 7 / 5;
    background-color: black;
    border-radius: 15px;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: .5s ease;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.6s;
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* 文字 */
.blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
}
.blog_list_ri h5 {
    font-size: var(--f20);
    text-align: left;
    color: #404040;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.blog_list_ri em {
    font-size: 12px;
    color: #aaa;
    margin: 10px 0 0;
    padding: 5px 0;
    letter-spacing: 1px;
    order: -1;
    margin: 0 0 10px 0;
    padding: 0;
}
.blog_list_ri p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-weight: 400;
    color: #6E6965;
    margin: 10px 0 0;
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}

.blog_in_page .blog_ri {
    /* width: 90%; */
    display: block;
    padding: 0;
    /* max-width: 1200px; */
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.blog_in_page h4.blog_category_title {
width: 100%;
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-align: left;
    padding: 0 0 15px;
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
    width: calc(100% - 250px);
    /* text-align: center; */
    /* justify-self: end; */
    display: flex;
    justify-content: space-between;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 1.5px;
}
.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 {
    transition: .4s ease;
    color: #333333;
    display: block;
    font-size: 15px;
    border-radius: 10px;
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
    border: 1px solid #e6ddc1;
    color: #6E6965;
    background: rgb(252 250 248 / 80%);
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    opacity: .6;
}


/* 分享按鈕 = = */
.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: transparent;
    padding: 0;
    margin: 10px 0;
    font-size: var(--f16);
    color: #2F2F2F;
    line-height: 1.8;
}
.articel_mainPic {
    display: none;
}
/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont);
    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 .5s;
    font-family: var(--SFont);
    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.5s;
}
a.lastPage:hover {
    color: #fff;
}
a.lastPage:hover:after {
    width: 100%;
}



@media screen and (max-width: 1024px) {
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));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.5px;}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 620px) {
.subbox_item a {flex-direction: column;}
.i_blog_le, .blog_list_le {max-width: 100%;}
.blog_list_ri em {margin: 10px 0 20px 0;}
}

@media screen and (max-width: 480px) {
.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: 20px 80px 80px;
    background: transparent;
}
.news_part section {
    max-width: 1400px;
    margin: auto;
    padding: 40px 0;
    background: #fff;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    /* padding: 0; */
    font-family: var(--SFontEN);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    /* width: calc(100% - 192px); */
    /* max-width: 880px; */
    margin-right: auto;
    /* margin-bottom: 96px; */
    /* margin-left: auto; */
    gap: 20px 60px;
}
.news_part .title_i_box {
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    grid-area: 1 / 1 / 2 / 2;
    align-items: flex-end;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    width: fit-content;
}
.news_part .title_i_box h4 {
font-size: var(--f16);
    color: #584744;
    font-weight: 500;
    letter-spacing: 2px;
    width: fit-content;
    font-family: var(--SFontEN);
    margin: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}
.news_part .title_i_box h4:after {
    content: 'News';
    display: block;
    position: relative;
    font-size: var(--f40);
    font-weight: 600;
    /* font-family: 'East Sea Dokdo'; */
    order: -1;
}
/* list */
.news_list {
    grid-area: 1 / 2 / 3 / 7;
    /* margin-top: -24px; */
    list-style: none;
}
.news_list ul li {border-bottom: 0;position: relative;}
.news_list ul li:after, .news_list ul li:first-child:before {
display: block;
position: absolute;
bottom: -4px;
left: 0;
width: 100%;
height: 8px;
background-image: radial-gradient(#c8b9a6 20%, transparent 0);
background-position: 0 100%;
background-size: 6px 8px;
background-repeat: repeat-x;
background-color: transparent;
content: "";
}
.news_list ul li:first-child:before {
    bottom: unset;
    top: -4px;
}
.news_list ul li a {
    display: flex;
    gap: 0;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
.news_list ul li span {
    display: block;
    vertical-align: top;
    padding: 15px;
    font-size: 15px;
    color: #3D3732;
    color: #c8b9a6;
    letter-spacing: 1px;
    font-weight: 600;
    width: 150px;
    text-align: left;
}
.news_list ul li a:hover {
    background: #fbf9f7;
}
.news_list ul li p {
    padding: 20px 70px 20px 0;
    color: #3D3732;
    width: calc(100% - 150px);
}

/* BTN= */
.i_news_b {
    max-width: fit-content;
    margin: 0;
    text-align: center;
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    align-self: end;
}
.i_news_b .animated-arrow {
    background: transparent;
    background: #f0efed;
    color: #665c54;
    /* border: 2px solid #665c54; */
    display: inline-block;
    margin-top: 20px;
    padding: 8px 0;
    height: 100%;
    line-height: 2;
    overflow: hidden;
    width: 200px;
    margin-top: 0;
    text-align: center;
    position: relative;
    font-size: 15px;
    border-radius: 50px;
}
.i_news_b .animated-arrow:hover{
    color: #fff;
}
.i_news_b .animated-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #584744;
    /* background-color: var(--btn-bg-main-hvr, #015691); */
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-out;
}
.i_news_b .animated-arrow:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
.i_news_b a b {
line-height: 2;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;  
}

.i_news_b a i.fa-solid.fa-arrow-right {
    display: none;
}


/* 內頁 */
.promotions_page .main_part {
min-width: unset;
max-width: 1300px;
display: flex;
padding: 120px 20px 100px;
}
.promotions_page .show_content {
margin: auto;
padding: 0;
font-family: var(--SFont);
width: 90%;
max-width: 1400px;
margin: 0 auto;
padding: 0px 25px;
width: 100%;
}
.promotions_page .page {
    width: 0%;
}
/* 標 */
.promotion_title {
display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    background: #f5f2ea;
    border-radius: 0 10px 10px 0;
}
.promotion_title:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 4px;
    background: #E48958;
    border-radius: 60px;
}
.promotion_title * {
    width: fit-content;
}
.promotion_title em {
    border: 0;
    margin: 0;
    width: fit-content;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #395273;
    background-color: #dbe0e6;
    display: none;
}
.promotion_title h2 {
    width: 100%;
    font-weight: 500;
    font-size: var(--f22);
    letter-spacing: 1px;
    color: #3D3732;
    line-height: 1.6;
}
.promotion_title span {
    border: 1px #ccc dashed;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1.6;
    font-family: var(--SFontEN);
    color: #E48958;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}

/* 下方消息 */
.other_promotion {
max-width: 500px;
width: 90%;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
margin-top: 0;
gap: 12px;
display: flex;
flex-direction: column;
}
.other_promotion li {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 0;
    padding: 0;
    font-family: var(--SFont);
    height: fit-content;
}
.other_promotion li a {
    padding: 10px 15px 15px;
    width: 100%;
    margin: 0;
    position: relative;
    border: 0;
    transition: .5s;
    height: auto;
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    z-index: 0;
}
/* .other_promotion li a:after, .other_promotion li a:before{content: none;} */
.other_promotion li a:after, .other_promotion li a:before {
border-color: #dad5d09c ;
content: none;
}
.other_promotion li a:before {
    position: absolute;
    content: '';
    display: block;
    background: url(https://pic03.eapple.com.tw/sundayat/splash.png);
    width: 50%;
    height: 80%;
    /* aspect-ratio: 1 / 1; */
    z-index: -1;
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    top: 50%;
    transform: translateY(-50%) scale(.5);
    /* transform-origin: 0 50%; */
    /* right: 20px;
    left: unset; */
    left: 20px;
    background-position: 0;
}
/* .other_promotion li a:hover:before {
    transform: translateY(-50%) scale(1);
    opacity: .4;
    width: 50%;
    height: 80%;
} */

.other_promotion .pmtTime {
    width: 100%;
    text-align: right;
}
.other_promotion .pmtTime span {
    float: left;
    font-style: normal;
    padding-right: 5px;
    letter-spacing: .5px;
    font-family: var(--SFontEN);
    color: #c8b9a6;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500;
    width: 100%;
}
.pmtTitle span {
padding: 0;
    letter-spacing: .5px;
    color: #b5b1ac;
    border-radius: 0;
    font-weight: 300;
    line-height: 1.7;
    position: relative;
    font-size: 13px;
}
.other_promotion .pmtTitle h3 {
    font-weight: 400;
    font-size: 15px;
    height: auto;
    min-height: auto;
    margin: 0;
    padding-left: 0;
    margin: 8px 0 0 0;
    width: 100%;
    letter-spacing: .5px;
    height: 60px;
    color: #404040;
}
.other_promotion > li > a:hover .pmtTitle h3 {}
.other_promotion li a:hover, .other_promotion li a:hover:before, .other_promotion li a:hover:after {
    border-radius: 50px;
}




/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{
    color: #e14d4b;
}

/*相簿*/
.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;
    /* min-height: 420px; */
    /* object-fit: contain; */
    /* object-position: 50% 50%; */
}
.show-list .item a:hover .show_pic img {
    transform: scale(1.05);
}











/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{
    background: url(https://www.gsdesign.tw/images/bg-news.jpg);
}
.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;
    /* margin-top: -20px; */
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px;
    /* background-color: #fff; */
    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));
    /* row-gap: clamp(20px, 4%, 50px);
    column-gap: clamp(20px, 4%, 50px); */
    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){
    /* .album_page .show-list .item{width: 49%;}
    .album_info_page .pic-list .item {width: 49%;}	 
    .show-list { grid-template-columns: 1fr 1fr; }*/
}
@media screen and (max-width: 980px){
    /* .main_part { width: 100%; } */
}

@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_content {
    width: 90%;
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}
/* 聯絡資訊 */
.contact_content .information_left {
    width: 295px;
    padding: 0;
    width: 33%;    
    display: flex;
    float: right;
    flex-direction: column;
}
.blank_letter {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 26px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 24px;
    font-weight: 500;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: var(--SFont);
}
.blank_letter.f:before {
    top: -150px;
    z-index: -1;
    position: absolute;
    display: block;
    content: 'Contact';
    color: #f4f4f4;
    font-size: 150px;
    left: 0;
    font-family: var(--SFontBN);
    transform: translate(0%, 50%);
    opacity: .6;
}
.contact_content .information_left .blank_letter {
    display: none;
}
.list_before {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: block;
    width: 100%;
    position: relative;
    order: 2;
    font-family: var(--SFont);
    letter-spacing: 0.04em;
}
.list_before.info li {
    padding-left: 40px;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 32px;
    margin: 12px 0;
}
.list_before.info li:before {
    content: '';
    background-repeat: no-repeat;
    background-position: 50%;
    width: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.info_TEL:before {
    background: #c9a063 url(https://pic03.eapple.com.tw/attorneystoic/c_call.svg);
}
.info_MAIL:before {
    background: #c9a063 url(https://pic03.eapple.com.tw/attorneystoic/c_mail.svg);
}
.info_ADD:before {
    background: #c9a063 url(https://pic03.eapple.com.tw/attorneystoic/c_map.svg);
}
.contact_le_nomap {
    height: 320px;
}

/* 線上表單 */
.contact_content .information_right {
    padding-left: 30px;
    width: calc(100% - 33%);
    padding: 0 50px 0 0;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.contact_form li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
}
.contact_form li .form__label {
    text-align: left;
    color: #1f1b1b;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.8;
    font-family: var(--SFont);
    background: transparent;
}
.contact_form li input.noborder {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact_form li textarea.noborder {
    border: 1px #ddd solid;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* BTN */
.contact_form li.last {
    margin-top: 30px;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 0;
    max-width: calc(50% - 10px);
    align-items: center;
    background: var(--SubColor6);
    display: flex;
    height: 58px;
    justify-content: center;
    position: relative;
    width: 180px;
}
.contact_form li.last input {
    color: #896B3E;
    font-size: 14px;
    position: relative;
    z-index: 1;
    font-family: var(--SFont);
    transition: color .5s cubic-bezier(0.250,0.460,0.450,0.940);
}
.contact_form li.last cite{
    margin-left: 10px;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {
    letter-spacing: 2px;
    color: #fff;
}
.contact_form li.last blockquote:before, .contact_form li.last cite:before {
    background: #fff;
    border-radius: .4375em;
    bottom: 1px;
    content: "";
    display: block;
    left: 1px;
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1;
    transform: scaleY(1);
    transform-origin: bottom center;
    transition: transform .3s cubic-bezier(0.860,0.000,0.070,1.000);
}
.contact_form li.last blockquote:hover:before, .contact_form li.last cite:hover:before {
    transform: scaleY(0);
    transform-origin: top center;
    /* transition: transform .3s cubic-bezier(0.860,0.000,0.070,1.000); */
}

/* 原紅字 */
.red {
    color: var(--MainColor);
}


@media screen and (max-width: 1024px) {
    .contact_content > form {
        display: flex    ;
        flex-wrap: wrap;
        gap: 40px;
    }
    .contact_content .information_left {
        padding: 0;
        width: 100%;
        order: 2;
    }
    .contact_content .information_right {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .blank_letter {
        padding-bottom: 10px;
    }
    .blank_letter.f:before {
        top: -100px;
        font-size: 100px;
    }
    .contact_form li .form__label {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .contact_content {
        padding: 0 30px;
        width: 100%;
    }
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (min-width: 1700px) {}
/* @1200下方區域_平板版面1200px */
@media screen and (max-width: 1200px) {

/* footer*/
    .footer_info {
        margin: auto;
    }
    .footer_info li:nth-child(1) {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_info li p {
        margin-left: 0;
    }
}

/* @1024下方區域_平板版面1024px */
@media screen and (max-width: 1024px) {
    /* footer */
    .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
        gap: 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 {
        font-size: 14px;
        padding: 0 10px;
    }

    
}

/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu { display: none    }
    .footer.with_shopping_mode {
        padding: 80px 0 60px;
    }
    #to_top {
        bottom: calc(2vw + 50px);
        right: 2vw;
    }
    /* footer */
    
    .footer_logo {
        position: relative;
        left: unset;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }
    .footer_info li:nth-child(1) {
        align-items: center;
    }
    .footer_menu {
        display: flex;
        justify-content: center;
        margin-left: auto;
        flex-wrap: wrap;
        max-width: 500px;
        margin: auto;
    }
    .footer_menu a {
        font-size: 14px;
        padding: 0 10px;
        width: 50%;
        text-align: center;
    }
    .footer_menu a:nth-child(2n):after {
        content: none;
    }
    .copy{
        font-size: 11px;
    }


}

@media screen and (max-width: 600px) {
    .copy {
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) { }