@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');


/* 英文字體 Cardo */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*反白顏色*/
/* ::-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;
}


@keyframes showmenu{
	0%{opacity: 0;}
	100%{opacity: 1;}
}


.linksBtn {
    display: none;
}


/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area.sticky { position:fixed;}
.pageIndex .header_area{position: fixed;}

/*內頁page*/
.edit_part { padding: 0px;}
.edit_part .show_content { margin-bottom: -5px;}
.other_page .show_content {  margin-bottom: -6px;}
.contact_page  .main_part {  max-width: 1550px;}
#content_main { margin: 0; background-color: #fff;/*#f4f1ed;*/}
.path p, .path p a { display: none;}
/*.promotion_title { display: none;}
.other_promotion {display: none;}*/
#content {
	background-repeat:no-repeat;
	background-size:cover;
}

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO*/
.nav-brand{ max-width: 230px;  padding: 8px;}
.nav-brand img { max-width: 100%; filter: brightness(0.3);}
.footer_logo { max-width: 235px;margin: 0px 3px;}
.navigation {  grid-template-columns: 240px 1fr;}

/*手機LOGO
.nav-brand-m {}
*/

.other_select_page .promotion_title {
    display: none;
}

.other_promotion {
    display: none;
}

/*header選單欄位*/
.main_header_area .container { max-width: 87%;}
.stellarnav > ul > li > a { letter-spacing: 2.2px; padding: 0px 5px 0px 5px;  color: #4c4c4c; transition: all 0.5s ease; transition: all 0.3s; font-family: "Montserrat", "Noto Sans";font-size: 15px;}
.stellarnav > ul > li > a:hover {  color: #8c8076; transition: all 0.5s ease; }
.stellarnav li a {  padding: 9px;  color: #777;  font-size: 15px;}
.stellarnav ul { margin: 0 0px 0px 0px;}
.header_area {  background:#ffffffdb; padding: 5px 0px;transition:.5s;/*border-bottom: 1px solid rgb(0 0 0 / 31%); */ }
.header_area.sticky { background: #ffffffdb;box-shadow: 1px 1px 10px rgba(0, 0, 0, .1); transition:.5s;}
.stellarnav {  margin: 0px 0px 5px 0px;}
.me_tp_features{position: fixed;  left: 79%; top: 3%; z-index: 9999999999; display: inline-flex;  align-items: center; display:none;}
.fa-line:before{ display:none;}
/*.stellarnav li.has-sub > a:after {  content: '+';  border-left: 0px;  border-right: 0px;  border-top: 0px;}*/
.stellarnav li.has-sub > a:after{border-top: 6px solid #454444;}
.stellarnav li li.has-sub > a:after {  border-left: none; right: 10px;}/*選單下拉調整*/
.stellarnav li.drop-left ul ul { right: 160px;}

.stellarnav > ul > li > a {  padding: 0; text-transform: uppercase;  position: relative; display: inline-block; font-size: 16px;  font-weight: 500;  line-height: 25px;  height: 46px;  margin: 0 10px;   overflow: hidden;  cursor: pointer;  text-align: center; Letter-spacing: 1px;font-family: 'Noto Sans TC';}
.anchorList {padding: 0 20px 0 220px;}
.anchorList>li{letter-spacing: 1px;text-align: center; position: relative; margin: 15px 5px 0px 5px;}
.anchorList > li > a{color: #653F07; font-weight: bold; padding: 18px 7px 30px 7px;}
.stellarnav > ul > li.drop-left > ul { right: unset;}

.stellarnav > ul > li.has-sub > a {
    padding-right: 15px;
}
/*.anchorList > li > a:before {content: "";width: 30px;height: 30px;position: absolute;top: -22px; left: 50%;transform: translateX(-50%);}*/

@media screen and (max-width: 1700px) {
.me_tp_features { left: 75.5%; top: 3.5%;}
.stellarnav ul {  margin: 0 0px 0px 0px;}
}
@media screen and (max-width: 1450px) {
.main_header_area .container {  max-width: 90%;}
.me_tp_features {  left: 73%;}
.stellarnav > ul > li > a { margin: 0 7px;}

.stellarnav > ul > li > a {  font-size: 15px;   margin: 0 5px;}
}
@media screen and (max-width: 1310px) {
.stellarnav ul {  text-align: left;}
.stellarnav ul {  margin: 0px;}
.me_tp_features { top: 3.5%;  left: 69%;   left: 50%;position: relative; left: unset;justify-content: flex-end;top: 37.5%;}
.stellarnav ul { text-align: right;}
.tp_links {  display: none;}
}
@media screen and (max-width: 1024px) {
.me_tp_features { justify-content: center;}
.stellarnav ul { text-align: center;}
.header_area {   padding: 0px 0px;}
}
@media screen and (max-width: 768px) {
.main_header_area {  height: 75px;}
.stellarnav {   margin: 15px 0px 3px 0px;}
.me_tp_features {   z-index: 0;}
}

/*主選單hover*/
/*.anchorList>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{color: #828c62;}*/
/*.anchorList>li>a:hover {transform: translateY(-3px);}*//*選單上移特效*/
.anchorList>li>a:hover, .nav-menu>li>a {transition: all .3s;}

/*.me_tp_features { position: absolute; right: -11%;   top: -10%;max-width: 242px; background-color: #eaeaea;  padding: 38px 28px 21px 20px;}*/
/*.me_tp_features { position: relative;  right: 0%;  top: 27%;}*/
.fa-envelope::before{ display:none;}/*icon隱藏*/
.fa-phone-volume::before{ display:none;}/*icon隱藏*/
.box_search input[type=text] {padding: 6px 55px 6px 32px;  color: #333 !important;border-radius: 0px;max-width: 135px;font-size: 11px;}
.shop_search_btn {  font-size: 10px;}
.box_search {  margin-bottom: -2px;margin-right: 10px;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { border-radius:  0px;}
.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) { background-color: #B7A795;  border: none; color: #ffffff; font-size: 13px;  padding: 12px 18px;  line-height: initial;  height: auto;  margin: 0; transition: all ease .3s; }/*下拉*/
.nav-header {  justify-content: left;max-width: 240px;}
.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) { color: #ffffff; background-color:#918b86; transition: all ease .3s;}/*下拉*/
.stellarnav li li { border: none;}

/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link {
    position: absolute;
    top: 50%;
    right: 0px;
    width: auto;
    max-width: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 100%;
    justify-content: flex-end;
    z-index: 10;
    margin-top: 30px;
    display: none;
}
a.me_tp_call, a.me_tp_mail {
    display: none;
}
.box_link a{border: 1px #888888 solid;color: #888888;}
.box_link a:hover {
    border: 1px #fff solid;
    color: #fff;
}
.footer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    z-index: 1;
    background: #c5c1b8;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 60px 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 10px;
    font-family: var(--SFontE);
}

.footer_logo img {
    max-width: 100%;
    filter: brightness(10);
}

.footer_info ul {
    position: relative;
    border-top: 1px solid #ffffff70;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #ffffff;
}
.footer_info li p a{
    color: #ffffff;
}


/* 網頁連結 */
.footer_info li:nth-child(2) {
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
    color: #ffffff;
    background: transparent;
    border: 0;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.footer_menu a:hover {
    background: transparent;
    color: #ece9e3;
}


/* ------------------------------------------------------------------------------------------------------------ */

.copy {
    border: none;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1.25px;
    font-family: var(--SFontE);
    font-weight: 300;
    text-align: center;
    padding: 8px 0;
    position: relative;
    color: #ffffff;
}
.copy a {
    color: #ffffff;
} 


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    height: auto;
    height: 100%;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 麵包屑 */
.path{
    display: none;
}


/* main */
div#page {
    position: relative;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
}
#page:after{
    content: "";
    display: block;
    position: absolute;    
    z-index: 2;
    opacity: 0.4; 
    height: 300%;
    left: -100%;    
    top: -100%;
    width: 300%;
    pointer-events: none;
    -webkit-animation: noise 30s steps(12) infinite;
    animation: noise 30s steps(12) infinite;
    background: url(https://pic03.eapple.com.tw/massage/noise.png);
}
@keyframes noise {
    0%, 100% { background-position: 0 0; }
    10% { background-position: -5% -10%; }
    20% { background-position: -15% 5%; }
    30% { background-position: 7% -25%; }
    40% { background-position: 20% 25%; }
    50% { background-position: -25% 10%; }
    60% { background-position: 15% 5%; }
    70% { background-position: 0 15%; }
    80% { background-position: 25% 35%; }
    90% { background-position: -10% 10%; }
}
#content_main, #content {
    margin: 0;
    background: #f6f6f600;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
    /*background-image: linear-gradient(to bottom, rgb(253 252 248 / 40%) 0%, rgb(208 218 194 / 0%) 100%), url(https://pic03.eapple.com.tw/weijinginterior/ibg.png);*/
}

.edit_part{
    padding: 0;
}
.main_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    max-width: 1200px;
    padding: 40px 80px;
    padding-left: 20px;
    padding-right: 20px;
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}


/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.banner {
    position: relative;
    background: transparent;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    padding: 200px 0 160px;
    background: url(https://pic03.eapple.com.tw/massage/bn_01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}


.banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background-size: cover;
    z-index: 1;
    left: 0;
    bottom: -20px;
    background-position: center;
}

.banner h5 {
    font-size: 35px;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 1200px;
    padding-right: 20px;
    text-align: right;
    letter-spacing: 1px;
    color: #b4a395;
    z-index: 1;
    position: relative;
    -webkit-animation: txtUp 1s .3s ease-in-out forwards;
    animation: txtUp 1s .3s ease-in-out forwards;
    opacity: 0;
}
.banner:before {
    display: none;
    z-index: 1;
    position: absolute;
    top: 20%;
    left: unset;
    transform: translateX(-80px);
    color: rgb(241 237 233 / 80%);
    font-family: var(--SFontE);
    font-size: 160px;
    letter-spacing: 5px;
    white-space: nowrap;
    content: 'Project';
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
    z-index: 0;
    animation: none;
    width: 100%;
    max-width: 1200px;
    text-align: left;
    margin: auto;
}
.banner h5:after {
    display: block;
    position: relative;
    content: '';
    font-size: 15px;
    margin-left: 5px;
}


@keyframes txtUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@media screen and (min-width: 1400px) {}


/* 上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
    /* = = header = = */
    .nav-header, .pageIndex .sticky .nav-header{max-width: 200px;}
    .main_header_area .container {
        padding: 0 20px;
    }
    
    .pageIndex .navigation {
        padding: 0;
    }
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
    }



    /* 導覽列 */
    .stellarnav > ul > li > a, .pageIndex .sticky .stellarnav > ul > li > a {
        padding: 12px 15px;
    }
    .stellarnav > ul > li:last-child > a, .pageIndex .sticky .stellarnav > ul > li:last-child > a {
        min-width: 120px;
    }   


/* @768上方區域_手機版面768px以下 */
@media screen and (max-width: 768px) {
    /* = = 大圖 = = */
    .bannerindex {
        /* height: 72vh; */
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .bannerindex .swiper-banner {
        width: 100%;
        height: 100%;
    }
    .swiper-slide:before {
        font-size: 16px;
        left: 0;
        bottom: 8%;
        text-align: center;}

    /* = = header = = */
    .header_area {
        position: relative;
     }
    .navigation {
        display: flex;
        flex-direction: column;
    }
    .stellarnav.mobile {
        right: 0;
        height: 100%;
    }



    /* 導覽列 */        
    .stellarnav > ul > li > a, .pageIndex .sticky .stellarnav > ul > li > a {
        padding: 20px 10px;
        margin: 0;
    }
    .pageIndex .sticky .stellarnav > ul > li > a {
        padding: 12px 10px;
    }
    .stellarnav.mobile > ul > li > a b {
        font-size: 16px;
    }
    .stellarnav.mobile li.open > a b:first-child {
        font-weight: 800;
    }


    /* 導覽列-僅首頁及部分區域 */
    .pageIndex .navigation {
        padding: 0;
    }
    .pageIndex .nav-header {
        margin: 0 auto;
    }
    .pageIndex .stellarnav .menu-toggle span.bars span {
        background: #4c4c4c;
    }
    .pageIndex .stellarnav > ul > li > a b {
        color: #4c4c4c;
    }
    .stellarnav > ul > li:nth-last-of-type(1), .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) {
        padding-left: 0;
    }
    .stellarnav > ul > li:nth-last-of-type(1) > a:hover b, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a:hover b {
        color: #4c4c4c;
    }
    .stellarnav > ul > li:nth-last-of-type(1) > a:after, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a:after{
        content: none;
    }
    .stellarnav > ul > li:nth-last-of-type(1) > a, .pageIndex .sticky .stellarnav > ul > li:nth-last-of-type(1) > a {
        border: 0;
        margin: 0;
    }





    /* 導覽列漢堡選單 */
    .stellarnav.mobile .menu-toggle {
        display: flex ;
        height: 55%;
        padding: 0;
        align-items: center;
    }
    /* 漢堡選單樣式 */
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        color: #888888;
        transform: scale(1);
        font-family: var(--SFontE);
        letter-spacing: 0.04em;
    }
    .stellarnav .menu-toggle span.bars {
        margin: 0;
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .stellarnav .menu-toggle span.bars span, .pageIndex .sticky .stellarnav .menu-toggle span.bars span {
        width: 22px;
        height: 2px;
        border-radius: 0;
        background: #888888;
        margin: 0;
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 20px;  
        padding: 0;      
        /*右滑出現*/
        right: -100vw;
        overflow: hidden;
        transition: all .5s ease;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .stellarnav.mobile.left.active > ul{        
        right: 0;
        max-width: 100%;
    }


    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: transparent;
        padding: 0;
        margin: 0;
        min-height: 70px;
        text-transform: capitalize;
        content: 'Menu';
        font-size: 0;
        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;
        align-items: center;
        padding: 10px 20px;
    }
    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 12px;
        position: relative;
        display: inline-block;
        margin: 0;
    }
    .stellarnav .icon-close:before , .stellarnav .icon-close:after {
        width: 22px;
        height: 2px;
        border-bottom: solid 2px #1f1f1f;
    }
    /* 導覽列選取Hover效果 */
    .stellarnav ul:hover li a {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }


    /* 第一層 */
    .stellarnav.mobile > ul > li {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }
    .stellarnav.mobile li.open {
        background: #f3f3f3;
        color: #fff;
        padding: 0 0 15px;
    }
    .stellarnav.mobile > ul > li > a {
        letter-spacing: 1.25px;
        font-size: 14px;
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        display: flex;
        color: #333;
        padding: 12px 10px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin: 0;
    }
    .stellarnav.mobile li.open > a {
        border: 0;
        padding: 20px 10px;
        padding-bottom: 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;
        flex-direction: column;
        align-items: center;
        background: transparent;
    }
    .stellarnav li li {
        font-size: 14px;
        color: #333;
        font-family: var(--SFont);
        letter-spacing: 0.04em;
        font-size: 15px;
        color: #333333;
        letter-spacing: 0.04em;
    }
    .stellarnav.mobile li a {
        text-align: center;
        padding: 5px;
    }


}


/* @600上方區域_手機版面600px以下 */
@media screen and (max-width: 600px) {
    /* = = 大圖 = = */
    .swiper-slide:before {
        font-size: 14px;
    }
}




/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 140px;
}

/* .product_info_page .main_part { max-width:1200px;} */
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

/*顏色*/
.products-list .more {
    border: 1px solid #ADA17E;
    color: #ADA17E;
}
.products-list .item a:hover .more {
    background: #ADA17E;
}
/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}
/*按鈕顏色*/
.inquiry_a1 {
    background: #cbc0a0;
}
.inquiry_a2 {
    background: #bdab77;
}
.inquiry_a3 {
    background: #ADA17E;
}
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
}
.lastaction {
    color: #ADA17E;
    background-color: #f2f2f2;
}
.nextaction {
    background-color: #ADA17E;
}
.lastPage {
    background: #ADA17E;
}

/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}
.sidebarBtn .sp_price {
    color: #cbc0a0;
}
.mobile_product_name {
    font-size: 24px;
}
/*相關推薦*/
.prod_related h6 span:before {
    font-size: 28px;
}



@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}
@media screen and (max-width: 600px) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.blog_in_page.article_a .main_part {
    max-width: 1200px;
}
.article_a .main_part {
    padding-bottom: 80px;
    max-width: 1500px;
}


/*文章功能頁/ = = = = */
/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
}
h5.blog_le_t {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--SFontE);
    font-weight: 400;
    font-size: 18px;
    display: none  ;

}
h5.blog_le_t em {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #000;
    /* font-family: var(--SFontE); */
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
    display: none;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #eee;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0;
    border-bottom: 1px solid #ccc;
}
.blog_le .accordion li {
    transition: .2s ease-out;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    position: relative;
    width: fit-content;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.12em;
    font-size: 16px;
    color: var(--SubColor);
    font-weight: 500;
    padding: 30px;
    margin: auto;
    border: 0;
}
.accordion li .link a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #c5c1b9;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.accordion li .link a:hover:before, .accordion>li.on_this_category .link a::before {
    width: 60px;
    max-width: 60px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.blog_le .accordion > li.on_this_category{
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category:hover .link a, .link a ,.blog_le .accordion > li:hover .link a{
    color:var(--SubColor)  !important;
}

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #4f4f4f !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color: var(--SubColor)  !important;  
}
/* 右側圖文區 */
.blog_ri {
    width: 100%;
    padding: 0 0 0 20px;
    padding: 0;
    margin: 0;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
}
/* 圖文區塊 */
 .blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    /* display: flex; */
    flex-wrap: wrap;
}
.subbox_item {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    /* background: #f3efe8; */
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 1px solid #eee;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: transparent;
    margin-bottom: 50px;
}
.subbox_item:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item li:hover {
    transition: .5s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item a {
    grid-template-columns: 1fr;
    gap: unset;
    /* flex-direction: column; */
    height: 100%;
    padding: 0;
    display: flex;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background: #2d2d2d;
    flex-direction: row;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
.blog_list_le {
    max-width: 100%;
}
.i_blog_le, .blog_list_le {
    overflow: hidden;
    position: relative;
    background-color: black;
}
.i_blog_le img, .blog_list_le img {
    width: 100%;
    transition: .4s ease;
}
.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.4s;
    /* opacity: 0.3; */
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.2);
    transition: all 0.8s cubic-bezier(0.38, 0.26, 0.48, 0.83);
}
.module_i_news li a:hover .i_blog_le::before,  .subbox_item a:hover .blog_list_le::before{
    opacity: 1;
    transition: 0.5s;
    margin-top: -20px;
}
.module_i_news li a .i_blog_le:before, .blog_list_le::before{
    content: "MORE +";
    position: absolute;
    line-height: 1.462;
    font-family: var(--SFontE);
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%);
    margin-top: -80px;
    display: block;
    padding: 10px 20px 7px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #fff;
    background: #888888;
    padding: 15px 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* 文字 */
