/*波比寵物美容*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');

*{
    font-family: 'noto sans TC', sans-serif;
    letter-spacing: 1px;
}
:root{
    --MainColor:#fdee97;
    --SubColor:#FFB3B5;
}
.main_part { 
    max-width: 1500px; 
    padding: 140px 20px;
}

/*錨點滾動------------------------------------*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*大圖----------------------------------------*/
/*預設解除背景輪播*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.swiper-slide img { height:auto;} 
.swiper-banner .swiper-slide img{height: auto;}

/*RWD*/
@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*HEADER--------------------------------------*/
.header_area{
    position: fixed;
    padding: 0;
    background: transparent;
}
.header_area.sticky{background:transparent;}
.header_area.sticky .main_header_area {
    box-shadow:0px 0px 20px #ababab8f; 
    transition: all 0.3s;
}
.pageIndex .main_header_area{
    background: #ffffff; 
    height: 130px; 
    box-shadow:0px 0px 20px #ababab8f;
    margin: 0px auto;
    border-radius: 0 0 50px 50px; 
    width: 70%; 
    padding: 0 40px; 
    transition: all 0.3s;
}
.main_header_area{
    background: #ffffff; 
    height: 130px; 
    box-shadow:none; 
    margin: 0px auto;
    border-radius: 0 0 50px 50px; 
    width: 70%; 
    padding: 0 40px; 
    transition: all 0.3s;
}
.navigation {
    padding: 0px 0 0px 0px; 
    transition: all 0.3s;
    grid-template-columns: 80px 1fr;
}

/*RWD*/
@media screen and (max-width: 1440px) {
    .main_header_area{width: 80%; }
    .pageIndex .main_header_area{width: 80%; }
}
@media screen and (max-width: 1024px) {
    .pageIndex .main_header_area{
        height: auto;
        border-radius: 0 0 0px 0px;
        width: 100%;
    }
    .main_header_area{
        height: auto;
        border-radius: 0 0 0px 0px;
        width: 100%;
    }
    .header_area{position: sticky;}
}
@media screen and (max-width: 768px) {
    .navigation{display: flex;}
    .pageIndex .main_header_area {height: auto;}
    .main_header_area {height: auto;}
}

/*選單最大寬度設定*/
.main_header_area .container {
    max-width: 100%; 
    transition: all 0.3s;
}

/*第一層*/
.stellarnav ul {text-align: right;}
.stellarnav ul ul {
    padding-top: 0px; 
    box-shadow:0px 0px 6px #aeaeae8f; 
}
.stellarnav ul ul ul {padding-top: 0px;}
.stellarnav > ul > li > a{
    color: #2e3435; 
    padding: 50px 10px 30px 10px; 
    height: 96px; 
    font-weight: normal; 
    letter-spacing:1px; 
    font-size: 15px; 
    transition:all 0.3s;
}
.stellarnav > ul > li:hover > a{color: var(--SubColor);}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 50px 10px 30px 10px;}

/*RWD*/
@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a{
        padding: 0px 10px 0px 10px;
        height: 40px;
    }
    .stellarnav li.has-sub > a{padding: 0px 10px 0px 10px;}
    .stellarnav ul{text-align: center;}
}

