@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');


/* 日文 */
/* Zen Kaku Gothic*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


/* 英文字體 Sen */
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&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: #f18a07; /*網站主要色系*/
  --SubColor: #2B2321; /*網站文字色*/
  --SubColor1: #344594; /*網站輔助色系1*/
  --SubColor2: #025845; /*網站輔助色系2*/
  --SubColor3: #4cac40; /*網站輔助色系3*/
  --SubColor4: #fffca8; /*網站輔助色系4*/
  --SubColor5: #ffd849; /*網站輔助色系5*/  
  --SubColor6: #F0A32A; /*網站輔助色系6*/
  --SubColor7: #ee6738; /*網站輔助色系7*/
  --SubColor8: #e4f3e2; /*網站輔助色系8*/  
  --SubColor9: #fcf0e0; /*網站輔助色系9*/ 
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Sen", "Noto Sans TC",sans-serif, system-ui;/*英文標字體*/
  --SFontJP: "Zen Maru Gothic", "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:1400px) {
    html{ font-size: 10px; }
}
@media (max-width:1400px){
    html { font-size: 10px; }
}
@media (max-width:1300px){
    html { font-size: 9px; }
    :root{
        --f28:26px;
        --f20:18px;
    }

}
@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 {
    /* border-radius: 4px; */
    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: .4s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff;
}



/* 高度設定 */
.main_header_area {
    justify-content: space-between;
    height: 8rem;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
    transition-property: height, box-shadow, background-color;
}
.header_area.sticky .main_header_area {
    height: 6.4rem;
    /* box-shadow: 0 4rem 3rem -1rem rgba(217, 200, 173, .1); */
} 

.main_header_area .container {
    max-width: 100%;
    max-height: 110px;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    height: inherit;
    font-size: 0;
    position: fixed;
    width: 98%;
    width: calc(100% - 80px);
    top: 32px;
    left: 40px;
    padding: 0 40px;
    background-color: #fff;
    border-radius: 40px;
    padding-right: 15px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    line-height: 1;
    z-index: 999;
}

.navigation {
    grid-template-columns: 220px 1fr;
    align-items: center;
    font-size: 0;
}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {
    
}
.stellarnav {
    line-height: 8rem;
    height: 100%;
    transition: .3s ease;
}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
    line-height: 6.4rem;
}

/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    font-size: 0;
    height: inherit;
    list-style: none;
    margin: 0;
    padding: 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 > a {
    font-family: var(--SFont);
    color: var(--SubColor);
    font-size: 14px;
    font-weight: 500;
    display: table-cell;
    position: relative;
    /* height: inherit; */
    vertical-align: middle;
    text-align: center;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
    transition-property: background-color;
    cursor: pointer;
    padding: 3rem 10px;
    letter-spacing: 0.09em;
    line-height: unset;
}
.stellarnav > ul > li:last-child > a{
    display: inline-block;
    width: 120px;
    max-width: 100%;
    margin-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    line-height: 4rem;
    padding: 0;
    background-color: #f18a07;
    border-radius: 28px;
    height: 4rem;
}
.header_area.sticky .stellarnav > ul > li > a {
    /* line-height: 6.4rem; */
    padding: 2.2rem 10px;
    transition: all .3s ease;
}
.header_area.sticky .stellarnav > ul > li:last-child > a{    
    padding: 0;
    /* padding-top: 12px;
    padding-bottom: 12px; */
}
.stellarnav > ul > li:last-child > a:hover{
    color: var(--SubColor);
}

.stellarnav > ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 4px;
    width: 32px;
    background-color: #f6ac00;
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-4px);
}
.stellarnav > ul > li > a:hover {
    color: #000;
    transition: .3s cubic-bezier(0.77, 0, 0.65, 0.99);
}
.stellarnav > ul > li a:hover {
    color: #f18a07;
}
.stellarnav > ul > li > a:hover:before {
    opacity: 1;
    transform: translateY(0);
}

.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: #f18a07;
    opacity: 1;
}

/* .stellarnav > ul > li.has-sub > a{
    padding-right: unset;
} */
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}



