@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#ED8E75 /*網站主要色系
  #FCD944 /*網站輔助色系1
  #EB85AD /*網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
.blog_page div#page {
    background: url(https://pic03.eapple.com.tw/byyourside365/bg.png) no-repeat bottom center;
}
#content_main, #content {}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*滾輪*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #444;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: #ED8E75;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #ED8E75;}

/*上方選單右邊設定 臉書/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}
*/

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #ED8E75; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #FCD944; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #ED8E75; border: 1px solid #ED8E75;}

/*下拉*/
.promotion_title, .other_promotion,.other_select_page .page {display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;margin-top: 30px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*.bannerindex {
    position: relative;
    top: 0;
    height: calc(100%);
    width: calc(100% - 30px);
    /* margin: 6% auto; */
    /* opacity: 0; 
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    overflow: hidden;
}*/

.bannerindex::before{
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/byyourside365/S01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height:1000px ;
    top: 0;
    left: 0;
    z-index: 99;
}
@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { 
    padding: calc(7vw + 70px) 5%;
    background: url(https://pic03.eapple.com.tw/byyourside365/by_bg13.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.banner:after{
    content: "";
    position: absolute;
    bottom: calc(2vw - 20px);
    background: url(https://pic03.eapple.com.tw/byyourside365/by_de15.png)no-repeat;
    background-size: contain;
    right: 10%;
    max-width: 155px;
    width: 20vw;
    height: 15vh;
    animation: ani_stob 1.5s both;
}
.banner h5 { color: #444;letter-spacing: 2px;position: relative;}
.banner h5::after{
    content: "";
    position: absolute;
    font-family: "Kodchasan", sans-serif;
    color: #ED8E75;
    font-size: 16px;
    letter-spacing: 2px;
    top: 60px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blog_page.article_a .banner.banblog h5::after{content: "NEWS";}
.blog_page.article_b .banner.banblog h5::after{content: "BLOGS";}
.banner.banA {}
.banner.banblog {}

@keyframes ani_stob{
    0%{
        opacity: 0;
        transform: scale(.3);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@media screen and (max-width: 1024px) {
    .banner::after{width: 10vw;height: 13vh;} 
    .banner h5{font-size: 25px;}
    .banner h5::after{top: 47px;}
}
@media screen and (max-width: 768px) {
    .banner{
        padding: calc(22vw + 20px) 5% 11vw;
        background: url(https://pic03.eapple.com.tw/byyourside365/by_bg13-1.png)no-repeat;
        background-position: center;
        background-size: cover;
    }
    .banner::after{height: 8vh;}
    
}
@media screen and (max-width: 425px) {
    .banner{
        padding: calc(37vw + 20px) 5% 25vw;
        background: url(https://pic03.eapple.com.tw/byyourside365/by_bg13-2.png);
        background-position: center;
        background-size: cover;
    }
    .banner::after{width: 15vw;}
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area{padding: 0;    background: transparent;}
.pageIndex .header_area { position: fixed; width: 100%; top: 0; left: 0;}
.pageIndex .header_area.sticky { position: fixed;}
.pageIndex .main_header_area { background: #FFFCF1;box-shadow: unset;}
.header_area.sticky .main_header_area, .main_header_area { background: #fff;box-shadow: 0 0 8px #ccc;}
.main_header_area .container { max-width: 93%;}

/*logo*/
.header_area .nav-brand { width: 100%;position: absolute;top:0;left: 0;transition: .3s ease-in-out;    padding-top: 30px;}
.pageIndex .header_area .nav-brand{ max-width: 166px;}
.header_area.sticky .nav-brand, .header_area .nav-brand {max-width: 95px;transition: .3s ease-in-out;  padding-top: 10px;}
.pageIndex .header_area .nav-brand::after{
    content: "";
    position: absolute;
    left: -19px;
    top: -11px;
    background: #fff1b4;
    width: 135px;
    height: 0;
    border-radius: 0 0 10px 10px;
    transition: .3s ease-in-out;
    z-index: -1;
}
.pageIndex .header_area.sticky .nav-brand::after {
    height: 187px;
    transition: .3s ease-in-out;
}
.header_area .nav-brand::after{
    content: "";
    position: absolute;
    left: -19px;
    top: -11px;
    background: #fff1b4;
    width: 135px;
    height: 187px;
    border-radius: 0 0 10px 10px;
    transition: .3s ease-in-out;
    z-index: -1;
}


/*menu*/

.stellarnav > ul > li > a, .stellarnav li.has-sub > a {     font-weight: 400;position: relative;padding: 60px 30px;letter-spacing: 2px;font-size: 15px;line-height: 55px;}
.stellarnav > ul > li.has-sub > a { padding-right: 30px;}
.stellarnav > ul > li > a:not(.dd-toggle):before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 39%;
    left: 49%;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
}
.stellarnav > ul > li:nth-of-type(1) > a:before{background-image: url(https://pic03.eapple.com.tw/byyourside365/hug.svg);}
.stellarnav > ul > li:nth-of-type(2) > a:before{background-image: url(https://pic03.eapple.com.tw/byyourside365/star.svg);}
.stellarnav > ul > li:nth-of-type(3) > a:before{background-image: url(https://pic03.eapple.com.tw/byyourside365/doctor.svg);}
.stellarnav > ul > li:nth-of-type(4) > a:before{background-image: url(https://pic03.eapple.com.tw/byyourside365/marketing.svg);}
.stellarnav > ul > li:nth-of-type(5) > a:before{background-image: url(https://pic03.eapple.com.tw/byyourside365/love-letter.svg);}
.stellarnav > ul > li:nth-of-type(6) > a:before{background-image: url(https://pic03.eapple.com.tw/byyourside365/route.svg);}
.stellarnav > ul > li:nth-of-type(7) > a:before{background-image: url(https://pic03.eapple.com.tw/byyourside365/pencil.svg);}
.stellarnav > ul > li > a:hover:before{transform: rotate(10deg) translate(-50%, -50%);transform-origin: center;transition: .3s ease-in-out;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #ED8E75;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #888;display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #ED8E75;}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul { background: #fffffff2; box-shadow: 0 5px 5px #00000066;}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: none; margin-bottom: 0;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #ED8E75; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; padding:20px 10px; font-family: "微軟正黑體", sans-serif;letter-spacing: 1px; }
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #ED8E75; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { transition: all 0.3s;background: #ED8E75;}
.stellarnav li.has-sub > ul > li:hover > a{ color: #fff;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #fff;    width: 22px;}
.stellarnav .menu-toggle:after { color: #fff;    font-size: 10px;}

/*展開*/
.stellarnav.mobile.left > ul { background: #ED8E75;    max-width: 95%;}
.stellarnav.mobile.active::before{
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #fff;
}
.stellarnav.mobile > ul > li { border-bottom: none;}
.stellarnav.mobile > ul > li > a { padding: 35px 60px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 30px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 65px;font-size: 14px;background: #FDECA1;border-radius: 0;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: transparent;font-size: 0;max-width: 100%;border-radius: 10px;text-align: right;padding-right: 20px;padding-top: 20px;}
.stellarnav .icon-close{width: 20px; height: 20px;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 1px #000;    width: 20px;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 1px #000;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 1px #444;}

/*下拉*/
.stellarnav.mobile li.open { background: #FDECA1; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .bannerindex{ margin-top: 10px;}
    .swiper-pagination { display: none;}

    /*logo*/
    .pageIndex .header_area .nav-brand {max-width: 135px; }
    /*menu*/
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{padding: 45px 15px;    font-size: 13px;}
    .stellarnav > ul > li.has-sub > a{ padding-right: 17px;}
    .stellarnav > ul > li > a:not(.dd-toggle):before{ width: 30px;height: 30px;top: 46%;left: 43%;}
}

@media screen and (max-width: 1024px) { 

    .bannerindex{ margin-top: 40px;}

    /*header*/
    .main_header_area .container { max-width: 97%;}

    /*logo*/
    .pageIndex .header_area .nav-brand.header_area .nav-brand {max-width: 100px;  margin-left: 14px;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav ul { text-align: right;}
    .stellarnav > ul > li > a, .stellarnav li.has-sub > a{padding: 45px 10px; }
    .stellarnav > ul > li.has-sub > a{ padding-right: 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a {padding: 45px 10px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {

    /*header*/
    .pageIndex .header_area { position: relative;height: 25px;background: #FFFCF1;}
    .main_header_area .container { max-width: 100%;}
    .bannerindex{ margin-top: 0;}

    /*logo*/
    .nav-header { position: static;}
    .pageIndex .header_area .nav-brand,.header_area .nav-brand{max-width:90px;margin-left: 0;padding-left: 10px;} 
    .header_area.sticky .nav-brand, .header_area .nav-brand{max-width:90px;}
    .pageIndex .header_area .nav-brand::after,.header_area .nav-brand::after{ left: 0;width: 105px;border-radius: 0 0 10px;}
    .pageIndex .header_area.sticky .nav-brand::after,.header_area .nav-brand::after{ height: 160px; }

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 35px 60px;}
    .stellarnav > ul > li > a:not(.dd-toggle):before{ top: 50%; left: 4%;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}

    .stellarnav.mobile{left: unset;right: 0;}
    .stellarnav .menu-toggle{margin: 10px; border-radius: 50px;padding: 9px; background: #ED8E75;}
    .stellarnav.mobile.left > ul{  width: 100% ;  max-width: 100%;border-radius:20px;position: fixed;width: calc(100% - 40px);margin: 20px auto;box-shadow: unset;background:#FFFCF1 ;left: 50%; transform: translateX(-50%);}
    .stellarnav.mobile.active{z-index: 200;}
    .pageIndex .main_header_area .stellarnav ul ul, .pageIndex .main_header_area.stellarnav ul ul ul{box-shadow: unset;    width: 100%; position: relative;background: #fbe1d9; }
}

@media screen and (max-width: 600px){
    .pageIndex .header_area .nav-brand,.header_area .nav-brand{max-width:55px;margin-left: 0;padding-left: 10px;}
    .header_area.sticky .nav-brand, .header_area .nav-brand{ max-width:75px;}    
    .pageIndex .header_area .nav-brand::after,.header_area .nav-brand::after{ left: 0;width: 85px;}
    .pageIndex .header_area.sticky .nav-brand::after,.header_area .nav-brand::after{    height: 140px;}

    .stellarnav > ul > li > a:not(.dd-toggle):before{left: 0; margin-left: 7%;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 商品下拉超過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個--結束 */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .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_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.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_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 { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #FCD944;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #FCD944;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #FCD944; color: #FCD944;}
.products-list .item a:hover .more { background: #FCD944;}

/*名稱*/
.products-list .name { color: #6F4E37; font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.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: #FCD944;}
.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;}
.product_page .products-list { width: calc(100% - 280px);}
.product-layer-two { width: 250px; margin: 0;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px;}
.product-layer-two > li.active { background: #FCD944; border-radius: 10px;}
.product-layer-two li.active li a { color: #fff; border: unset;}

/**/
.product-layer-two li a { color: #6F4E37; border: none; border-bottom: 1px dotted #ccc; background: transparent; line-height: 200%; transition: all 0.3s;    padding: 7px 26px;}
.product-layer-two li:hover > a { color: #ED8E75;  padding: 7px 30px;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #ED8E75; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#ED8E75;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #FCD944;
    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: #ED8E75;}
.product-layer-two li.active li:hover a { color: #ED8E75;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #ED8E75; font-size: 24px; text-align: center;}

/*次分類*/
.block { background: #ED8E75;}

/*按鈕顏色*/
.inquiry_a1 { background: #FCD944; transition: .3s ease-in-out;}
.inquiry_a2 { background: #FCD944; transition: .3s ease-in-out;}
.inquiry_a3 { background: #ED8E75; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #6F4E37; transition: .3s ease-in-out;}
.lastaction { color: #fff; background-color: #FCD944; transition: .3s ease-in-out;}
.lastaction:hover { color: #fff; background-color: #6F4E37; transition: .3s ease-in-out;}
.nextaction { background-color: #ED8E75; transition: .3s ease-in-out;}
.nextaction:hover { color: #fff; background-color: #6F4E37; transition: .3s ease-in-out;}
.lastPage { background: transparent; border: 1px solid #ED8E75; color: #ED8E75; transition: all 0.3s;}
.lastPage:hover { color: #fff; background-color: #FCD944; border: 1px solid #FCD944; transition: all 0.3s;}

/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.product_info li .txt_box { color: #6F4E37; width: 100%;}
.sidebarBtn .sp_price { color: #FCD944;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { background: transparent; color: #ED8E75; border-bottom: 1px solid #FCD94488; padding: 5px 5px 15px; display: inline-block;}

/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #ED8E75; border-bottom: 2px solid #FCD94488; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: 20px; color: #FCD944;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .product_menu_list>h5{color: #ED8E75;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}

    /*順序*/
    .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) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}





/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

/* = = = 文章 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 150px 20px 80px;margin-bottom: 30px;}
.module_i_news li a{    grid-template-columns: 1fr;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #ED8E75;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #FCD944; font-weight: 600; }
.module_i_news .title_i_box h4::before {
  content: "";
  position: absolute;
  top: -68px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 65px;
  color: #aaa;
  letter-spacing: 0.07em;
  text-shadow: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
}
.module_i_news01 .title_i_box h4::before {content: "BLOGS";}
.module_i_news02 .title_i_box h4::before {content: "PROJECT";}
.module_i_news ul { width: 90%; grid-template-columns:repeat(4,1fr);}
.i_blog_ri h5 { color: #FCD944; font-weight: 600;letter-spacing: 1px;}
.i_blog_ri em{    letter-spacing: 2px;    font-size: 13px;}
.i_blog_ri p,.blog_list_ri p{font-size: 14px;    letter-spacing: 2px;line-height: 145%; -webkit-line-clamp: 2;}
.module_i_news li:hover .i_blog_ri h5,.module_i_news li:hover .i_blog_ri em,.module_i_news li:hover .i_blog_ri p{  color: #fff;transition: all .5s;}

/*--文章管理/外層---------------------------------------*/

/*列表搜尋*/
.blog_search input[type=search]{}
h5.blog_le_t { display: none;}

/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #FCD944;}
h4.blog_category_title span { font-size: 24px;}


/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666;    letter-spacing: 5px;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;}

/*文章*/
.subbox_item a{    grid-template-columns: 1fr;}
.module_i_news ul, .blog_subbox { display: grid; gap: 10px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;    box-shadow: 0 0 8px #ccc;border-radius: 10px;}
.module_i_news li a, .subbox_item a { padding: 15px;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}
/*.module_i_news li::after, .subbox_item::after { 
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff88;
    opacity: 0;
    border: 1px #ddd solid;
    pointer-events: none;
    transition: all .5s;
}*/

.module_i_news li:hover , .subbox_item:hover {background: #FCEDEF; transition: all .5s; }
.module_i_news li:hover::before, .module_i_news li:hover::after, .subbox_item:hover::before, .subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}
.blog_list_ri h5 { color: #ED8E75; font-weight: 600;}

.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;letter-spacing: 2px;}
/*.subbox_item:hover .blog_list_ri h5, .subbox_item:hover .blog_list_ri em, .subbox_item:hover .blog_list_ri p{color: #fff;transition: all .5s;}*/
.i_blog_le, .blog_list_le { position: relative; padding-bottom: 100%; height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img, .blog_list_le 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%);
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #ED8E75 !important;}
.blog_le .accordion > li.open { background: #ED8E75;}
.blog_le .accordion > li.open a { color: #fff;}
.blog_le .accordion li.open i { color: #fff;}
.submenu a:hover { background: #ED8E75;}
.accordion li .link { padding: 10px;}
.blog_le .accordion li .link:last-child {}
.blog_le .accordion li:last-child .link { border: none;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}
.blog_le .accordion{border: none;    background: #FFFCF1; }

/*功*/
.blog_subbox { grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before { content:none;}

/*相關推薦*/
.news_related{background: #fff;}
.news_related h6 span:before{color: #FCD944;}
.lastPage{background:transparent;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #ED8E75; border: 1px solid #ED8E75; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #FCD944; border-color: #FCD944; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #ED8E75; border: 1px solid #ED8E75; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #ED8E75; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    .blog_page .main_part {
        padding: 50px 7% 10px;
    }
    .blog_in_page .main_part{padding: 50px 9% 10px;}
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: repeat(2,1fr);}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer {background: #FFFCF1; padding: 40px 0 0; border-radius: 80px 80px 0 0; box-shadow: 0 0 10px #00000020;}
.footer .center {position: relative;max-width: 80%;}
.footer_logo {padding: 20px 0;   margin: auto;}
.footer_logo img { max-width: 100px; width: 100%;}
.footer_info { padding: 20px 0;grid-template-columns: 150px 1fr; grid-gap: 0 35px;}
.footer_info ul { width: calc(100% - 100px); padding: 0; }

/*footer_info*/
.footer_info li:nth-child(1) {  display: inline-block;width: 46%;padding: 90px 10px 10px;position: relative;}
.footer_info li:nth-child(1):before {
    content: "Information";
    font-family: "Kodchasan", "微軟正黑體", sans-serif;
    font-size: 25px;
    font-weight: 200;
    position: absolute;
    top: 22px;
    letter-spacing: 2px;
    color: #888888;
}
.footer_info li p {color: #666;}
.footer_info li p a { color: inherit;}

/*footer_menu*/
.footer_info li:nth-child(2) {     display: inline-block;width: 53%;vertical-align: bottom;text-align: right;}
.footer_menu { /*display: grid; grid-template-columns: repeat(auto-fit, minmax(min(130px,100%), 1fr)); gap: 5px;*/}/*footer按鈕最小寬度100px*/
.footer_menu a {  padding: 5px 10px; background: transparent; border: none; text-align: center;}
.footer_menu a:first-of-type{display: none;}
.footer_menu a:hover { background: transparent;color: #ED8E75;border: none;}

/*聯絡icon*/
.box_link{display: none;}
.box_link a { transition:all 0.3s;}
.fa-whatsapp:before, .fa-envelope::before { color: #666;}
.box_link a:hover { background: #ED8E75; border-color: #ED8E75;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #fff;}

/*版權*/
.copy { background: transparent; color: #888; border: none; border-top:1px #eee solid ; padding: 15px 0;}
.copy a { color: #888; transition:all 0.3s;}

/*浮動按鈕*/
.info_fix{    width: 50px;right: 5px; bottom: 40px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;grid-template-columns: 1fr;}
    .footer_logo { text-align: center; margin: 0 auto;   padding: 0;}
    .footer_info ul { flex-direction: column;    width: 100%;}
    .footer_info li:nth-child(1) { width: 100%;        text-align: center;}
    .footer_info li:nth-child(1):before{left: 50%; transform: translateX(-50%);}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;  text-align: center;}
    .footer_menu{    display: grid;grid-template-columns: repeat(4, 1fr);}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }

    /*浮動按鈕*/
    .info_fix{    width: 50px;right: 5px; bottom: 40px;}
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}
    .footer_menu{ grid-template-columns: repeat(2, 1fr);}

}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { color: #ED8E75;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #ED8E75;}
.contact_form li.last cite {background: #ED8E75;}

@media screen and (max-width: 600px){
    .contact_form li .form__label{background: #fff;}
}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
