@charset "utf-8";

/* .animated15 { animation: none;}固定背景 */

/*校稿版面設定*/
/* .services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:1px; margin-top:-1px;}
.show_content { width: 100%; padding: 0px; top: -1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;} */

/*頁面內容*/

.path { display: none;}

.pageIndex .edit_part {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.other_promotion {
    list-style: none;
    /* display: none; */
    margin: 0 auto;
}

#content_main, #content {
    background: #EDE5DE;
    margin: 0;
    position: relative;
    overflow: hidden;
}
/*SubMenu*/
.me_tp_features {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
}
.me_tp_features a{
    font-size: clamp(14px,4vw, 18px);
}
/*隱藏整列*/
.shop_search_btn { background: #212121;}
.tp_links a ,.box_search{ display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #212121;}

/*按鈕*/
.animated-arrow {border-radius: 0;transition: .3s ease-in-out;}
.animated-arrow:hover {background: #964b61;transition: .3s ease-in-out;}

/*頁碼*/
.page {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;width: 100%;margin: 0;grid-column: 2 / 2;}
.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: #212121; border: 1px solid #212121;}
.other_select_page .page{display: none;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
    .list_before.account{width: 100%;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .swiper-slide:after{
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/theflower/b-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;
}
.pageIndex .swiper-slide:nth-child(2):after {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/theflower/b-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;
}
.pageIndex .swiper-slide.swiper-slide-active:after  {
    animation: ani_TtoB 1s 0.6s both;
}

@media screen and (max-width: 1440px) {
    .pageIndex .swiper-slide:nth-child(1):before{ bottom: -35%;}
        }

@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%); opacity:0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); opacity:1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-0%);
        transform: translateX(-5%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**/

@media screen and (max-width: 768px) {

}

.pageIndex .swiper-pagination {
    margin: 0;
}

/*--大圖上方固定圖片---------------------------------------*/

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

@media screen and (max-width: 425px) {
    .swiper-slide::after { bottom: 0%; width: 33vw;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {
    min-height: 500px;
    background: url(https://pic03.eapple.com.tw/theflower/banF.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner h5 {font-family: 'Noto Serif TC';font-size: 45px;font-weight: 500;display: flex;color: #fff;margin: auto;padding-top: 200px;letter-spacing: 0.3rem;text-shadow: 0 0 8px #00000054;flex-direction: column;}

.banner.banA {
    /* background: url(https://pic03.eapple.com.tw/theflower/banA.jpg)fixed repeat-y top; */
    background-repeat: no-repeat;
    }

.banner.banblog {
    /* background: url(https://pic03.eapple.com.tw/theflower/banblog.jpg)fixed repeat-y top; */
    background-repeat: no-repeat;
    }


.banner.banF {
    /* background: url(https://pic03.eapple.com.tw/theflower/banF.jpg)fixed repeat-y top; */
    background-repeat: no-repeat;
    }

.banner.banE {
        /* background: url(https://pic03.eapple.com.tw/theflower/banE.jpg)fixed repeat-y top; */
        background-repeat: no-repeat;
        }

.banner.banC {
    /* background: url(https://pic03.eapple.com.tw/theflower/banC.jpg)fixed repeat-y top; */
        background-repeat: no-repeat;
        }
.banner.banC {
    height: 100px;
    min-height: unset;
    padding: 0;
}
.banner.banC h5 {
    display: none;
    padding: 0;
}
.banner  h5:before{
    content:'';
    font-family: 'Aboreto';
    color: #fff;
    text-shadow: 0 0 8px #b899a2;
    font-size: 40px;
    letter-spacing: 0.5rem;
                  }
.banner.banF h5:before{content:'';}
.banner.banA h5:before{content:'';}
.banner.banE h5:before{content:'';}
.banner.banblog h5:before{content:'';}

@media screen and (max-width: 1024px) {
    .banner{
        min-height: 300px;
    }
    .banner h5{font-size: 32px;padding-top: 45px;}
}
@media screen and (max-width: 768px) { .banner h5 {font-size: 28px;padding-top: 60px;}}
@media screen and (max-width: 600px) {
     .banner h5 {font-size: 24px;padding: 30px 0px;}
     .banner{
        background: url(https://pic03.eapple.com.tw/theflower/banF-2.jpg) fixed repeat-y top;
        min-height: 160px;
        background-position-x: 12%;
    }

    }

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area {position: fixed;width: 100%;top: 0;left: 0;padding: 0;background: #ffffffbd;backdrop-filter: blur(4px);/* box-shadow: 0 0 10px #00000029; */}
.main_header_area{background:transparent;}

.main_header_area .container {max-width: 100%;}
.stellarnav{z-index:1;}
.stellarnav {padding: 40px 1% 0;}
.navigation{display: grid;grid-template-columns: 100px 1fr;padding: 0 0 0 2%;}
.nav-header{
    position: relative;
}
.nav-brand{width:100%;padding: 3px;margin: 8px;}
/*menu*/
.stellarnav > ul > li:nth-last-child(1) {
    background: #984c61;
    border-radius: 100px;
    padding: 0px;
}
.stellarnav > ul > li:nth-last-child(1):hover {
    background: #984c61;
}
.stellarnav > ul > li:nth-last-child(1)> a {
    color: #fff;
    padding: 2px 20px;
}
.stellarnav > ul > li:nth-last-child(1):hover> a {
    color: #ffffff;
}

.stellarnav > ul > li { position: relative;}
.stellarnav li{padding: 12px 0;}
.stellarnav > ul > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #984c61;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.stellarnav > ul > li:hover::after {width: 50%;transition: all 0.3s;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {font-weight: 600;position: relative;padding: 0 20px;color: #000000;transition: all .3s;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a {color: #000000;}
.stellarnav li.has-sub > a::after {display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { display: none;}/*下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul {background: #b2a8a0;}
/* box-shadow: 0 2px 5px #00000012; */
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li {
    display: block;
    border: 0;
    border-bottom: 1px #eeeeee40 solid;
    margin-bottom: -1px;
    padding: 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 #212121; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li li > a, .stellarnav li li.has-sub > a {color: #fff;font-size: 15px;padding: 10px 7px;border-left: 1px solid transparent;background: transparent;transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #ccc;
    background: #333;
    padding-left: 10px;
    transition: all 0.3s;
}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle{padding: 0;}
.stellarnav .menu-toggle span.bars span { background: #333;}
.stellarnav .menu-toggle:after {color: transparent;}

/*展開*/
.stellarnav.mobile.left > ul {background: #ffffffe0;padding: 0;}
.stellarnav.mobile > ul > li {border-bottom: 1px #ccc solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a {color: #984c61;padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #984c61;color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.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 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #212121;}

/*下拉*/
.stellarnav.mobile li.open {background: #ffffff5e;padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul {left: 0;padding: 0;right: auto;width: 140px;}
.stellarnav ul li.has-sub:nth-of-type(2)>ul>li:nth-child(1) {display: none;}
/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 

.header_area{position: sticky;backdrop-filter: unset;}
    .stellarnav ul {text-align: center;}
    .stellarnav li {
        padding: 4px 0;
    }
    .navigation {
        padding: 16px 0;
        display: block;
    }
    .stellarnav > ul > li:nth-last-child(1) {
        padding: 4px 0;}

        
        
    /*logo*/
    .header_area .nav-brand {max-width: 100px;transition: .3s ease-in-out;}

    /*menu*/
        
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 10px;}
    .stellarnav { padding: 0 0 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: 0 30px;}
    .stellarnav > ul > li.has-sub > a{padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
    .me_tp_features {position:relative;right: auto;}    
}


@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header {position: static;}
    .header_area.sticky .nav-brand {max-width: 80px;transition: .3s ease-in-out;}    
    
    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li:hover::after { width: 100%;}
    .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: 20px 30px;/* border-bottom: 1px #ccc solid; */}
    .stellarnav.mobile > ul > li > a.dd-toggle {top: 0px;}
    .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: 10px;
        top: 38%;
        }
    .me_tp_features{display:none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{background: #f6f4f37d;}
    .stellarnav > ul > li.drop-left > ul{width:100%}
    .stellarnav > ul > li:nth-last-child(1),.stellarnav > ul > li:nth-last-child(1):hover{background:transparent;border-radius: 0;}
    .stellarnav > ul > li:nth-last-child(1)> a{color: #000;}
    .stellarnav > ul > li.has-sub > a{padding: 20px 30px;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer {background: #9a4d61;padding: 60px 0 0;}

.footer_logo{width: 150px;}

.footer_logo a:after{position: absolute;margin-top: 108px;margin-left: 8px;content:'嬪嬪花藝坊';color:#fff;font-size: 15px;font-family:'noto sans tc';}
.footer_logo img {width: 100%;height: 100%;filter: contrast(0.5) brightness(4);}

.footer_info {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer_info ul {width: 100%;padding: 0;margin: 0;text-align: left;}

/*footer_info*/
.footer_info li:nth-child(1) {display: inline-block;width: 100%;padding: 50px 2% 0;display: grid;grid-template-columns: repeat(3, 1fr);}
.footer_info li p {text-align: left;color: #eee;letter-spacing: 2px;}
.footer_info li p a { color: inherit;}
p.mail,p.taxid,p.line{display: none;}
.footer_info li p:before {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.5;
    margin-bottom: 8px;
    white-space: break-spaces;
}
.footer_info li p.tel:before { content: '聯絡電話\A CONTACTS';}
.footer_info li p.add:before{content: '門市地址\A ADDRESS';}
.footer_info li p.add2:before,.ADD2:before {content: '營業時間\A HOURS';}
/*footer_menu*/
.footer_info li:nth-child(2) {display: inline-block;width: 100%;vertical-align: top;/* padding-bottom: 50px; */}
.footer_menu {margin-top: 10px;display: grid;grid-template-columns: repeat(7, 1fr);gap: 10px;display: none;}/*footer按鈕最小寬度100px*/
.footer_menu a {margin: 5px 0;padding: 12px 10px;border-radius: 50px;background: #a55168;border: none;/* border-right: 1px #ccc solid; */text-align: center;color: #dfb4c0;transition: .3s ease-in-out;}
.footer_menu a:last-child {border-right: none;}
.footer_menu a:hover {color: #ffffff;background: #bd7b8d;transition: .3s ease-in-out;}
.footer_menu a:nth-child(1){display:none;}

/*聯絡icon*/
.box_link {
    /* display: none; */
    grid-column: 2 / 2;
    grid-row: 3 / 3;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 60px 0 20px;
}
.box_link a {
    display: inline-block;
    max-width: 50px;
    transition:all 0.3s;
    padding: 8px;
    width: 50px;
    border-radius: 100px;
}
.fa-whatsapp:before, .fa-envelope::before { color: #ccc;}

.box_link a {background: #ffffff;border-color: transparent;color: #984c61;}
.box_link a:hover {background: transparent;border-color:#ffffff;color:#ffffff;}
.box_link a:nth-child(3),.box_link a:nth-child(4) {display: none;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before { color: #212121;}


/*版權*/
.copy {
    position: relative;
    background: transparent;
    color: #ffffff;
    padding: 10px;
    border-top: 1px #ffffff24 solid;
}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {

    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) {width: 100%;padding: 50px 4%;grid-template-columns: 1fr;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    .footer_info li p{padding-bottom: 8px;border-bottom: 1px #ffffff1a solid;}
    .footer_menu a:first-of-type { border-left: 1px #ccc solid;}
    .footer_menu { grid-template-columns: repeat(3, 1fr);}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block;}
    .footer.with_shopping_mode {padding: 80px 10px;}
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}
    .footer_info li:nth-child(2) {border-left: none;}
    /*聯絡icon*/
    .box_link {text-align: left;grid-column: unset;grid-row: unset;}
}

/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--促銷方案/首頁---------------------------------------*/

.news_list ul li {
    border-bottom: 1px #ccc solid;
}

.news_part {width: 90%;max-width: 1300px;padding: 100px 0 50px;}
.news_part .title_i_box h6 {font-family: 'Aboreto';font-weight: 500;color: #964b61;font-size: 40px;letter-spacing: 10%;}
.news_part .title_i_box h4 {display: none;position: relative;color: #212121;text-align: left;font-weight: 600;font-size: 20px;}
.news_part .title_i_box h4::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 100px;
    width: 200px;
    height: 1px;
    background: #aaaaa9;
}
.news_list ul li a:hover {background: #f9f9f945;}
.news_list ul li p::after {/* background: #212121; */padding: 3px 5px;border-radius: 5px;color: #944a61;}
.news_list ul li a { }

/*按鈕*/
.i_news_b a.animated-arrow { background: #964b61; transition: .3s ease-in-out;}
.i_news_b a.animated-arrow:hover {background: #964b61;}
.i_news_b a.animated-arrow b { color: #ffffff; font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_news_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_news_b a.animated-arrow i { color: #ffffff;}

/*--促銷方案/功能頁---------------------------------------*/
.promotion_title{border-bottom:1px #d3baa5 solid;padding-bottom: 20px;}
.promotion_title em{background:#964b61;color:#fff;border:0;padding: 5px 6px;border-radius: 4px;}
.promotion_title span{
    border: 0;
    /* border-top: 1px solid #964b616e; */
    /* border-bottom: 1px solid #964b616e; */
    padding: 4px 8px;
    color: #964b61;
}
.promotion_title h2 {position: relative;font-family: 'Noto Serif TC';color: #212121;text-align: left;font-weight: 600;font-size: 22px;margin-left: 8px;}
.promotions_page .edit { min-height: 22vw; color: #666; line-height: 32px; letter-spacing: 1px; text-align: justify;}

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 80px 20px 50px;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #aaaaa9;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #212121; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.module_i_news .title_i_box h4::before {
    content: "NEWS";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #aaaaa9;
    letter-spacing: 3px;
    text-shadow: none;
    z-index: -1;
}
.module_i_news ul { width: 90%; grid-template-columns:1fr 1fr 1fr 1fr;}
.i_blog_ri h5 { color: #212121; font-weight: 600;}

/*--文章管理/外層---------------------------------------*/

.blog_page .main_part { max-width: 1400px;}

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類標題*/
h4.blog_category_title span { font-size: 18px;}
.blog_page h4.blog_category_title{display:none;}
h4.blog_category_title{font-family: 'Noto Serif TC';}
/*次分類*/
.submenu {background: #ede5de;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a {color: #666;padding: 12px 12px;font-weight: normal;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;}

/*文章*/
.module_i_news ul, .blog_subbox { display: grid; gap: 10px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
.module_i_news li a, .subbox_item a {padding: 5px;display: grid;grid-template-columns: 28% 1fr;grid-gap: 5px;border-bottom: 1px #ccc solid;}
.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: #ffffff52;
    opacity: 0;
    border: 1px #ab697e2e solid;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::before, .subbox_item::before {
    position: absolute;
    content: 'READ MORE';
    font-size: 12px;
    color: #ab697e;
    background: transparent;
    padding: 15px 30px;
    border-radius: 2px;
    border: 1px solid #ab697e;
    right: 20px;
    bottom: 20px;
}
.subbox_item:hover::before {
    color: #fff;
    background: #964b61;
    z-index: 100;
}
.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 {font-family: 'Noto Serif TC';color: #212121;font-size: 24px;font-weight: 600;}
.blog_list_ri em{
    padding-bottom: 20px;
    margin: 10px 0 20px;
    border-bottom: 1px #ccc solid;
}
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri {width: 100%;padding: 20px 10px;}
.i_blog_le, .blog_list_le {position: relative;padding-bottom: 100%;height: 0;overflow: hidden;}/*文章縮圖長寬比例，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%);
}
.subbox_item:hover .blog_list_le img:hover{    transform: translate(-50%,-50%) scale(1.05);}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.submenu a:before{display:none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #fff !important;}
.blog_le .accordion > li:hover .link,.blog_le .accordion > li.on_this_category .link {background: #964b61;}
.accordion li .link{background: #bf8799;}
.accordion li .link a,.blog_le .accordion li i{color: #fff }
.submenu a:hover {background: #cbc1b8;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: 0;
    overflow: hidden;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 10px 35px 10px 10px;
}
/*隱藏其餘主分類
.blog_le .accordion > li:not(.on_this_category) { display: none;}*/

/*次分類*/
.blog_le .accordion li.default .submenu { display: block !important;}

/*功*/
.blog_subbox {grid-template-columns: 1fr;}
.blog_subbox:before { content:none;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #212121; border: 1px solid #212121; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #984c61; border-color: #984c61; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #aaaaa9; border: 1px solid #aaaaa9; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #aaaaa9; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: 1fr 1fr;}

    /*功能頁/外層*/
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}
}


/*相簿*/
.show-list .item:hover .show_name {
    color: #a18545;}

/*相簿*/
.overlay {
    background: rgba(170, 170, 170, 0.25);
    border-radius: 5px;
    transition: all .2s 100ms cubic-bezier(.42,0,.58,1);
    }

.subalbum-menu h2 {
    color: #b0b0b3;
    letter-spacing: 1px;}


.other_album_choice li {
    background: #984c61;
    border-radius: 5px;
    font-size: 13px;}

.other_subalbum li {
    width: 23%;
    margin: 14px 9px;
}
.pic-list{    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}
.pic-list .show_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;}

    .album_fixed_title {
        font-size: 17px;
        color: #666;
        padding-right: 14px;
        display: inline-block;
        position: relative;
        background: none;
        margin-bottom: 15px;
    }


/*大分類*/
.album_page .main_part{
    max-width: 1400px;
}
.album_page .show_content{display:grid;grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));}
.show-list .item {margin: 0;background-color: transparent;width: 100%;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img,.pic-list .show_pic img{object-fit: cover;transition: .3s ease-in-out;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;/* transform: translate(-50%, -50%); */}
.show-list .show_pic{aspect-ratio: 3 / 3;transition: .3s ease-in-out;padding-bottom: 100%;}
.show-list:hover .show_pic img,.pic-list .show_pic:hover img{    transform:scale(1.05);}

@media screen and (max-width: 570px) {
    .show-list .item {width: 100%;}
    .show-list .item {/* margin: 10px 6%; */}
    }    

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { .module_i_news ul { grid-template-columns:1fr 1fr;}}
@media screen and (max-width: 768px) { 
    h4.blog_category_title { font-size: 24px;}
    h4.blog_category_title span { font-size: 20px;}
    ul.show-list { grid-template-columns: repeat(1,1fr);}
    .other_subalbum, ul.pic-list { grid-template-columns: repeat(2,1fr);}
    .products-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 600px) {
    .module_i_news ul, .blog_subbox { grid-template-columns:1fr;}
    .module_i_news li a, .subbox_item a{
    grid-template-columns: 1fr;
}
    .i_blog_le, .blog_list_le {padding-bottom: 80%;/* height: 100%; */}
    .blog_list_ri {
    padding: 10px 10px 60px;
}
    .module_i_news li::before, .subbox_item::before{
    text-align: center;
    width: 95%;
    right: 8px;
    bottom: 8px;
}
    h4.blog_category_title { font-size: 20px;}
    h4.blog_category_title span { font-size: 18px;}
}
@media screen and (max-width: 425px) {
    ul.show-list, .other_subalbum, ul.pic-list { grid-template-columns: repeat(1,1fr);}
    .footer_menu { padding: 0 ;}
    .products-list {grid-template-columns:  1fr;}
}

/*購物車*/
.prod_part{max-width:1600px;}
.i_prod_tit{padding-bottom:60px;}
.i_prod_tit h2 {
    font-family: 'Aboreto';
    font-weight: 500;
    color: #964b61;
    font-size: 40px;
    letter-spacing: 10%;
}
.i_prod_tit span{display:none;}
/* 外 */
.product_page .main_part{
    max-width: 1400px;
}
.product_page .show_content {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 60px;
}
.product-layer-two{
    display: flex;
    flex-direction: column;
}
.product-layer-two li{
    margin: 0;
}
.products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.product_page .clearfix:before, .product_page .clearfix:after,
.pageIndex .clearfix:before,.pageIndex .clearfix:after
{display:none;}
.products-list .item{width:100%;}
.product-layer-two li a {
    background: #f3f3f357;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px #ded7cb solid;
    color: #333;
}
.products-list .name,.products-list .price{text-align:center;-webkit-line-clamp: 1;height: fit-content;}
.products-list .price b {
    color: #964b61;
}
.product-layer-two li:hover a{background: #964b61;color: #fff;}
.product-layer-two li.active a {
    background: #000;
    color: #fff;
}
.products-list .more {
    border: 1px solid #964b6130;
    color: #964b61;
    background: #964b610f;
    }
.products-list .item a:hover .more {
    background: #964b61;
    border: 1px solid #964b61;
}

/* 內頁 */
.product_info_page ul.product-layer-two {    display: none;}
.bx-wrapper .bx-viewport {
    border: 0;
    background: transparent;
}
.sidebarBtn{
    border: 0;
    border-radius: 10px;
}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {
    background: #bea78d;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    background: #964b61;
}
.proImgSwiper li{    align-items: flex-start;}
.prod_related{background: #f3f3f382;}
.lastaction {
    color: #964b61;
    background: #dcc5cc;
}
.lastPage,.nextaction{background: #964b61;}
ul.prod li h3.prod-thumb{
    color: #944a61;
    background: transparent;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.sidebarBtn h2,ul.prod li h3.prod-thumb,.prod_related h6 span:before{
    font-family: 'Noto Serif TC';}

.prod-item:nth-last-child(1) {
    display: none;
}
@media screen and (max-width: 768px) { 
    .product_page .show_content {
    display: unset;
    grid-template-columns: auto;
    gap: 0;
}
.products-list {
    grid-template-columns: 1fr 1fr;
}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



.contact_page .contact_editbox {
    margin: 0;
    padding: 0;
}
.contact_content .information_right {
    background: linear-gradient(180deg, #ffffffc2, #ffffff54);
}
.contact_content{max-width:1200px;padding: 120px 10px;}
.contact_content .information_right {
    width: 100%;
    padding: 60px 7%;
    margin-left: 0;
}

/*標題*/
.blank_letter {color: #212121;font-size: 0;}
.blank_letter:before {
    width: fit-content;
    content: '匯款資訊';
    color: #964b61;
    /* display: block; */
    font-family: 'Aboreto';
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    z-index: 1;
}
.note{
    background: #f5ebee;
    /* color: #fff !important; */
    padding: 2px 4px;
    margin-left: 5px;
    border-radius: 4px;
}
.red {
    color: #964b61;
}
/*側邊資訊*/
.list_before { margin-top: 10px;}
.contact_content .information_left{display:none;}
/*表格樣式*/
.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;}/*下拉式*/

/*驗證碼對齊*/
.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_le_map a { background: #212121;}
.contact_form li.last cite {border: 1px #964b61 solid;background: #984c61;}

@media screen and (max-width: 768px) {
    .contact_content .information_right {
        width: 100%;
        padding: 15px;
        margin-left: 0px;
        margin-top: 30px;
    }      
} 

@media screen and (max-width: 600px) {
    .contact_form li.last{
    text-align: center;
}
    .contact_form li .form__label{background: transparent;margin-bottom: 5px;text-align: left;padding: 4px;width: 100%;}    
}
@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin-left: 0;}
    .contact_form li .form__insert { width: 100%;}

}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 425px) { 

    .contact_content {
        margin: auto;
        max-width: 98%;
        padding: 60px 10px;
    }
}


