@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body{
	overflow-x:hidden;
	font-family:"jf-openhuninn-1.0" , "M PLUS Rounded 1c","Noto Sans TC","微軟正黑體","Noto Serif TC","arial","sans-serif";
	font-weight: 500;
  letter-spacing: 1px;
  background: #ffffff;
}


body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 3px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #a7e399; border: 1px solid #a7e399;}



/*網站全域設定/＝＝＝＝＝*/

/*
  #444444 /*網站主要色系
  #888888 /*網站輔助色系1
  #888888; /*網站輔助色系2*/


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*sticky*/
/*.header_area.sticky .main_header_area{ background:#f6ff99;; height: 180px; transition:all 0.5s;}*/
/*.header_area.sticky .nav-brand img { max-width: 100px; transition:all 0.5s;}*/
/*.header_area.sticky .me_tp_features {transition:all 0.5s;}
.header_area.sticky .stellarnav ul ul {background: #ffffff; transition:all 0.5s;}*/

/*下滑的主選單*/
/*.header_area.sticky .nav-header {display: none; transition:all 0.5s;}*/
/*.header_area.sticky .stellarnav>ul { max-width: 100%; transition:all 0.5s;}
.header_area.sticky .stellarnav > ul > li > a {color: #ffffff; padding: 10px 1px 10px 2px; height: 45px; transition:all 0.5s;}
.header_area.sticky .stellarnav > ul > li.has-sub > a {padding: 10px 1px 10px 2px; transition:all 0.5s;}
.header_area.sticky .stellarnav > ul > li:hover > a{color: #ffffff; transition:all 0.5s;}
.header_area.sticky .me_tp_features {padding-top: 0px; transition:all 0.5s;}*/
.header_area.sticky .main_header_area {background: #48b3af; height: 165px; transition:all 0.5s; border-radius: 0 0 300px 300px;}
.header_area.sticky .nav-brand img {/*transform: scale(0);*/max-width: 80px; transition: transform 0.5s; transition:all 0.5s;}
.header_area.sticky .stellarnav > ul > li {display: inline-block;}
.header_area.sticky {background: none;}



.main_header_area{background:#48b3af; height: 0px; /*box-shadow: 0px 0px 5px #aaaaaa8f;*/ transition:all 0.5s;}
.navigation {padding: 0px 0 0px 0px;display: block; transition:all 0.5s;} 
.header_area{padding: 0px; transition:all 0.5s;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 100%; transition:all 0.5s;}

/*第一層*/
.nav-header {text-align: center;width: 100%; margin: 0 auto; transition: all 0.5s;}
.stellarnav>ul {text-align: center; background: none; padding-left: 0px; /*border-top: 1px solid #dacfc1; border-bottom: 1px solid #dacfc1;*/ margin: 0 auto; max-width: 1350px;padding-bottom: 8px; transition: all 0.5s;} 
.stellarnav > ul > li {margin: 0 10px; display: none;}
.stellarnav > ul > li > a{font-weight: 400;letter-spacing:2px; font-size: 14px; color: #ffffff; transition:all 0.3s; padding: 5px 1px 5px 2px; height: 35px;}
.stellarnav > ul > li:hover > a{color: #ffffff;}
.stellarnav > ul > li.has-sub > a {padding-right: 1px;}
.stellarnav li.has-sub > a:after {border-top: 6px solid #b1b1b1; top: 60%; border-radius: 20px; display: none;}
.stellarnav li li.has-sub > a:after {border-left: 6px solid #a6a6a6; border-radius: 20px; display: none;}
.stellarnav li.has-sub > a {padding: 5px 1px 5px 2px;}

/*第二層*/
.stellarnav li a {font-weight: 400; color: #444444; background: none; /*text-shadow: 1px -1px 2px #ffffff;*/}
.stellarnav li li {border: 1px #d6faf8 solid; border-radius: 20px; background: #fff;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{color: #444444;font-size: 13px; letter-spacing:1px; padding: 10px 10px; transition: all 0.3s; border-radius: 20px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #d6faf8; border-color:#d6faf8; background: #fff; border-radius: 20px;}
.stellarnav ul ul {width: 140px; background: none; /*box-shadow: 0px 0px 5px #aaaaaa8f;*/border-radius: 20px;}
.stellarnav ul ul ul {left: 140px;}
.stellarnav li.drop-left ul ul {right: 140px; box-shadow: 0px 0px 5px #aaaaaa8f;}
.stellarnav > ul > li:hover > ul > li:hover > ul {top: 0px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{color:#d6faf8; border-radius: 20px;}
.header_area.sticky .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #48b3af; background: #d6faf8; border-radius: 20px;}
.stellarnav > ul > li.drop-left > ul {right:unset;}

/*SubMenu*/
.box_search {display: none;}
.box_search .shop_search_btn {background: #3a3024;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #444444;}
.me_tp_features {margin-bottom: 0px; padding-top: 0px; padding-right: 19px; font-weight: 400; transition:all 0.3s;}

/*特效*/
@media screen and (min-width: 768px) {
.stellarnav ul:hover li a { opacity: 0.5; transition: all 0.5s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.5s ease-in-out;}
}


/*按鈕hover底線特效 old*/
/*.stellarnav > ul > li {position: relative;}*/
/*第一層*/
/*.stellarnav > ul > li > a:hover:before {width: 100%;}
.stellarnav > ul > li > a:before {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 1px;
    position: absolute;
    background: #a7e399;
    top: 34px;}*/

@media screen and (max-width: 768px) {
.stellarnav > ul > li {display: block;}
.header_area.sticky .stellarnav > ul > li {display: block;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 1360px;}
.footer {background:url(https://pic03.eapple.com.tw/xinyicat/BBG.jpg)no-repeat; padding: 60px 0 0; /*border-top: 1px solid #eee;*/ background-size: cover;}
.footer_info {display:grid;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; grid-gap: 30px;}
.footer_menu {display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;  gap: 3px; width: 100%; text-align: left; /*margin: 0 auto;*/ gap: 4px;}/*footer按鈕最小寬度100px*/
.footer_menu a {letter-spacing: 1px; margin: 0;	text-align: center;	padding: 7px 9px 9px 10px; border:0; /*border-right: 1px #e4e4e4 solid;  border-left: 1px #ffffff solid;*/ background:#fff; font-size: 12px;color:#48b3af; transition: all 0.3s; /*border: 1px solid #48b3af;*/ border-radius:50px;}
/*.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}*/
.footer_menu a:hover {background: #48b3af; color: #ffffff;}
.footer_menu a:first-child {display: none;}
.copy {background:none; color: #48b3af; border:none; padding: 25px 10px 30px 10px; font-size: 11px;}
.copy a{color: #48b3af;transition:all 0.3s;}
.copy a:hover {color: #48b3af;}
.privacyLinks a+a {border-left: 1px solid #ffffff;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #88765E;  color: #f6ff99;}
.box_link {display: none;}
.footer_logo img {max-width: 150px; background: #48b3af; padding: 20px; border-radius: 20px;/*filter: brightness(10);*/}
.footer_logo {text-align: center; width:100%; margin: 0 auto;}
.footer_info ul {width: 100%; text-align: center;}
.footer_info li {padding: 15px 10px; display: inline-grid;}
.footer_info li p {text-align: left; width: 100%; display: block; color: #476eae; letter-spacing: 1px; line-height: 220%; font-size: 14px;}
.footer_info li p a {color:#476eae;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
	
/*top*/
#to_top {
    width: 68px;
    height: 42px;
    bottom: 23px;
    right: 0px;
    left: unset;
    border-radius: 10px 0 0 10px;
    box-shadow: none;
    color: #a3a3a3;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 11px;}
#to_top i:before, #to_top i:after {background: #a3a3a3;}
#to_top i.top {margin-bottom: -12px;}
#to_top i.top:before, #to_top i.top:after {height: 10px;}


/*改字*/
.footer_info li:nth-child(1)::before {content: '特寵業繁字第I1150001號'; margin-bottom: 4px; color: #476eae; text-align: left; letter-spacing: 1px; }
.footer_info li p.line:before {content: 'LINE ID：';}
.footer_info li p.add2:before {content: '營業時間：';}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-brand {width: 100%;max-width: 100%; transition:all 0.5s;}
.nav-brand img {max-width: 0px; padding-top: 0px; transition:all 0.5s; width: 100%; margin: 0 auto; }
.header_area .nav-brand {  transition: all 0.5s;  margin-top: 20px; width: 100%; text-align: center;}
@media screen and (max-width: 768px) {
.nav-brand img{max-width: 85px;}
}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*點點*/
.swiper-pagination {display: none;}

/*預設解除背景輪播*/
/*@media screen and (max-width: 1800px) {
#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;}
#content_main {margin-top: -10px;} 
}*/
@media screen and (max-width: 768px) {
.bannerindex {padding-bottom: 50%;}
}




/*大圖+圖*/
.pageIndex .swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.pageIndex .swiper-slide:nth-child(1)::before {
  animation: ani_SC 2s 0.3s both;
}
.pageIndex .swiper-slide:nth-child(1)::after {
  animation: ani_SC 2s 0.3s both;
  animation-delay: 1s;
}

.pageIndex .swiper-slide:nth-child(2)::before {
  animation: ani_SC 2s 0.3s both;
  animation-delay: 3s;
}
.pageIndex .swiper-slide:nth-child(2)::after {
  animation: ani_LtoR 2s 0.3s both;
  animation-delay: 4s;
}


/*.pageIndex .swiper-slide:nth-child(1)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/xinyicat/01-T1.png);
  aspect-ratio: 1 / 1;
  right: 18vw;
  top: 25vw;
  margin: 0 auto;
  max-width: 22vw;
  position: absolute;
  content: '';
}*/
.pageIndex .swiper-slide:nth-child(1)::after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/xinyicat/01-T2.png);
  aspect-ratio: 1 / 1;
  right: 13vw;
  top: 14vw;
  margin: 0 auto;
  max-width: 34vw;
  position: absolute;
  content: '';
}


.pageIndex .swiper-slide:nth-child(2)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/xinyicat/02-T1.png);
  aspect-ratio: 1/1;
  left: 3vw;
  top: 0;
  margin: 0 auto;
  bottom: 4vw;
  max-width: 45vw;
  position: absolute;
  content: '';
}
.pageIndex .swiper-slide:nth-child(2)::after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/xinyicat/02-T2.png);
  aspect-ratio: 1 / 1;
  left: 13vw;
  top: 15vw;
  margin: 0 auto;
  max-width: 25vw;
  bottom: 8vw;
  position: absolute;
  content: '';
}

@keyframes ani_SC {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity:1;
  }
}
@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(-10%);
            transform: translateX(-10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}

@keyframes ani_SRtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}


@media screen and (max-width: 1440px) {
.pageIndex .swiper-slide:nth-child(2)::after {max-width: 28vw; top: 16vw;}
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #ffffff; /*url(https://pic03.eapple.com.tw/sleeplate2023/BBG.jpg)no-repeat bottom;*/ background-size: cover;}
#content {background: #ffffff; /*url(https://pic03.eapple.com.tw/sleeplate2023/BBG.jpg)no-repeat bottom;*/ background-size: cover;}

.banner{background:url(https://pic03.eapple.com.tw/xinyicat/BBG.jpg)no-repeat bottom; background-size: cover;}
.banner h5 {color: #476eae; font-family: "jf-openhuninn-1.0", "Noto Sans TC"; font-size: 38px; font-weight: 500;}


/*麵包屑*/
.path{display:none;} 
.path p a:hover {display:none; color: #909090;}

/*頁碼*/
.page {  width: 100%;  margin: 40px auto;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;}
.page li {  display: flex;  margin: 3px;  width: 30px;  height: 34px;  line-height:30px;  align-items: center;  justify-content: center;}
.page li a {  display: block;  width: inherit;  height: inherit;  line-height: inherit;  padding: 0;  transition:all 0.3s;}
.page strong, .page a:hover {  background: #909090;border: 1px solid #909090;}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part , .product_info_page .main_part { max-width:1600px; padding: 80px 20px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:300px; letter-spacing: 1px; min-height: 0vw; margin-bottom: 50px;}
.product_page .products-list{ width:calc(100% - 350px) !important;}
.product_page .products-list,
.product-wrapper { width: 100%;}
ul.page { width: 100%;}

.product-layer-two li a {background: #476eae; color: #fff; text-align: center; border: 0px #dadada solid; border-left: 0px #dadada solid; border-radius: 5px; padding: 7px 16px 9px 16px; font-size: 15px;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two li ul { position:static; margin-top:5px; width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;  background:#e5e0da;}
.product-layer-two li li:hover > a { background:#e5e0da; color:#476eae;}
.product-layer-two > li { width: 300px; max-width:100%; padding:0; text-align:left; border-bottom:0px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.products-list .name {text-align: center; margin-bottom: 0px;}
.product-layer-two li i.close::before {color: #c5b6a6;}
.product-layer-two ul {grid-gap: 0px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#e5e0da;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.products-list .more {border: 1px solid #48b3af; color: #d9f7f6; background: #48b3af; font-weight: 500; opacity: 1; transition: 0.3s ease; border-radius: 5px;} 
.sidebarBtn .sp_price {color: #48b3af;}

/*詳細資料*/
.products-list .item a:hover .more {background: #48b3af; transition: 0.3s ease;} /*1*/

/*滿版*/
.products-list {grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #476eae;}
.lastPage {background:#476eae; border-radius: 5px;}
.prod_related {background: #ffffff; padding: 100px 15px 70px 15px;}

/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a {color: #476eae;font-size: 24px;font-weight: 700;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: #ffffff;}
.sidebarBtn {border: 5px #e8faf9 solid; background: #e8faf9;border-radius: 20px;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}
.submenu li+li {border-top: 0px solid #ccc;}

/*特*/
.products-list .pic {border-radius: 20px;}
.products-list .pic img {transform: scale(1); transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}

.products-list .price .sp_price {text-align: center;}
.products-list .price b{text-align: center; font-weight: 500; font-size: 15px;}
.fa-circle-plus::before {color: #c5b6a6;}

.inquiry_a1{background: #48b3af;}
.inquiry_a2{background: #48b3af;}
.inquiry_a3{background: #48b3af;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #f0c027;}

.products-list .price b , .ori_price {color: #d29e2f; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #c95546; font-weight: 700;}
.product_menu_list>h5 {color:#555555;}

.rewrite_simple {background:#48b3af url(../images/simple_left.png) 10% center no-repeat;}
.sidebarBtn h2 {color: #476eae; font-family: "jf-openhuninn-1.0"; font-weight: 500;}

@media screen and (max-width: 1440px) {
.product_page .main_part, .product_info_page .main_part {padding: 130px 20px;}
}
@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@media screen and (max-width: 1024px) {
  .product_page .main_part, .product_info_page .main_part {padding: 50px 20px;}
  .product_page #content, .product_info_page #content {margin-top: 0px;}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.mobile_product_name {text-align: center; display: none;}


.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
}
@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;}
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px; color: #476eae;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 40px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.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 正方形 */
.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_le img, .blog_list_le img {border-radius: 20px;}
  .blog_list_ri p {line-height: 180%;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 20px; border: 0px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:#48b3af !important;}
.blog_le .submenu a {color: #534a3f; padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#48b3af ;}
.submenu a:hover {background: #48b3af ;}
h5.blog_le_t em {display: none;}
.blog_le {padding-top: 38px;}
.blog_list_ri em {font-size: 13px; color: #7cc2c1;}

/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_prev {background: #48b3af; border-radius: 30px 0 0 30px;}
.blog_back a.article_btn_back{background: #48b3af;}
.blog_back a.article_btn_next {background: #48b3af; border-radius: 0 30px 30px 0;}
.blog_search input[type=search] {border-radius:10px; border: solid 1px #d4ece6; background: #ffffff;}

.blog_shareData {text-align: left; display: block;}
.news_related{background: none;}
.news_tags a {color: #87c877;}
.lastPage{background: #48b3af; border-radius: 50px;}
.news_related h6 span:before {color: #476eae;}
.articel_mainPic img {border-radius: 50px;}

/*特*/
.subbox_item a{grid-template-columns: 1fr; grid-gap: 10px;}
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 7px;
  width: 40px;
  height: 1px;
  background-color: #d4ece6;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 97%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 3px 3px 8px 3px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #d4ece6;}
.accordion li .link {border-bottom: 1px solid #d4ece6;}
.i_blog_ri {padding: 15px 5px 5px 5px;}
.i_blog_ri h5{color:#444;}
.module_i_news .title_i_box h4 {color: #476eae;}
.blog_list_ri h5 {color:#476eae; font-size: 21px;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #ffecdf;}
.blog_le .submenu a i {left: 8px;}
.blog_ri{padding: 0 0 0 70px;}
.news_related_list li a {padding:10px;}
.accordion li+li .link {border-top: 1px solid #d4ece6;}

@media screen and (max-width: 768px) {
.blog_ri {padding: 0 0 0 0px;}
h5.blog_le_t em {
    display: block;
    font-weight: 500;
    font-family: "Roboto", "Noto Sans TC";}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{max-width: 1400px; width: 90%;  margin: 0 auto;}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{max-width: 1400px; width: 90%;  margin: 0 auto;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic  {  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #676767; }
.show-list .item:hover .show_name {  color: #444444; }
.other_album_choice li {  background: #BFAB90;}
.subalbum-menu h2{  color: #444444; font-size: 24px; font-weight: 400; display: none;}
.other_subalbum li p {  margin-top: 10px;}
.other_subalbum li{background: none;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 20px;}

/*特*/
.album_page .show-list .show_name:before {
  background-color: #444444;
  position: absolute;
  left: 0;
  content: '';
  height: 1px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  top: 95.3%;
  bottom: 50%;
  transform: translateY(-50%);}
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {padding-left: 50px;}
.album_page .show-list .item:hover .show_name {padding-left: 60px;}
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.3s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.03); transition: 0.3s ease;}
.show-list .show_pic {border-radius: 15px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.album_class_page .other_subalbum li a img {transform: translate(0%,-100%);}
.block {display: none;}
.album_fixed_title {background: none;}
.show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic {border-radius: 20px;}
.other_subalbum li a p {text-align: center;}


/*相簿瀑布流*/
/*ul.show-list,
.pic-list,
.other_subalbum {
  display: block;
  column-count: 3;
  column-gap: 20px;
}

.show-list .item, 
.other_subalbum li, 
.pic-list .item {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  break-inside: avoid;
}

.pic-list .show_pic, 
.show-list .show_pic, 
.other_subalbum li a div{
  padding: 0;
  height: auto;
}

.album_info_page .pic-list .show_pic img, 
.album_page .show-list .show_pic img, 
.show-list .show_pic img, 
.other_subalbum li a img {
  position: relative;
  transform: unset;
  left: 0;
  top: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: unset;
  transition: all 0.3s ease-in-out;
}

.album_page .show-list .show_pic img:hover, 
.album_class_page .other_subalbum li a img:hover{
  transform: scale(1.05); transition: all 0.3s ease-in-out;
}*/


/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.news_part .title_i_box h4 {font-size: 30px; color: #444444;}
.news_part {  width: 90%;}
.news_list ul li a:hover {  background: rgb(195 195 195 / 30%);}
.news_list ul li span {color:#000;} 
.news_list ul li p {color:#000;}
.news_list ul li p:after {  content: 'READ MORE'; background: none;  padding: 3px 5px;  border-radius: 4px;  color: #707070;}
.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#444444;}


/* = = = 文章分享 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.share_page .promotion_title span { border: 0px; padding: 0px 0px; margin: 0 4px;}


/* = = = 其它分頁 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.other_select_page .promotion_title span {margin: 0 2px 2px 0; border: 1px #fff solid;}
.other_select_page .promotion_title {display: none;}
.other_select_page .other_promotion {display: none;}
.other_select_page .page {display: none;}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {max-width: 1400px; padding: 70px 20px 50px 20px;}
.contact_le_map a {background: #48b3af; padding: 15px;}
.contact_form li.last cite {background: #48b3af; border-radius: 20px;}
.animated-arrow {background:#48b3af;  border-radius: 50px; padding: 3px 0px;}
.animated-arrow:hover {background:#c2b7b3;}
.contact_content {padding:0px 10px 60px 10px;}
.contact_editbox {padding: 0px 0px;}
.contact_form li .form__label {text-align: left; width: 100%; margin-left: 0px; margin-bottom: 6px;}
.contact_form li {padding-left: 0px; padding: 0 0 15px 0; display: block;}
input[type="checkbox"], input[type="radio"] {margin: 0 4px 0 7px;}
.form select {width: 100%;}
.contact_form li input.noborder, .contact_form li textarea.noborder , .form select {border: 1px #e4d7cd solid; background: #ede2d9; border-radius: 20px; padding: 10px 8px 10px 8px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.blank_letter {color: #48b3af; font-family: "Noto Sans TC"; font-weight: 700;}
.contact_content .information_left {display: none;}
.contact_content .information_right {width: 100%; padding-left: 10px;}
.contact_form {grid-template-columns: 1fr 1fr; grid-gap: 20px;}
.red{color: #a02b2b;}
.blank_letter .red {padding-left: 10px;}

@media screen and (max-width: 480px) {
.contact_form li .form__label {background: none;}
.contact_form {grid-template-columns: 1fr; grid-gap: 5px;}
}


/* = = = 其它 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*換行問題*/
.stellarnav.mobile > ul > li > a {width: 100%; padding: 15px 43px 10px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle {width: auto; padding: 12px;}
.stellarnav .menu-toggle {width: 60px;}

/*相簿小圖*/
.fa-image::before {display: none;}
.fa-right-from-bracket::before{display: none;}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {display: none !important;}
.other_album_choice li {padding: 7px 24px 7px 22px; margin: 0 0px 7px 0;/*width: 30%;*/}
.other_album_choice {margin: 7px;}

@media screen and (max-width: 480px) {
.other_album_choice li {width: 100%;}
}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1300px) {
/*footer*/
.footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr 1fr; max-width: 700px;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
.footer_info li p {text-align:left;}
.footer_info {grid-gap: 10px;}
}


@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list { grid-template-columns: 1fr 1fr 1fr;}
}


@media screen and (max-width: 1050px) {
.stellarnav > ul > li > a {font-size: 15px;}
}


@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {  padding: 0px;}
.main_header_area {height: 0px;}
.header_area.sticky .main_header_area {height: 165px;}
.me_tp_features {padding-top: 0px;}
.header_area.sticky .me_tp_features {padding-top: 0px; transition:all 0.3s;}
.stellarnav > ul > li > a {padding: 5px 4px 0px 0; }
.stellarnav li.has-sub > a {padding: 5px 4px 0 0px;}
.stellarnav>ul {margin-top: -7px;}
.header_area.sticky .main_header_area {border-radius: 0 0 30px 30px;}
.footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100%; margin-bottom: 0px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {  grid-template-columns: 1fr 1fr;}

.album_page .show-list .show_name:before {top: 93.3%;}
}



@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr 1fr;}

.stellarnav > ul > li > a {font-size: 14px;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
.footer_logo {text-align: center; width: 100%;}

.stellarnav > ul > li {margin: 0 0px;}
}



@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.pageIndex .header_area{position:relative;}
.main_header_area .container {max-width: 100%;}
.main_header_area {height: 136px;}
.header_area.sticky .main_header_area {height: 142px;} 


/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 10px 16px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{border-color:transparent;}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile > ul > li > a {padding: 14px 43px 14px 10px; color: #476eae;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;}
.stellarnav.mobile > ul > li {border-bottom: 1px #ceedec solid;}
.stellarnav .menu-toggle span.bars span {background: #ffffff; height: 1px; width: 28px;}
.stellarnav .menu-toggle:after {color: #ffffff;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px #eee solid; box-shadow: 2px 2px 10px #d6faf8; background: #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff; color:#8ccbc9;}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #aadedc;}
.stellarnav.mobile li.open {background: #d6faf8;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {border-bottom: solid 3px #aadedc;}
.stellarnav.mobile li.open li.open {background: #ffffff;}
.stellarnav>ul {margin-top: 0px;}
.stellarnav>ul>li:nth-child(4) {margin-right: unset;}
.stellarnav li {text-align: left;}
.stellarnav > ul > li > a:before {display: none;}
.header_area.sticky .nav-header {display: block;}
.header_area.sticky .main_header_area {background: #48b3af;}
.header_area .nav-brand {margin-top: 23px;}
.stellarnav.mobile ul {background: #d6faf8;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {background: none;}
.stellarnav.mobile li li.has-sub a {padding: 10px 43px 10px 14px;}
.stellarnav .dd-toggle {width: 38px; height: 38px;}
.stellarnav > ul > li:hover > a{color: #476eae;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: unset;}

/*Footer/＝＝＝＝＝*/
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:60px 0 20px; }
.footer_info {  justify-content: center;}
.footer_logo {  text-align: center; margin-bottom: 0px;}
/*.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));}*/
.footer_info li p {display: block; width: 100%; text-align: center;}
.footer_info li:nth-child(1)::before {text-align: center;}
.footer_info li+li {margin-top: 0px;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {  grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {  width:100%;}
.prod_related h6 span:before{font-size: 24px;}

/*順序*/
.product_page .products-list {  order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{  color: #888888;font-size: 20px;}

#bottom_menu li a {padding: 14px 5px 9px 5px;}
.contact_le_map a {width: 100%; display: inline-block;}
}



@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {  text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{  font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {  width: fit-content;  margin: 10px auto 0;}
}

@media screen and (max-width: 570px) {
.stellarnav .menu-toggle {padding: 15px 10px;}
}

@media screen and (max-width: 480px) {
.header_area .nav-brand {max-width: unset;}
.footer_logo {width: 100%;}
.banner h5:before {color: #444444; text-shadow: inherit;}
.footer_info li p {text-align: center;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
.me_tp_features {padding-right: 0px;}
.banner {padding: 50px 0;}
.footer_menu {display: grid;}
/*.footer_menu a {border-left: 1px #e4e4e4 solid;}*/
.album_page .show-list .show_name:before {top: 94.3%;}
.stellarnav .menu-toggle {text-align: center; padding-top: 10px;}
}


@media screen and (max-width: 420px) {
.footer_menu {grid-template-columns: 1fr 1fr;}
}


@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {  grid-template-columns: 1fr;}
}


@media screen and (max-width: 325px) {
.header_area .nav-brand {max-width: 208px;}
}