/* 第二層 */
.stellarnav ul ul {
    background: #fff;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -75px; */
    margin-top: -10px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.stellarnav li li,.stellarnav li li:last-of-type {
    border: 0;
}
.stellarnav li li a{
    padding-top: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.06em;
    font-family: var(--SFont);
    border: 0;
}
.stellarnav.desktop li.has-sub li a:hover {
    color: #1c1c1c;
    background: #f4f3f3;
}


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
.me_tp_features {
    display: none;
}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.nav-header {
    grid-row: 1;
    width: 220px;
    max-width: 300px;
    transition: all .3s ease;
}
.nav-header:hover{
    opacity: 0.8;
}
.header_area.sticky .nav-header {
    box-shadow: unset;
    background: transparent;
    padding: 0;
}
.nav-brand { }




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 50px;
    background-image: url(https://pic03.eapple.com.tw/tianyicare/BG_footer.png);
    /* background: #f2f0ec; */
    position: relative;
    /* margin-bottom: 6rem; */
}
.footer .center {
    position: relative;
    max-width: 100%;
    padding: 60px 50px;
    font-size: 13px;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--SFontEN);
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 0;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    align-items: center;
}

/* logo */
.box_link{display: none;}
.footer_logo { margin-bottom: 10px; }

/* 聯絡資訊&按鈕 */
.footer_info ul {
    display: block;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.footer_info li {
    padding: 0 10px;
}
.footer_info li:nth-child(1) {
    width: fit-content;
    /* text-align: center; */
}
.footer_info li p {
    font-size: 14px;
    line-height: 1;
    padding: 5px 0;
    letter-spacing: 0.08rem;
    color: #666;
}
.footer_info li p a{    
    color: #666666;
}
.footer_info li p.line:before {
    content: 'Line好友：';
}
.footer_info li p.tel:before {
    content: '服務專線：';
}
.footer_info li p.tel2:before {
    content: '服務時間：';
}
.footer_info li p.mail:before {
    content: '服務信箱：';
}
.footer_info li p.add{
    display: none;
}
.footer_info li p.add:before {
    content: '店家地址：';
}
.footer_info li p.phone, .footer_info li p.taxid{
    display: none;
}
/* 按鈕 */
.footer_info li:nth-child(2) {
    width: 100%;
    border-top: 1px solid #f6da90;
    padding-top: 10px;
}
.footer_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_menu a {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #666;
    transition: all 0.5s ease;
}
.footer_menu a:hover {
    background: transparent;
    color: #f5ad1b;
}
.footer_menu a:first-child {
    display: none;
}



/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.06rem;
    font-family: var(--SFontE);
    font-weight: 400;
    border: 0;
    text-align: center;
    padding: 10px 0;
    background-color: #F0A32A;
    color: #fff;
    margin-top: 40px;
}
.copy a {  color: #fff; } 

/* 浮動按鈕 */
.info_fix{ }
.info_fix_line .fa-line:before {  filter: none; }
.info_fix .linksBtn{   box-shadow: 0 0 20px #00000026;}

/* 置頂按鈕 */
#to_top {
    right: 100px;
    align-content: center;
    align-items: center;
    bottom: 80px;
    flex: none;
    height: auto;
    background: transparent;
    left: unset;
    margin: 0 0 0 0;
    padding: 0;
    position: fixed;
    right: 8px;
    top: auto;
    transform: translate(0px, 0px) rotate(-90deg);
    width: auto;
    border-radius: 0;
    max-width: fit-content;
    box-shadow: unset;
    font-size: 0;    
    transition: .3s cubic-bezier(.4,.4,0,1);
}
#to_top:before {
    content: 'PAGE TOP';
    display: block;
    font-size: 11px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    font-family: var(--SFontEN);
    width: fit-content;
    color: #45a829;
}
#to_top:after {
    top: 0;
    right: -60px;
    transform: translateX(-100%);
    position: absolute;
    content: '';
    display: block;    
    transition: .3s cubic-bezier(.4,.4,0,1);
    content: '\f178';
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 18px;
    height: auto;
    margin: 0;
    width: 27px;
    aspect-ratio: 29 / 7;
    color: #45a829;
}
#to_top i.top {
    display: none;
}
#to_top:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
} 
#to_top:hover:after{    
    right: -68px;
} 



/*下拉線條箭頭
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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個--結束 */





/* = = = 底圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*main_bg*/
#page {
    background-image: url(https://www.sogo-zaitaku.jp/wp/wp-content/themes/standard/images/common/bg-pt01.png);
}
#content_main, #content {
    margin: 0;
    background: transparent;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
}


