@charset "utf-8";

/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*色彩與文字大小*/
:root {
  --MainColor: #614C3F; /*網站主要色系*/
  --SubColor_1: #3C6F52; /*網站輔助色系 1*/
  --SubColor_2: #A69474; /*網站輔助色系 2*/
  --FontColor_1: #090909; /*內文顏色 1*/
  --FontColor_2: #666666; /*內文顏色 2*/
  --FontColor_3: #888888; /*內文顏色 3*/
  --BackgroundColor: #F7F3ED; /*背景顏色*/
  --BorderColor: #CCCCCC; /*框線顏色*/
  --RedFont: #A69474;
  --SFontE: "El Messiri", "Noto Sans TC", sans-serif; /*特殊字體 英文*/
  --SFontC: "El Messiri", "Noto Sans TC", sans-serif; /*特殊字體 中文*/
  --LineHeight: 180%;
  --LetterSpacing_B: 2px;
  --LetterSpacing_S: 1px;
  --Transition: .3s ease-in-out;
  --f150: 150px;
  --f48: 48px;
  --f40: 40px;
  --f36: 36px;
  --f32: 32px;
  --f28: 28px;
  --f24: 24px;
  --f22: 22px;
  --f20: 20px;
  --f18: 18px;
  --f17: 17px;
  --f16: 16px;
  --f15: 15px;
  --f14: 14px;
}
@media (max-width:1024px) {
  :root{
    --f150: 100px;
    --f48: 40px;
    --f40: 36px;
    --f36: 32px;
    --f32: 28px;
    --f28: 24px;
    --f24: 22px;
    --f22: 20px;
  }
}
@media (max-width:768px) {
  :root{
    --f150: 70px;
    --f48: 32px;
    --f40: 28px;
    --f36: 26px;
    --f32: 24px;
    --f28: 20px;
    --f24: 20px;
    --f20: 18px;
    --f18: 17px;
    --f17: 16px;
  }
}
@media (max-width:600px) {
  :root{
    --f150: 50px;
    --f48: 28px;
    --f40: 24px;
    --f36: 22px;
    --f32: 20px;
    --f28: 18px;
    --f24: 18px;
    --f22: 18px;
    --f20: 17px;
    --f18: 16px;
    --f17: 15px;
  }
}
@media (max-width:375px) {
  :root{
    --f48: 24px;
    --f40: 20px;
    --f36: 18px;
    --f32: 18px;
    --f28: 17px;
    --f24: 17px;
    --f22: 17px;
    --f20: 16px;
    --f18: 15px;
  }
}

/*--animation---------------------------------------*/

/*--基礎設定---------------------------------------*/

/*反白顏色*/
::-moz-selection{ background-color: var(--SubColor_1); color: var(--BackgroundColor);}
::selection{ background-color: var(--SubColor_1); color: var(--BackgroundColor);}
.linkBox_Open + span i { transform: rotate(45deg);}

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: var(--MainColor); border: 1px solid var(--BorderColor);}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*頁面內容*/
div#page { background: var(--BackgroundColor);}
#content_main, #content { background: transparent;}
.path { display: none;}
.other_select_page .other_promotion {
    display: none;
}
/*TOP*/
#to_top { color: transparent; padding: 0; background: transparent; border: 2px solid #ad946c; background-size: contain; transform: rotateX(180deg) scale(0.8); transition: .3s ease-in-out;}
#to_top:hover { transform: scale(0.9) translateY(-20px) rotateX(180deg); opacity: .6; transition: .3s ease-in-out;}
#to_top i.top { width: 50px; height: 50px; top: 0; left: -8px;}
#to_top i.top::before {
  height: 13px;
  width: 13px;
  top: 35%;
  left: 50%;
  background: transparent;
  border-right: 3px solid #ad946c;
  border-bottom: 3px solid #ad946c;
  transform-origin: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 0;
}
#to_top i.top::after { display: none; background: transparent; opacity: 0;}

/*--首頁功能頁區塊---------------------------------------*/

