@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*logo*/

.nav-header {
    width: 170px;
    transition: .4s ease-in-out;
}

.header_area .nav-header {
    transition: .4s ease-in-out;
}

.header_area .nav-header {
    width: 170px;
    filter: none;
    margin-top: 0px;
    pointer-events: all;
    opacity: 1;
}

.nav-header {
    pointer-events: none;
    opacity: 0;
}

.navigation {
    padding-top: 14px;
    transform: scale(0.9);
    transition: .5s;
}

.header_area .navigation {
    transition: .5s;
    transition-delay: .5s;
    transform: scale(1);
}

.main_header_area .container {
    max-width: 80%;
}

/********/

.me_tp_features {
    display: none;
}

.stellarnav ul {
    text-align: center;
    padding: 10px 0px 10px;
    transition: .5s ease-in-out;
}

/* .stellarnav ul {
    opacity: 0;
    pointer-events: none;
}
 */
.header_area .stellarnav>ul {
    opacity: 1;
    pointer-events: all;
}

.header_area {
    padding: 25px 10px 15px;
    background: transparent;
    box-shadow: none;
}

.header_area {
    padding: 25px 0px;
    background: transparent;
}

.main_header_area {
    position: relative;
    z-index: 10;
}

.header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 10000;
    padding: 0;
}
.header_area{
    background: #f0f0f000;
    transform: translateY(15%);
    transition: transform .5s ease-out, background .5s ease-out;
}
.header_area.sticky{
    background: #f0f0f000;
    transform: translateY(0);
}
.header_area .main_header_area{
    background: #ffffff;
    width: 80%;
    height: 130px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow:0px 0px 10px #cfcfcf8f;
    transition: transform 1s ease-in-out, opacity .5s ease-in-out;
}
.header_area.sticky .main_header_area{
    width: 80%;
    height: 130px;
    margin: auto;
    border-radius: 0 0 100px 100px;
    transition: transform 1s ease-in-out, opacity .5s ease-in-out;
}


/*第二層*/
.stellarnav ul ul {background: #ffffff;}
/* .stellarnav li li {border: 1px #efefef solid;} */
.stellarnav li a {
    font-family: "Chiron GoRound TC", sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    color: #555;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #efb6a3;	padding-left:10px;border-color:#efb6a3;}

/*HEADER主文字圖案********************************************/

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0px
}

.stellarnav>ul>li>a {
    margin: 0 20px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #555555;
    padding: 50px 0px 30px;
    font-family: "Chiron GoRound TC", sans-serif;
    transition: all 0.5s ease;
}
.header_area .stellarnav > ul > li:hover > a{color:#ECBA78;}

.stellarnav>ul>li:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 8px;
    width: 1px;
    height: 15px;
    border-left: 2px #ECBA78 dotted;
}

.stellarnav>ul>li:nth-last-child(1):after {
    display: none
}

.stellarnav>ul>li>a:not(.dd-toggle):before {
    content: '';
    position: absolute;
    left: 50%;
    top: 36%;
    width: 42px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.5s ease;
    transform: translate(-50%, -50%) scaleX(1);
}

.stellarnav>ul>li>a:hover:before {
    animation: sticker-bounce 0.8s ease-out;
}

@keyframes sticker-bounce {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    25% {
        transform: translate(-50%, -65%) scale(1.1);
    }
    50% {
        transform: translate(-50%, -48%) scale(0.97);
    }
    65% {
        transform: translate(-50%, -54%) scale(1.03);
    }
    80% {
        transform: translate(-50%, -49%) scale(0.99);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.stellarnav>ul>li:nth-of-type(1)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/stepbystepst/icon01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
}

.stellarnav>ul>li:nth-of-type(2)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/stepbystepst/icon02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.stellarnav>ul>li:nth-of-type(3)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/stepbystepst/icon03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
}

.stellarnav>ul>li:nth-of-type(4)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/stepbystepst/icon04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
}

