@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');




/* 英文字體 Barlow */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* 英文字體 Cormorant */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
/* 英文字體 Jost */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #F6FAFC; /*網站主要色系*/
  --SubColor: #303030; /*網站文字色*/
  --SubColor1: #7bb6e3; /*網站輔助色系1*/
  --SubColor2: #edb193; /*網站輔助色系2*/
  --SubColor3: #feb6bd; /*網站輔助色系3*/
  --SubColor4: #b5c5e5; /*網站輔助色系4*/  
  --SubColor5: #3f464f; /*網站輔助色系5*/ 
  --SubColor6: #d0e5f5; /*網站輔助色系6*/ 
  --SubColor7: #7ed7ed; /*網站輔助色系7*/ 
  --SubColor8: #787f81; /*網站輔助色系8*/
  --SubColor9: #949494;/*網站輔助色系9*/
  --SFonts: "Jost", "Noto Sans TC",sans-serif;/*英文字體-無襯線OFF*/
  --SFontE: "Barlow", "Noto Sans TC", sans-serif;/*英文字體*/
  --SFontET: "Cormorant", "Noto Serif TC", sans-serif;/*英文標字體*/
  --SFont: "Noto Serif 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{ }
}
@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;/*右側捲軸寬度*/
height: 0px; /*下方捲軸高度*/
}
&::-webkit-scrollbar-button {display: none;background: #f1f1f1;border-radius: 0;}
/* 軌道背景底色 */
&::-webkit-scrollbar-track-piece {background: #f1f1f1;background: #EBEDE8}
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {background-color: #c1c1c1;}
&::-webkit-scrollbar-track {box-shadow: transparent;}
/* 滑桿滑鼠滑入時的顏色 */
&::-webkit-scrollbar-thumb:hover {    background: #B19170; }


/*導覽列卷軸*/
.stellarnav ul::-webkit-scrollbar {background: transparent;width: 4px;height: 15px;}
.stellarnav ul::-webkit-scrollbar-button {display: none;}
.stellarnav ul::-webkit-scrollbar-track-piece {background: transparent;}
.stellarnav ul::-webkit-scrollbar-thumb {background-color: #fff}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定.header_area.sticky { position:relative;}*/



/* header */
.header_area {
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    padding: 10px 10px 0 10px;
    padding: 0;
    transition: .5s cubic-bezier(0.49, -0.02, 0.57, 0.89);
}
.pageIndex .header_area{    
    transform: translateY(-30%);
    opacity: 0;
}
.pageIndex .header_area.sticky, .header_area  {
    transform: translateY(0);
    opacity: 1;
    transition: .5s cubic-bezier(0.49, -0.02, 0.57, 0.89);
}
.header_area::before{content: '';
width: 100%;
height: 100%;
background: rgb(255 255 255 / 80%);
position: absolute;
left: 0;
top: 0;
/* opacity: .8; */
backdrop-filter: blur(10px);}
.main_header_area .container{width: 90%;}
.main_header_area {background: transparent;box-shadow: none;position: relative;opacity: 1; transition: all .5s;
width: 100%;margin: 0px auto;}





.navigation {display: inline-block;padding: 0}



/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 隱藏捉雞選單 */
.stellarnav.desktop {
width: 0;
height: 100%;
position: fixed;
top: 0;
right: 0;
z-index: 0;
transition: all .0s;
}
.stellarnav.desktop.active{
width: 100%;
height: 100%;
backdrop-filter: blur(6px);
z-index: 0;
height: 100vh;
/* transition: all .8s ease-in-out; */
}
.stellarnav.desktop::before {
content: "";
position: fixed;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
z-index: -5;
line-height: normal;
background-color: transparent;
transform: translate(-50%, -50%);
opacity: 0;
transition: 1s;
pointer-events: none;
}
.stellarnav.desktop.active::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #16161680;
    border-radius: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.65,0.05,0.36,1);
    z-index: -2;
}
/* 捉雞選單區塊 */
.stellarnav.desktop > ul{
display: none !important;
margin: 0;
padding: 0;
text-align: center;
background: transparent;
position: relative;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
z-index: -5;
transition: all 0.3s;
}

.stellarnav.desktop.active > ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    pointer-events: all;
    width: 30%;
    height: 100%;
    background: transparent;
    padding: 4% 5%;
    padding-top: 80px;
    /* border-radius: 0 0 0 30px; */
    align-items: flex-end;
    margin: auto;
    margin-right: 0;
    width: 80%;
    max-width: 620px;

    transform: unset;
    opacity: 1;
    width: 100vw;
    max-width: 600px;
    padding: 20px 50px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 100px;
    z-index: 1;
}
/* .stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 590px;
    background-color: #fff;
    z-index: -2;
} */

/* .stellarnav.desktop.active > ul::after */
.stellarnav.desktop.active::after {
    position: absolute;
    display: block;
    background: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 95%), url(https://pic03.eapple.com.tw/mukoartstudio/nav_bg.png);
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    /* transform: scaleX(-1); */
    top: 0;
    right: 0;
    z-index: 0;
    background-position: 50% 100%;
    opacity: 1;
    /* filter: saturate(0.5); */
    animation: nav-left 0.5s forwards;
    max-width: 600px;
}
@keyframes nav-left{0% {right: -590px;}100% {rightt: 0;}}











/* 漢堡按鈕出現 */
.stellarnav.desktop .close-menu{display: none !important;text-align: center;}
.stellarnav.desktop .menu-toggle, .stellarnav.desktop .close-menu, .stellarnav.desktop .call-btn-mobile, .stellarnav.desktop .location-btn-mobile {
    display: inline-block;top: 40px;}
.stellarnav.desktop .menu-toggle {
    width: 48px;
    height: auto;
    display: inline-block;
    padding: 38px 0;
    position: fixed;
    right: 3vw;
    top: 0;
    z-index: 2;
}
.stellarnav.desktop .menu-toggle:after{display: none;}
.stellarnav.desktop .menu-toggle span.bars{top: 0;width: 48px;height: 20px;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.stellarnav.desktop .menu-toggle span.bars span {
    width: 100%;
    height: 1px;
    background: #444;
    margin: 0;
    transition: all .5s;
    margin-left: 0;
}
.stellarnav.desktop .menu-toggle span.bars span:last-child{/* margin: 0 auto; */}
.stellarnav.desktop .menu-toggle:hover span.bars span{}
.stellarnav.desktop .menu-toggle:hover span.bars span:first-child{}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-last-child(2){/* transform: rotate(40deg); */width: 75%;}
.stellarnav.desktop .menu-toggle:hover span.bars span:last-child{/* transform: rotate(140deg); */width: 50%;}

.stellarnav.desktop.active .menu-toggle span.bars span{position: relative;}
.stellarnav.desktop.active .menu-toggle span.bars span:first-child{top: 45%;transform: rotate(36deg);}
.stellarnav.desktop.active .menu-toggle span.bars span:nth-last-child(2){width: 50%;display: none;}
.stellarnav.desktop.active .menu-toggle span.bars span:last-child{top: -45%;width: 100%;transform: rotate(-36deg);}

/* .stellarnav.desktop.active .menu-toggle span.bars span{background: #ccc;} */
/* .stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-last-child(2){transform: rotate(15deg);}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:last-child{transform: rotate(165deg);} */

.header_area.sticky .stellarnav.desktop.active{height: 100vh;}









/* 第一層 */
.stellarnav.desktop > ul > li {position: relative;padding: 0 10px;font-size: 0;padding: 0;display: flex;display: block;}
.stellarnav.desktop.active > ul > li {width: 100%;margin: 2% 0;animation: menu_show 1s both;}
.stellarnav.desktop.active > ul > li:nth-of-type(2){animation: menu_show 1.5s both;}
.stellarnav.desktop.active > ul > li:nth-of-type(3){animation: menu_show 2s both;}
.stellarnav.desktop.active > ul > li:nth-of-type(4){animation: menu_show 2.5s both;}
.stellarnav.desktop.active > ul > li:nth-of-type(5){animation: menu_show 3s both;}
.stellarnav.desktop.active > ul > li:nth-of-type(6){animation: menu_show 3.5s both;}
.stellarnav.desktop.active > ul > li:nth-of-type(7){animation: menu_show 4s both;}
.stellarnav.desktop.active > ul > li:nth-of-type(8){animation: menu_show 4.5s both;}
@keyframes menu_show{0%{opacity: 0;}100%{opacity: 1;}}


.stellarnav.desktop > ul > li > a {
    /* padding: 0; */
    /* color: #eee; */
    text-align: left;
    /* margin: 0; */
    text-transform: capitalize;
    font-family: var(--SFont);
    color: #555;
    letter-spacing: 1.25px;
    font-size: 20px;
    /* margin: 0; */
    font-weight: 500;
    padding: 0 25px 0 15px;
    height: var(--m30);
    line-height: var(--m30);
    margin: 5px 0;
    width: 220px;
    width: 100%;
    height: fit-content;
}

/* 線段 */
.stellarnav > ul > li > a::before {
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 1px solid rgba(177, 144, 112, 0.6);
    transition: 1s;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.stellarnav.desktop.active > ul > li:hover > a::before {
    width: 100%;
    opacity: .8;
    border-bottom: 1px solid #b19170;
    transition-delay: .3s;
}

/* 外連結 */
.stellarnav.desktop > ul > li:nth-child(6) > a:after {
content: '';
background: url(https://pic03.eapple.com.tw/mukoartstudio/link.svg) no-repeat;
line-height: 1;
width: 15px;
height: 13px;
display: inline-block;
position: relative;
filter: grayscale(1);
transition: all 0.3s ease-in-out;
margin-left: 5px;
}
.stellarnav.desktop > ul > li:nth-child(6):hover > a:after {
    filter: grayscale(0);
}





.stellarnav.desktop > ul > li > a:hover, .stellarnav.desktop > ul > li:hover > a {
    color: #b19170;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
    padding-bottom: 10px;
}
.stellarnav.desktop ul li:hover a {
    transition: all 0.3s ease-in-out;
}
.stellarnav.desktop ul ul>li>a:hover,.stellarnav.desktop ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}
.stellarnav.desktop > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav.desktop > ul > li:last-child {padding-right: 20px;}
/* 下拉符號移除 */
.stellarnav.desktop li.has-sub > a:after{content: none;}




/* 第二層 */
.stellarnav.desktop.active ul ul{background: transparent;display: flex;}
.stellarnav.desktop.active li li {
width: 150px;
    display: inline-block;
    margin-left: 0;
    font-family: var(--SFontE);
    border: 0;
    width: 100%;
    border-bottom: 1px dashed #b186774f;
}
.stellarnav.desktop.active > ul > li > ul a, .stellarnav.desktop.active > ul > li.has-sub > ul a {
    background: transparent;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
    padding: 8px 4px;
    color: #555;
    border: 0;
    width: fit-content;
    position: relative;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #AA94A4, #6F829E 60%, #50443e 60%);
    background-position: 100%;
    
    transition: .4s;
    background-size: 250% 100%;
}
.stellarnav.desktop.active > ul > li > ul a:hover {
    /* background: #ffffff83; */
    /* color: #6F829E;     */
    background-position: 0;
    font-weight: 500;
}


/* .stellarnav.desktop.active > ul > li > ul a:before {content: "";width: 0%;height: 1px;background: rgba(100, 100, 100, .3);position: absolute;bottom: 0;left: 0;transition: all .5s;transition-timing-function: ease-in-out;position: absolute;border-bottom: 1px solid;bottom: 4px;content: "";left: 0;position: absolute;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: right;transform-origin: right;-webkit-transition-duration: .6s;transition-duration: .6s;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;transition-property: transform;transition-property: transform, -webkit-transform;width: 100%;opacity: 0;}
.stellarnav.desktop.active > ul > li > ul a:hover:before {background: #fac48b;width: 100%;-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transform-origin: left;transform-origin: left;opacity: 1;} */

/* 第二層下拉出現 */
.stellarnav.desktop.active > ul > li.drop-left > ul, .stellarnav.desktop.active ul ul {
    background: transparent;
    display: block !important;
    position: relative;
    max-width: inherit;
    width: 100%;
    right: auto;
    left: 0;
    margin: 0;
    height: auto;
    height: 0;
    overflow: hidden;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: 0.8s all ease;
    transition: 0.5s all ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}
.stellarnav.desktop.active > ul > li.drop-left:hover > ul, .stellarnav.desktop.active ul li:hover ul {
height: auto;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: 0.5s all ease;
    transition: 0.8s all ease;
    opacity: 1;
    padding-top: 5px;
    padding: 10px 15px 15px;
    border-radius: 6px;
    background: rgb(255 255 255 / 40%);
}
.stellarnav.desktop.active li.has-sub > a {/* padding: 0px 15px 0 0; */}
.stellarnav.desktop.active li.has-sub > a:after {border-top: 3px solid #ccc;border-left: 4px solid transparent;
    border-right: 4px solid transparent;}









.me_tp_features {display: none;}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header{
    top: 0px;
    width: 100%;
    z-index: 0;
    position: relative;
    transition: 0.5s;
    margin: 0 auto;
    grid-row: 1;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    align-self: start;
    filter: unset;
}
.nav-brand {
    max-width: 500px;
    transition: all .5s;
    display: block;
    margin: 0;
    max-width: 200px;
    padding: 10px;
    font-size: 0;
}



/*手機LOGO
.nav-brand-m {}*/




/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

footer:before {
    position: absolute;
    display: block;
    background: url(https://live.staticflickr.com/65535/51163860705_4b237a42a1_c.jpg);
    /* content: ''; */
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    background-position: 50% 40%;
    opacity: .05;
}
.footer {
    margin: auto;
    max-width: 100%;
    margin-top: 0;
    background: #faf8f2;
    color: #fff;
    padding: 20px 0;
    padding-top: 80px;
    position: relative;
    width: 100%;
    z-index: 90;
    border-top: solid 0px #b2bfcd;
    background: #f9f6f4;
    overflow: hidden;
    background-image: url(https://wwws.warnerbros.co.jp/yomei10-movie/assets/img/common/base_01.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 0;
    font-size: 13px;
}
.footer_info {
    width: 100%;
    grid-template-columns: auto 1fr;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: row;
    gap: 30px;
    font-family: var(--SFont);
    justify-content: space-between;
}

.footer_info ul{
position: relative;
/* padding: 0; */
display: grid;
grid-template-columns: auto 1fr;
flex-direction: column;
gap: 3vw;
}

/* logo */
.footer_logo {
max-width: 180px;
width: 100%;
margin: 0;
position: relative;
}
.footer_logo a{
display: flex;
flex-direction: column;
/* gap: 5px; */
}
.footer_logo img {
max-width: 100%;
mix-blend-mode: darken;
}
.footer_logo a:before, .footer_logo a:after  {
    content: '木可藝術技藝短期補習班';
    white-space: pre-line;
    font-size: 13px;
    order: 2;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
    font-family: var(--SFontE);
    text-align: center;
}
.footer_logo a:before{
    margin-top: 5px;
}
.footer_logo a:after {
    font-size: 11px;
    content: '新北府教社字第 111067 號';
    letter-spacing: 1px;
}

/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}

.footer_info li:nth-child(1) {
display: flex;
    grid-template-columns: repeat(1, 1fr);
    gap: 4px 40px;
    width: 100%;
    justify-items: start;
    padding-right: 3vw;
    flex-direction: column;
    border-right: 1px solid #ddd;
    /* padding-top: 100px; */
    min-width: 270px;
    color: #111;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding-bottom: 20px;
}

.footer_info li:nth-child(1):before {
    content: '木可工作室 ';
    white-space: pre-line;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1.7;
    order: 0;
}
.footer_info li p.taxid{order: 0;}
.footer_info li p.phone{order: 1;}
.footer_info li p.line{order: 2;}
.footer_info li p.mail{order: 3;}
.footer_info li p.add{order: 4;}

.footer_info li p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    position: relative;
    color: #111;/
}
.footer_info li p a{
    color: #111;
    font-weight: 300;
}
.footer_info li p:before {
    margin: 0;
    font-weight: 300;
}
/* 網頁連結 */
.footer_info li:nth-child(2) {
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
}
.footer_menu a:first-child {display: none;}
.footer_menu a {
    background: transparent;
    border: 0;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 0;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    color: #555;
    font-weight: 400;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    min-width: 25%;
    margin-bottom: 35px;
    width: fit-content;
    padding: 0;
        display: flex
;
    align-items: center;
}
.footer_menu a:nth-child(6):after{
    content: '';
    /* content: "link"; */
    background: url(https://pic03.eapple.com.tw/mukoartstudio/link.svg) no-repeat;
    line-height: 1;
    width: 14px;
    aspect-ratio: 15/13;
    height: auto;
    display: inline-block;
    position: relative;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    margin-left: 6px;
    background-size: contain;
}

.footer_menu a:hover {
    background: transparent;
    color: #443f37;
    opacity: 0.6;
}




/* 浮動按鈕 */
.info_fix{ }

/* ------------------------------------------------------------------------------------------------------------ */

.copy {
color: #666;
    border: none;
    padding: 20px;
    font-size: 10px;
    letter-spacing: .5px;
    font-family: var(--SFont);
    font-weight: 300;
    text-align: center;
    margin: 20px auto 0;
    background: transparent;
    width: 90%;
    /* margin: auto; */
    /* padding-left: calc(270px + 3vw); */
    display: flex;
    transform: unset;
    flex-direction: row;
    /* padding: 0; */
    justify-content: center;
    position: relative;
}

.copy a {color: #666;} 
.copy a:hover {color: #b38b6e;}



/* 置頂按鈕 */
#to_top {
    left: unset;
    right: 0;
    padding-top: 10px;
    font-size: 0;
    color: #fff;
    background: #000;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 1.6s;
    padding: 0;
    transition: 1.6s;
    background: #b99576;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    bottom: 25px;
    right: 25px;
    position: fixed;
    transition: all 0.5s ease-out;
    /* position: relative; */
}
#to_top::before {
    content: '';
    border-bottom: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}
#to_top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 30px;
    background: #b99576;
    z-index: -1;
    transition: all 0.3s ease-out;
}
#to_top i.top:before, #to_top i.top:after {
    display: none;
}
#to_top:hover {
opacity: 0.8;
transition: opacity 0.2s;
}
#to_top:hover::after {
transform: scale(1.5);
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
.bannerindex {
    position: relative;
    height: auto;
    padding: 0;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    height: auto;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.bannerindex .swiper-wrapper {
    height: 100%;
}
.bannerindex .swiper-slide {
    height: 100%;
}










/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .wiper-pagination-fraction {display: none;}
/* 大圖點點按鈕END */




/* 大圖外層文字 */
.bannerindex .swiper-wrapper:before{
content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/mukoartstudio/bn_logo.svg);
    max-width: 180px;
    width: 15%;
    background-size: contain;
    height: auto;
    aspect-ratio: 200 / 83;
    top: 30px;
    left: 30px;
    min-width: 120px;
}

.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    opacity: unset !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.bannerindex .swiper-banner .swiper-slide img {
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 100%;
}

/* 大圖內層 */
.bannerindex .swiper-banner .swiper-slide:before,.bannerindex .swiper-banner  .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
    transition: all .5s;
}
/* banner01 */
.bannerindex .swiper-banner .swiper-slide:before {    
background: url(https://pic03.eapple.com.tw/mukoartstudio/bnA_txt01.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 45%;
    width: 44%;
    max-width: 680px;
    height: auto;
    left: 100px;
    aspect-ratio: 779 / 161;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}
.bannerindex .swiper-banner .swiper-slide:after {
content: "Not just drawing — but seeing beauty in life.";
    top: 62%;
    left: 100px;
    background-size: contain;
    z-index: 0;
    letter-spacing: 0.12em;
    text-align: left;
    color: #5B7D8A;
    font-family: var(--SFontE);
    font-size: 15px;
    width: fit-content;
    font-weight: 300;
    opacity: 0;
}

/* banner02 */
.bannerindex .swiper-banner .swiper-slide:nth-child(2):before {    
background: url(https://pic03.eapple.com.tw/mukoartstudio/bnB_txt01.svg);
    aspect-ratio: 779 / 161;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.bannerindex .swiper-banner .swiper-slide:nth-child(2):after {
    content: "Let children paint wild, Let adults drift near art.";
}



/* animation= */
.bannerindex .swiper-slide.swiper-slide-active:before {
    animation-delay: .15s;
	/* -webkit-animation: NtxtTrackingIN 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; */
    animation: NfocusIn  2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.bannerindex .swiper-slide:after {
    animation-delay: .3s;
	animation: NtxtTrackingIN 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@keyframes NtxtTrackingIN {
0% { letter-spacing: -0.5em; opacity: 0; }
40% { opacity: 0.6; }
100% { opacity: 1; }
}

@keyframes NfadeInUp{
0%{opacity:0;-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(-50%,0%,0);transform:translate3d(-50%,0%,0)}
}


@keyframes NfocusIn {
0% {-webkit-filter: blur(12px);filter: blur(12px);opacity: 0;}
100% {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}
}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 共用區塊 */
/* 麵包屑 */
.path {min-height: fit-content;padding: 10px 20px;display: flex;align-items: center;display: none;max-width: 1300px;margin: 0 auto;}
.path p, .path p a {text-align: left;color: #999;font-family: var(--SFontE);letter-spacing: .8px;font-size: 0px;font-weight: 400;transition: 0.3s;line-height: 1.5;}
.path p a {font-size: 12px;}
.path p a:not(:last-child):after{content: ' > ';}
.path p a:hover{opacity: 1;color: #BA996D;font-weight: 500;text-decoration-line: underline;}


/* main */
div#page {position: relative;overflow: clip;padding: 0;position: relative;width: 100%;min-height: 100vh;}
#content_main, #content {margin: 0;background: #fff;padding: 80px 0;background-repeat: repeat;padding: 0;z-index: 1;}
#content:before {content: '';padding-bottom: 150px;padding: 0;margin-right: 0;display: block;position: absolute;content: "";width: 100%;height: 100%;background-image: url(https://pic03.eapple.com.tw/mukoartstudio/all_bg.jpg);background-position: top center;background-size: cover;mix-blend-mode: multiply;top: 0;left: 0;opacity: .4;pointer-events: none;z-index: 0;}

.edit_part{padding: 0;}
.main_part {width: 100%;max-width: 2000px;margin: auto;margin-top: 40px;padding: 50px 20px;padding: 0;position: relative;}
.show_content {margin: auto;padding: 0;font-family: var(--SFontE);max-width: 1200px;padding: 120px 20px 120px;}
.subalbum-menu {margin: 0;padding: 0;}
.edit {margin: auto;padding: 10px 0 20px;line-height: 1.6;letter-spacing: 0.8px;color: #333;font-weight: 400;}

/* 下方頁碼 */
.page {width: 100%;margin: 40px auto 20px;font-size: 0;}
.page li a, .page li {
font-family: var(--SFontE);
display: inline-block;
font-size: 15px;
margin: 3px;
border-color: transparent;
color: #403b28;
border-radius: 50px;
width: max-content;
height: 30px;padding: 0;
box-sizing: border-box;
overflow: hidden;
margin: 0;margin-left: 3px;
margin-right: 3px;
font-weight: 500;
min-width: 30px;
line-height: 30px;
text-align: center;
transition: all 0.4s ease-in-out;
}
.page li a {background: transparent;color: #C2C2C2;margin: 0;}
.page strong, li.activeN {background: transparent;color: #6F829E;border-color: transparent;}
.page strong, .page a:hover {background-color: transparent;color: #A0BADA;transition: all 0.1s ease-in-out;}




/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
padding: 0;
    position: relative;
    /* background: linear-gradient(45deg, #f4dce9, #e7e6f4, #dcedfd); */
    background: #f9f6f4;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 100%;
    /* aspect-ratio: 17 / 4; */
    background: #fff;
    align-content: flex-start;
    padding: 20px 15px;
    padding-top: 95px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/mukoartstudio/banA.jpg);
    min-height: 400px;
        background-position: 50%;
    background-size: cover;
}
.banner:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: #f9f7f2;
    z-index: 1;
    opacity: .85;
}
.banner h5 {
    z-index: 1;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
    padding: 0;
    /* margin-bottom: 120px; */
    font-weight: 300;
    font-size: var(--f18);
    letter-spacing: 2px;
    color: #8d735c;
    text-align: justify;
    margin-right: unset;
    display: flex;
    justify-content: center;
    animation: NTfadeInLeft 1s ease-out both;
    animation-delay: .6s;
    font-family: var(--SFont);    
    max-width: 100%;
    width: 100%;
    left: 0;
    align-items: center;
    position: absolute;
    top: unset;
    height: fit-content;
    left: 50%;
    bottom: 0;
    width: auto;
    flex-direction: column;
}
.banner h5:before {
    content: 'Course';
    font-family: var(--SFontET);
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: 3px;
}
@keyframes NTfadeInLeft {0% {opacity: 0;-webkit-transform: translateX(calc(-50% - 20px )) translateY(50%);-ms-transform: translateX(calc(-50% - 20px )) translateY(50%);transform: translateX(calc(-50% - 20px )) translateY(50%);}100% {opacity: 1;-webkit-transform: translateX(-50%) translateY(50%);-ms-transform: translateX(-50%) translateY(50%);transform: translateX(-50%) translateY(50%);}}


.album_a .banner h5:before {content: 'Collection';}
.article_a .banner h5:before {content: 'News';}






/* RWD設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* @1600上方區域_大於捉雞版面1600 */
@media screen and (min-width: 1600px) {
/* 大圖 */
.bannerindex .swiper-banner {margin: auto;width: 100%;overflow: hidden;height: calc(100vh);}
.bannerindex .swiper-banner .swiper-slide:before {}
}


/* @1400上方區域_大於捉雞版面1400 */
@media screen and (min-width: 1400px) {
/* 大圖 */
.bannerindex .swiper-banner .swiper-slide:before {}
}


/* @1200上方區域_平板版面1200 */
@media screen and (max-width: 1200px) {
.banner{min-height: 400px;}
.banner h5 {font-size: var(--f32);/* margin-bottom: 50px; *//* margin-left: 30px; */}

}


/* @1024上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* 大圖 */
.bannerindex .swiper-banner .swiper-slide:before {}
/* = = 手機板大圖 = = */
.bannerindex .swiper-wrapper:before {top: 20px;left: 20px;}
    .bannerindex .swiper-banner .swiper-slide:before {
        left: calc(5vw);
        bottom: 45%;
    }
        .bannerindex .swiper-banner .swiper-slide:after {
        font-size: 12px;
        left: calc(5vw);                                                                                                                                                                                                                                        
        top: 60%;
    }


/* = = header = = */
.header_area { }
.header_area.sticky { }
.main_header_area .container {  }
.navigation {grid-template-columns: 1fr;align-items: center;gap: 5px;}


/* logo*/
.nav-brand img { }
.sticky .nav-brand img{ }
.nav-header {padding-bottom: 0;}




/* 導覽列 */
.stellarnav {
opacity: 1;
pointer-events: unset;
height: auto;
}
.stellarnav ul {
text-align: center;
height: auto;
}
.stellarnav > ul > li {
padding: 0;
}  
.stellarnav > ul > li > a {
letter-spacing: 1px;
height: auto;
margin: 0;
font-size: 15px;
padding: 15px 20px;
}
.stellarnav>ul>li:after {
transform: translate(.5px, -50%);
}
}



/* @768上方區域_大於手機版面768 */
@media screen and (min-width: 768px) {
/* .bannerindex {padding: 0 20px 20px;} */
}

/* @768上方區域_小於手機版面768 */
@media screen and (max-width: 768px) {
/* = = 手機板大圖 = = */
.bannerindex { position: relative;padding:0; margin:0;}
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.bannerindex .swiper-banner .swiper-slide {height: auto;width: 100% !important;aspect-ratio: 768/960;background-position: center;background-size: cover;}
.bannerindex .swiper-banner .swiper-slide:nth-child(1) {background-image: url(https://pic03.eapple.com.tw/mukoartstudio/BNm01.jpg);background-position: 0% 50%;}
.bannerindex .swiper-banner .swiper-slide:nth-child(2) {background-image: url(https://pic03.eapple.com.tw/mukoartstudio/BNm02.jpg);background-position: 0% 50%;}
.bannerindex .swiper-banner .swiper-slide img {height: auto;display: none;}

.bannerindex .swiper-wrapper:before {min-width: 100px;top: 15px;left: 15px;}
.bannerindex .swiper-banner .swiper-slide:before {bottom: unset;top: calc(8vw + 100px);width: 60%;left: calc(4vw + 20px);}
.bannerindex .swiper-banner .swiper-slide:after {font-size: 11px;left: calc(4vw + 20px);top: calc(8vw + 90px + 16%);}



/* logo*/    
.nav-header {padding: 0;background: #fff;width: calc(100% - 60px);text-align: center;position: relative;z-index: 100;height: 100%;display: flex;align-self: center;margin-left: 60px;}
.nav-brand {max-width: 120px;width: 50%;}
.nav-brand img { }




/* = = header = = */
.header_area { }
.main_header_area .container {padding: 0;width: 100%;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;gap: 0;}





/* 導覽列 */
.stellarnav.mobile {
right: 0;
left: unset;
display: flex;
align-items: center;
justify-content: center;
max-width: 60px;
margin-left: auto;
position: relative;
z-index: 100;
width: 60px;
height: 60px;
background: transparent;
padding: 8px;
}
/* 導覽列漢堡選單 */
.stellarnav.mobile .menu-toggle {
display: flex;
margin: auto;
padding: 0;
flex-direction: column;
gap: 8px;
}
/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {
text-transform: capitalize;
content: 'Menu';
font-size: 10px;
text-transform: uppercase;
color: #444;
transform: scale(1);
font-family: var(--SFontE);
letter-spacing: 0.04em;
}
.stellarnav .menu-toggle span.bars {
display: block;
margin: 0;
}
.stellarnav .menu-toggle span.bars span {
width: 28px;
height: 1px;
border-radius: 0;
background: #444;
margin: 0 auto 6px;
}
.stellarnav .menu-toggle span.bars span:nth-child(3) {
/* width: 24px; */
/* margin-right: 0; */
margin: 0 auto;
}

/* 導覽列展開 */
.stellarnav ul {
left: unset;
right: 0;
font-size: 0;
max-width: 100%;
padding: 0 30px;        
/*右滑出現*/
right: -100vw;
overflow: hidden;
transition: all .5s ease;
}
.stellarnav.mobile.left.active > ul{
right: 0;
max-width: 100%;
height: 100vh;
}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
display: inline-block;
font-size: 12px;
background: transparent;
height: 76px;
width: fit-content;
padding: 0;
margin: 26px 0 28px;
text-transform: capitalize;
content: 'Menu';
font-size: 14px;
color: #000;
transform: scale(1);
font-family: var(--SFontE);
letter-spacing: 0.04em;
height: fit-content;
width: 100%;
text-align: right;
display: flex;
flex-direction: row-reverse;
}
.stellarnav .icon-close {
box-sizing: border-box;
width: 18px;
height: 12px;
position: relative;
display: inline-block;
margin: 2px 9px 0 3px;
}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {
width: 18px;
height: 0px;
border-bottom: solid 1px #000;
}
/* 導覽列選取Hover效果 */
.stellarnav ul:hover li a {
opacity: 1;
transition: all 0.3s ease-in-out;
}


/* 第一層 */
.stellarnav.mobile  > ul > li:after {
content: none;
}
.stellarnav.mobile > ul > li {
border-bottom: 1px #eee solid;
padding: 10px 0;
display: block;
border-bottom: 1px solid #f0f0f0;
}
.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;
font-family: var(--SFont);
}
.stellarnav.mobile li.open > a {
/* color: #fff; */
/* padding-bottom: 15px; */
border: 0;
padding: 20px 10px;
}    
.stellarnav > ul > li > a:before{
content: none;
}
/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {
top: 5px;
/* transform: translateY(-50%);*/
}
.stellarnav.mobile > ul > li.open > a.dd-toggle {
top: 0;
}
.stellarnav a.dd-toggle .icon-plus:before {
width: 8px;
height: 8px;
border-bottom: solid 1px #666;
top: 50%;
top: 0;
left: 0;
transform: rotate(-45deg);
}
.stellarnav a.dd-toggle .icon-plus:after {
width: 8px;
height: 8PX;
top: 50%;
border-bottom: solid 1px #666;
transform: rotate(45deg);
}
.stellarnav li.open > a.dd-toggle .icon-plus {
-moz-transform: translateY(10px) scaleY(-1);
-webkit-transform: translateY(10px) scaleY(-1);
-o-transform: translateY(10px) scaleY(-1);
transform: translateY(10px) scaleY(-1);
}/* +符號修改END = = */

/* 第二層 */
.stellarnav.mobile ul ul {
left: unset;
margin: 0 auto;
box-shadow: none;
width: calc(100% - 10px);
margin: auto;
left: unset;
box-shadow: none;
}
.stellarnav li li {
font-size: 14px;
color: #333;
font-family: var(--SFont);
letter-spacing: 0.04em;
font-size: 15px;
color: #333333;
letter-spacing: 0.04em;
}



/* 內頁BN= */
.banner {min-height: 320px;}
.banner h5 {font-size: var(--f28);margin-bottom: 40px;margin-left: 0;padding: 5px 20px;letter-spacing: 4px;}


}





@media screen and (max-width: 600px) {
/* = = 手機板大圖 = = */
.bannerindex .swiper-banner .swiper-slide:before {top: calc(8vw + 90px);}
.bannerindex .swiper-banner .swiper-slide:after {top: calc(8vw + 80px + 16%);}
}


@media screen and (max-width: 480px) {
/* = = 手機板大圖 = = */
.bannerindex .swiper-banner .swiper-slide:after {font-size: 10px;top: calc(8vw + 70px + 16%);}  
.bannerindex .swiper-banner .swiper-slide:before {top: calc(8vw + 80px);}
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {max-width: 100%;}
.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;flex-direction: column;}


/* 外層 = = */
.product_page .show_content, .product_info_page .show_content{
    max-width: 1300px;
}
/* 左側分類區 = = */
.product_page .product_menu_list {
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.product-layer-two {
    width: 220px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product-layer-two li {
    margin: 0;
    width: 100%;
    padding: 0 10px;
    letter-spacing: 2px;
    color: #666;
    display: list-item;
    width: fit-content;
    padding: 0;    
    transition: all 0.3s;
}
.product-layer-two > li:hover {opacity: 0.7;}
.product-layer-two > li.active {    background: #F1F7FB;}
.product-layer-two li.active a {
    border: unset;
    border-bottom: 0;
    background: #333;
    color: #fff;
    font-weight: 400;
}
.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    line-height: 1.5;
    transition: all 0.3s;
    border: 0;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    border: #111 1px solid;
    font-family: var(--SFontE);
    border-radius: 2px;
    transition: all .3s;
}
.product-layer-two > li > a {}


.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
}
.product-layer-two li li {
    border: none;
    background: transparent;
}
.product-layer-two li li a {
    background: transparent;
}
.product-layer-two li li:hover a {
    color: #222;
}
.product-layer-two li li {
    display: block;
}


/* 右側商品區  = =*/
.products-list{
    display: grid;
    gap: 40px;
    width: calc(100% - 250px);
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}
.products-list .item {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

/* 商品區塊 */
.products-list .item a {
    padding-bottom: 0px;
    font-family: var(--SFontE);
    height: fit-content;
}
/* 商品圖 */
.products-list .pic {
    position: relative;
    display: block;
    border-radius: 6px;
}
.products-list .item .pic img{
    transform: scale(1);
    transition: all .8s;
}
.products-list .item:hover .pic img{
    transform: scale(1.1);
}

.products-list .pic::before, .products-list .pic::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s;
}

.products-list .pic::before {
    top: 0;
    right: 10px;
    content: '\f06e';
    right: unset;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    top: 0;
    bottom: 0;
    font-size: 16px;
    color: #222;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    border-radius: 3px;
    opacity: 0;
    transform: translateX(calc(100% + 10px));
}
.products-list .pic:hover::before {
    opacity: 1;
    transform: unset;
}

/* .products-list .pic:hover::before, .products-list .pic:hover::after{content: none;width: 50%;opacity: 1;} */


/*BTN顏色*/
.products-list .more {
display: none;
}


/* 商品名 */
.products-list .name {
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 0;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: var(--SFontE);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    color: #39393e;
    font-size: 14px;
    font-weight: 700;
    height: max-content;
    line-height: 1.5;
}
.products-list .name .numbering {
    display: block;
    font-size: 0;
}
.products-list .name .numbering:before {
    content: '商品測試';
    font-size: 14px;
    border: 1px solid #d3d3d5;
    border-radius: 2px;
    box-sizing: border-box;
    color: #929295;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 8px 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 2px 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.6;
}
/* 價格 */
.products-list .price { 
    margin: 5px 0 10px;
}
.products-list .price b {
    color: #ADA17E;
    font-size: 16px;
    width: calc(50% - 10px);
    padding: 0;
    color: #555555;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}
.products-list .price * {
    margin: 0;
}












/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/*購物車/內層＝＝*/
.product_info_page .path {display: block;position: absolute;top: 140px;transform: translateY(-100%);}
.product_info_page .main_part {max-width: 1300px;position: relative;}
.product_info_page .show_content {padding-top: 140px;padding-bottom: 80px;}

.product_info_page .product_menu_list{margin: 0;}
.product_info_page .product-layer-two {display: none;}
.product-wrapper {width: 100%;padding: 0;display: flex;flex-wrap: wrap;}


/* 商品上方圖文 */
/* 左輪播區 = = */
.product_main {padding: 0 10px;display: inline-block;width: 71%;vertical-align: top;position: relative;padding: 0 30px 0 0;width: 60%;will-change: min-height;transform: unset;transition: all 1s ease;}
/* 桌機輪播(部分語法至下方) */
.product_pic {position: relative;padding: 0;}
.proImgSwiper {aspect-ratio: 1 / 1;position: relative;margin-bottom: 15px;}
.swiper-backface-hidden .swiper-slide {border-radius: 6px;overflow: hidden;}



/* 右資訊規格區 = = */
.sidebarBtn {padding: 15px;display: inline-block;width: 28%;vertical-align: top;border: 0;background: transparent;padding: 0 0 0 30px;width: 40%;will-change: min-height;z-index: 1;transform: translateY(20px);transition: all 1s 0.2s ease;}
.sidebarBtn h2 {color: #333;font-size: 24px;font-weight: 600;letter-spacing: .8px;line-height: 1.5;}
.sidebarBtn #number_area {line-height: 2;color: #929295;font-size: 0px;}
.sidebarBtn .price {padding: 15px 0;border-bottom: 1px dashed #d6d6d6;letter-spacing: 1px;}
.sidebarBtn .price span {font-size: 20px;color: #e54242;font-weight: 600;}
.product_info {margin: 20px 0 25px;}
.product_info li span:before{content: '■';font-size: 13px;}
.product_info li span {font-size: 13px;color: #444;font-family: var(--SFontE);letter-spacing: 1px;line-height: 2.2;padding-top: 5px;}
.product_info li:first-child span{font-size: 0; }
.product_info li:first-child span:before{content: none;}
.product_info li .txt_box {color: #444;width: 100%;font-size: 14px;letter-spacing: .5px;line-height: 1.7;}
.radio-inline__label {padding: 3px 10px 2px;margin: 3px 4px 4px 0;border-radius: 15px;transition: all .3s;color: #555;}
.radio-inline__input:checked + .radio-inline__label {background: #faf8f2;color: #59402d;}
.toShare{display: none;}

/*按鈕顏色*/
.product_info li#count_inp{display: none;}
/* 購物車BTN-OFF */
.inquiry_a1, .inquiry_a2, .inquiry_a3{display: none;}
.inquiry_a1 {background: #e54242;}
.inquiry_a2 {background: #bdab77;}
.inquiry_a3 {background: #181818;letter-spacing: 1px;font-size: 15px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {opacity: .7;letter-spacing: 1px;}

/*商品側邊規格-mob*/
.mobile_product_name {font-size: 24px;}








/* 商品下方資訊 = = */
.prod_tabs{margin-top: 80px;width: 100%;}

.pd_tabTitle {border: 1px solid #e2e2e2;border-radius: 3px;}
.pd_tabTitle li {border: 0;}
.pd_tabTitle li a{font-size: 14px; color: #9a9ea2;}
.pd_tabTitle li+li {border-left: 1px solid #e2e2e2;}
.pd_tabTitle li.activeTab a {color: #222;letter-spacing: 1px;font-weight: 600;background: #edebe8;}
.pd_tabTitle li::after, .pd_tabTitle li.activeTab::after{content: none;}

.product_info_page  .edit {border-bottom: 1px solid #e2e2e2;}





/*相關推薦*/
.news_related, .prod_related {font-family: var(--SFontE);background: #fff;padding: 0;margin: auto;max-width: 1300px;margin-bottom: 140px;}
/* 標 */
.prod_related h6 {max-width: 1300px;text-align: left;position: relative;padding: 20px;margin: 0 auto 40px auto;}
.prod_related h6 span:before {content: 'RELATED ITEMS';font-size: 24px;color: #141414;font-family: var(--SFontE);font-size: 28px;line-height: 1.2;letter-spacing: 1.5px;font-weight: 400;display: block;}
.prod_related h6 span:after {content: '相關推薦';display: block;position: relative;margin: 4px 0 0 0;width: fit-content;color: #999;font-size: 12px;font-weight: 400 !important;letter-spacing: 2px;}
.related_list {max-width: 100%;padding: 0 20px;margin-left: 10vw;grid-gap: 25px;}
.related_list li {display: block;padding: 0px;}
.related_list li figure {aspect-ratio: 1 / 1;height: auto;overflow: hidden;border-radius: 6px;margin-bottom: 10px;}
.related_list li a img{transform: scale(1);transition: all .8s;}
.related_list li a:hover img{transform: scale(1.1);}
.related_list li a p {font-size: 15px;color: #333;
line-height: 2;color: #666;font-size: 14px;font-weight: 700;height: max-content;line-height: 1.5;text-align: left;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;letter-spacing: 1px;overflow: hidden;transition: all .4s;}
.related_list li a:hover p{color: #333;}

.lastPage{display: none;}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}

/* 適用於捉雞-768以上 */
@media screen and (min-width: 768px) {
#prod_thumbSwiper {max-width: 100%;position: relative;width: 100%;max-height: 120px;}
.swiper-vertical>.swiper-wrapper {display: grid;grid-template-columns: repeat(10, 1fr);gap: 5px;height: fit-content;transform: translate3d(0px, 0px, 0px) !important;}
#prod_thumbSwiper .swiper-slide {height: auto !important;aspect-ratio: 1 / 1;margin: 0 !important;border-radius: 3px;}
#prod_thumbSwiper .swiper-button-next, #prod_thumbSwiper .swiper-button-prev{display: none;}

}

@media screen and (max-width: 768px) {
.product_menu_list, .products-list, .product-wrapper {width: 100%;}
.product-layer-two {margin-right: 0;grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 5px;}
.product_page .product-layer-two, .product_page .products-list {width: 100%;border-right: none;}

.product_page .show_content>a {order: 1;}
.product_page ul.products-list {order: 2;}
.product_page ul.page {order: 3;}
.product_page .product_menu_list {width: 100%;order: 0;min-height: unset;}
}

@media screen and (max-width: 600px) {}
@media screen and (max-width: 520px) {}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文章功能頁/ = = = = */
.blog_box {display: flex;margin: auto;font-family: var(--SFontE);justify-content: space-between;flex-wrap: wrap;}

/* 左側分類欄位 */
.blog_le {width: 220px;padding: 0;height: fit-content;position: sticky;top: 100px;}
h5.blog_le_t {margin-bottom: 10px;text-align: left;padding-bottom: 20px;font-size: 16px;line-height: 28px;letter-spacing: 1px;font-weight: bold;padding: 10px 0;position: relative;border-bottom: 2px solid #b99576;}
h5.blog_le_t em {font-size: 24px;font-weight: 600;letter-spacing: 0.2em;color: #111;font-size: 18px;line-height: 28px;letter-spacing: 4px;font-weight: 400;font-family: var(--SFont);position: relative;}
.blog_search {position: relative;margin-bottom: 10px;opacity: .8;}
.blog_search input[type=search] {width: 100%;font-size: 14px;color: #999;border: 0;background: transparent;border: 1px solid #ccc;border-radius: 0;border-radius: 5px;padding: 10px 40px 10px 10px;}
/* 分類列 */
.blog_le .accordion {border-radius: 0;border: 0;overflow: hidden;display: grid;grid-template-columns: repeat(1, 1fr);font-size: 0;padding-top: 15px;}
.blog_le .accordion li {transition: .3s ease-out;border-bottom: 1px solid #f5f1ed;border: 0;}
.accordion li .link {position: relative;margin-bottom: 10px;}
.accordion li+li .link {border: 0;}
.accordion li .link a {padding: 15px;text-align: left;line-height: 1.7;letter-spacing: 1.5px;font-size: 14px;color: #2c3034;font-weight: 500;margin: 0;padding: 0;padding-left: 25px;transition: .3s ease-out;}
.accordion li .link a:before {background: #444;border-radius: 9999px;content: "";height: 5px;left: 5px;position: absolute;top: 8px;width: 5px;}
.blog_le .accordion > li.on_this_category{background: transparent !important;}
.blog_le .accordion > li.on_this_category:hover .link a{color:#b99576  !important;}
.blog_le .accordion > li.on_this_category .link a:after {border: 1px solid #444;border-radius: 9999px;content: "";height: 15px;left: 0;position: absolute;top: 3px;width: 15px;}
.blog_le .accordion > li:hover .link a{color: #b99576 !important;}
.blog_le .accordion > li:hover {background: transparent !important;}
.blog_le .accordion > li.on_this_category .link a {color: #333  !important;  }


/* 右側圖文區 */
.blog_ri {width: calc(100% - 240px);padding: 0 0 0 40px;}
.blog_category_title {width: fit-content;font-weight: 600;letter-spacing: 0.04em;display: none;}
/* 圖文區塊 */
.blog_subbox {gap: 0;display: flex;flex-wrap: wrap;}
.subbox_item {position: relative;width: 100%;background: #ffffff;border-radius: 0;overflow: hidden;transition: .5s ease-out;border: 0;height: fit-content;width: 100%;margin: 0;background: transparent;padding: 25px 0;}
.subbox_item:not(:first-child) {border-top: 1px solid #e4eff3;}
.subbox_item:hover {transition: .4s ease-out;}
.subbox_item li:hover {transition: .4s 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: flex;}
.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 {overflow: hidden;position: relative;aspect-ratio: 4 / 3;background-color: #333;margin-right: 30px;border: 2px solid #f1efee;max-width: 35%;border-radius: 6px;}
.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.8;transform: scale(1.1);}
/* 文字 */
.blog_list_ri {display: flex;flex-direction: column;justify-content: flex-start;max-width: 600px;margin: 0 auto;padding: 15px 35px;padding: 0;width: 100%;margin: 0;overflow: hidden;}
.blog_list_ri h5 {font-size: var(--f20);text-align: left;color: #333;letter-spacing: 1px;margin-bottom: 5px;}
.blog_list_ri em {letter-spacing: 1px;margin: 0;order: -1;padding: 10px 0;color: #b99576;font-weight: 300;margin-left: -45px;}
.blog_list_ri p {font-size: 14px;letter-spacing: 1px;line-height: 1.7;font-weight: 400;color: #999;-webkit-line-clamp: 3;}




/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {}
.blog_in_page .blog_ri {background: transparent;padding: 10px 40px;}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    font-size: var(--f24);
    display: block;
    text-align: left;
    border-bottom: 1px dashed #969ca74d;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 20px 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;
}
.blog_box_edit * {
    line-height: 1.6;
}
.articel_mainPic {
    display: none;
}

/*文章-相關推薦*/
.news_related {display: none;}


/* 上下篇按鈕 */
.blog_back {
    justify-content: center;
    z-index: 1;
    justify-self: flex-end;
    width: calc(100% - 240px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 25px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    margin-right: 0;
    border-top: 1px dashed rgba(207, 143, 108, 0.2);
    padding-top: 20px;
    justify-items: stretch;
}
.blog_back a {letter-spacing: 1.5px;}
.blog_back a.article_btn_back {
    transition: .3s ease;
    border: 0;
    background: #b89479;
    color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 50px;
    width: 200px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 25px;
    position: relative;
    justify-self: anchor-center;
}
.blog_back a.article_btn_back:hover {border:1px solid#b89479;background: #fff;color: #b89479;font-weight: 400;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    transition: .3s ease;
    border: 0;
    background: #fffdfd;
    color: #555;
    display: block;
    font-size: 14px;
    border-radius: 50px;
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
}
.blog_back a.article_btn_prev{justify-self: flex-end;}
.blog_back a.article_btn_next {justify-self: flex-start;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: #b89479;color: #fff;}



@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 100%; margin-bottom: 40px;}
h5.blog_le_t {display: none;}
.blog_le .accordion {grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));}
.blog_le .accordion li {border: 1px solid #f5f1ed;}

.blog_ri {width: 100%;padding: 0;}
.blog_list_le {max-width: 250px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: var(--f22);}
.blog_list_ri p {letter-spacing: 1.5px;}
}

@media screen and (max-width: 768px) {
/* 外層 */
.blog_le {margin-bottom: 20px;}
.blog_list_ri p {font-size: 13px;}
.blog_list_le {max-width: 200px;margin-right: 15px;}
.subbox_item a .blog_list_le::before, .subbox_item a:hover .blog_list_le::before {letter-spacing: 1px;font-size: 14px;padding: 6px 15px;}
}

@media screen and (max-width: 640px) {
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;max-width: 500px;}
}

@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;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 OFF  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */








/* = = = 分隔線 相本主分類01= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* .album_a .main_part {margin-top: 40px;} */



.show-list .item:hover .show_name{}
/*相簿*/
.other_album_choice li {background: #ccc;}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}

.show-list .item a .show_pic {transition: all .8s;border-radius: 6px;}
.overlay{z-index: 1;display: none;}
.show-list .show_pic {aspect-ratio: 4 / 3;}
.show-list .item a .show_pic img {transform: scale(1);transition: all .8s;}
.show-list .item a:hover .show_pic img {transform: scale(1.1);}




/* = = = 分隔線 相本分類02== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{}
.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);
    display: none;
}
/*大分類頁*/
.album_class_page .show_content, .album_info_page .show_content {width: 90%;}
.album_descrip { display: none;}
.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 {
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 0;
    line-height: 1;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 0;
    font-family: var(--SFontE);
    color: #39393e;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}


/* = = = 分隔線 相本內頁-.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;
}
/*相簿瀑布流 -ON*/
.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;
    display: block;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 15px;
    width: 100%;
    margin: 0 auto;
}
.album_info_page .pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.album_info_page .pic-list .show_pic {
height: auto;
padding: 0;
aspect-ratio: 4 / 4;
aspect-ratio: unset;
}
.pic-list .item h6{padding: 0;}






@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}
@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 980px){
}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr ;}
}

@media screen and (max-width: 600px){
.album_class_page .show_content{width: 100%;}
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
.show-list {gap: 20px;}

}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .contact_content * {transition: all .6s;/* border-bottom: #e6ebf1 solid 1px; */}




















/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
/* footer */
.footer_info {margin: auto;}
}

/* 下方區域_平板版面1280 */
@media screen and (max-width: 1280px) {
/* footer */
.footer .center{
    padding: 60px 0;
}
.footer_info {
    grid-template-columns: 1fr;
    gap: 30px;
}
.footer_info ul {
    /* border-top: 1px solid #f5f1ed; */
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}
.footer_info li:nth-child(2) {
    display: block;
    width: 100%;
    margin: auto;
    /* border-top: 1px solid #f5f1ed; */
    margin-top: 20px;
    padding-top: 20px;
}
.footer_menu {
    flex-direction: row;
    align-items: flex-end;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 20px;
    width: fit-content;
    margin: auto;
    display: flex;
}

}

/* @1024下方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* footer */

/* main */
.show_content {padding-top: 80px; padding-top:80px;}


    
}

/* 下方區域_平板版面768 */
@media screen and (max-width: 768px) {
/* main */
.show_content {padding: 70px 20px;}
/* .path{min-height: 30px;padding: 3px 24px;} */

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none    }
.footer.with_shopping_mode {padding: 0;padding: 80px 0;}
#to_top {}
#to_top::before {}
#to_top::after {}

/* footer */
.footer .center {
padding: 0 0 60px;
}
.footer_info {
gap: 20px;
display: flex;
flex-direction: column;
align-content: center;
}
.footer_logo {
max-width: 180px;
width: 100%;
margin: auto;
margin-left: 0;
max-width: 160px;
position: relative;
margin: auto;
}
.footer_info ul {
display: flex;
flex-direction: column;
}
.footer_info li:nth-child(1) {
grid-template-columns: 1fr;
width: 100%;
/* order: 2; */
border: 0;
padding: 0 0 20px;
border-bottom: 1px solid #ddd;
}
.footer_info li p{
text-align: center;
}


.footer_info li:nth-child(2) {display: block;width: 100%;margin: auto;border-top: 1px solid #f5f1ed;margin-top: 0;padding-top: 20px;/* padding-bottom: 20px; */}
.footer_menu {flex-direction: row;align-items: flex-end;grid-template-columns: repeat(2, 1fr);gap: 0;width: fit-content;margin: auto;display: flex;flex-wrap: wrap;width: 100%;gap: 15px 0;justify-content: space-between;}
.footer_menu a {background: transparent;border: 0;letter-spacing: 1px;padding: 0;color: #3e3a39;font-weight: 500;padding-left: 18px;position: relative;font-size: 13px;width: 48%;/* width: 33.33%; *//* padding: 0; */text-align: center;margin: 0;}


}

@media screen and (max-width: 600px) {
/* main */
.show_content {padding: 70px 20px;}

.copy {font-size: 10px;}
}


@media screen and (max-width: 480px) {    
}