.blog_list_ri {
    /* display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    padding: 15px 35px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
    justify-content: space-around; */
}
.subbox_item a:hover .blog_list_ri {
    /* opacity: 1;
    transition: all 0.3s;
    gap: 20px;
    height: 100%;
transition: .4s ease; */
}
.i_blog_ri, .blog_list_ri {
    padding: 20px;
    width: 100%;
    /* gap: 20px; */
}
.i_blog_ri h5, .blog_list_ri h5 {
    font-size: 18px;
    text-align: left;
    color: #b5a496;
    font-weight: 500;
    letter-spacing: 1.5px;
    /* height: 60px; */
}
.i_blog_ri em, .blog_list_ri em {
    font-size: 14px;
    color: #aaa;
    margin: 10px 0 0;
    /* padding: 5px 0; */
    letter-spacing: 0.04em;
    order: 3;
    /* text-align: end; */
}
.blog_list_ri em {
    margin: 5px 0;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    /* height: -webkit-fill-available; */
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    color: transparent;
}

.blog_in_page .blog_ri {
    width: 100%;
    display: block;
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    /* border-bottom: 1px #ccc solid; */
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-align: left;
    padding: 30px 0 0;
    font-size: var(--f24);
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #cfc6b4;
    transition: .4s ease;
}
.blog_back a.article_btn_back:hover {
    opacity: .6;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #ebe8e2;
    color: #555;
    transition: .4s ease;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    opacity: .6;
}