/*第二層*/
.stellarnav li li {
    border: 0px #eee solid; 
    border-bottom: 1px #eee solid;
}
.stellarnav li li:last-child { border-bottom: 0px;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    padding: 12px 12px; 
    font-size: 14px; 
    transition: all 0.3s; 
    border-left:2px solid transparent; 
    font-weight: 700;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #222; 
    padding-left:14px;
    background-color: var(--SubColor);
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {border-left: 0px solid transparent;}

/*LOGO*/
.nav-brand {
    width: 100%;
    max-width: 80px; 
    transition:all 0.3s;
}
.nav-brand img {
    max-width: 130px; 
    padding-top: 5px;  
    transition: all 0.3s;
}
.header_area .nav-brand {  transition: all 0.3s;  }

/*SubMenu*/
.me_tp_features{
    position: relative;
    top: 13px;
}
.shop_search_btn{
    background:var(--SubColor);
    color: #222;
}

@media screen and (max-width: 1024px) {
    .me_tp_features{
        margin:0;
        top: 0px;
    }
}
@media screen and (max-width: 768px) {
    .me_tp_features{top: -10px;}
}

/*隱藏小按鈕*/
.me_tp_line , .me_tp_call , .me_tp_mail {display: none !important;}
.fa-facebook-f:before, .fa-facebook:before{display: none;}
.fa-instagram:before{display: none;}
.tp_links a{display: none;}


/*header icon*/
.stellarnav > ul > li:nth-of-type(1) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-01.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(2) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-02.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(3) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-03.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(4) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-04.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(5) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-05.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(6) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-06.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(7) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-07.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav > ul > li:nth-of-type(8) > a:nth-of-type(1)::before {
  content: '';
  background: url(https://pic03.eapple.com.tw/bobbypetsalon/icon-08.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.stellarnav li.has-sub > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a7a7a7;
}
.stellarnav > ul > li:hover > a:nth-of-type(1)::before {
  top: 20px;
  transition: 0.3s;
}
.stellarnav > ul > li > a:nth-of-type(1)::before {
  transition: 0.3s;
}
.stellarnav > ul > li:nth-of-type(9)  {display: none;}

/*RWD*/
@media screen and (max-width: 1024px) {
    .stellarnav > ul > li:nth-of-type(1) > a:nth-of-type(1)::before, 
    .stellarnav > ul > li:nth-of-type(2) > a:nth-of-type(1)::before,
    .stellarnav > ul > li:nth-of-type(3) > a:nth-of-type(1)::before,
    .stellarnav > ul > li:nth-of-type(4) > a:nth-of-type(1)::before,
    .stellarnav > ul > li:nth-of-type(5) > a:nth-of-type(1)::before,
    .stellarnav > ul > li:nth-of-type(6) > a:nth-of-type(1)::before,
    .stellarnav > ul > li:nth-of-type(7) > a:nth-of-type(1)::before,
    .stellarnav > ul > li:nth-of-type(8) > a:nth-of-type(1)::before {display: none;}
}

/*浮動按鈕-----------------------------------*/
.linksBtn{background-color:var(--SubColor);}
.info_fix:hover>.linksBtn{background-color:var(--MainColor);}
.info_fix_links a{background: var(--SubColor);}
.info_fix_links a:hover{background-color: #f98589;}
.info_fix{z-index: 99999;}
.fa-facebook-f:before {
    content: "\f39e";
    width: 100%;
    display: block;
}
.fa-instagram:before {
    content: "\f16d";
    width: 100%;
    display: block;
}

/*banner-------------------------------------*/
.banner.banblog{display: none;}
.banF{display: none;}
.banE{display: none;}
.banB{display: none;}

/*文章管理-----------------------------------*/
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 0px;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
    border-radius: 25px;
}
.subbox_item a:after { display: none; }
.blog_list_ri { 
    width: 100%;
    padding: 15px 0;
}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #222 !important;
    background: var(--SubColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{color: #222 !important;}

/*第二層*/
.news_related{display: none;}
.blog_back a.article_btn_back { 
    background: var(--SubColor);
    color: #222;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #222;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
    color: #222;
}

/*相簿---------------------------------------*/
.show-list .item:hover .show_name{color:var(--MainColor);}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {
    text-align: center;
    font-weight: normal;
}
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { height:auto; padding:0;}
.other_subalbum li p {margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}

/*第二層*/
.subalbum-menu{padding: 0px;}
.subalbum-menu h2{color: var(--MainColor);}
.other_album_choice li{background-color: var(--MainColor);}

/*瀑布流*/
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { 
    height:auto; 
    padding:0;
}

@media (max-width: 1440px){
    .album_info_page .pic-list{ 
        -moz-column-count:3; 
        -webkit-column-count:3;  
        column-count:3;
}
}
@media screen and (max-width: 1024px) { 
    .contact_page .main_part{display:block;}
    .contact_content {
        padding: 10px;
        width:100%;
}
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
    .product-layer-two li {
        display: inline-block;
        margin: 0px 10px 0px 0;
        padding: 5px 0;
        position: relative;
    }
    .product-layer-two {
        display: block;
        width:100%
    }
    .product-layer-two {
        margin: 20px 0;
}
    .product_page .show_content, .product_info_page .show_content{display:block;}
    .products-list, .product-wrapper {width: 100%;}
    .product-layer-two li:hover li { display: none;}
    .product-layer-two > li{width:auto;}
    .product-layer-two li li{display:none;}
    .show_content{padding: 15px 20px;}
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*相簿第二層*/
.other_subalbum li p {    margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}

/*RWD*/
@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
    }
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*購物車-------------------------------------*/
.products-list .price{margin:0;}
.prod_related{display: none;}
.prod_related h6 span:before {
	color: #212121;
    letter-spacing: 0.1em;
}
.lastPage { background: var(--MainColor); }
.products-list .name {
    height: auto; 
    margin-top: 10px;
}
.inquiry_a1 { background: var(--MainColor); }
.inquiry_a2 { background: var(--SubColor); }
.nextaction { background-color: var(--MainColor); }
.lastaction { background-color: var(--SubColor); }
ul.prod li h3.prod-thumb {
    background: var(--MainColor);
    color: #fff;
    text-align: center;
    padding: 5px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
	line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
     background: none;
}
.products-list .more {
    border: none;
    background-color: var(--MainColor);
    color: #222;
	line-height: 29px;
    transition: all .5s;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.products-list .item a:hover .more { 
    background: #f6d100;
    color: #222;
    transition: 0.3s;
    letter-spacing: 2px;
}
.products-list .price b {
    color: #BFB9AA;
    font-size: 16px;
}
.product-layer-two li a {
    position: relative;
    border: 0px;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: 414141;
    border-bottom: 1px var(--SubColor) solid;
	background: none;
}
.product-layer-two li.active a {
    font-weight: bold;
	background: #BFB9AA;
}
.product_page .main_part {
	width: 90%;	
	max-width: 1500px;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin: auto;
	padding: 10px 10px;
	flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.product_page .products-list {
	width: calc(100% - 280px);
}
.product-layer-two {
    width: 250px;
	margin: 0;
}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.product-layer-two li.active a {
	border: unset;
	border-bottom: 1px dotted #ccc;
}
/**/
.product-layer-two li a {
	color: #222;
	border: none;
	background: transparent;
	transition: all 0.3s;
	line-height: 200%;
	transition: all 0.3s;
}
.product-layer-two > li > a {
	border-bottom: 1px dotted #ccc;
	padding-left: 25px;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #222;
    background: var(--MainColor);
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
	background: var(--SubColor); 
	color:#222;
}

/**/
.product-layer-two li ul {
	position: relative;
	padding-top: 1px;
}
.product-layer-two li li {
	border: none;
	background: transparent;
}
.product-layer-two li li a{
	background: transparent;
}
.product-layer-two li li:hover a{
	color: #BFB9AA;
	background: transparent;
}

/*購物車第二層*/
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #BFB9AA;}
.sidebarBtn{border: 1px #BFB9AA solid;}
.proImgSwiper{aspect-ratio: auto;}
.inquiry_a3{background: var(--SubColor);display: none;}

/*購物車結帳頁*/
.car_page .information_left {display: block;}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}

@media screen and (max-width: 768px) { 
.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;

}
.product-layer-two > li > a {display: none;}
.product_page .products-list ,.product-layer-two {width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none;}
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}
.product_pic { padding-top: 0px;}
body.pageIndex .products-list {padding: 40px 0 20px;}
.products-list .item { width: 100%;}
.products-list .name {
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
	height: auto;
}
.product-layer-two {display: none;}
}

@media screen and (max-width: 425px) { 
.product-layer-two { display: none;}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-content: center;
}
.product_page .products-list { width: 100%;}
}

@media screen and (max-width: 1024px) {
.products-list .name {
    color: #000;
    font-size: 14px;
    letter-spacing: 0px;
}
.clearfix:before, .clearfix:after { display: none; }
.product_page .products-list {
    width: calc(100% - 280px);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.products-list .item { width: 100%; }
}

@media screen and (max-width: 768px) {
.product_page .products-list {
      width: 100%;
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
    .product_page .products-list{grid-template-columns: 1fr;}
}

/*手機版選單---------------------------------*/
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 70px 15px;}
.stellarnav .close-menu{padding: 20px 15px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: var(--MainColor);}

/*FOOTER------------------------------------*/
.footer_info li p.add2:before{content: '';}
.footer_info li p.add2{
    font-weight: bolder;
    margin-left: -5px;
}
.footer_info li p.fax:before{content: '營業時間：';}
.box_link a { display: none; }
.footer {
	overflow: hidden;
    background-size: cover;
	padding: 30px 0 0;
	box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
    background-color: #fff;
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
    grid-gap: 0px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before { content: "‧"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {
	background: transparent;
	color:var(--MainColor);
}
.copy {
	background: var(--MainColor);
	color: #222;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #222;
	transition:all 0.3s;
}
.footer_info li { 
    padding: 15px; 
    display: flex;
    flex-direction: column;
}
.footer_info ul>li:before {
    font-size: 115%;
    color: #434343;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--MainColor);
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT"; }
.footer_info ul>li:nth-child(2):before { content: "網站地圖 MAIN MENU"; }
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #434343;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 0px;
}

/*RWD*/
@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}
.footer{bottom: 54px;}
.footer_info li+li {margin-top:0;}
}