/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.bannerindex {
    position: relative;
    height: auto;
}
/* 大圖尺寸-外層 */
.bannerindex .swiper-banner {
    position: relative;
    width: 100%;
    left: unset;
    width: 100%;
    margin: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    min-height: 54rem;
    height: calc(100vh - 15rem);
    /* min-width: 128rem; */
}
/* .bannerindex .swiper-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(https://pic03.eapple.com.tw/tianyicare/bnA_bg.png) repeat-x top left;
    pointer-events: none;
    transform: scaleY(-1);
    z-index: 1;
} */
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}




/* 下滑文字 */
/* span.swiper-notification {
    display: flex;
    position: absolute;
    right: 60px;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: 2;
    flex-direction: column;
}
span.swiper-notification:before {
    position: relative;
    display: block;
    content: 'SCROLL';
    line-height: 1;
    letter-spacing: .2em;
    white-space: nowrap;
    color: #fff;
    font-family: var(--SFontEN);
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 6px;
    -webkit-writing-mode: vertical-lr;
    float: left;
    writing-mode: vertical-lr;
    height: fit-content;
}
span.swiper-notification:after {
    position: relative;
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-name: scrollLine;
    animation-name: scrollLine;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-timing-function: cubic-bezier(.19,1,.22,1);
    width: 1px;
    height: 40px;
    margin-left: 5px;
}
@keyframes scrollLine{
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
} */

/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
}
/* 大圖點點按鈕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: left; */
   width: 100%;
    max-width: 100%;
}

/* 大圖文字 */
 .swiper-slide:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    z-index: 0;
}
/* banner01 */
.swiper-slide:nth-child(1):before, .swiper-slide:nth-child(2):before {
    z-index: 100;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/tianyicare/bnA_txt.svg);
    content: "";
    display: block;
    position: absolute;
    bottom: 35%;
    left: 10rem;
    width: 25%;
    height: auto;
    min-width: 400px;
    aspect-ratio: 12 / 5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}