/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
    background: transparent;
    padding: 0;
    margin: 10px 0;
    font-size: var(--f16);
    color: #2F2F2F;
    line-height: 1.8;
    padding: 0;
    letter-spacing: 0.04em
}
.articel_mainPic {
    display: none;
}

/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont);
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}
.news_related h6 span:before, .prod_related h6 span:before {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.news_related_list, .related_list {
    margin: 40px auto;
}
.news_related_list li, .related_list li {
    display: block;
    padding: 0px;
}
.news_related_list li a, .related_list li a {
    padding: 10px;
    background: #fff;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: .35s ease;
}
.news_related_list li a:hover, .related_list li a:hover {
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
    transition: .35s ease;
}
.news_related_list li a p, .related_list li a p{
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #333;
    padding: 10px 0 5px;
    line-height: 1.5;
}
/* 按鈕 */
.news_related_b_box, .prod_related_b_box {
    margin: auto;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 165px;
    width: 200px;
    height: 50px;
    border: 1px solid #0F0F0F;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #0F0F0F;
    overflow: hidden;
    transition: color 0s ease;
    border: 1px solid #bcbfbf;
}
.lastPage {
    color: #fff;
    background: transparent;
    transition: all .5s;
    font-family: var(--SFont);
    font-weight: 500;
    letter-spacing: 0.12em;
    font-size: 16px;
    margin: 0 auto;
    color: #293943;
    line-height: 1.8;
}
a.lastPage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: var(--SubColor2);
    transition: all 0.5s;
}
a.lastPage:hover {
    color: #fff;
}
a.lastPage:hover:after {
    width: 100%;
}




