@charset "utf-8";
/* *************MAIYA 小個子·女裝服飾****************** */
/*
關於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');




/* 英文粗字體  */
/* 英文粗字體 Josefin Sans */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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: #E0E0E0; /*網站主要色系*/
  --SubColor: #222; /*網站文字色*/
  --SubColor1: #F2F2F2 ; /*網站輔助色系1*/
  --SubColor2: #E8CFCF; /*網站輔助色系2*/
  --SubColor3: #D8B4A0; /*網站輔助色系3*/
  --SubColor4: #D6C6B5; /*網站輔助色系4*/  
  --SubColor5: #e5b28e; /*網站輔助色系5*/ 
  --SubColor6: #747474; /*網站輔助色系6*/ 
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Josefin Sans", "Noto Sans TC", sans-serif, system-ui;/*英文標字體*/  
  --SFontC: "Noto Serif TC", sans-serif;/*內文字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文黑字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (min-width:1520px) {
  :root{
    /* --f52:60px;
    --f28:32px; */
  }
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
  --f20:18px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --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;
}


/* OP-waiting_action */
/* .pageIndex::before {content: "";position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: white;z-index: 10000;pointer-events: none;animation: NFadeOut 1.8s ease forwards;animation-delay: 1.2s; }
.pageIndex::after {content: "";position: fixed;top: 50%;left: 50%;width: 200px;aspect-ratio: 506/623;height: auto;background: url('https://pic03.eapple.com.tw/bossbarbershophair/logo.png') no-repeat center center;background-size: contain;transform: translate(-50%, -50%);z-index: 10000;pointer-events: none;animation: NFadeshow 1.4s ease forwards;opacity: 0;}
@keyframes NFadeshow {0% {opacity: 0;transform: translate(-50%, -40%);}20% {opacity: 1;transform: translate(-50%, -50%);}80% {opacity: 1;transform: translate(-50%, -50%);}100% {opacity: 0;transform: translate(-50%, -60%);visibility: hidden;}}
@keyframes NFadeOut {0% {opacity: 1;}100% {opacity: 0;visibility: hidden;}} */



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    position: sticky;
    /* position: fixed; */
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}

.header_area.sticky {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    box-shadow: unset;
    position: relative;
    background: transparent;
}




.main_header_area .container {
    max-width: 100%;
    padding: 0 40px;
    transition: 0.5s;
    padding: 0;
    font-size: 0;
}

.header_area .main_header_area {
    background: transparent;
    padding: 0 5vw 0;
    transition: all 0.3s;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #E7E9ED;
    margin-bottom: 30px;
}

.header_area.sticky .main_header_area {
    background: transparent;
    padding: 0;
    transition: all 0.3s;
    border-bottom: 1px solid #E7E9ED;
}

.navigation {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--SubColor1);
    background: #fff;
}




/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav, .stellarnav {}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
}