.swiper-slide.swiper-slide-active:nth-child(1):before, .swiper-slide.swiper-slide-active:nth-child(2):before {
    -webkit-animation: move_before 1.22s cubic-bezier(.165, .84, .44, 1) both;
    animation: move_before 1.22s cubic-bezier(.165, .84, .44, 1) both;
    animation-delay: 0s;
}
@keyframes banner-in {
    0% {
        opacity: 0;
    }    
    100% {
        opacity: 1;
    }
}
@keyframes banner-img {
    0% {
        filter: brightness(0.1);
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        filter: brightness(1);
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes move_before {
    0% {
        /* left: 45%; */
        opacity: 0;        
        transform: translateY(10rem);
    }

    100% {
        /* left: 50%; */
        opacity: 1;
        transform: translateY(0);
    }
}




/* 大圖_版面1480以上 */
@media screen and (min-width: 1400px) { }

/* 大圖_版面1920以上 */
@media screen and (min-width: 1600px) {
    .bannerindex .swiper-banner {
        max-height: 90vh;
        width: 100%;
        height: auto;
        aspect-ratio: 166 / 78;
    }
}

/* 大圖_版面1024以下 */
@media screen and (max-width: 1024px) {
    .bannerindex .swiper-banner {
        height: calc(100vh - 10rem - 10rem - 10rem);
    }
    .swiper-slide:nth-child(1):before, .swiper-slide:nth-child(2):before{
        background: url(https://pic03.eapple.com.tw/tianyicare/mobnA_txt.svg);
        aspect-ratio: 12 / 5;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 10%;
        min-width: unset;
        width: 45%;
        left: 5rem;
    }
}

/* 大圖_版面768以下 */
@media screen and (max-width: 768px) {
    /* = = 大圖 = = */
    .bannerindex {
        /* height: 72vh; */
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .bannerindex .swiper-banner {
        width: 100%;
        min-width: auto;
        min-height: auto;
        height: calc(100vh - 10rem - 15rem - 15rem);
    }
    .swiper-slide:after {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 90%;
        margin: auto;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        background-color: transparent;
        background-repeat: repeat-x;
        opacity: 0.45;
        content: "";
        z-index: 10;
    }
    /* 大圖位置 */
    .swiper-slide:nth-child(1):before, .swiper-slide:nth-child(2):before{
        width: 50%;
    }
    .bannerindex .swiper-banner .swiper-slide img {
        object-position: 40%;
    }
    .bannerindex .swiper-banner .swiper-slide:nth-child(2) img {
        object-position: 60%;
    }
}

/* 大圖_版面600以下 */
@media screen and (max-width: 600px) {
    .bannerindex .swiper-banner {
        height: calc(100vh - 15rem - 30rem);
    }
    .swiper-slide:nth-child(1):before, .swiper-slide:nth-child(2):before{            
        width: 60%;
        left: 4rem;
    }    
}

/* 大圖_版面480以下 */
@media screen and (max-width: 480px) {
    .bannerindex .swiper-banner {
        height: calc(100vh - 20rem - 30rem);
    }
    .swiper-slide:nth-child(1):before, .swiper-slide:nth-child(2):before{ 
        width: 55%;
    }    
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path{
    display: none;
}


/* main */
.edit_part{
    padding: 0;
}
.main_part {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    background: #f2f2f2;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/tianyicare/banA.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 468px;
    background-color: #333;
    margin-bottom: -48px;
    padding: 180px 0 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    line-height: 1;
    background-position: 50%;
}
.banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://pic03.eapple.com.tw/tianyicare/BG_bn.png) center bottom repeat-x;
    background-size: cover;
    margin-bottom: -2px;
}


.banner h5 {
    width: 100%;
    position: relative;
    font-family: var(--SFontJP);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2rem;
    font-size: var(--f48);
    display: flex;
    padding-bottom: 40px;
    text-shadow: 0 4px 10px rgb(0 0 0 / 40%);
    flex-direction: column;
    /* gap: 20px 0; */
}
.banner h5:after{
    display: block;
    content: 'NEWS';
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--SFontEN);
    padding-top: 2rem;
}

.banner.banC h5:after{
    content: 'CONTACT';
}


.banner.banA {}
.banner.banB {}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/tianyicare/banC.jpg);}
.banner.banD {}
.banner.banE {}
.banner.banblog {}




@media screen and (min-width: 1400px) {}


/* 上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
    
    /* logo*/
    .nav-header {
        width: 100%;
        max-width: 200px;
    }

    /* = = header = = */     
    .header_area.sticky {
        position: fixed;
    }
    .main_header_area{
        height: 6.4rem;
    }
    .main_header_area .container {
        width: 98%;
        width: calc(100% - 60px);
        top: 26px;
        left: 30px;
        padding: 0 15px;
    }
    .navigation {
        display: grid;
        grid-template-columns: 180px 1fr;
        align-items: center;
    }

    /* 導覽列 */
    .pageIndex .stellarnav {
        opacity: 1;
        pointer-events: unset;
    }
    .stellarnav ul {
        text-align: right;
    }
    .stellarnav > ul > li { }    
    .stellarnav > ul > li > a {
        margin: 0;
        font-size: 13px;
    }
    .stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
        padding: 2.3rem 8px;
    }
    .stellarnav > ul > li:last-child > a {
        width: 90px;
        margin-left: 0;
    }
    /* 第二層 */
    .stellarnav ul ul {
        width: 100px;
        margin-top: -5px;
    }
    .stellarnav.desktop li.has-sub li a{
        font-size: 13px;
        padding: 8px;
        letter-spacing: 0.04em;
    }
}