/*區塊設定*/
.module_i_news, .prod_part, .module_i_album, .news_part, .contact_content { margin: auto; padding: 80px 20px 50px;}
.module_i_news section, .prod_part section, .module_i_album section, .news_part section, .i_contact_box section { width: 96%; max-width: 1600px; margin: auto;}
.contact_page  .main_part{max-width: 1600px;}
.contact_content .information_left {
    width: fit-content;
    background: var(--MainColor);
    padding: 20px;
}
.contact_content .information_right {
width: calc(100% - 400px);
    padding: 26px;
    margin-left: 20px;
    background: #f5f5f5;
    border: 1px #d1ae7d solid;
}

/*標題*/
.contact_content .information_left .blank_letter,.list_before {
    font-family: var(--SFontE);
    color: #fff;
}
.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2, .i_video_tit h2, .module_i_album .title_i_box h6 
  { font-size: var(--f150); color: var(--SubColor_2); font-family: var(--SFontE); letter-spacing: var(--LetterSpacing_B); font-weight: normal;}
  
.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span, .module_i_album .title_i_box h4 
  { font-size: var(--f24); color: var(--SubColor_1); font-family: var(--SFontC); letter-spacing: var(--LetterSpacing_B);}

/*按鈕*/
.animated-arrow { background: transparent; border-radius: 0; transition: var(--Transition);}
.animated-arrow:hover { background: transparent; transition: var(--Transition);}
.animated-arrow b, .animated-arrow i { color: var(--FontColor_3); letter-spacing: var(--LetterSpacing_S);}

.fa-arrow-right::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*--功能頁 相關推薦---------------------------------------*/

/*區塊設定*/
.news_related, .prod_related { background:#f5f5f5;}
/* .news_related_list, .related_list, .lastPage { max-width: 1600px; width: 96%; margin: auto;} */
.news_related_list, .related_list { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}

/*標題*/
.prod_related h6 span, .news_related h6 span { display: block;}
.prod_related h6 span:before, .news_related h6 span:before { font-size: var(--f20); font-family: var(--SFontC); color: var(--MainColor); letter-spacing: var(--LetterSpacing_B);}

/*項目*/
.news_related_list li, .related_list li { filter: grayscale(1); transition: var(--Transition);}
.news_related_list li:hover, .related_list li:hover { filter: grayscale(0); transition: var(--Transition);}

/*圖片*/
.news_related_list li figure { aspect-ratio: 3 / 2;}
.related_list li figure { aspect-ratio: 1 / 1;}

/*項目標題*/
.news_related_list li a, .related_list li a { border: 1px solid var(--BorderColor); padding: 0;}
.news_related_list li a p, .related_list li a p { padding: 10px; font-size: var(--f15);}

/*下一頁*/
.news_related_b_box, .prod_related_b_box { text-align: center; margin-top: 40px;}
.lastPage {display: inline-block;margin: auto;font-size: var(--f16);background: #000;/* border: 1px solid var(--MainColor); *//* color: var(--MainColor); */transition: var(--Transition);}
.lastPage:hover { color: var(--BackgroundColor); background-color: var(--MainColor); transition: var(--Transition);}

/*--功能頁 頁碼---------------------------------------*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.other_select_page .page{margin:0;}
.page li { display: flex; margin: 3px; line-height:30px; align-items: center; justify-content: center; border-radius: 100%;}
.page li.pre_page, .page li.next_page a:hover { background: var(--MainColor);}

.page li.active { }
.page li strong, .page li a { display: block; height: inherit; min-width: 30px; line-height: var(--LineHeight); padding: 0; color: #ccc; border: 1px solid var(--BorderColor); transition: var(--Transition);}
.page li strong:hover, .page li a:hover { background: var(--MainColor); border: 1px solid var(--MainColor);}

/*--手機版下方按鈕---------------------------------------*/
#bottom_menu { background: var(--BackgroundColor);}
#bottom_menu li a { color: var(--FontColor_3);}


/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { }

@media screen and (max-width: 768px) {
  #to_top { bottom:60px;}
  .contact_content .information_left{width: 100%;}
  .contact_content .information_right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
.contact_content {
    padding: 0;
}
}
  
@media screen and (max-width: 600px) {
	.me_tp_features{display:none;}
}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#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: 1024px) {
  .bannerindex {/* padding: 100px 0 0; */}
}
@media screen and (max-width: 768px) {
  .bannerindex {padding: 0;/* margin: 80px 0 0; */}
}


/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/**/
.pageIndex .swiper-slide:before,
.pageIndex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.pageIndex .swiper-slide:nth-child(1):before {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/moonsleeppetsalon/deli_01_c1.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0;
    top: 0%;
}


.pageIndex .swiper-slide:nth-child(2):after {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/moonsleeppetsalon/deli_01_c2.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;

}

/**/
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ani_TtoB 1s 0.2s both;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: ani_TtoB 1s 0.6s both;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: ani_LtoR 1s 0.2s both;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_LtoR 1s 0.2s both;
}