/* 第一層 */
.stellarnav ul {margin: 0;padding: 0;text-align: center;text-align: center;margin-top: 0;padding: 0;border-top: 0;background: #fff;}

.stellarnav > ul > li {
    position: relative;
    padding: 10px 0 15px;
    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 > a {
    font-family: var(--SFontEN);
    color: #777;
    height: fit-content;
    margin: 0;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    padding: 0 5px;
}
.header_area.sticky .stellarnav > ul > li > a {}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
    font-weight: 400;
    position: relative;
    padding: 0 20px;
}

.stellarnav.desktop > ul > li > a:hover {
    color: #111111;
}




.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{
    top: 2px;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    margin-left: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: 0;
}


/* 第二層 */
.stellarnav ul ul.other_classes li:first-child {display: none;}

.stellarnav.desktop ul ul {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #292929;
    background-color: #fff;
    width: auto;
    border: none;
    min-width: auto;
    width: fit-content;
    min-width: 150px;
    margin: 0;
    left: 0;
}
.stellarnav > ul > li > ul {
    background: #fff;
    height: max-content;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    padding: 5px 0 5px;
    width: 150px;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .1); */
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.stellarnav.desktop > ul > li > ul {
    display: block !important;
    top: calc(100%);
    transform: translateX(-0%) scale(1, 0);
    transform-origin: top;
}
.stellarnav.desktop > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateX(-0%) scale(1, 1);
    transition: all 0.4s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav li li {
    border: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.stellarnav li li:last-of-type {
    border-bottom-width: 0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 20px;
    white-space: nowrap;
    font-family: var(--SFontEN);
    border: 0;
    transition: all .5s;
    letter-spacing: 1.5px;
    transform: translateX(0);
    /* padding-right: 50px; */
    text-align: left;
    color: #777;
    font-weight: 400;
}
.stellarnav.desktop li.has-sub li+li a {
    padding-bottom: 12px;
}
.stellarnav.desktop li.has-sub li a:hover {
    background: #F2F2F2;
    opacity: 1;
    color: #222;
    padding-left: 25px;
}
.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 {
position: absolute;
width: fit-content;
right: 0;
top: 0;
margin: 15px;
font-family: var(--SFontEN);
}
/* search */
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 0;
    margin-bottom: 0;
    height: 30px;
    border-bottom: 1px solid #222;
    transition: .4s ease-in-out;
}
.box_search:hover, .box_search:active, .box_search:focus {
    width: 120px;
}
form#hs_search:before {
    background: url(https://pic03.eapple.com.tw/maiyalife/i_search.svg) no-repeat;
    content: '';
    width: 20px;
    height: 25px;
    background-position: 50%;
    position: absolute;
    display: block;
    z-index: 10;
    right: 0;
    pointer-events: none;
}
.box_search input[type=text] {
    background: transparent;
    height: 25px;
    padding: 0;
    width: 100%;
    border: 0;
}
.shop_search_btn {
    background:transparent;
    height: 100%;
    color: #fff;
    font-size: 0;
    border-radius: 0;
    width: 20px;
    padding: 0;
    height: 25px;
}
/* cart */
.me_tp_features a.tp_btn_cart {
    display: inline-flex;
    align-items: center;
    height: 25px;
    margin-left: 10px;
    color: #222;
}
.me_tp_features a i {
    margin: 0 5px;
}
.tp_btn_cart i.fa-basket-shopping::before {
    background: url(https://pic03.eapple.com.tw/maiyalife/i_cart.svg) no-repeat;
    content: '';
    width: 20px;
    aspect-ratio: 10 / 9;
    position: relative;
    display: block;
}
.me_tp_features a.tp_btn_notice {display: none;}
.tp_links {display: none;}


/* 會員登入 */
.right_member_in {top: 35%;border: 1px #ccc solid;
    border-right: 0;}
/* .right_member_in .fa-user::before {
    content: "\f007";
    background: url(https://pic03.eapple.com.tw/maiyalife/i_user.svg) no-repeat;
    content: '';
    width: 20px;
    margin-left: -3px;
    aspect-ratio: 10 / 9;
    position: relative;
    display: block;
} */
.right_member_in li {
    line-height: 1.2;
    padding: 8px 0 5px;
}
.right_member_in li a {
    font-size: 13px;
    font-family: var(--SFontEN);
    color: #222;
}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header {
    position: relative;
    text-align: center;
    z-index: unset;
}
.header_area .nav-brand {
    margin: 0;
    padding: 15px 0 5px;
    max-width: 90px;
    width: 100%;
    transition: all .5s ease;
}

.nav-brand img {
    width: auto;
}


.sticky .nav-brand {
    width: 90%;
    /* padding: 0; */
    margin: 0;
}
.sticky .nav-brand img {}




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {
    position: relative;
    padding-top: 0;
    padding-bottom: 40px;
    z-index: 1;
    background: #f8f8f8;
    margin-top: 20px;
}

.footer .center {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.footer_logo {display: none;}



.footer_info {text-align: center;width: 100%;display: flex;grid-template-columns: 1fr;grid-gap: 20px;padding: 0;justify-content: center;flex-direction: column;padding-bottom: 0px;}
.footer_info > ul {display: none;}
/* footer info資訊 -單獨頁面*/
/* .footer_info:nth-child(1) > ul {width: 100%;display: flex;flex-direction: column;flex-wrap: wrap;}

 .footer_menu a, .footer_info li p{position: relative;border: 0;color: #3C393A;background: transparent;padding: 0 15px;font-family: var(--SFontE);font-size: 13px;line-height: 1.9;letter-spacing: 1px;font-weight: 400;opacity: 1;text-align: center;margin: 0;}
.footer_info li:nth-child(1):before {content: '';background: url(https://pic03.eapple.com.tw/maiyalife/logo2.svg);width: 115px;padding: 25px;aspect-ratio: 23 / 5;background-repeat: no-repeat;display: block;position: relative;}
.footer_info li:nth-child(1) {display: flex;padding: 20px 0;flex-direction: column;text-align: left;order: 2;align-items: center;}
.footer_info li p:before {font-family: var(--SFontEN);margin-right: 4px;letter-spacing: .5px;font-weight: 500;font-size: 13px;}
.footer_info li p{padding: 0;}
.footer_info li p+p{margin-left: 0;}
.footer_info li p.phone {display: none;}
.footer_info li p.mail:before {content: '客服：';}

.footer_info li p.line {order: 1;display: none;}
.footer_info li p.taxid {order: 2;}
.footer_info li p.mail {order: 1;}
.footer_info li p.add {order: 4;}
.footer_info li p.fax {order: 5;}

.footer_info li:nth-child(2) {padding: 0;width: 100%;order: 1;border-bottom: 1px solid #ededed;overflow: hidden;margin: 0 0 30px 0;height: 54px;}
.footer_menu {font-size: 0;width: fit-content;display: flex;margin: 0 auto;padding: 0;height: 54px;line-height: 54px;justify-content: flex-start;}
.footer_menu a {transition: all 0.3s ease-in-out;color: #2f2f2f;height: 54px;line-height: 54px;display: inline-block;font-size: 14px;font-weight: 400;letter-spacing: 0.5px;color: #999;}

.footer_menu a:first-child{display: none;}
.footer_menu a:hover {background: transparent;color: #c9c9c9;} */


/* ------------------------------------------------------------------------------------------------------------ */

.copy {
text-align: center;
padding: 10px 20px;
border-top: 0;
align-items: center;
color: #aaa;
display: flex;
flex-wrap: wrap;
position: relative;
font-family: var(--SFontE);
font-size: 10px;
line-height: 2;
letter-spacing: 0px;
font-weight: 300;
margin: 0 auto;
max-width: 1500px;
background: transparent;
gap: 4px;
justify-content: center;
font-size: 0;
}
.copy a {color: #C9C9C9;display: inline-block;} 
.total_view {font-size: 10px;letter-spacing: 1px;}


/* 浮動按鈕 */

/* 置頂按鈕 */
#to_top {
display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 600;
    width: 45px;
    height: 45px;
    padding-top: 18px;
    font-size: 0;
    color: #111;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: rgba(63, 71, 77, 0.25) 0px 2px 10px;
    border-radius: 100%;
}
#to_top i.top {
    width: 15px;
    height: 20px;
}
#to_top i.top:before, #to_top i.top:after {
    height: 11px;
    width: 1px;
    top: 0;
    left: 50%;
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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: transparent;
padding: 80px 0 ;
background-repeat: repeat;
padding: 0;
z-index: 1;
}
#content_main {
    margin-top: 30px;
}
.bannerindex {
    position: relative;
    height: auto;
    /* min-height: 90vh; */
    max-width: 1500px;
    margin: auto;
    /* overflow: unset; */
    transition: .4s;
}



/* 大圖尺寸 */
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;width: 100%;}
/* .bannerindex .swiper-wrapper {height: 90vh;} */
.bannerindex .swiper-slide {height: 100%;font-size: 0;}
.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%;
transform: scale(1) !important;
}







/* 大圖點點按鈕 */
.swiper-pagination {
    bottom: 15px;
    left: 50%;
    margin-left: -45px;
    z-index: 100;
}
.swiper-pagination-bullet {
    background: #fff;
    margin: 0 3px;
    border-radius: 10px;
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    /* background-color: #dcdcdc; */
}
/* 大圖點點按鈕END */






.swiper-slide img { height:auto;}
/* 大圖進場 */
.bannerindex .swiper-wrapper:before, .bannerindex .swiper-wrapper:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;    
    opacity: 0;    
} 
.bannerindex .swiper-wrapper:before {}




/* 圖內層 */
.bannerindex .swiper-banner .swiper-slide:before, .bannerindex .swiper-banner .swiper-slide:after {
    content: '';
    position: absolute;
    z-index: 100;
    pointer-events: none;
    opacity: 0;    
    display: block;
}

/* banner01 */
.bannerindex .swiper-banner .swiper-slide::before {    
    /* top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/ingenuity/bnA_frame.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: 1; */
}
.bannerindex .swiper-banner .swiper-slide:after {}


/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {}





/* 動畫 */
/* .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
animation: NfadeInUp .8s ease-in-out forwards;
} */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after, .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
/* animation: NfadeInDown 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation-delay: .4s; */
/* animation: NslideRight 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; */
}