/* @768上方區域_手機版面768px以下 */
@media screen and (max-width: 768px) {
  
    /* logo*/    
    .nav-header {
        /* padding-top: 12px; */
        max-width: 180px;
    }
    .nav-brand img { }

    /* = = header = = */
    .main_header_area{ }
    .main_header_area .container {
        /* padding: 0 8%; */
        width: calc(100% - 40px);
        top: 24px;
        left: 20px;
        padding: 0 20px;
    }    
    .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; */
        height: 100%;
        width: 60px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #e7e5e4;
    }
    /* 漢堡選單樣式 */
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 0.04em;
    }
    .stellarnav .menu-toggle span.bars {
        display: block;
        margin: 0;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 24px;
        height: 2px;
        border-radius: 0;
        background: var(--MainColor);
        margin: 0 auto 6px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
        width: 24px;
        margin-right: 0;
    }
    
    /* 導覽列展開 */
    .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;
        background-color: #F7F7F7;
    }
    .stellarnav.mobile.left.active > ul{        
        right: 0;
        max-width: 100%;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: transparent;
        padding: 0;
        margin: 10px 0 0;
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 0.04em;
        height: 6.4rem;
        width: 100%;
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .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: 24px;
        height: 0px;
        border-bottom: solid 2px var(--MainColor);
    }
    /* 導覽列選取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: 10px 0;
        display: block;
        border-bottom: 0;
    }
    .stellarnav.mobile > ul > li:not(:last-child) {
        border-bottom: 1px dotted #44AC35;
    }
    .stellarnav.mobile li.open {
        background: #f3f3f3;
        color: #fff;
        padding: 0 0 5px;
    }
    .stellarnav.mobile > ul > li > a {
        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: 10px 40px 10px 10px;
        background: transparent;
    }
    .header_area.sticky .stellarnav.mobile > ul > li > a{
        padding: 10px 40px 10px 10px;
    }
    .stellarnav.mobile > ul > li > a:hover{
        color: #f18a07;
    }
    .stellarnav > ul > li:last-child > a {
        width: 100%;
    }
    .stellarnav.mobile li.open > a {
        border: 0;
        padding: 20px 10px;
    }    
    .stellarnav > ul > li > a:before{
        content: none;
    }
    /* +符號修改 = = */
    .header_area.sticky .stellarnav.mobile > ul > li > a.dd-toggle, 
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 5px;
        padding: 10px 0;
    }
    .stellarnav.mobile > ul > li.open > a.dd-toggle {
        top: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{
        border-bottom: 1px solid #44AC35;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        width: 8px;
        height: 8px;
        top: 50%;
        top: 0;
        left: 0;
        transform: rotate(-45deg);
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        width: 8px;
        height: 8PX;
        top: 50%;
        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 {
        box-shadow: none;
        width: calc(100% - 10px);
        margin: auto;
        left: unset;
        box-shadow: none;
        transform: unset;
    }
    .stellarnav.mobile li li {
        font-family: var(--SFont2);
        letter-spacing: 0.04em;
        font-size: 15px;
        color: #333333;
        letter-spacing: 0.04em;
    }
    .stellarnav.mobile li li a {
        padding-top: 0;
        padding: 10px;
    }

    /* 內頁BN */
    .banner {
        display: flex    ;
        align-items: center;
        justify-content: center;
        height: 360px;
        padding: 80px 0 50px;
        background-size: 120%;
        background-size: cover;
    }


}

/* @600上方區域_手機版面600px以下 */
@media screen and (max-width: 600px) {

    /* = = header = = */
    .header_area {
        position: relative;
    }
    .main_header_area .container {
        border-radius: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 64px;
        padding: 0;
        padding-left: 10px;
    }
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 140px;
}


.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;
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
    margin: 20px auto;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !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;
}







/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.article_a #content{
    background: #fff;
}