/**/
@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%); 
        opacity:0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); 
        opacity:1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**/

@media screen and (max-width: 768px) {
    .bannerindex {--swiper-pagination-bullet-size: 5px;}
}

/*全版大圖
.swiper-fade .swiper-slide { position: relative; height: 100vh;}
.swiper-banner .swiper-slide img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}*/


/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {position: relative;background: url(https://pic03.eapple.com.tw/moonsleeppetsalon/ban.jpg) no-repeat top center;background-size: cover;padding:200px 0 150px;height: auto;  background-size: cover;}

.banner h5 { 
      position: relative;
    color: #FFF;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: var(--f36);
    font-family: var(--SFontC);
    line-height: var(--LineHeight);
    text-shadow: 0 0 8px black;
}
/* .banner h5:before {
  content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    font-family: var(--SFontE);
    font-weight: 600;
    letter-spacing: 5px;
    color: #e8e6e5;
} */
.banner h5:before {
  content: '';
  position: absolute;
  top: -36px;
  left: 50%;
  height: 30px;
  width: 30px;
  transform: translateX(-50%) rotate(-2deg);
  background: url(https://pic03.eapple.com.tw/moonsleeppetsalon/menu_01.png) no-repeat center;
  background-size: contain;
  transition: var(--Transition);
}
.banner h5:after{content: "";position: absolute;top: 60px;left: 50%;transform: translateX(-50%);/* animation: dio2 3s ease-in-out 0s infinite; */width: 1px;height: 0;background-color: rgb(240, 240, 240);}


        @keyframes dio2 {
            100% {
                height: 100%;
            }
        }
.banner.banA h5:before { content: "";}/*促銷方案*/
.other_select_page .banner.banA:before { content: "";}/*下拉編輯頁*/
.banner.banB h5:before { content: "";}/*服務項目*/
.other_page .banner.banB h5:before { content: "";}/*其他編輯頁*/
.case_page .banner.banB h5:before { content: "";}/*施工實錄*/
.banner.banC h5:before { content: "";}/*聯絡表單*/
.banner.banE h5:before { content: "";}/*相簿管理*/
.banner.banF h5:before { content: "";}/*店家商品*/
.article_a .banner.banblog h5:before { content: "";}/*文章管理*/
.article_b .banner.banblog h5:before { content: "";}/*文章管理*/



/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
  .banner { padding:150px 0 100px;}
}

@media screen and (max-width: 768px) { 
  .banner { padding:80px 0 50px;}
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area {/* position: fixed; */background: #614C3F;}
.header_area.sticky {background: #614C3F;}
.main_header_area .container { width: 96%; max-width: 1980px;}
.navigation{
    grid-template-columns: 140px 1fr;
    justify-items: end;
}
/*logo*/
.header_area .nav-header { position: relative;  z-index: 99; transition: var(--Transition);}
.header_area.sticky .nav-header { transition: var(--Transition);}


/*SubMenu*/
.shop_search_btn {background: #ad946c;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: var(--MainColor);}

.me_tp_features {width: fit-content;margin: 0;padding: 6px 8px 0px;height: 40px;background: #CDB384;border-radius: 100px;}
.me_tp_features a { color: #604c40;}/*購物車搜尋欄*/


/*--menu---------------------------------------*/

.stellarnav {padding: 32px 0 0;}
.stellarnav > ul { transition: var(--Transition);}
.stellarnav > ul:hover > li { opacity: 0.6; transition: var(--Transition);}
.stellarnav > ul > li { position: relative; transition: var(--Transition);}
.stellarnav > ul:hover > li:hover {opacity: 1;transition: var(--Transition);}
.stellarnav > ul > li::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  height: 20px;
  width: 20px;
  transform: translateX(-50%) rotate(-2deg);
  background: url(https://pic03.eapple.com.tw/moonsleeppetsalon/menu_01.png) no-repeat center;
  background-size: contain;
  opacity: 0.2;
  transition: var(--Transition);
}
.stellarnav > ul > li:hover::before {opacity: 1;top: -25px;transform: translateX(-50%) rotate(30deg);transition: var(--Transition);}
.stellarnav > ul > li:nth-of-type(even)::before { background-image: url(https://pic03.eapple.com.tw/moonsleeppetsalon/menu_02.png);}

.stellarnav > ul > li > a { margin: 0 20px;}
.stellarnav > ul > li > a {font-weight: 600;padding: 0;color: #f5ebdb;font-size: var(--f16);}
.stellarnav li > a b:last-of-type {font-family: var(--SFontE);font-weight: 500;}/*第二格名稱*/
.stellarnav > ul > li:hover > a {color: #ccb287;}
.stellarnav > ul > li.has-sub > a{padding:0;}

/*下拉箭頭*/
.stellarnav > ul > li.has-sub > a:after {border-top: 6px solid #FFFFFF;display: none;}
.stellarnav > ul > li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

/*.header_area.sticky .stellarnav > ul > li.has-sub > a:after { border-top: 6px solid var(--FontColor_2);}
.header_area.sticky .stellarnav > ul > li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}*/

/*--下拉選單---------------------------------------*/

/*下拉超過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;}
*/

/*電腦版選單 / 統一設定*/
.stellarnav.desktop li.bigMenu > ul { background: transparent;}
.stellarnav ul ul { background: transparent;}
.stellarnav li li { background: #FFFFFFcc;  backdrop-filter: blur(10px);}
.stellarnav li li a { font-size: var(--f16); color: var(--FontColor_1);}

/*電腦版選單 / 第一層*/
.stellarnav li > ul:hover > li { opacity: .6; transition: var(--Transition);}
.stellarnav li > ul:hover > li:hover { opacity: 1; transition: var(--Transition);background-color: #CDB384;}
/*電腦版選單 / 第二層*/
.stellarnav li.drop-left ul ul { padding-right: 5px;}
.stellarnav li > ul > li > ul:hover > li { opacity: .6; transition: var(--Transition);background-color: #CDB384;}
.stellarnav li > ul > li > ul:hover > li:hover { opacity: 1; transition: var(--Transition);}
.stellarnav li li.has-sub > a:after{display: none;}
/*--手機版選單---------------------------------------*/
.stellarnav.mobile.active { z-index: 9999;}
    .stellarnav.mobile {top: 20px;}
/*漢堡*/
/* .stellarnav .menu-toggle span.bars span { background: var(--MainColor);} */
.stellarnav .menu-toggle:after { color: var(--MainColor);}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #CDB384;color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {border-bottom: solid 2px #fff;top: 7px;right: 3px;}

/*選單*/
.stellarnav .menu-toggle span.bars span{background: #CDB384;}
.stellarnav.mobile.left > ul { background: #FFFFFFf8;}
.stellarnav.mobile > ul > li { border: none;}
.stellarnav.mobile li a {color: #604c40;padding: 20px 30px;}
.stellarnav.mobile > ul > li > a { margin: 0; padding: 20px 43px 20px 10px;}
.stellarnav.mobile > ul > li > a b { color: var(--MainColor);}
.stellarnav.mobile > ul > li > a b:last-of-type { display: none;}/*選單名稱第二格*/

.stellarnav.mobile ul ul {background: var(--BackgroundColor);}
.stellarnav.mobile ul ul li { margin: 0; background: transparent;}

/* + */
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 20px 6px;}
.stellarnav a.dd-toggle .icon-plus { }
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #ccb287;}

/*分類*/
.stellarnav.mobile li.open {padding: 0;background: #604c40;}
.stellarnav.mobile li.open li.open { background: var(--BackgroundColor);}
.stellarnav.mobile li > ul:hover > li { opacity: 1;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
  .header_area::before { opacity: 0;}
}

@media screen and (max-width: 1300px) { 
  .navigation {/* grid-template-columns: 400px 1fr; */}
}

@media screen and (max-width: 1200px) { 
  .navigation {/* grid-template-columns: 280px 1fr; */}
}

@media screen and (max-width: 1024px) {
  .header_area::before { height: 130%; background-size: contain; bottom: -30px;}
  .stellarnav { padding: 20px 0 0;}
}

@media screen and (max-width: 768px) {


  /*logo*/
  .header_area .nav-header {width: 100%;max-width: 101px;margin: 10px 0;}
  .header_area .nav-header::before { max-height: 30px;}

  /*menu*/
  .stellarnav { padding: 0;}
  .stellarnav.mobile > ul > li > a b:last-of-type { display: none;}
  .stellarnav > ul > li:hover::before { display: none;}
  .stellarnav > ul > li::before{    top: 21px;
    left: 36%;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer_logo{display:none;}
.footer {background: #393533;}
.footer .center, .copy {width: 96%;max-width: 1680px;}
.footer_info {position: relative;grid-template-columns: 1fr;z-index: 3;padding: 0;margin-bottom: 20px;}
.footer_info ul { padding-top: 22px; width: calc(100% - 300px);}
.footer_info li{padding-top: 0;}
.footer_info li:nth-child(1) { width: 100%; position: relative;}
.footer_info li:nth-child(2) { width: 100%; margin-top: 20px;}


/*footer info*/
.footer_info li p { color: #FFFFFF; line-height: 2; display: inline-block; width: 49%;}
.footer_info li p a { color: inherit;}

/*footer menu*/
.footer_menu {display: grid;grid-template-columns: repeat(6, 1fr);gap: 10px;width: 72%;}
.footer_menu a {margin: 0;text-align: center;padding: 5px;line-height: initial;background: transparent;color: #FFFFFF;letter-spacing: 1px;border: 1px solid #cccccc29;transition: all 0.3s;border-radius: 50px;}
.footer_menu a:first-child { display: none;}
.footer_menu a:hover {background: #ccb287;border: 1px solid #ccb287;color: var(--BackgroundColor);}

/*icon*/
.box_link {display: grid;grid-template-columns: repeat(1,1fr);grid-gap: 3px 10px;width: max-content;top: 30px;max-width: 100%;}

.box_link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #ccb287;
  border-radius: 0;
  padding: 8px 10px;
  margin-bottom: 9px;
  font-size: var(--f16);
  border: none;
  border-bottom: 1px solid #ccb287;
  transition: all 0.3s;
}
.box_link a:hover {background: transparent;filter: brightness(3.5);transition: all 0.3s;}
.box_link i {display: flex;flex-direction: row;width: max-content;align-items: center;color: #ccb287;}

/*box_link文字設定*/
.box_link i::after {
  content: "";
  font-size: 13px;
  color: #ccb287;
  letter-spacing: var(--LetterSpacing_B);
  padding-left: 8px;
  font-family: var(--SFontC);
}
.box_link i.fa-phone-volume::after {content: "CALL US";}
.box_link i.fa-mobile-screen-button::after { content: "PHONE";}
.box_link i.fa-facebook-f::after { content: "FACEBOOK";}
.box_link i.fa-instagram::after { content: "INSTAGRAM"; }
.box_link .fa-envelope::after { content: "E-Mail";}
.box_link .fa-line::after { content: "LINE";}

/*box_link順序調整*/
.box_link a.me_tp_call { order: 2;}
.box_link a.me_tp_fb { order: 3;}
.box_link a.me_tp_line { order: 1;}
.box_link a.me_tp_mail { order: 5; display: none;}
.box_link a.me_tp_ig { order: 4;}

/*版權*/
.copy {position: relative;z-index: 2;color: #ac946f;border: none;padding: 10px 0;text-align: right;margin: 0 auto;border-top: 1px #ffffff1a solid;}
.copy a {color: #ac946f;transition: var(--Transition);}
.copy a:hover { color: var(--SubColor_1); opacity: .6; transition: var(--Transition);}

/*側邊浮動按鈕*/
.info_fix { z-index: 99;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
  /*footer*/
  .footer_info ul { width: 100%;}

  /*icon*/
  .box_link { position: relative; width: 100%; left: 0; top: auto; margin-top: 20px; order: 2;}
}

@media screen and (max-width: 600px) {
  /*logo*/
  .footer_logo { text-align: center;}
  .footer_logo::before { bottom: -15px; right: auto; left: 50%; transform: translateX(-50%); width: 50%;}

  /*footer info*/
  .footer_info { justify-content: center;}
  .footer_info li p { width: 100%;}

  /*footer menu*/
  .footer_info li:nth-child(2) { width: 100%; margin-top: 25px;}
  .footer_menu { display: grid; grid-template-columns: repeat(3, 1fr);}

  /*版權*/
  .copy { padding: 30px 0; width: 90%; text-align: center;}

  /*底部按鈕*/
  .footer.with_shopping_mode { padding:30px 0 70px;}
}



/* = = = 文章管理 02 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */

/*分類/文章標題*/
h4.blog_category_title { font-size: var(--f24); letter-spacing: 1px; color: var(--MainColor); border-bottom: 1px var(--BorderColor) solid;}

/*--文章管理 / 首、外---------------------------------------*/

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類*/
.blog_le .accordion { border-radius: 5px;}
.blog_le .accordion > li { transition: 0var(--Transition);}
.blog_le .accordion > li:hover { background: var(--MainColor) !important;}
.blog_le .accordion > li.open:hover { background: var(--BackgroundColor) !important;}
.blog_le .accordion > li.on_this_category { background: var(--SubColor_1) !important;}
.blog_le .accordion > li a { color: var(--FontColor_1); font-weight: normal;}
.blog_le .accordion > li > i { color: var(--FontColor_1);}
.blog_le .accordion > li .link { padding: 0;}
.blog_le .accordion > li .link:last-child { border-bottom: 1px solid var(--BorderColor);}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a { margin-right: 55px; transition: var(--Transition);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: #FFF !important; transition: var(--Transition);}

/*下拉箭頭*/
.blog_le .accordion li .link i { color: var(--FontColor_2);}
.fa-chevron-down::before {
  content: '';
  width: 12px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: var(--FontColor_2);
}

/*次分類*/
.blog_le .accordion .open li { background: #FFFFFFAA !important;}
.open .link { background: var(--MainColor);}
.open .link a { color: var(--BackgroundColor) !important;}
.submenu { background: transparent;}
.submenu li.on_this_category a { background: var(--SubColor_1);}

/*次分類展開*/
.blog_le .accordion > li.on_this_category ul li a { color: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li:hover a { color: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li a::before { background: var(--FontColor_3);}
.blog_le .accordion > li.on_this_category ul li:hover a::before { background: var(--FontColor_3);}

/*次分類 hover*/
.submenu:hover li a { color: var(--FontColor_1); opacity: .3;}
.submenu:hover a:hover { color: var(--FontColor_1); background: transparent; opacity: 1;}
.submenu:hover li a::before { background: var(--FontColor_3); transition: var(--Transition);}
.submenu:hover li:hover a::before { background: var(--FontColor_3); transition: var(--Transition);}

/*項目排版*/
.module_i_news, .subbox_item { }
.module_i_news ul, .blog_subbox {grid-template-columns: repeat(auto-fill,minmax(280px, 1fr));/* gap: 0; */}
.blog_subbox { }
/*.blog_subbox:hover .subbox_item { opacity: .6; transition: var(--Transition);}
.blog_subbox:hover .subbox_item:hover { opacity: 1; transition: var(--Transition);}*/

.module_i_news li:nth-child(n+4) { display: none;}

/*項目 / 外層*/
.module_i_news li, .subbox_item {position: relative;width: 100%;height: 100%;border-bottom: 1px solid var(--BorderColor);padding: 5px;}
.module_i_news li::before, .subbox_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--SubColor_2);
  opacity: 0;
  transition: var(--Transition);
}
.module_i_news li:hover::before, .subbox_item:hover::before { opacity: 0.3; transition: var(--Transition);}

/*項目 / 內層*/
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri { width: 100%;}
.i_blog_le, .blog_list_le { position: relative; padding-bottom: 100%; height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.blog_list_le, .blog_list_ri { }

.module_i_news li a, .subbox_item a {width: 100%;height: 100%;display: flex;grid-template-columns: 240px 1fr;flex-direction: column;grid-gap: 0;}
.module_i_news li a:hover::before, .subbox_item a:hover::before, .module_i_news li a:hover::after, .subbox_item a:hover::after {opacity: 0;width: 100%;height: 100%;transition: var(--Transition);}

/*項目 / 圖*/
.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%);
}


/*項目 / 標題*/
.i_blog_ri h5, .blog_list_ri h5 {color: var(--MainColor);font-size: var(--f20);font-family: var(--SFontC);font-weight: 600;padding: 0;}

/*項目 / 時間戳記*/
.i_blog_ri em, .blog_list_ri em { }
.blog_list_ri>*+* {
    margin-top: 4px;
}
/*項目 / 描述*/
.i_blog_ri a p, .blog_list_ri a p { color: var(--TextColor_2); font-size: var(--f14); line-height: var(--LineHeight); min-height: 60px; -webkit-line-clamp: 2;}

/*--文章管理 / 內---------------------------------------*/

.blog_box { max-width: 1600px; margin: auto;}
.blog_box_edit { color: var(--FontColor_1); max-width: 100%; margin: auto;}

/*回列表*/
.blog_back a.article_btn_back { background: var(--MainColor); border: 1px solid var(--MainColor); transition: 0var(--Transition);}
.blog_back a.article_btn_back:hover { background: var(--SubColor_1); border-color: var(--SubColor_1); transition: 0var(--Transition);}

/*上/下一篇*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: var(--MainColor); border: 1px solid var(--MainColor); transition: 0var(--Transition);}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: var(--MainColor); color: #FFFFFF; transition: 0var(--Transition);}

/*--RWD---------------------------------------*/

@media screen and (max-width:1024px) {
  .blog_subbox{ grid-template-columns: repeat(1,1fr);}
}

@media screen and (max-width:768px) {
  .blog_page .main_part, .blog_in_page .main_part { padding: 0 0 100px;}
  .module_i_news li a, .subbox_item a{grid-template-columns: 150px 1fr;}
}

@media screen and (max-width:450px) {
  .blog_subbox{ grid-template-columns: 1fr;}
}

/*購物車/＝＝＝＝＝*/


.product-wrapper {
    max-width: 1200px;
}

.prod_part {
    width: 90%;
}


.product_pic .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.products-list .pic {
    position: relative;
    aspect-ratio: 1/1;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.products-list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
}

.product-layer-two>li>a::before {
    background: #fff !important;
    padding-left: 10px !important;
}

.product-layer-two li li a {
    font-size: 13px;
}

.products-list .item a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

.products-list .name {
    height: auto;
}

.product_page .products-list .price {
    justify-content: flex-end;
}

.products-list .price b {
    font-weight: 400;
}

.products-list .more {
    border: 1px solid #c0c0c0;
    color: #343434;
    font-weight: 400;
    font-size: 14px;
}

.products-list .item a:hover .more {
    background: #343434;
    border: 1px solid #343434;
    transition: 0.5s;
    letter-spacing: 0;
}

.products-list .item a:hover .pic {
    opacity: 0.75;
    transition: 0.5s;
}

.product_pic #bx-pager h6 {
    display: none;
}

.sidebarBtn {
    border: 1px #ddd solid;
    background: transparent;
}

.sidebarBtn h2,
.sidebarBtn .price {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
}

.product_info {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

/*按鈕顏色*/
.inquiry_a1 {
    background: #ad946c;
}

.inquiry_a2 {
    background: #ad946c;
}

.inquiry_a3 {
    background: #CDB384;
}



.lastaction {
    color: #1A1A1A;
    background-color: #f2f2f2;
}

.nextaction {
    background-color: #1A1A1A;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
    color: #fff;
    transition: 0.5s;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    text-align: left;
}

.qaform {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
}

.qaform .breakF {
    border: 1px #cecece solid;
    background: #ffffff;
}

.productBtn {
    width: 100%;
    max-width: 100px;
    padding-left: 0;
    margin-right: 10px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.half_box li.btn_blankTop {
    margin-top: 180px;
    text-align: end;
}

.lastaction,
.nextaction {
    background-image: none;
    text-align: center;
}

.prod_related h6 span:before {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
}

.prod_related {
    background: transparent;
    border-top: 1px solid #e5e5e5;
}

.related_list li a {
    background: transparent;
}

.related_list li a p {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
    padding-bottom: 7px;
}

.related_list {
    max-width: 1550px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.related_list li {
    width: 100%;
}

.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

.related_list li a:hover p {
    border-bottom: 1px solid #000;
    transition: 0.5s;
}

.rewrite_simple,
.send_simple {
    background-color: #ffffff;
    border: 1px solid #bbb !important;
    border-radius: 0;
    color: #555;
    font-size: 15px;
    width: 120px;
    height: 33px;
    line-height: 31px;
}

.rewrite_simple:hover,
.send_simple:hover {
    border: 1px solid #000 !important;
    transition: 0.5s;
}

/*匯款通知*/
.form_content {
    padding: 120px 10px;
}

.separate_title {
    font-size: 16px;
    color: #444;
    padding: 10px 0 10px 20px;
    background: #e5e3d9;
}

/*購物車/外層＝＝*/
/*顏色*/
/*價格*/
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.products-list .price b {
    margin: 0;
    line-height: 180%;
    color: #1A1A1A;
}

.products-list .price b.ori_price {
    font-size: 14px;
}

/*外層版面*/


.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5%;
}

.product_page .products-list {
    width: calc(100% - 22%);
}

.product-layer-two {
    width: 200px;
    margin: 0;
}

.product_info_page .product-layer-two {
    display: none;
}

.product-layer-two li {
    margin: 0;
    width: 100%;
}

.product-layer-two li i {
    right: 12px;
    top: 4px;
    color: #C7C2BC;}

.product-layer-two li.active a {
    border: unset;
    border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .product_page .products-list {
        width: 100%;
    }


}


/**/
.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    transition: all 0.3s;
    width: 100%;
    display: block;
}

.product-layer-two>li>a {
    background: #ad946c;
    color: #ffffff;
    border-bottom: 1px solid #DED9D5;
    padding-left: 18px;
}
.product-layer-two>li:hover>a {
    background: #614C3F;
}
.product-layer-two>li.active>a {
    background: #614C3F;
}
.product-layer-two li:hover a {
    transition: 0.5s;
}


.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
}

.product-layer-two li li {
    border-bottom: 1px solid #ccc;
    background: transparent;
}

.product-layer-two li li:hover a {
    background: #e1e0d9;
    color: #614C3F;
}
.product-layer-two li li a {
    background: transparent ;
}
.product-layer-two li li.active a {
    background: #e1e0d9 !important;
    color: #614C3F;
}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*購物車/內層＝＝*/
.bx-wrapper img {
    margin: auto;
}

body.product_info_page #content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}



/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}

.mobile_product_name {
    font-size: 24px;
}
