@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection {
    background-color: #232323;
    color: #fff;
}

::selection {
    background-color: #232323;
    color: #fff;
}

:root {
    --MainColor: #ECB1AC;
    --SubColor: #f09f94;
    --SubColor02: #b3644f;
    --LogoColor: #D9B765;
    --SFont: "Noto Sans TC", sans-serif;
    --SFontEN: "Italiana", serif;
    --TitleColor: #a07d7f;
    --FontColor: #333333;
    --f150: 150px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}


&::-webkit-scrollbar {
    background: #FBE1E1;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #FBE1E1;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #FBE1E1;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: linear-gradient(to bottom, #f1a28d 0%, #f1a28d 18%, #f1a28d 18%, #b66c55bb 33%, #f1a28d 53%, #ffccbf 70%, #f1a28d 98%);
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

body {
    font-family: var(--SFont);
    color: var(--FontColor);
    letter-spacing: 1px;
}

.path {
    display: none;
}

.main_part {
    padding: 80px 20px;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    padding: 0;
    background: #fff;
}

.header_area.sticky {
    transition: all 0.5s ease;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgb(255 255 255 / 89%);
    backdrop-filter: contrast(4) blur(20px);
    box-shadow: 0px 0px 4px 0px #d4d4d4;
}

.navigation {
    padding: 5px 10px;
}

/*上方選單右邊設定 臉書/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}
*/
.tp_links {
    display: none;
}

.me_tp_features {
    padding-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.me_tp_features a.tp_btn_cart {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    text-align: right;
    align-items: center;
}

.me_tp_features a.tp_btn_cart span>span {
    display: none;
}

.me_tp_features a.tp_btn_cart span b {
    background: #e6e6e6ad;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    display: flex;
    overflow: hidden;
    margin: 0;
    justify-content: center;
    align-items: center;
    color: var(--FontColor);
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.me_tp_features a.tp_btn_cart b::before,
.me_tp_features a.tp_btn_cart b::after {
    display: none;
}

.me_tp_features a i {
    margin: 10px 6px 10px 8px;
    font-size: 17px;
    color: var(--FontColor);
    transition: all .3s;
}

.me_tp_features a:hover i {
    color: var(--SubColor02);
}

.box_search {
    margin-right: 8px;
}

.box_search input[type=text] {
    border-radius: 0;
    background: no-repeat;
}

.shop_search_btn {
    border-radius: 0;
    color: #1d1d1d00;
    border: solid 1px #ccc !important;
    background: url(https://pic03.eapple.com.tw/firstflowersight/fashion_cli_img010.png) no-repeat 9px center #ffffff8a;
    width: 35px;
    background-size: 15px;
}

/*浮動按鈕*/
.linksBtn {
    backdrop-filter: saturate(180%) blur(11px);
    border: solid 1px #f1a28da6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgb(0 0 0 / 11%);
    border-radius: 50%;
    padding: 5px;
    background: #ecb1ac78;
    width: 50px;
    height: 50px;
    color: var(--SubColor);
}

.info_fix:hover>.linksBtn {
    background: var(--SubColor);
    color: #fff;
}

.fa-lightbulb::before {
    content: "+";
}

.info_fix>span:hover {
    transform: rotate(45deg);
    transition: .3s;
}

.info_fix_links a:hover {
    background: var(--SubColor);
    color: #fff;
    backdrop-filter: none;
}

.info_fix_links a.info_fix_default {
    background: #ecb1ac5c;
    backdrop-filter: saturate(180%) blur(11px);
    color: var(--SubColor);
    transition: all .3s;
}


/*電腦LOGO
.nav-brand {}
*/
.nav-header {
    max-width: 95px;
    padding: 5px;
}

/*手機LOGO
.nav-brand-m {}
*/

.stellarnav>ul>li>a {
    color: var(--FontColor);
    letter-spacing: 1px;
    padding: 0 10px;
    transition: all .8s;
    font-size: 15px;
    background-clip: text;
    background-image: linear-gradient(to right, #6b6b6b 45%, #333333 55%);
    /* background-image: linear-gradient(to right, #b3644f 0%, #f1a28d 18%, #f1a28d 18%, #b66c55 33%, #f1a28d 53%, #ffccbf 70%, #b3644f 98%); */
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 220% 100%;
    display: block;
    transition: .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.stellarnav>ul>li>a:hover {
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-name: filteranim;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    background-position: 0 50%;
}

@keyframes filteranim {
    0% {
        filter: brightness(1)
    }

    10% {
        filter: brightness(2.5)
    }

    to {
        filter: brightness(1.4)
    }
}

.stellarnav li.has-sub>a:after {
    height: 9px;
    width: 9px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #453630 #453630 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    right: 3px;
    top: 34%;
}

.stellarnav.desktop li.has-sub a {
    font-size: 15px;
    letter-spacing: 1px;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    color: #fff;
    /* background: var(--SubColor02); */
    background: linear-gradient(139deg, #b3644f 0%, #f1a28d 18%, #f1a28d 18%, #f1a28d 53%, #ffccbf 70%, #b3644f 98%);
    transition: all .3s;
    padding-left: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.stellarnav li li {
    border: none;
}

.stellarnav li.drop-left li.has-sub>a:after {
    right: 8px;
    border: 1.5px solid #898989;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(225deg) translateY(50%);
    top: 50%;
}

.stellarnav li.drop-left li.has-sub:hover>a:after {
    border-color: var(--SubColor);
}

.stellarnav li li.has-sub>a,
.stellarnav li a {
    padding: 15px 20px;
}


/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {
    background: #ffffff;
    padding: 0;
}

.footer_logo {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
}

.footer_info {
    display: grid;
    grid-template-columns: 200px 1fr 370px;
    gap: 20px 35px;
    padding: 0;
    max-width: 1400px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 70px;
}

.footer_info ul {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
    align-items: baseline;
    width: 100%;
    max-width: 900px;
    margin: 0 0 0 auto;
    padding-top: 20px;
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(1) {
    padding-left: 20px;
}

.footer_info li:nth-child(2) {
    border-right: solid 1px var(--SubColor);
    padding-right: 25px;
}

.footer_info li:nth-child(2) {
    order: -1;
}

.footer_menu a,
.footer_info li:nth-child(1)>p,
.footer_info li:nth-child(1) a {
    transition: all 0.3s;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--FontColor02);
    padding: 0;
    letter-spacing: 0.1em;
    font-family: var(--SFont);

}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    border: none;
    background: transparent;
    width: fit-content;
    transition: all 0.3s;
    font-family: var(--SFont);
}

.footer_menu a:hover {
    background: transparent;
    color: var(--FontColor);
}

.footer_info li:before,
.box_link:before {
    display: block;
    margin-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: var(--SubColor);
}

.box_link:before {
    content: "CONTACT";
}

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}

.footer_info li:nth-child(2):before {
    content: "RELATED LINK";
}

.box_link {
    display: flex;
    flex-direction: row;
    max-width: 280px;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
    position: relative;
    order: 3;
    padding-top: 20px;
    align-items: flex-start;
    align-content: flex-start;
}

.box_link a {
    border: none;
    width: 45px;
    height: 45px;
    color: var(--SubColor);
    padding: 11px;
    font-size: 18px;
    position: relative;
    background: transparent;
    transition: 0.3s box-shadow;
    overflow: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px 5px 0;
    border-radius: 50%;
}

.box_link a:hover {
    color: var(--FontColor02);
}

.box_link a:before {
    box-shadow: 7px 7px 14px rgb(217 198 184), -7px -7px 14px #fbeded;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: 0.3s opacity;
    opacity: 1;
}

.box_link a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: opacity 0.3s, box-shadow 0.3s;
    opacity: 0;
    mix-blend-mode: multiply;
    box-shadow: inset 4px 4px 8px #ccbba9, inset -4px -4px 8px white;
}

.box_link a:hover:after {
    opacity: 1;
}

.box_link a:hover:before {
    opacity: 0;
}

.copy {
    padding: 15px 0;
    /* background-color: var(--LogoColor); */
    color: var(--SubColor03);
    margin: 0;
    border: none;
    background: linear-gradient(123deg, #f09f94 0%, #f1a28d 18%, #f1a28d 18%, #fbccb5 33%, #f1a28d 53%, #ffccbf 70%, #f08f84 98%);
}

.copy a {
    color: var(--SubColor03);
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_form li.last cite {
    background: linear-gradient(136deg, #f09f94 0%, #f5c3b6 29%, #fbccb5 51%, #fed6c4 63%, #f1a28dc4 90%, #fbccb5 100%);
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    border: 1px #ecb1ac solid;
}

.list_before.info li.FB:before {
    content: "FB";
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}

.list_before.info li.LINE:before {
    content: "LINE";
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}

.list_before {
    margin-bottom: 0;
}

.contact_le_nomap .list_before {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact_le_map a {
    background: var(--SubColor);
}

.blank_letter {
    color: var(--FontColor);
    font-family: var(--SFontEN);
    font-size: var(--f28);
    font-weight: 500;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    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 {
    background: url(https://pic03.eapple.com.tw/dadai/ban.jpg) no-repeat center;
    height: min(max(32vw, 250px), 600px);
    background-size: cover;
    position: relative;
}

.banner h5 {
    font-size: var(--f28);
    color: #fff;
    text-align: left;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    letter-spacing: 5px;
    font-weight: 400;
    text-shadow: 0 0 4px #ecb1aca1, 0 0 17px #ecb1aced, 0 0 25px #ecb1aced;
}

.banner h5:before {
    content: "Dadaisun";
    display: block;
    font-family: var(--SFontEN);
    color: #ffffff;
    font-size: var(--f150);
    font-size: min(max(9vw, 32px), 150px);
    font-weight: 200;
    letter-spacing: 0;
    line-height: 80%;
    padding-top: 0;
}

.banner.banF h5:before {
    content: "Products";
}

.banner.banblog h5:before {
    content: "News";
}

.banner.banC h5:before {
    content: "Contact Us";
}

.banner.banA {}

.banner.banB {}

.banner.banC {}

.banner.banD {}

.banner.banE {}

.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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-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 var(--SubColor);
    background: var(--SubColor);
    position: absolute;
    bottom: 140px;
    width: 100%;
    height: 0;
    font-weight: 500;
    color: #fff;
    border: none;
    padding: 0px;
    transition: 0.5s;
    opacity: 0;
}

.products-list .item a:hover .more {
    background: var(--MainColor);
    border: none;
    opacity: 1;
    height: 50px;
    padding: 9px;
}


/*購物車修改*/
.product-layer-two>li {    padding-bottom: 0;    border-bottom: none;}
.product-layer-two li a {    background: transparent;    color: var(--FontColor);}
.product-layer-two li i {    color: var(--SubColor);}

.product-layer-two li a {
    background: transparent;
    color: var(--FontColor);
    border-bottom: 1px solid var(--SubColor);
}

.product-layer-two li.active a {
    border-color: var(--SubColor);
    background: var(--SubColor);
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.product-layer-two li.active li a {
    color: var(--FontColor);
    background: transparent;
}

.product-layer-two li li:hover>a {
    color: var(--SubColor);
}

.product-layer-two li li.active a {
    color: var(--SubColor);
}

.products-list .price b {
    color: var(--FontColor);
}

.products-list .price .sp_price {
    color: var(--SubColor);
}

.products-list .name {
    color: var(--FontColor);
    text-align: center;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}

/*按鈕顏色*/
.inquiry_a1 {    background: #cbc0a0;}
.inquiry_a2 {    background: #bdab77;}
.inquiry_a3 {    background: var(--SubColor);}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
}

.lastaction {    color: var(--SubColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--SubColor);}
.lastPage {    background: var(--SubColor);}

/*商品側邊規格*/
.sidebarBtn {    border: none;}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {    color: var(--SubColor);}
.mobile_product_name {    font-size: 24px;}

/*相關推薦*/
.prod_related {
    background: #ecb1ac1f;
    padding: 70px 20px;
}

.prod_related h6 span:before {
    font-size: var(--f28);
    color: var(--SubColor);
    font-weight: 500;
}

/*購物流程*/
.car_page .information_left {    display: block;}
body.car_page .footer_info li p:before {    position: initial;    display: inline;}

.shopping-cart .cart_head {    background: var(--FontColor);}

.rewrite_simple {    background: #ECB1AC url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {    background: var(--FontColor) url(../images/simple_right.png) 88% center no-repeat;}

@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;
        color: var(--FontColor);
        font-weight: 500;
    }

    .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) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_subbox {    grid-template-columns: repeat(3, 1fr);}

.subbox_item a {    grid-template-columns: 1fr;}

.module_i_news li a,
.subbox_item a {
    padding: 5px;
    padding-bottom: 35px;
    border-bottom: 1px #8888883d solid;
    -webkit-clip-path: inset(0 0 -0.2em);
    clip-path: inset(0 0 -0.2em);
}

.blog_list_le {
    overflow: hidden;
}

.module_i_news li a:hover,
.subbox_item a:hover {
    border-bottom: 1px #888888 solid;
}

.module_i_news li a:after,
.subbox_item a:after {
    pointer-events: none;
}

.module_i_news li a:after,
.subbox_item a:after {
    pointer-events: none;
    background: transparent;
    border: none;
    line-height: 1;
    text-rendering: auto;
    top: 95%;
    bottom: 10px;
    left: 94%;
    opacity: 1;
    content: "→";
    font-family: var(--SFontEN);
    font-size: 14px;
    color: #2d2d2d;
    width: 5%;
}

.module_i_news li a:hover:after,
.subbox_item a:hover:after {
    animation: mo_arrow 800ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.subbox_item a:hover:before,
.subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
}

@keyframes mo_arrow {

    40%,
    50% {
        opacity: 0
    }

    43% {
        transform: translateX(105%) scaleY(0.1)
    }

    44%,
    50% {
        transform: translateX(-145%) scaleY(0.1)
    }

    100% {
        transform: translateX(0) scaleY(1)
    }
}

.module_i_news li a:hover img,
.blog_list_le:hover img {
    transform: scale(1.2) translate3d(0, 0, 0);
}

.subbox_item a:hover:before,
.module_i_news li a:hover:before {
    transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.subbox_item a:hover:before,
.subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
}

.subbox_item a:before {
    font-family: var(--SFontEN);
    font-weight: normal;
    font-size: 14px;
    left: 10px;
    color: var(--FontColor);
    right: 0;
    opacity: 1;
}

.blog_list_ri h5 {    color: var(--FontColor);}


/*側邊*/
.blog_le .accordion>li {    transition: all 0.3s;}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.submenu a:hover {    background: #9A7E4A;}

.blog_search input[type=search] {
    border: none;
    border-bottom: solid 1px #888;
    border-radius: 0;
}

.blog_search input[type=search] {
    border-radius: 0;
}
.accordion li .link a {
    color: var(--FontColor);
}

.blog_le .accordion {
    border-bottom: none;
    border-radius: 0;
    border: none;
}

h5.blog_le_t {
    font-family: var(--SFont);
    font-weight: 600;
    color: var(--FontColor);
    letter-spacing: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #2d2d2d !important;
}

.blog_le .accordion li .link:last-child:hover:before {
    animation-name: line_move;
    animation-duration: 0.5s;
}

.blog_le .accordion li .link:last-child:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #3333335c;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.2s;
}

@keyframes line_move {
    30% {
        left: 100%;
        width: 0
    }

    40% {
        width: 0;
        left: 0
    }

    100% {
        left: 0;
        width: 100%
    }
}


/*文章內層*/
h4.blog_category_title {
    color: var(--FontColor);
    font-weight: 500;
}

.blog_back a.article_btn_back {    background: var(--SubColor);}
.blog_back a.article_btn_prev {    background: #333;}
.blog_back a.article_btn_next {    background: #333;}

/*文章-相關推薦*/
.news_related {
    background: #ecb1ac1f;
    padding: 70px 20px;
}

.news_related h6 span:before {
    font-size: var(--f28);
    color: var(--SubColor);
    font-weight: 500;
}

.lastPage {
    color: #fff;
    background: var(--SubColor);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media (max-width:1024px) {
    :root {
        --f150: 90px;
        --f80: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }

    .header_area.sticky {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .me_tp_features {
        width: fit-content;
        position: absolute;
        right: 10px;
    }

    .footer_info {
        grid-template-columns: 1fr;
    }

    .footer_logo {
        max-width: 100%;
        padding-left: 63px;
    }

    .footer_logo img {
        width: 130px;
    }

    .footer_info ul {
        max-width: 100%;
        padding: 10px 60px 0;
    }

    .box_link {
        max-width: 100%;
        padding-left: 65px;
    }
}


@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    /*#bottom_menu {display: block; }*/
    .footer.with_shopping_mode {        padding: 30px 0 53px    }
    #to_top {        bottom: 60px;    }
    #bottom_menu li:first-child:nth-last-child(2),
    #bottom_menu li:first-child:nth-last-child(2)~li {
        width: 50%;
        display: block;
        float: left;
    }

    :root {
        --f150: 55px;
        --f80: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

    #bottom_menu li:first-child:nth-last-child(3),
    #bottom_menu li:first-child:nth-last-child(3)~li {
        border-right: 1px solid #fbccb5;
    }

    #bottom_menu li a {        color: var(--SubColor02);    }

    .stellarnav .menu-toggle {        padding: 10px;    }
    .stellarnav .menu-toggle span.bars span {        background: var(--LogoColor);    }
    .stellarnav .menu-toggle:after {        color: var(--LogoColor);    }
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {        background: var(--SubColor);        color: #fff;    }
    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {        border-bottom: solid 2px #ffffff;    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after {        border-bottom: solid 2px var(--SubColor);    }
    .stellarnav.mobile>ul {        border-top: none;    }
    .stellarnav.mobile.right>ul,    .stellarnav.mobile.left>ul {        border-right: none;    }   
    .blog_subbox {        grid-template-columns: repeat(2, 1fr);    }
}

@media (max-width:600px) {
    :root {
        --f150: 45px;
        --f80: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

    .me_tp_features {
        position: relative;
    }

    .footer_info ul {
        grid-template-columns: 1fr;
        padding: 10px 30px 0;
    }

    .footer_info li:nth-child(1) {
        padding-left: 0;
    }

    .footer_info li:nth-child(2) {
        order: 2;
        border-right: none;
        margin-top: 0;
    }

    .footer_menu {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer_logo {
        padding-left: 30px;
    }

    .box_link {
        padding-left: 30px;
    }

}

@media (max-width:425px) {
    :root {
        --f150: 32px;
        --f80: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
    .blog_subbox {
        grid-template-columns: 1fr;
    }
}