@keyframes txt-show {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes NfadeInUp {0% {transform: translateY(20px) ;opacity: 0;}100% {transform: translateY(0) ;opacity: 1;}}

@keyframes NslideRight {0% {-webkit-transform: translateX(-100px);transform: translateX(-100px);}100% {-webkit-transform: translateX(0px);transform: translateX(0px);}}







@media screen and (max-width: 1560px) {
/* = = 大圖 = = */
.bannerindex {padding: 0 20px;}
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 660px) {}
@media screen and (max-width: 480px) {}



/* = = = 主設定-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 麵包屑 */
.path {
padding: 0 10px;
border-bottom: 1px solid #e5e5e5;
background-color: #fff;
margin-bottom: 50px;
padding: 20px 0;
text-align: center;
display: none;
}
.path p, .path p a {
text-align: right;
line-height: 24px;
font-size: 13px;
color: var(--SubColor6);
text-align: center;
display: inline-block;
font-size: 14px;
line-height: 1;
letter-spacing: 0.5px;
font-family: var(--SFontE);
}
.path p a {color: #666;transition: .3s;}
.path p a:hover {color: #666;font-weight: 700;}




/* main */
div#page{background-size: auto;position: relative;}

.edit_part{
padding: 0;
/* min-height: 1000px; */
/* 暫時 */
}
.main_part {
width: 100%;
max-width: 1400px;
margin: auto;
padding: 60px 20px;
padding-bottom: 80px;
}
.show_content {
margin: auto;
padding: 0;
font-family: var(--SFont);
width: 100%;
max-width: 1400px;
margin: 0 auto;
}

.subalbum-menu {
margin: 0;
padding: 0;
}

.edit {
color: #262626;
margin: auto;
padding: 20px 0 60px;
line-height: 1.7;
letter-spacing: 0.5px;
font-weight: 400;
}

ul.page {width: 100%;}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
position: relative;
background: #e9e9e9;
width: 100%;
background-size: cover;
background-position: 0 100%;
position: relative;
height: 400px;
object-fit: cover;
display: none;
}
.banner:before {
    content: '';
    display: block;
    position: absolute;
    /* background-color: #000; */
    opacity: 0.3;
    width: 100%;
    height: 100%;
    pointer-events: 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 .main_header_area {margin-bottom: 20px;}
.navigation {display: grid;grid-template-columns: 1fr;align-items: center;}
/* logo*/
.nav-header {max-width: 80px;padding: 0 0 10px;margin: auto;}
.sticky .nav-header {}


/* 導覽列 */
.stellarnav ul {text-align: center;}
.stellarnav > ul > li {}    
.stellarnav > ul > li > a {letter-spacing: .5px;}


#content_main {margin-top: 20px;}
}


/* @768上方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 大圖 */
.bannerindex {padding: 0 10px;}

/* logo*/    
.nav-header {max-width: 60px;padding: 0;margin: 0 auto;}
.header_area .nav-brand {margin: 0;padding: 5px;max-width: 70px;}
.sticky .nav-header {}
.sticky .nav-brand {margin: 0;}
.nav-brand img { }

/* 右上購物車 */
.me_tp_features a.tp_btn_cart {display: none;}
.me_tp_features {
width: 100%;
margin: 0;
transform: translateY(-100%);
display: grid;
grid-template-columns: 1fr auto;
padding: 0 15px;
margin-top: 0;
align-items: center;
padding: 10px;
padding-top: 10px;
background: #2a2a2a;
}
.box_search:hover, .box_search:active, .box_search:focus {width: 100%;}
.box_search {margin: 0;height: fit-content;border-bottom: 0;width: 100%;}
.box_search form {text-align: left;}
form#hs_search:before {width: 18px;aspect-ratio: 1 / 1;height: auto;background-size: contain;filter: contrast(0) brightness(100);}
.box_search:hover input[type=text], .box_search:active input[type=text], .box_search:focus input[type=text] {border-bottom-color: #666;}
.box_search input[type=text] {width: calc(100% - 25px);margin-left: 0;border-bottom: 0.4px solid transparent;border-radius: 0;height: 20px;}




/* = = header = = */
.header_area {height: fit-content;position: relative;}
.header_area .main_header_area {padding: 0;backdrop-filter: none;margin: 0;font-size: 0;width: 100%;padding: 0;box-sizing: border-box;position: relative;height: 100%;margin-bottom: 10px;background: #fff;}
.main_header_area .container {max-width: 100%;padding: 0 40px;transition: 0.5s;padding: 0;font-size: 0;padding-top: 40px;}

/* 導覽列 */
.navigation {display: flex;justify-content: space-between;flex-direction: row;padding: 10px 15px 0 15px;background: #fff;}



/* 導覽列漢堡選單 */    
.stellarnav.mobile{right: unset;left: 0;height: 100%;display: flex;align-items: center;}
.stellarnav.mobile .menu-toggle {
display: flex;
margin: 25px;
padding: 0;
flex-direction: row-reverse;
height: fit-content;
align-items: center;
justify-content: center;
}


/* 漢堡選單樣式-MENU */
.stellarnav .menu-toggle:after {text-transform: capitalize;font-size: 14px;color: #fff;font-family: var(--SFontEN);letter-spacing: 2px;content: none;}
.stellarnav .menu-toggle span.bars {display: flex;margin: 0;flex-direction: column;gap: 6px;}
.stellarnav .menu-toggle span.bars span {width: 29px;border-radius: 0;margin: 0;background: #333;height: 2px;}
/* 黑色遮罩 */
.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: 0;right: unset;font-size: 0;max-width: 100%;padding: 0;left: -100vw;overflow: hidden;transition: all .5s ease;overflow-y: auto;}
.stellarnav.mobile.left.active > ul {left: 0;max-width: 340px;width: 70%;}
/*卷軸*/
.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;}

/* 漢堡選單樣式-CLOSE */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: transparent;
margin: 25px 0 20px;
text-transform: uppercase;
line-height: 1.5;
font-size: 12px;
color: #222222;
font-weight: 700;
font-family: var(--SFontEN);
letter-spacing: .5px;
height: fit-content;
width: 100%;
display: flex;
flex-direction: row-reverse;
padding: 0 15px;
}
.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.mobile > ul > li {padding: 0;border-bottom: 1px solid #eee;display: flex;flex-direction: column;}
.stellarnav.mobile li.open {background: #eaeaea;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: 1.5;
display: block;
color: #333;
font-size: 14px;
letter-spacing: 1px;
padding: 15px 20px;
border: 0;
}
.stellarnav.mobile li.open > a {border: 0;}    
.stellarnav > ul > li > a:before{content: none;}

/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 6px;position: absolute;text-align: center;height: 50px;right: 5px;}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after{width: 12px;border-bottom: solid 1px #424242;opacity: 1;transition: 0.8s all ease;}
.stellarnav li.open > a.dd-toggle .icon-plus {transform: rotate(270deg);transition: 0.8s all ease;}
.stellarnav li.open > a.dd-toggle .icon-plus:after{opacity: 0;}
.stellarnav.mobile li li a.dd-toggle {padding: 0;background: transparent;border: 0;}
/* +符號修改END = = */


/* 第二層 */
.stellarnav.mobile ul ul {width: calc(100% - 10px);margin: auto;left: unset;transform: unset;}
.stellarnav li li {font-family: var(--SFont);font-size: 13px;color: #333333;letter-spacing: .5px;}
.stellarnav li li a {padding: 6px 20px;font-size: 13px;}
.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: 13px;}




}








/* @660上方區域_平板版面660px */
@media screen and (max-width: 660px) {

/* 導覽列展開 */
.stellarnav.mobile.left.active > ul {}


}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_info_page .main_part { max-width: 1200px;}

.product_page .main_part {
width: 95%;
}
.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-layer-two {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
}
.product-layer-two:before {
    content: ' Product Categories';
    position: relative;
    display: block;
    padding-bottom: 11px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .5px;
    color: #333;
    font-size: 17px;
    font-family: var(--SFontEN);
}
.product-layer-two li {
    display: block;
}
.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: transparent;
    padding: 7px 16px;
    display: block;
    font-size: 14px;
    color: #333;
    min-height: 30px;
    padding: 6px 29px 6px 8px;
}

.product-layer-two li.active a {font-weight: 400;border: 0;background-color: #f4f4f4;}






/* 右商品 */
.product_page .products-list, .product-wrapper {
    width: calc(100% - 260px);
    display: flex;
    flex-wrap: wrap;
}
.products-list .item:not(:nth-child(4n)) {
    margin-right: 10px;
}
.products-list .item:not(:nth-child(-n + 4)) {
    margin-top: 50px;
}
.products-list .item {
    margin:0;
    position: relative;
    width: calc((100% - 30px) / 4);
    padding: 0;
    height: auto;
    display: flex;
    flex-direction: column;
}
.products-list .item a {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}
.products-list .item a * {transition:  0.3s ease-in-out;  }
/* 圖 */
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 0;
    aspect-ratio: 5 / 6;
}
.products-list .pic:hover {opacity: 0.6;}
.products-list .pic img {
    max-width: 100%;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%,-50%);
}
/* 文 */
.products-list .name {
    font-size: 15px;
    color: #333;
    letter-spacing: .5px;
    margin-top: 12px;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: fit-content;
}
.products-list .name:hover {opacity: 0.6;}
.products-list .price {
    margin: 10px 0 8px;
    font-size: 0;
}
.products-list .price b {
    color: #333;
    font-size: 15px;
    margin: 0;
    font-family: var(--SFontEN);
    font-weight: 600;
    line-height: 1.6;
}
.products-list .price b.ori_price {color: #c9c9c9;padding-right: 10px;}
.products-list .price b.sp_price {color: #bf0010;}

.products-list .more {
    font-size: 11px;
    padding: 12px 30px 10px;
    position: absolute;
    justify-self: flex-end;
    bottom: 0;
    max-height: 36px;
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-top: 0;
    width: 100%;
    border: 0;
    font-family: var(--SFontEN);
    line-height: 1;
}
.products-list .item a:hover .more {
    background: #D6C6B5;
    color: #fff;
    letter-spacing: 2.5px;
}


/*購物車/內層 = = = = = = = =  = = = = = = = = = = = = = = = = = = = = = =  = = = = = = = =*/
.product_info_page .main_part {}
.product_info_page .product-layer-two {display: none;}
.product_info_page .product-wrapper {    
    width: 100%;
    padding: 0 25px;
    max-width: 1100px;}


/* 左側商品輪播圖 = = = = */
.product_main {
padding: 0 10px;
padding-right: 40px;
display: inline-block;
width: 59%;
vertical-align: top;
}
.product_pic #bx-pager {
vertical-align: top;
width: 120px;
padding: 0 10px;
font-size: 12px;
position: absolute;
top: 0;
left: 0;
}
div#bx-pager h6 {
font-size: 11px;
color: #333;
font-weight: 400;
font-family: var(--SFont);
line-height: 2;
width: fit-content;
padding: 0 0 2px;
}
.product_pic #bx-pager .block {
margin-left: 3px;
margin-top: 10px;
margin-bottom: 10px;
background: #333;
margin: 5px;
}
.product_pic #bx-pager a {
display: block;
float: left;
width: 70px;
height: 70px;
margin: 2px;
border: 0;
overflow: hidden;
display: flex;
align-items: flex-end;
}
.product_pic #bx-pager a img {
width: 100%;
object-fit: cover;
object-position: 100%;
display: block;
}
.product_pic .bx-wrapper {
display: inline-block;
vertical-align: top;
width: 100%;
max-width: 500px;
margin: 0;
padding: 0;
background: #ffffff;
}
.product_pic .bx-wrapper .bx-viewport {height: auto;aspect-ratio: 22 / 33;background: #fff;overflow: hidden;}



/* 右側資訊 = = = = */
.sidebarBtn {padding: 15px;display: inline-block;width: 41%;vertical-align: top;border: 0;background: #fff;}
/*側邊規格*/
.product_info li .txt_box {color: #222222;width: 100%;}
.sidebarBtn .sp_price {color: #cbc0a0;}
.mobile_product_name {font-size: 24px;}
.sidebarBtn h2 {color: #333;font-size: var(--f22);font-weight: 500;}
.sidebarBtn .price {color: #B51018;font-size: 22px;font-weight: bold;padding: 10px 0;border-bottom: 1px solid #E7E9EC;letter-spacing: 1px;}
.sidebarBtn .price span {display: inline-block;font-size: var(--f18);letter-spacing: .5px;}
.sidebarBtn .price span.ori_price {color: rgba(66, 66, 66, .38);padding-right: 10px;text-decoration: line-through;}
.sidebarBtn .price span.sp_price {color: #B51018;}
.sidebarBtn form {padding-bottom: 20px;border-bottom: 1px solid #E7E9EC;}
.product_info li span {
display: block;
font-size: 14px;
color: #333;
margin-bottom: 3px;
font-family: var(--SFontE);
letter-spacing: 1px;
font-weight: 700;
}
.product_info li .txt_box {color: #333;width: 100%;font-weight: 400;font-size: 14px;}
.radio-inline__label, .amountNum{
padding: 2px 8px;
margin: 4px 6px 4px 0;
border-radius: 2px;
color: #444;
border: 1px solid #dbdbdb;
cursor: pointer;
font-size: 14px;
font-weight: 400;
letter-spacing: .25px;
min-width: 36px;
}
.amountNum {width: 100%;}
.toShare {display: none;}
/*按鈕顏色*/
.inquiry_a1 {background: #cbc0a0;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #333;font-size: 14px;font-weight: 400;letter-spacing: 1px;transition: .3s;border: 1px solid #ddd !important;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {color: #222;background-color: #f3f3f3;    letter-spacing: 1px;border: 1px solid #ddd;}


/* 下方資訊 */
ul.prod li h3.prod-thumb {background: #f9f9f9;color: #525252;padding: 8px;margin-bottom: 30px;border-radius: 4px;font-size: 16px;letter-spacing: 1px;font-weight: 500;}
/* 編輯區 */
ul.prod { margin-top: 80px;}
ul.prod li.prod-item:last-child { display: none;}



/*相關推薦*/
.prod_related h6 {max-width: 1100px;margin: 0 auto 25px;padding: 0 25px;}
.prod_related h6 span:before {
content: 'You May Also Like';
position: relative;
color: #747474;
font-family: var(--SFontEN);
width: 100%;
display: block;
text-align: left;
font-weight: 500;
padding-top: 40px;
font-size: var(--f24);
border-top: 1px solid rgb(231, 233, 236)
}
.related_list {max-width: 1100px;padding: 0 25px;display: grid;grid-template-columns: repeat(4, 1fr);padding-bottom: 80px;gap: 12px;}
.related_list li {width: 100%;padding: 0;}
.related_list li a {padding: 0;transition: .3s;}
.related_list li a:hover {opacity: 0.6;}
.related_list li a p {font-size: 13px;color: #333;text-align: left;letter-spacing: .25px;}
.prod_related_b_box a {display: none;}




/*首頁/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.prod_part {
max-width: 1200px;
margin: auto;
padding: 40px 20px 80px;
font-family: var(--SFontEN);
}
.products-list {
padding: 20px 0;
font-size: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
/* 標 */
.i_prod_tit {
display: flex;
    text-align: center;
    margin: 0px 0 20px;
    flex-direction: column;
}
.i_prod_tit span {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
}
.i_prod_tit h2 {order: 2;}
.i_prod_tit h2:before {
    content: '- NEW ITEM -';
    display: block;
    position: relative;
    margin-top: 6px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2px;
}

/* BTN */
.i_prod_b a.animated-arrow {
    padding: 10px 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    width: fit-content;
    height: 38px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #a2a2a2;
    margin-top: 60px;
    line-height: 18px;
    font-weight: 600;
    min-width: 110px;
    border-radius: 4px;
}
.i_prod_b a:before {
    content: 'VIEW MORE';
    letter-spacing: 0px;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
    transition: .3s ease-in-out;
}
.i_prod_b a:hover:before {color: #333;}
.i_prod_b a i.fa-solid.fa-arrow-right, .i_prod_b b {display: none;}





@media screen and (max-width: 1200px) {
/* 首頁 */
.products-list {padding: 20px;display: grid;grid-template-columns: 1fr 1fr 1fr;width: 90%;margin: 0 auto;gap: 60px 10px;}
/* 外 */
.product_page .main_part {padding-top: 40px;}
.product_page .products-list {display: grid;flex-wrap: wrap;grid-template-columns: 1fr 1fr 1fr;gap: 50px 5px;}
.clearfix:before, .clearfix:after {content: none;}
.products-list .item, .products-list .item:not(:nth-child(4n)), .products-list .item:not(:nth-child(-n + 4)){width: 100%;margin: 0;}
}



@media screen and (max-width: 1024px) {
/* 外 */
.product_page .products-list {grid-template-columns: 1fr 1fr;}
/* 內 */
.product_main {padding-right: 10px;}
div#bx-pager h6 {display: none;}
.product_pic .bx-wrapper .bx-viewport {border: 0;}
}


@media screen and (max-width: 980px) {
/* 首頁 */
.products-list {width: 95%;gap: 40px 10px;}
}


@media screen and (max-width: 768px) {
/* 首頁 */
.prod_part {padding: 40px 20px 60px;}
.products-list {grid-template-columns: 1fr 1fr;padding: 0;}
.i_prod_tit h2:before {font-size: 14px;}
/* 外 */
.product_page .products-list {width: 100%;padding: 0 10px;gap: 50px 10px;}
.products-list .name {font-size: 14px;}
/* 內 */
.product_info_page .product-wrapper {padding: 0;width: 95%;}
.product_main, .sidebarBtn {width: 100%;}
.product_pic {padding-top: 0;margin: 0;}


.products-list .pic {
    height: 75%;
    aspect-ratio: unset;
}
.products-list .pic img{
    position: static;
    top:auto;
    left: auto;
    transform: unset;
}
}


@media screen and (max-width: 600px) {
/* .products-list {width: 95%;} */
.product_page .products-list {padding: 0;gap: 40px 10px;} 
/* 內 */
.product_main, .sidebarBtn {width: 100%;padding: 0;}
.product_pic #bx-pager {position: static;width: 100%;padding: 0;font-size: 0;}
.product_pic .bx-wrapper .bx-viewport {border: 5px solid #fff;}
.product_pic #bx-pager a {width: 45px;height: 45px;}
.sidebarBtn {margin-top: 40px;}

.prod_related h6, .related_list {padding: 0;width: 95%;}
.prod_related h6 span:before {padding-top: 30px;}
.related_list { grid-template-columns: repeat(2, 1fr);}
.related_list li:last-child, .related_list li:nth-last-child(2) {display: none;}
.related_list li a p {font-size: 12px;}
}



@media screen and (max-width: 480px) {
/* 首頁 */
.i_prod_tit h2:before {font-size: 13px;}
/* 外 */
.product_page .main_part {width: 100%;}.products-list .name {font-size: 13px;}
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.blog_page .main_part {
    width: 95%;
}

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    font-family: var(--SFontEN);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: unset;
    width: 100%;
    padding-top: 0px;
}

/* 左側分類欄位 */
.blog_le {
    padding: 0;
    position: relative;
    letter-spacing: 1px;
    float: left;
    box-sizing: border-box;
    width: 220px;
    padding-right: 30px;
}
h5.blog_le_t {margin-bottom: 0;text-align: left;line-height: 28px;letter-spacing: 1px;font-weight: bold;padding: 0;position: relative;border-bottom: 0;font-size: 0;}
h5.blog_le_t em {
    color: var(--SubColor);
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: var(--SFontE);
    padding: 10px 5px;
    padding-left: 0;
    border-bottom: 0;
    font-size: 16px;
}

h5.blog_le_t span {display: none;}
.blog_search {position: relative;margin-bottom: 10px;opacity: .8;}
.blog_search input[type=search] {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #eee;
    font-family: var(--SFontE);
    background: #eee;
    border-radius: 4px;
    border: 0;
    padding: 10px 40px 10px 10px;
}
.blog_search input[type=submit] {background: transparent;}
.blog_search form:after {
    background: transparent;
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    content: "\f002";
    font: normal normal normal 14px / 1 FontAwesome;
    height: 38px;
    align-items: center;
    justify-content: center;
}
/* 分類列 */
.blog_le .accordion {border-radius: 0;border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;border: 1px solid #e7e9ec;border-radius: 4px;}
.blog_le .accordion li {transition: .3s ease-out;}
.blog_le .accordion li {
    transition: .3s ease-out;    
    border-bottom: 0;
}
.blog_le .accordion li li {
    margin-bottom: 1px;
    border: 0;
}
.accordion li+li {border-top: 1px solid #e7e9ec;}
.accordion li .link {padding: 0;}
.accordion li .link, .accordion li+li .link {/* border: 0; */border-bottom: 0;}
.accordion li .link a {
    text-align: left;
    margin: 0;
    border: none;
    background: transparent;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .8px;
    padding: 17px 15px 15px;
    position: relative;
    color: #333;
    display: block;
    font-weight: 400;
}
.fa-chevron-down::before, .fa-chevron-down::after {content: "";width: 13px;height: 1px;background-color: #999999;display: block;position: absolute;top: 50%;right: 15px;z-index: 1;transition: all 0.5s;}
.fa-chevron-down::after {transform: translateY(-50%) rotate(90deg);}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '';}
.blog_le .accordion li.open i.fa-chevron-down::after {transform: translateY(-50%) rotate(0);}

.link a {color:#333 !important;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover .link a, .blog_le .accordion > li:hover .link a{color:#333 !important;}
.blog_le .accordion > li.open { background: transparent;}
.blog_le .accordion > li.open > .link a{ background: #f4f4f4;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category:hover .link a{
opacity: .6;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {color: #000  !important; border-bottom:0;}
.blog_le .accordion > li.on_this_category .link a {background: #f4f4f4;}
/* 子分類 */
.submenu {background: transparent;}
.submenu a {color: #ccc;transition: all 0.4s ease;line-height: 1.3;background: #4444444d;}
.submenu a:hover {background: #4444444d;color: #000;}
.submenu a .fa-circle-chevron-right::before {font-size: 11px;padding: 3px;line-height: 1.5;}




/* 右側圖文區 */
.blog_ri {padding: 0;width: 100%;box-sizing: border-box;width: calc(100% - 220px - 1%);}
h4.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 1px;display: none;}
/* 圖文區塊 */
.blog_subbox {grid-template-columns: 1fr 1fr 1fr;gap: 0;flex-wrap: wrap;gap: 20px;}
.subbox_item {position: relative;border-radius: 0;overflow: hidden;transition: .3s ease-out;border: 0;height: fit-content;width: 100%;margin: 0;background: #fff;padding: 0;border-radius: 5px;height: 100%;}
.subbox_item:hover {transition: .3s ease-out;}
.subbox_item li:hover {transition: .3s ease-out;box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);}
.subbox_item a {grid-template-columns: 1fr;gap: unset;height: 100%;padding: 0;display: grid;gap: 40px;align-items: flex-start;align-content: flex-start;padding: 35px 20px;border-bottom: 1px solid #e8e8e8;grid-template-columns: 350px 1fr;transition: .3s ease-out;}
.subbox_item a:hover {background: #cccccc22;}
.module_i_news li a:before, .module_i_news li a:after {content: none;}
.subbox_item a:before {
content: "READ MORE";
bottom: 40px;
right: 60px;
opacity: 1;
font-size: 14px;
color: #333333;
font-weight: 400;
letter-spacing: 1px;
font-family: var(--SFontEN);
}
.subbox_item a:after {
right: 30px;
bottom: 37px;
left: auto;
top: auto;
background: transparent;
width: 20px;
height: 21px;
content: ">";
font-size: 16px;
color: #333;
background-repeat: no-repeat;
background-size: contain;
background-position: right;
opacity: 1;
border: none;
}
.subbox_item a:hover::after {
right: 20px;
}


/* 圖 */
.blog_list_le {overflow: hidden;border-radius: 4px;aspect-ratio: 38/21;padding: 0;background-color: #000000;width: 100%;height: auto;border: 0;position: relative;}

.subbox_item a:hover .blog_list_le:after {opacity: .8;transform: translate(-50%, -50%);}
.blog_list_le img {width: 100%;transition: .8s ease;height: 100%;object-fit: cover;}
.subbox_item a:hover img {z-index: 1;opacity: 0.6;transform: scale(1.04);}
/* 文字 */
.blog_list_ri {font-family: var(--SFontE);display: flex;flex-direction: column;justify-content: flex-start;max-width: 600px;margin: 0 auto;padding: 15px 35px;padding: 0;width: 100%;margin: 0;height: 100%;padding: 5px 0;}
.blog_list_ri h5 {font-size: var(--f20);text-align: left;font-weight: 600;margin-bottom: 8px;font-weight: 500;letter-spacing: 1px;color: #222;transition: all 0.4s ease;}
.subbox_item a:hover h5{color: #0A0F18;}
.blog_list_ri em {
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    text-transform: uppercase;
}
.blog_list_ri p {
    line-height: 1.6;
    margin: 0;
    -webkit-line-clamp: 3;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #747474;
}



/*文章內層/ = = = = */
.blog_in_page .main_part {max-width: 1300px;}
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {
    background: #f5f5f5;
    background: transparent;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    font-size: var(--f28);
    display: block;
    text-align: left;
    border-bottom: 1px solid #E7E9EC;
    /* border-bottom: 0; */
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 15px 0;
}



/* 分享按鈕 = = */
.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;
    color: #222222;
    letter-spacing: .5px;
    font-family: var(--SFont);
}
.blog_box_edit * {
    line-height: 1.7;
}
.articel_mainPic {
    display: none;
}

/*文章-相關推薦*/
.news_related, .prod_related {font-family: var(--SFont);background: #fff;padding: 40px 5%;margin: auto;}


/* 上下篇按鈕 */
.blog_back {
    position: relative;
    justify-content: center;
    z-index: 1;
    justify-self: flex-end;
    width: calc(100% - 220px - 1%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: auto;
    margin-top: 0;
    text-align: center;
    margin-right: 0;
    justify-items: start;
    background: transparent;
    padding: 25px;
    border-radius: 0 0 5px 5px;
}
.blog_back:before {content: '';display: block;position: absolute;width: calc(100% - 40px);height: 1px;left: 20px;background: #E7E9EC;}
.blog_back a {font-size: 13px;letter-spacing: 2px;}
.blog_back a.article_btn_back {background: #a7a9ac;transition: .4s ease;display: none;}
.blog_back a.article_btn_back:hover {opacity: .6;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #8A8A8A;transition: .4s ease;width: fit-content;background: transparent;min-width: 120px;border-radius: 3px;border: 1px solid #c9c9c9;height: auto;padding: 8px 10px;display: flex;align-items: center;justify-content: space-between;flex-direction: row;}
.blog_back a.article_btn_next {justify-self: end;}
a.article_btn_prev:before, a.article_btn_next:after {content: '<';padding: 0;font-size: 13px;text-decoration: none;font-family: var(--SFontE);color: #8A8A8A;letter-spacing: 1px;font-weight: 500;height: auto;display: block;}
a.article_btn_next:after {content: '>';}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background-color: #222;border-color: #222;color: #fff;}
a.article_btn_prev:hover:before, a.article_btn_next:hover:after {color: #ccc;}




@media screen and (max-width: 1200px) {
/* 外層 */
.blog_page .main_part {
padding-top: 40px;
}
.subbox_item a {gap: 25px}
}

@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 200px;padding-right: 20px;}
.accordion li .link a {padding: 14px 12px 12px;}
.blog_page .main_part {width: 100%;padding: 40px 25px;}
.blog_ri {width: calc(100% - 200px);}
.subbox_item a {grid-template-columns: 260px 1fr;padding: 30px 20px;}
.subbox_item a:before {font-size: 12px;;letter-spacing: .5px;bottom: 30px;right: 50px;}
.subbox_item a:after {bottom: 25px;right: 20px;}
.subbox_item a:hover::after {right: 10px;}
.blog_list_le { aspect-ratio: 38 / 25;}
.blog_list_ri p {font-size: 13px;}
}


@media screen and (max-width: 768px) {
/* 外層 */
.blog_le, .blog_ri {width: 100%;padding: 0;margin: 0 auto;}
.blog_le {margin-bottom: 10px;}
.blog_le .accordion {display: none;}
.blog_search input[type=search] {border-radius: 40px;}
.blog_list_ri p {font-size: 13px;}
.subbox_item a {grid-template-columns: 250px 1fr;padding: 30px 20px;}
/* 內 */
.blog_back {width: 100%;padding: 20px 10px;}
.blog_back:before {left: 0;width: 100%;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {min-width: 110px;padding: 6px 10px;}
}

@media screen and (max-width: 600px) {
/* 外層 */
.blog_le {margin-bottom: 0px;}
.blog_le, .blog_ri {width: 96%;}
.subbox_item a {grid-template-columns: 1fr;padding: 40px 15px ;gap: 15px;}
.subbox_item a:before {bottom: 15px;}
.subbox_item a:after {bottom: 10px;}
.blog_list_ri em {margin-bottom: 10px;font-size: 10px;color: #aaa;}
/* 內 */
.blog_in_page h4.blog_category_title {letter-spacing: 1px;font-size: var(--f32);}
.blog_in_page .blog_ri {padding: 10px;}
.blog_in_page .blog_le, .blog_in_page .blog_ri {width: 100%;}
.blog_box_edit {font-size: 15px;}
}

@media screen and (max-width: 480px) {
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 -OFF = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {}

/* 內頁 */
/* 標 */
.promotion_title {}
.promotion_title * {}
.promotion_title span {}
.promotion_title em {}
.promotion_title h2 {}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相簿管理 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .show_pic {aspect-ratio: 3 / 2;border-radius: 10px;}
.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);
}











/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*分類頁面-ON*/
.overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: rgb(0 65 122 / 90%);
    z-index: 1;
}
.show-list {grid-template-columns: repeat(3, 1fr);grid-gap: 40px 20px;}
.show-list .show_pic {z-index: 0;}
.show-list .item a{position: relative;}
.album_page .show-list .item a:before {
    content: "VIEW +";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
    max-width: 100px;
    color: #fff;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s;
    font-family: var(--SFontEN);
    letter-spacing: 1px;
}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .4s;transition-delay: .3s;z-index: 100;}
.show-list .show_name {
    color: #2A2A2A;
font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    font-size: 16px;
}
.show-list .item:hover .show_name {
    color: #1A69AD;
}



/*相簿頁面*/
.other_album {display: none;}

.album_class_page .show-list .item a:before {
content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
    background-image: linear-gradient(to right, #fff 0, #fff 100%), linear-gradient(to right, #fff 0, #fff 100%);
    background-position: 50%;
    background-size: 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease-out;
    z-index: 1;
}
.album_class_page .show-list .item a:hover:before{
transform: translate(0);
opacity: 1;
transition-delay: .5s;
}

.album_class_page .overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(85 85 85 / 60%);content: '';position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.4) 100%);pointer-events: none;opacity: 0;transition: all .4s ease-out;}

.subalbum-menu{padding: 0;}
.subalbum-menu h2 {
    background: transparent;
    padding: 0;
    line-height: 1.2;
    border-radius: 5px;
    position: relative;
    color: #444;
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.12em;
}
.other_subalbum li a p {
    background: rgb(85 85 85 / 50%);
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}


/*相本內頁*/
.album_info_page{}
/* 相簿內標 */
.album_descrip {
    line-height: 1.6;
    opacity: 1;
    position: relative;
}
.album_descrip p {
color: #444;
    opacity: 1;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.12em;
}

/*相簿瀑布流 -OFF*/
.album_info_page .pic-list {
display: block;
grid-template-columns: unset;
grid-gap: unset;
-moz-column-gap: 10px;
-webkit-column-count: 3;
-webkit-column-gap: 10px;
column-count: 3;
column-gap: 15px;
width: 100%;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: 10px;
}
.album_info_page .pic-list .item {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    height: fit-content;
}
.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: auto;
aspect-ratio: 392 / 277;
}
.pic-list .item h6 {padding: 0;}
.pic-list .show_pic img { transition: all 0.4s ease;}
.pic-list .show_pic:hover img { opacity: 0.5;}



/* = = = 相簿首頁 = = = = = = */
.module_i_album {padding: 60px 20px;font-family: var(--SFontE);}
/* 標 */
.module_i_album .title_i_box {
text-align: center;
margin: auto;
}
.module_i_album .title_i_box h4 {
    color: #2A2A2A;
    font-size: var(--f40);
    line-height: 1.2;
    font-weight: 600;
    padding-top: 10px;
    letter-spacing: .08em;
}
.module_i_album .title_i_box h6::before {
    content: 'CASE';
    display: block;
    position: relative;
    color: #1A69AD;
    font-size: var(--f18);
    letter-spacing: 0.04em;
    font-weight: 700;
}
/* 圖 */
.i_album_list_box {
    padding: 60px 0;
}
.i_album_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.i_album_list li {
    border-radius: 10px;
    overflow: hidden;
}
.i_album_list li a p {
    width: 100%;
    height: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    overflow: hidden;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: fit-content;
    transition: all .5s;
}
.i_album_list li:hover a p {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 0%) 100%);
}
.i_album_list li a p span {
    letter-spacing: .08em;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
/* BTN */
.module_i_album a.animated-arrow{
display: flex;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-width: 200px;
    width: 100%;
    min-height: 50px;
    border-radius: 25px;
    font-weight: 500;
    padding: 5px 35px;
    color: #fff;
    -webkit-filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
    filter: drop-shadow(0px 10px 12.5px rgba(0, 117, 175, 0.2));
    background-image: linear-gradient(250deg, #33A4E0 0%, rgba(79, 128, 202, 0) 100%);
    background-color: #056BB8;
    margin: 0 0 40px;
    align-items: center;
    justify-content: space-between;
    font-family: var(--SFontEN);
}
.module_i_album a.animated-arrow b {
    font-weight: 500;
    letter-spacing: .08em;
    font-size: 15px;
}
.i_album_b a i.fa-solid.fa-arrow-right {
    margin: 0;
}
.i_album_b a:hover i.fa-solid.fa-arrow-right {
    margin-right: -10px;
}



@media screen and (max-width: 1024px){
/*外*/
.show-list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 500px){
/*外*/
.show-list {grid-template-columns: repeat(1, 1fr);}
}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 -OFF= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_content {}
/* 聯絡資訊 */
.contact_content .information_left {}
.blank_letter {}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*會員登入 -ON= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.edit {max-width: 1200px;}
/* 登入 */
.member_title {
    margin-bottom: 60px;
    width: 100%;
    max-width: 100%;
}
.member_title h2 {
font-size: 28px;
color: #333;
margin: 0 0 10px;
padding: 0;
letter-spacing: 1.5px;
font-weight: 600;
text-align: center;
/* border-top: 1px solid #dcdcdc; */
/* border-bottom: 2px solid #222; */
}
.member_title p {
margin: 0;
padding: 0;
/* border-top: 1px solid #dcdcdc; */
border: 0;
border-top: 2px solid #222;
}
.member_login tr td:nth-child(1) {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.login_mem_name, .login_mem_pass {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: transparent;
}
.login_mem_submit {
    border-radius: 2px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #222;
    width: 100%;
    height: 45px;
    padding: 0;
    line-height: 45px;
    font-size: 13px;
    letter-spacing: .5px;
}
.login_mem_other_link a {
    color: #666;
    padding: 0 4px;
}

/* 加入 */
.member_login_regist {
    background: #f4f4f4;
    width: 100%;
    max-width: 600px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.member_login_regist h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #444;
}
.member_login_regist p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #747474;
    font-family: var(--SFontE);
    line-height: 2;
    letter-spacing: .5px;
    font-weight: 400;
}
.member_login_regist a {
    margin: 10px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #B51018;
    width: 100%;
    max-width: 200px;
    height: 45px;
    padding: 0;
    border-radius: 4px;
    line-height: 45px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: .4s;
}
.member_login_regist a:hover {
    background-color: #333 ;
}
/* S2 */
.mem_regist_title_s {
font-size: 16px;
background: #f7f8fa;
color: #333;
max-width: 1000px;
}
.mem_regist_title_s_s {
font-size: 14px;
text-align: center;
padding: 10px;
color: #747474;
font-family: var(--SFontE);
line-height: 2;
letter-spacing: .5px;
font-weight: 400;
}
.member_regist tr td {
padding: 8px 5px;
}
.member_regist tr td:nth-child(1) {
width: 120px;
text-align: right;
font-size: 14px;
color: #333333;
font-weight: 600;
}
.member_regist tr td:nth-child(1) span { color: #B51018 !important;}
.member_regist input {
width: 100%;
border: 1px #d8d8d8 solid;
padding: 7px;
color: #aaa;
border: 1px solid #e5e5e5;
border-radius: 2px;
font-size: 14px;
font-weight: 400;
padding: 8px;
font-family: var(--SFontE);
letter-spacing: .5px;
}
.mem_regist_title_s_s input[type="submit"] {
font-weight: 400;
background-color: #B51018 !important;
width: 200px;
height: 45px;
line-height: 1.1;
border-radius: 4px;
font-size: 14px;
letter-spacing: 1px;
transition: .4s;
}

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@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 {position: relative;left: unset;width: 100%;max-width: 180px;font-size: 0;transform: unset;}
.footer_logo a {position: relative;display: block;width: 100%;}

.footer_info ul {grid-template-columns: 1fr;gap: 20px;}
.footer_info li+li{margin-top: 0;}
.footer_info li:nth-child(2) {padding: 15px 0;}
.footer_menu {display: flex;justify-content: center;margin-left: auto;}
.footer_menu a {font-size: 14px;padding: 0 10px;}
}


/* @768下方區域_平板版面768px */
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block;box-shadow: unset;font-family: var(--SFont);}
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li {border-right: 0;}
#bottom_menu li a {line-height: 26px;display: block;padding: 10px 5px 8px;display: flex;flex-direction: column;align-items: center;gap: 5px;}
#bottom_menu li a i {display: block;font-size: 15px;}
#bottom_menu li a em {font-size: 11px;font-weight: 400;line-height: 1.6;}

.footer.with_shopping_mode {padding: 0px 0 60px;}
#to_top {bottom: 75px;transform: scale(.9);left: 15px;}


/* footer */
.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;}
/* 共用 */
#content_main {margin-top: 10px;}
}


@media screen and (max-width: 600px) {
.copy {font-size: 10px;}
/* 共用 */
.main_part {width: 100%;padding-bottom: 40px;}
.show_content {width: 100%;}
}

@media screen and (max-width: 480px) {
.footer .center {width: 100%;}
/* 共用 */
.main_part {padding-top: 40px;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 20251113 */
/* 一般會員標題設定 */
.member_title p{margin-top: 20px;padding-top: 20px;}

/* 20251208 */
.products-list .item{
    padding-bottom: 45px;
}
.products-list .item a{
    position: static;
    padding-bottom: 0;
    height: auto;
    margin:0;
}
.products-list .price{
    margin-bottom: 0;
}
.products-list .item a:hover .more{
    transform: unset;
}
@media (max-width:768px) {
    .products-list{
        gap: 0;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 40px 20px;
}
.products-list .pic{
    height: 60vw;
}
}

/* 20251218 */
.info_fix_links a.info_fix_phone{display: none;}