.stellarnav>ul>li:nth-of-type(5)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/stepbystepst/icon05.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.stellarnav>ul>li:nth-of-type(6)>a:not(.dd-toggle):before {
    background: url(https://pic03.eapple.com.tw/stepbystepst/icon06.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
.footer_logo img {
    max-width: 60%;
}
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    /* border-top:1px #F7E7D3 solid; */
    font-family: "Chiron GoRound TC", sans-serif;
    background: url(https://pic03.eapple.com.tw/stepbystepst/footer_bg.png) no-repeat;
    background-size: cover;
    background-position: left;
    overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 180%;
  height: 100%;
  background: url(https://pic03.eapple.com.tw/stepbystepst/footer_cv.png) repeat-x;
  background-size: 50% auto;
  opacity: 0.9;
  animation: cloudMove1 60s linear infinite;
  pointer-events: none;
  z-index: -2;
}
@keyframes cloudMove1 {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}


@keyframes cloudMove2 {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}

.footer_info {
    display: grid;
    margin: auto;
    width: 90%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
}
.footer_menu { 
    align-items: left;   
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a {    
    margin: 0;	
    text-align: center;	
    padding: 5px;	
    transition: none;
    border: none;
    background: transparent;
    width: fit-content;
    transition: all 0.3s;
    color: #555555;
    letter-spacing: 1px;
}
.footer_menu a:hover {    
    background: transparent;
    color: #ecb979;
}
.footer_menu a:nth-child(1){display: none;}

.footer_info li:before,
.box_link:before {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px #e5cdaf solid;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #efb6a3;
}   

.footer_info li:nth-child(2):before {
    content: "SITEMAP";
    font-family: "Chiron GoRound TC", sans-serif;
}   

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
    font-family: "Chiron GoRound TC", sans-serif;
}   
.footer_info li p a:hover { color: #ECBA78; transition: all 0.3s;}
.footer_info li p {letter-spacing: 1px;color: #555555;}

.copy {
    text-align: center;
    padding: 10px;
    margin: auto;
    border-top: 1px solid #c89f6200;
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    justify-content: center;
    font-family: "Chiron GoRound TC", sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #bfd4e1;
}
.copy a {color: #ffffff;transition:all 0.3s;} 
.copy a:hover { color:#5C6F7A;}

.box_link a{transition:all 0.3s;    border: none;color: #ecb979;}
.box_link a:hover {    background: #ada17e00;    color: #B88352;}



/* .box_link {display:none;} */

/*Logo/＝＝＝＝＝*/
.nav-brand {width: 100%;max-width: 100px;transition:all 0.3s;}
.header_area .nav-brand {transition: all 0.3s;/* margin-top: 10px; */}
.header_area.sticky .nav-brand{}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #ADA17E;}

/*大圖輪播按鈕*/
.bannerindex .swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;
    transform: translateX(-50%) rotate(90deg);width: fit-content;}
.bannerindex .swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.bannerindex .swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 9px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #FAF8F4;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #BFD3E1;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #ECBA78;
}

/* 反白顏色 -------------------- */
::-moz-selection {
    background-color:#EFB6A3;
    color: #ffffff;
}

::selection {
    background-color:#EFB6A3;
    color: #ffffff;
}


#content:not(.other_select_page #content) {
    min-height: 80vh;
    background: url(https://pic03.eapple.com.tw/stepbystepst/all_bg.png);
    background-repeat: repeat;
    background-position: top left;
}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner{}
.banner h5{font-size: 32px;}

/*內頁BANNER 設定*/

.banner h5::after {
    content: "";
    position: absolute;
    width: 106px;
    height: 106px;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://pic03.eapple.com.tw/stepbystepst/service_icon_title.png) no-repeat center;
    -webkit-animation: float 2s infinite linear alternate;
    animation: float 2s infinite linear alternate;
}

.banner.banblog h5::after {
    background: url(https://pic03.eapple.com.tw/stepbystepst/insights_icon_title.png) no-repeat center;
}
.banner.banF h5::after {
    background: url(https://pic03.eapple.com.tw/stepbystepst/team_icon_title.png) no-repeat center;
}
.banner.banC h5::after {
    background: url(https://pic03.eapple.com.tw/stepbystepst/contact_icon_title.png) no-repeat center;
}
.other_page .banner.banB[data-banner="other_page_16794"] h5::after {
    background: url(https://pic03.eapple.com.tw/stepbystepst/booking_icon_title.png) no-repeat center;
}

/*浮動*/
@-webkit-keyframes float { 0% { transform: translate(-50%, 10%);} 100% { transform: translate(-50%, -5%);}}
@keyframes float { 0% { transform: translate(-50%, 10%);} 100% { transform: translate(-50%, -5%);}}

.banner {
    background: transparent;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    width: 2000px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    border-bottom: 10px solid #bfd3e1;
    font-family: "Chiron GoRound TC", sans-serif;
}

.banner h5 {
    position: absolute;
    font-family: "Chiron GoRound TC", sans-serif;
    margin-right: auto;
    font-size: 26px;
    color: #e38b74;
    top: 80%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-weight: 600;
    z-index: 99;
    /* text-shadow: 4px 4px 4px #ecba78; */
    animation: scale-in-center 2s cubic-bezier(.25, .46, .45, .94) both;
    animation-delay: .4s;
}

/*英文標題*/

.banner h5:before {
    content: '';
    font-size: 52px;
    display: flex;
    color: #ecba78;
    font-weight: 700;
    flex-direction: column;
}

.banner.banF h5:before {content: 'TEAM';}
.banner.banB h5:before { content: 'SERVICE';}
.banner.banblog h5:before { content: 'INSIGHTS';}
.other_page .banner.banB[data-banner="other_page_16794"] h5::before {content: 'BOOKING';}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #ecba78;}
.path {display:none;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #ecba78;border: 1px solid #ecba78;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {display: grid;gap: 70px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more {
    display: none !important;
}

.products-list .item {
    position: relative;
}

.products-list .item::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 26px;
    bottom: 85px;
    border: 2px dashed rgb(236 186 120);
    border-radius: 50px 0;
    opacity: 0;
    transform: scale(1.06);
    box-shadow: 0 0 0 6px rgba(236,186,120,.05);
    transition: .45s cubic-bezier(.22,.61,.36,1);
    z-index: 4;
    pointer-events: none;
}

.products-list .item:hover::after {
    opacity: 1;
    transform: scale(1);
}

.products-list .pic {
    position: relative;
    overflow: hidden;
    border-radius: 50px 0;
    z-index: 1;
}

.products-list .pic img {
    display: block;
    width: 100%;
    transition: .5s;
    transform: scale(1);
}

.products-list a:hover .pic img {
    transform: scale(1.05);
}

.products-list .pic::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 70%);
    opacity: 0;
    transition: .5s;
    z-index: 2;
    pointer-events: none;
}

.products-list .pic::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    opacity: 0;
    transition: .5s;
    box-sizing: border-box;
    z-index: 7;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 2px;
}

.products-list a:hover .pic::before,
.products-list a:hover .pic::after {
    opacity: 1;
}

.products-list .name {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 200px;
    min-height: 44px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #EFB6A3;
    border-radius: 999px;
    z-index: 5;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}
.products-list .item a:hover .name {color: #fff;background: #ecba78;}

/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: #efb6a3;}
.products-list .price b.ori_price { font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;justify-content: center;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product_page .main_part { width: 90%;	max-width: 1500px;}
/*.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}*/
.product_page .products-list { width: 100%; grid-template-columns: repeat(3,1fr)}
.product-layer-two {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_info_page .product-layer-two { display: none;}
.product-layer-two > li {
    margin: 0;
    padding: 0;
}

.product-layer-two li.active li a { color: #fff; border: unset;}

/**/
.product-layer-two > li > a {
    display: inline-block;
    font-family: "Chiron GoRound TC", sans-serif;
    background: #9dc4dd;
    color: #fff;
    border-radius: 50px;
    padding: 13px 24px;
    border: none;
    transition: all 0.3s;
    font-weight: 500;
    letter-spacing: 1px;
    transition: transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s,background .28s;
}
.product-layer-two li:hover > a {transform: translateY(-6px); background: #efb6a3;color: #fff;transition: all 0.3s;}
.product-layer-two li.active > a {transform: translateY(-2px); color: #ffffff;background: #ecba78;border: none;font-weight: 500;}
.product-layer-two li:hover > a:before { background: #efb6a3; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#efb6a3;}
/*.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #efb6a3;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}*/

/**/
.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: #efb6a3;}
.product-layer-two li.active li:hover a { color: #efb6a3;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

.products-list .pic { border-radius: 50px 0;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { max-width: 100%; width: 100%; padding: 0;}
.mobile_product_name { display: none; color: #efb6a3; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #efb6a3;}

/*按鈕顏色*/
.inquiry_a1 { background: #FFE7C1; transition: .3s ease-in-out;}
.inquiry_a2 { background: #658781; transition: .3s ease-in-out;}
.inquiry_a3 { background: #efb6a3; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #222; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #FFE7C1; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #222; transition: .3s ease-in-out;}
.nextaction { background-color: #efb6a3; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #222; transition: .3s ease-in-out;}
.lastPage {     border-radius: 100px;font-family: "Chiron GoRound TC", sans-serif;background: transparent; border: 1px solid #e07a5f; color: #e07a5f; transition: all 0.5s;}
.lastPage:hover { color: #fff; background-color: #bfd3e1; border: 1px solid #bfd3e1; transition: all 0.3s;}

/*商品照輪播*/
.product_pic { display: none;}
.product_pic h6 { color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
.sidebarBtn { display: none;}
.product_info li .txt_box { color: #222222; width: 100%;}
.sidebarBtn .sp_price { color: #FFE7C1;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
.pd_tabTitle li.activeTab { display: none; background: transparent; color: #efb6a3; border-bottom: 1px solid #FFE7C188; padding: 5px 5px 15px;}

/*Q&A*/
.qaform { display: none;}
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related {background: #ffffff00;text-align: center;}
.prod_related h6 { color: #F46A61; border-bottom: 2px solid #FFE7C188; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { content: '團隊成員';font-weight:500;letter-spacing: 2px;font-size: 20px; color: #e07a5f;    font-family: "Chiron GoRound TC", sans-serif;}
.related_list {display: grid;grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li a { color:#555555;max-height: 300px;font-family: "Chiron GoRound TC", sans-serif; font-weight:450;    border: 1px solid #d1d1d1;}
/* .related_list li a img { max-height: 250px;} */
.related_list li a p {transition: all 0.5s ease;margin-top: 6px;letter-spacing: 1px;color: #555;}
.related_list li a:hover p { color: #ecba78;}

.related_list li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 250px;
}
.related_list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}
.related_list li a:hover figure img {
    transform: scale(1.05);
    opacity: 0.6;
}

/*清掉多餘高度*/
.product-wrapper {
    min-height: auto !important;
    height: auto !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.product_main {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.prod_tabs {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.edit {padding: 0px 0;}
.pd_tabInner_contain {padding-top: 0px;}

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 0px;
}

/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
    width: 240px;
}
h5.blog_le_t {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
    color: #0f8480;
    font-size: 15px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #4D535C;
    padding-bottom: 5px;
    font-family: "Chiron GoRound TC", sans-serif;
}
h5.blog_le_t span {
    display: block;
}
h5.blog_le_t span:before{
    content: 'CATEGORY';
    font-family: "Chiron GoRound TC", sans-serif;
    font-size: 14px;
    color: #b2b2b2;
}
.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;
}
.blog_le .accordion li {
    transition: .3s ease-out;
}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    text-align: left;
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding: 16px 8px 8px;
    border-bottom: 1px solid #d5d5d5;
    line-height: 1.5;
    font-family: "Chiron GoRound TC", sans-serif;
}
.blog_le .accordion > li.on_this_category{
    background: #eee !important;
}
.blog_le .accordion > li.on_this_category:hover .link a, .link a ,.blog_le .accordion > li:hover .link a{
    color: #555 !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li.on_this_category .link a {
    color:#555  !important;  
}
.blog_le .accordion > li:hover{
    opacity: 0.5;
}



/* 右側圖文區 */
.blog_ri {
    width: 100%;
    padding: 0 0 0 20px;
    padding: 0;
    width: calc(100% - 240px);
    padding-right: 60px;
    margin-bottom: 0;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: none;
}
/* 圖文區塊 */
 .blog_subbox {
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    flex-direction: row;
    flex-shrink: 0;
    position: relative;
}
.subbox_item {
    position: relative;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    transition: .6s ease-out;
    height: fit-content;
    width: 100%;
    margin: 0.5%;
    background: transparent;
    margin: 0;
    height: 100%;
    width: 100%;
}
.subbox_item:hover {
    transition: .6s ease-out;
}
.subbox_item li:hover {
    transition: .6s 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;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(162, 162, 162, 0.15);
    border: 1px double #d5d5d5;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
/* 圖片框固定比例 */
.i_blog_le, .blog_list_le {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f6f5;
}

/* 圖片填滿框，超出裁掉 */
.i_blog_le, .blog_list_le {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f6f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i_blog_le img, .blog_list_le img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: .4s ease;
}

.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.4s;
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.module_i_news li a:hover .i_blog_le::before,  .subbox_item a:hover .blog_list_le::before{
    opacity: 1;
    transition: 0.6s;
    margin-top: -20px;
}
/* 文字 */
.blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 35px;
}
.i_blog_ri, .blog_list_ri {
    padding: 0;
    margin: 20px;
    width: fit-content;
    height: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i_blog_ri h5, .blog_list_ri h5 {
    font-size:16px;
    text-align: left;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.05em;
    order: 2;
    padding: 5px 0;
    font-family: "Chiron GoRound TC", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
}
.i_blog_ri em, .blog_list_ri em {
    font-size: 14px;
    color: #aaa;
    margin: 10px 0 0;
    padding: 5px 0;    
    letter-spacing: 0.04em;
}
.blog_list_ri em {
    margin: 0;
    order: 1;
    font-family: "Chiron GoRound TC", sans-serif;
    position: relative;
    left: -40px;
    font-size: 13px;
    color: #858585;
    letter-spacing: 1px;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    order: 3;
    margin: 10px 0;
    font-family: "Chiron GoRound TC", sans-serif;
}

/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em { }
.blog_in_page .blog_ri { }
.blog_in_page h4.blog_category_title {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    text-align: center;
    padding: 30px 0 0;
    font-size: 28px;
    display: block;
    background-color: #fff;
    padding: 30px 60px 20px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Chiron GoRound TC", sans-serif;
    color: #555;
    font-weight: 500;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 6px double #dfdfdf;
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
    width: calc(100% - 240px - 60px);
    margin-left: 0;
    margin-top: 40px;
    display: flex   ;
    justify-content: space-between;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #a7a9ac;
    transition: .4s ease;
    display: none;
}
.blog_back a.article_btn_back:hover {
    opacity: .6;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    color: #555;
    transition: .4s ease;
    width: fit-content;
    background: transparent;
    font-size: 0;
    border: 1px solid #ecba78;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    opacity: .6;
}
a.article_btn_prev:before, a.article_btn_next:after {content: '< Previous';padding: 8px;font-size: 13px;text-decoration: none;font-family: "Chiron GoRound TC", sans-serif;color: #ecba78;letter-spacing: 1px;font-weight: 500;}
a.article_btn_next:after {
    content: 'Next >';
}


/* 分享按鈕 = = */
.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; */
    margin-left: auto;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    font-family: "Chiron GoRound TC", sans-serif;
    transition: all 0.5s ease;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
    padding: 40px 60px 60px;
    letter-spacing: 0.04em;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.articel_mainPic {
    display: none;
}
.blog_box_edit *{
    line-height: 1.8;
    padding: 0;
    font-family: "Chiron GoRound TC", sans-serif;
    color: #555;
}

/*文章-連結hover*/
.blog_box_edit .edit a[href^="http"]:hover,
.blog_box_edit .edit a[href^="https"]:hover,
.blog_box_edit .edit a[href^="http"]:active,
.blog_box_edit .edit a[href^="https"]:active {
    color: #ecba78 !important;
    outline: 0;
    transition: color 0.5s ease;
}

/*文章-相關推薦*/
.news_related {
    font-family: "Chiron GoRound TC", sans-serif;
    background: #ffffff00;
    padding: 50px 5%;
    margin: auto;
    /* display: none; */
    border-top: 1px solid #d1d1d1;
}
.news_related h6 span:before {
    font-size: 20px;
    color: #e07a5f;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #FFE7C188;
    padding: 5px 5px 15px;
}
.news_related_list {
    margin: 40px auto;
}
.news_related_list li {
    display: block;
    padding: 0px;
}
.news_related_list li a {
    padding: 10px;
    background: #fff;
    height: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    transition: .35s ease;
}
/* .news_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{
    font-size: 16px;
    letter-spacing: 1px;
    color: #555;
    padding: 10px 0 5px;
    line-height: 1.5;
    transition: all 0.5s ease;
}
.news_related_list li a:hover p{color: #ecba78;}

.news_related_list li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f6f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.news_related_list li figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: .4s ease;
}

.news_related_list li a:hover figure img {
    transform: scale(1.05);
    opacity: 0.6;
}

@media screen and (max-width: 1200px) {
/*文章設定B*/
.article_b .subbox_item a {align-items: center;}
.article_b .blog_list_ri h5 {margin-bottom: 10px;}
.article_b .blog_list_ri {padding: 20px 20px 20px 0;}
}


@media screen and (max-width: 1024px) {
.blog_subbox {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;}
.blog_le {width: 180px;}
.blog_ri {width: calc(100% - 180px);padding-right: 40px;}
h5.blog_le_t{margin-bottom: 10px;}
h5.blog_le_t em {font-size: 20px;}
h5.blog_le_t span:before {font-size: 12px;}
.accordion li .link a {font-size: 14px}

/*文章設定B*/
.article_b .blog_le {width: 160px;}
.article_b .blog_ri {width: calc(100% - 160px);}
.article_b .subbox_item a:after {content: none;}
.article_b .subbox_item a {gap: 0;}
.article_b .blog_list_le {width: 30%;margin-right: 4%;vertical-align: top;}
.article_b .blog_list_ri {width: 66%;padding: 0;}
.article_b .blog_list_ri h5 {line-height: 1.7;margin-bottom: 10px;}
.article_b .blog_list_ri p {font-size: 14px;line-height: 1.7;letter-spacing: 1px;}
.article_b .subbox_item a:hover{opacity: 0.8;}
}

@media screen and (max-width: 1000px) {
.blog_box {padding: 0 20px 60px;}
/* 內層 */
.blog_in_page .blog_box{gap: 20px;}
.blog_in_page .blog_ri, .blog_in_page .blog_le {width: 100%; padding: 0;}
.blog_back{width: 100%;}
.blog_in_page h4.blog_category_title {padding: 40px 40px 0;}
.blog_box_edit {padding: 20px 40px 80px;}
    
}


@media screen and (max-width: 768px) {
.blog_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 0px;
}
.blog_le {width: 100%;}
/* .blog_le {width: 100%;display: none;} */
.blog_ri {padding: 0;width: 100%;}
.blog_box {padding: 0 20px 60px;}
/*文章設定B*/
.article_b .blog_ri {width: 100%;}
.article_b .blog_list_ri h5 {font-size: 24px;}
/* 內層 */
.blog_in_page h4.blog_category_title {padding: 40px 30px 0;}
.blog_box_edit {padding: 20px 30px 60px;}
}



@media screen and (max-width: 600px) {
.subbox_item a {flex-direction: column;}
.i_blog_le, .blog_list_le {max-width: 100%;}

/*文章設定B*/
.article_b .subbox_item a {flex-direction: column;gap: 20px;}
.article_b .blog_list_le {margin: 0;width: 100%;}
.article_b .blog_list_ri {width: 100%;padding: 0;}
/* 內層 */
.blog_in_page h4.blog_category_title {padding: 10px 20px;}
.blog_box_edit {padding: 20px 25px 60px;letter-spacing: 0.5px;}
.blog_in_page .blog_box {padding: 0 0 60px;}
}

@media screen and (max-width: 520px) {
.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;}}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #ADA17E;}
.other_album_choice li {    background: #ADA17E;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #ADA17E;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #ADA17E;}
.contact_form li.last cite {background: #ADA17E;}

.contact_content .information_left {display:none;}
.contact_content .information_right {display:none;}

.contact_editbox {padding: 0px 0px;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
/*Header/＝＝＝＝＝*/
.header_area .main_header_area {width: 90%;}
.main_header_area .container {max-width: 90%;}
.header_area.sticky .main_header_area {width: 90%;}
.box_link {
        text-align: center;
        display: none;
    }
    
}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
.header_area .main_header_area {width: 100%;}
.main_header_area .container {max-width: 90%;}
.header_area.sticky .main_header_area {width: 90%;}
    
.footer {overflow: hidden;}

.footer::before {
        width: 180%;
        height: 100%;
        left: 0;
        bottom: -2px;
        background-size: 85% auto;
        background-repeat: repeat-x;
        animation: cloudMove1-mobile 40s linear infinite;
}
    
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {padding: 10px;}

.pageIndex .header_area{position: sticky;}
.header_area .main_header_area {width: 95%;height: 225px;}
.header_area.sticky .main_header_area {    width: 90%;height: 225px;}
.bannerindex {margin-top: 67px;}

.banner {min-height: 600px;}
    
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {grid-template-columns: 1fr 1fr;gap: 30px;}

.footer {overflow: hidden;}

.footer::before {
        width: 180%;
        height: 100%;
        left: 0;
        bottom: -2px;
        background-size: 85% auto;
        background-repeat: repeat-x;
        animation: cloudMove1-mobile 40s linear infinite;
}
.wt_ta::before {left: 0px;}

.hs_box img {max-width: 95% !important;}    

@keyframes cloudMove1-mobile {
        0% { transform: translateX(-40%); }
        100% { transform: translateX(0%); }
}

    
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
.header_area .main_header_area {width: 100%;}
.main_header_area .container {max-width: 90%;}
.header_area.sticky .main_header_area {width: 100%;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

.footer {overflow: hidden;}

.footer::before {
        width: 180%;
        height: 100%;
        left: 0;
        bottom: -2px;
        background-size: 85% auto;
        background-repeat: repeat-x;
        animation: cloudMove1-mobile 40s linear infinite;
}

   
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a,
.stellarnav li li.has-sub > a {
    padding: 10px;
    border-left: none;
}

.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a {
    padding: 10px;
    border-color: transparent;
}

.stellarnav .menu-toggle:after {
    display: none;
}

.stellarnav .menu-toggle span.bars span {
    background: #ecb979;
}

.stellarnav .menu-toggle span.bars {
    padding-top: 20px;
}

/*手機板不要桌機那套 transform，會害側邊選單被裁掉*/
.header_area,
.header_area.sticky,
.navigation,
.header_area .navigation,
.header_area .main_header_area,
.header_area.sticky .main_header_area {
    transform: none !important;
}

/*側邊選單/＝＝＝＝＝*/
.stellarnav > ul > li:after {
    display: none;
}

/*側邊選單icon調整/＝＝＝＝＝*/
/*close***********/
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        font-size: 0px;
    }
    .stellarnav .icon-close:after {
        border: 1px solid #ffffff;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        right: 10px;
        background: #fff;
    }
    .stellarnav .icon-close:before {
        content: 'Ｘ';
        border: none;
        font-size: 12px;
        z-index: 999;
        transform: none;
        right: 14px;
        top: 8px;
        color: #ecba78;
        font-weight: bolder;
    }
    .stellarnav .close-menu {
        background: #ecba78;
    }
    .stellarnav.mobile.left .close-menu {
        padding: 25px 10px 35px;
        background: #ecba78;
        position: relative;
        margin-bottom: 10px;
    }
    .header_area.sticky .stellarnav .close-menu {
        padding: 25px 10px 35px;
        background: #ecba78;
        position: relative;
        margin-bottom: 10px;
    }
    .close-menu:before {
        content: 'STEPBYSTEP';
        font-family: "Chiron GoRound TC", sans-serif;
        font-size: 30px;
        color: #FFF;
        white-space: pre-wrap;
        text-align: justify;
        padding-left: 15px;
        font-weight: 600;
        position: absolute;
        left: -200px;
        opacity: 0;
        transition: all 1s;
    }
    .stellarnav.left.mobile.active .close-menu:before {
        left: 0px;
        opacity: 1;
        transition: all 1s;
    }
    @keyframes dd01 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /*主選單***********/
    .stellarnav ul {
        opacity: 1;
        pointer-events: all;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 30px 5px 30px 70px;
    }
    .stellarnav>ul>li>a:not(.dd-toggle):before {
        left: 30px;
        top: 50%;
        width: 41px;
        height: 41px;
    }
    .stellarnav.mobile.left>ul {
        max-width: 80%;
        padding: 0px;
        background: #FAF8F4;
        top: -1px;
    }
    .stellarnav>ul>li:after {
        display: none;
    }
    .stellarnav.mobile>ul>li:nth-of-type(5)>a.dd-toggle {
        display: none;
    }
    .stellarnav.mobile>ul>li>a {
        transform: translateY(70px);
        transition: all .5s;
        opacity: 0;
    }
    .stellarnav.left.mobile.active>ul>li>a {
        transform: translate(0px);
        transition: all .7s;
        opacity: 1;
    }
    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: 20px;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(2)>a {
        transition-delay: .1s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(3)>a {
        transition-delay: .4s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(4)>a {
        transition-delay: .7s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(5)>a {
        transition-delay: 1s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(6)>a {
        transition-delay: 1.2s;
    }
    .stellarnav.left.mobile.active>ul>li:nth-of-type(7)>a {
        transition-delay: 1.5s;
    }
    /*選單-主分類***********/
    .stellarnav.mobile li.open {
        background: #f3f2ef;
        padding: 20px;
        padding-top: 0px;
    }
    .stellarnav>ul>li.drop-left>ul {
        background: #fff;
        padding: 10px 0;
    }
    .stellarnav.mobile li.open li a:not(.dd-toggle) {
        padding: 10px 0px 10px 40px;
        border-bottom: none;
        transition: .6s;
        font-size: 14px;
        color: #555;
        letter-spacing: 1px;
    }
    .stellarnav.mobile li.open li a:not(.dd-toggle):before {
        content: '►';
        position: absolute;
        color: #efb6a3;
        font-size: 11px;
        transform: translateY(-50%);
        transition: all .5s;
        opacity: 1;
        top: 50%;
        left: 20px;
    }
    .stellarnav li li {
        border: none;
    }
    .stellarnav.mobile li.open li.open li {
        margin-left: 30px;
        transition: .6s;
    }
    .stellarnav.mobile li.open li li a:not(.dd-toggle) {
        border-left: 1pt solid #ffb19b;
    }
    .stellarnav.mobile li.open li a:before {
        opacity: 0;
    }
    .stellarnav.mobile li.open li.open li a:before {
        display: none;
    }
    .stellarnav.mobile ul ul {
        box-shadow: 5px 5px 0px #bfd3e1;
        border-radius: 15px;
        padding: 0px;
    }
    /*選單-次分類***********/
    .stellarnav.mobile ul ul ul {
        box-shadow: none;
    }
    .stellarnav.mobile li.open li.open {
        background: #ffffff;
        padding: 0px;
    }
    .stellarnav.mobile li.open li li a:not(.dd-toggle) {
        padding: 10px 0px 10px 20px;
    }

#bottom_menu li a em {font-family: "Chiron GoRound TC", sans-serif;}
    
/*Header/＝＝＝＝＝*/
.pageIndex .header_area{position: sticky;}
    
.header_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    z-index: 10000;
}

.header_area .main_header_area {
    background: #ffffff;
    width: 80%;
    height: 80px;
    min-height: 80px;
    margin: 14px auto 0;
    border-radius: 50px;
    box-shadow: 0px 0px 10px #cfcfcf8f;
    transition: margin-top .4s ease, border-radius .4s ease, box-shadow .4s ease;
    overflow: visible !important;
}

.header_area.sticky .main_header_area {
    margin: 0 auto;
    width: 80%;
    height: 80px;
    min-height: 80px;
    border-radius: 0 0 50px 50px;
    box-shadow: 0px 0px 10px #cfcfcf8f;
}

.bannerindex {
    margin-top: 15px;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 80px;
}

.header_area .main_header_area,
.header_area .container {
    position: relative !important;
}

/*Logo/＝＝＝＝＝*/
.nav-brand {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_area .nav-brand,
.header_area.sticky .nav-brand {
    max-width: 40%;
    margin-top: 0;
}

.header_area .nav-header {
    height: 80px;
    display: flex;
    align-items: center;
}

/*Banner/＝＝＝＝＝*/
.banner {
    min-height: 350px;
}

.header_area .main_header_area,
.header_area .container {
    position: relative !important;
}
    
/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
/* #bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:30px 0 50px; }
.footer_info {    justify-content: center;}
.footer_logo {text-align: left;max-width: 200px;}

.copy {line-height: 1.5;z-index: -1;}

.footer_info li {margin-top: 10px;}
    
/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.related_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.products-list .name {padding: 5px 10px;line-height: 1.2;}

.products-list .pic {border-radius: 30px 0;}
.products-list .item::after {
        left: 14px;
        right: 14px;
        top: 14px;
        bottom: 58px;
        border-width: 1.5px;
        border-radius: 30px 0;
        box-shadow: 0 0 0 4px rgba(236, 186, 120, .05);
        transform: scale(1.03);
        border: 2px dashed rgb(236 186 120);
    }    

/* 主容器 → 不滿版，留舒服邊距 */
    .pd_tabInner.edit .hs_box .wt_t {
        max-width: 75% !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 50px 0 !important;
    }

    /* 只控制內容區寬度（學歷那塊） */
    .pd_tabInner.edit .hs_box .wt_tb {
        width: 100% !important;
    }

    /* 文字微調（避免太擠但不會太鬆） */
    .pd_tabInner.edit .hs_box .wt_tb dl dd p {
        font-size: 17px !important;
        line-height: 2 !important;
        padding-left: 18px !important;
    }

    
.pd_tabInner.edit .hs_box .wt_tb dl dd p::before {
        top: 0.9em !important;
        transform: none !important;
    left: 4px !important;
    }

    
/*順序*/
.product_page .products-list {/* order: -1; */}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}


    
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center; display:none;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}
.stellarnav .menu-toggle span.bars {
    padding-top: 30px;
}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {/* padding-bottom: 75%; */}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}