@media screen and (max-width: 1024px) {
    .blog_subbox {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        /* gap: 20px; */
    }
    .i_blog_ri p, .blog_list_ri p {
        letter-spacing: 0.08em;
    }
    .i_blog_ri h5, .blog_list_ri h5 {
        -webkit-box-orient: unset;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 768px) {
.blog_list_ri {
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 0;
    margin: 0 auto;
    position: unset;
    padding: 15px 35px;
    opacity: 1;
    align-items: flex-start;
}
.i_blog_ri h5, .blog_list_ri h5{height: auto;}
.subbox_item a:hover .blog_list_ri {gap: 0;}
}

@media screen and (max-width: 620px) {
    .subbox_item a {
        flex-direction: column;
    }
    .i_blog_le, .blog_list_le {
        max-width: 100%;
    }
    .blog_list_ri em {
        margin: 10px 0 20px 0;
    }
}

@media screen and (max-width: 480px) {
    .i_blog_ri h5, .blog_list_ri h5 {
        order: 2;
    }
    .blog_list_ri em {
        order: 1;
        font-size: 13px;
        margin: 0;
    }
    .i_blog_ri p, .blog_list_ri p {
        order: 3;
    }

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}



/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*首頁相簿*/
.module_i_album section{max-width: 1720px;}
.module_i_album{padding: 80px 20px;}


/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.show-list .item:hover .show_name{
    color: #888888;
}
.module_i_album .title_i_box h6, .module_i_album .title_i_box h4{    font-size: 0;}
.module_i_album .title_i_box h6:before {
    width: fit-content;
    content: '';
    display: block;
    font-size: 52px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #888888;
    margin: auto 0;
    letter-spacing: 2px;
    border-bottom: 1px solid #C9A063;
}
.module_i_album .title_i_box h4 {
    display: flex;
    margin-top: 10px;
    gap: 4px;
    color: #888888;
}
.module_i_album .title_i_box h4:before {
    content: '';
    display: block;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.i_album_list li a p {
    height: 100%;
    color: #ffffff;
    background: rgb(0 0 0 / 60%);
}

.i_album_list li:hover p {
    height: 0%;
}

.pageIndex .animated-arrow {
    background: transparent;
    border: 1px solid #888888;
    border-radius: 50px;
    color: #888888;
}
.pageIndex .animated-arrow:hover {
    background: #000;
    color: #fff;
}
/*相簿*/
.other_album_choice li {
    background: #888888;
}
.other_album_choice li:hover {
    background: #C9A063;
}
/*相簿下方隱藏*/
.album_fixed_title{display:none;}


.pic-list {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 20px;
}

/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.album_page #content, .album_class_page #content, .album_info_page #content{
    /* background: transparent; */
    padding-bottom: 40px;
}

.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);
    font-size: 0;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: auto;
    aspect-ratio: 0;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_page .main_part{
    padding: 50px 80px 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact_content {
    margin: auto;
    padding: 0;
}
.contact_content form {
    display: flex;
    -moz-column-gap: 100px;
    column-gap: 60px;
    background: #fff;
    padding: 80px;
    padding-top: calc(80px + 120px);
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between;
}
form:before {
    width: calc(100% - (80px) * 2);
    content: 'Form';
    display: block;
    position: absolute;
    top: 80px;
    font-family: var(--SFontE);
    font-weight: 600;
    font-size: var(--f28);
    letter-spacing: 1px;
    color: var(--MainColor);
    /* font-style: italic; */
    padding: 0 0 5px;
    border-bottom: #C6C6C6 solid 1px;
    z-index: 1;
}
form:after {
    top: 50px;
    content: '線上表單';
    position: absolute;
    font-family: var(--SFont);
    padding-top: 80px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
}
/* 左側資訊 */
.contact_content .information_left {
    display: none;
    padding: 0;
    width: 295px;
    width: 40%;
    max-width: 330px;
    position: sticky;
    top: 120px;
    padding-bottom: 120px;
    height: fit-content;
}
.contact_content .information_left.clearfix:before{}
.list_before{
    display: none;
}
/* 聯絡資訊編輯區 */
.contact_le_nomap{

}
/* 標 */
.blank_letter {
    font-family: var(--SFont);
    padding-top: 30px;
    font-weight: 500;
    font-size: var(--f24);
    letter-spacing: 1px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: none;
}
/* 右側表單 */
.contact_content .information_right {
    font-family: var(--SFont);
    padding-left: 30px;
    padding: 0;
    width: 100%;
}
.contact_form {
    margin: 0;
    gap: 0;
}
.contact_form li {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #eee;
}
.contact_form li .form__label {   
    text-align: left;
    display: flex;
    font-size: 16px;
    max-width: 100%;
    color: #1F1F1F;
}
.red {
    color: #cb3a3a;
    order: 2;
}
.contact_form li input.noborder, .contact_form li textarea.noborder{
    border: 0;
    background: #f8f8f1;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(120px, 1fr));
}

.contact_form li.last cite {
    background: #888888;
}
.contact_form li.last blockquote, .contact_form li.last cite{  border: 1px #888888 solid;}


/* 編輯區塊 */
.contact_editbox{
	padding: 0;
}

@media screen and (max-width: 768px) {
    .contact_content form {
    padding: 20px;
    padding-top: calc(80px + 120px);
}
.contact_form li {
    padding: 20px 0;
}
}

/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
    /* footer */
    .footer_info {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    /* footer */
    .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
    }
    .footer_logo {
        position: relative;
        left: unset;
        width: 100%;
        max-width: 200px;
        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: space-around;
        margin-left: auto;
        flex-direction: column;
        align-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .footer_menu a {
        margin: 0;
        border: none;
        background: transparent;
        width: fit-content;
        transition: all 0.3s;
        font-size: 12px;
    }    
}

/* @768下方區域_手機版面768px以下 */
@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu { display: none    }
    .footer.with_shopping_mode { padding: 0; }
    #to_top {    }

    /* footer */
    .footer_logo{
        background-position: center top;
    }
    .footer_info {
        align-items: center;
    }
    .footer_info ul{
        flex-direction: column-reverse;
        margin-top: 20px;
    }
    .footer_menu {
        border-bottom: 1px solid #fbfbfb1a;
        padding-bottom: 10px;
    }
    .footer_info li p{
        text-align: center;
    }
    
    .box_link {
        display: none;
    }

    .pageIndex .header_area {
        position: relative;
    }

    .banner {  padding: 90px 0 70px;}

    /*相簿*/
    .pic-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 20px;
    }

    /*bn*/
    .album_info_page .banner h5 {
        font-size: 25px;
        font-weight: 600;
    }

}

@media screen and (max-width: 600px) {
    .copy {
        /* font-size: 10px; */
    }
}
@media screen and (max-width: 480px) {
    
}