/*文章功能頁/ = = = = */
/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
    width: 24rem;
}
h5.blog_le_t {
    margin-bottom: 10px;
}
h5.blog_le_t em {
    font-size: var(--f24);
    font-weight: 600;
    letter-spacing: 0.16em;
    color: var(--SubColor);
}
.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);
    border-top: 1px solid #E9E4E0;
    border-bottom: 1px solid #E9E4E0;
    font-size: 0;
    padding: 20px 0;
}
.blog_le .accordion li {
    transition: .2s ease-out;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    padding: 0;
    line-height: 1.7;
    letter-spacing: 0.12rem;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 10px;
    position: relative;
    left: 0;
    width: fit-content;
    color: #333333;
    background-image: linear-gradient(#333333, #333333);
    transition: .2s cubic-bezier(.165, .84, .44, 1);
    transition-property: left, background-size;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
}
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category:hover .link a, .link a ,.blog_le .accordion > li:hover .link a{
    color:var(--SubColor)  !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li:hover a{
    background-position: 0 100%;
    background-size: 100% 1px;
    text-decoration: none;
}
.blog_le .accordion > li.on_this_category .link a {
    color: var(--SubColor)  !important;  
    background-size: 100% 1px;
}


/* 右側圖文區 */
.blog_ri {
    width: calc(100% - 24rem - 12rem);
    padding: 0;
    flex: 1;
    margin-right: 6em;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
}
/* 圖文區塊 */
.blog_subbox {
    display: flex    ;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.subbox_item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 0;
    margin: 0;
    background: transparent;
    width: calc((100% - 1.5rem* 2) / 3);
    padding: 10px 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.subbox_item:hover {
    transition: .5s ease-out;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}
.subbox_item li:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item a {
    gap: unset;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.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 {
    max-width: 50%;
}
.i_blog_le, .blog_list_le {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    aspect-ratio: 3 / 2;
    background-color: black;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: .4s ease;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.4s;
    opacity: 0.3;
    -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.5s;
    margin-top: -20px;
}
.module_i_news li a .i_blog_le:before, .blog_list_le::before{
    content: "MORE +";
    position: absolute;
    line-height: 1.462;
    font-family: var(--SFontEN);
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%);
    margin-top: -80px;
    display: block;
    padding: 10px 20px 7px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* 文字 */
.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: 10px 0;
    width: calc(100% - 20px);
    overflow: hidden;
}
.i_blog_ri h5, .blog_list_ri h5 {
    font-size: var(--f20);
    text-align: left;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.08em;
    order: 2;
}
.blog_list_ri em {
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
    color: #3db243;
    font-style: normal;
    font-weight: 600;
    display: block;
    font-family: var(--SFontEN);
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-left: -40px;
    overflow: hidden;
    order: 1;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    color: #555;
    letter-spacing: 0.08em;
    order: 3;
}



/*文章內層/ = = = = */
.blog_in_page .blog_ri { }
.blog_in_page h4.blog_category_title {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    padding: 10px;
    font-size: var(--f28);
    background: #f8f6ef;
    border-left: 8px solid #f18a07;
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
    width: 100%;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #4cac40;
    transition: .4s ease;
}
.blog_back a.article_btn_back:hover {
    opacity: .6;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #e4f3e2;
    color: #555;
    transition: .4s ease;
}
.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;
    padding: 0 10px;
    letter-spacing: 0.04em
}
.blog_box_edit .edit{
    line-height: 1.6;
}
.articel_mainPic {
    display: none;
}



/*文章-相關推薦*/
.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 .5s;
    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.5s;
}
a.lastPage:hover {
    color: #fff;
}
a.lastPage:hover:after {
    width: 100%;
}

@media screen and (max-width: 1300px) {    
    .blog_le {
        width: 22rem;
    }
    .blog_ri {
        margin-right: 4em;
    }
    .subbox_item{
        width: calc((100% - 1.5rem* 2) / 2);
    }
}

@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.04em;
    }
}

@media screen and (max-width: 900px) {
    .subbox_item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .fa-caret-down::before {
        content: "\f107";
    }
    .openNext a.news_menu_toggle i::before {
        content: "\f106";
    }
    .show_content.blog_box{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .blog_le {
        width: 100%;
        border-bottom: 1px solid #E9E4E0;
    }
    .blog_ri {
        width: 95%;
        margin: auto;
    }
}

@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: 50px 20px;
    background: #fff;
}






/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬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;
}
.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));
    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: 1300px){
    .show-list {
        grid-template-columns: 1fr 1fr;
    }
}

@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 #page {
    background: #fff;
}
.contact_form li.last cite {
    background: #ee8829;
}

.contact_editbox{
	padding: 0;
}
.contact_content .information_left{
	display: none;
}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}


.contact_form li.last blockquote, .contact_form li.last cite {
    max-width: calc(60% - 10px);
}

.contact_form li .form__label {
    font-weight: 800;
	max-width: 300px;
    text-align: left;
}

.contact_content .information_right {
       width: 100%;
    background: #fffbf761;
    border-radius: 15px;
    padding: 20px 45px;
    box-shadow: 3px 3px 10px 1px #808080b0;
}

.contact_content {
    margin: auto;
    padding: 20px 10px;
    max-width: 1100px;
}


.contact_form li:nth-of-type(n+13) {
    display: flex
;
    flex-direction: column;
}

.contact_form li:nth-of-type(20) {
    display: flex
;
    flex-direction: row;
}










/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
    /* footer */
    .footer_info {
        margin: auto;
    }
}

@media screen and (max-width: 1200px){


}


/* @1024下方區域_平板版面1024px以下 */
@media screen and (max-width: 1024px) {
    /* main */
    .main_part { }

    /* footer */
    .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
        gap: unset;
    }
    .footer_logo {
        position: relative;
        left: unset;
        width: 100%;
        max-width: 260px;
        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(1) {
        text-align: left;
    }
    .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: 14px;
    }

    
}

/* @768下方區域_手機版面768px以下 */
@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu { display: none    }
    /* .footer.with_shopping_mode { padding: 0; } */
    .footer .center {
        padding-left: 45px;
        padding-right: 45px;
    }
    #to_top { 
        right: 0;
        bottom: 100px;
    }



}

@media screen and (max-width: 600px) {
    .copy {
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    
}




