
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

body{
	overflow-x:hidden;
	font-family: "Noto Serif TC", "Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 300;
}

#content {
    width: 100%;
	min-height: 0vh;
}
/*網站全域設定/＝＝＝＝＝*/

/*
  #AC9B79 /*網站主要色系
  #111111 /*網站輔助色系1
  #111111; /*網站輔助色系2*/
  
  .box_link {display:none;}

.nav-brand img {
    max-width: 350px;
    padding-top: 2px;
}

.header_area {
    position: relative;
    z-index: 9999;
    padding: 0px; 
    background: #f0f0f0;
    position: sticky;
    top: 0;
    width: 100%;
	}



.footer_info li p.fax:before {
    content: 'Line ID：';
	
}

.footer_info li {
  display: flex;
  flex-wrap: wrap;}
}






/*大圖動畫*/
.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/

.bannerindex .swiper-slide:nth-child(1)::after {
   content: "";
  position: absolute;
  width: 70vw;
  height: 45vw;
  background: url(https://pic03.eapple.com.tw/deshengclean/text.png) no-repeat top;
  background-size: contain;
  top: 10%;
  right: -1%;

  animation-fill-mode: both;
  animation-delay: 0.5s;
  z-index: 10;
}

.bannerindex .swiper-slide:nth-child(2)::after {
    content: "";
  position: absolute;
  width: 100vw;
  height: 45vw;
  background: url(https://pic03.eapple.com.tw/deshengclean/text02.png) no-repeat top;
  background-size: contain;
  top: 10%;
  left: -20%;

  animation-fill-mode: both;
  animation-delay: 0.5s;
  z-index: 10;
}

.swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-right  1s 0.5s both;}
.swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-left  1s 0.5s both;}

/*往右特效*/
@keyframes slide-right {
  0% {-webkit-transform: translateX(-100%);  /* 一開始的位置 在X-100*/
            transform: translateX(-100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateX(0);/* 跑到最後終止的位置 在X-0*/
            transform: translateX(0);
            opacity:1;/*透明度顯示*/}
}
/*往左特效*/
@keyframes slide-left {
  0% {-webkit-transform: translateX(100%);  /* 一開始的位置 在X-100*/
            transform: translateX(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateX(0);/* 跑到最後終止的位置 在X-0*/
            transform: translateX(0);
            opacity:1;/*透明度顯示*/}
}



































/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.header_area.sticky .main_header_area .container {max-width: 85%; transition: all 0.3s;}


.main_header_area{background: #fff; height: 130px; box-shadow: 0px 0px 10px #c8c8c88f; /*border-top: 6px solid #AC9B79;*/ transition: all 0.3s;}
.navigation {padding: 30px 0 10px 80px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 1800px; transition: all 0.3s;}

/*第一層*/
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 19px;
}
.stellarnav ul ul {padding-top: 0px; box-shadow: 0px 0px 10px #c8c8c88f; margin-top: 0px; }
.stellarnav ul ul ul {padding-top: 0px;}
.stellarnav > ul > li > a{color: #737373; padding: 0 16px 0 13px; font-weight: 300; letter-spacing:0px; font-size: 17px; transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #3cb7ae;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a {padding: 0 16px 0 13px;}

/*第二層*/
.stellarnav li li {border: 0px #eee solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px 10px; font-size: 15px; transition: all 0.3s; border-left:4px solid transparent; font-weight: 300;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #AC9B79; padding-left:14px;border-color:#53ae9d ; background: #f0fff6;}
/*.stellarnav > ul > li.drop-left > ul {right: -28px;}*/





/*SubMenu*/
.shop_search_btn {background: #AC9B79;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #AC9B79;}
.me_tp_features {padding-right: 17px; margin-bottom: 3px; display:none;}
.tp_links {display: none;}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/


/*.center {max-width: 100%;}
.pageIndex .footer {background:#538763;}
.footer {background:#3f3f3f; padding: 40px 0 30px 0; /*border-top: 1px solid #e8e8e8;*//*}*/
/*.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 800px;}/*footer按鈕最小寬度100px*/
/*.footer_menu a {letter-spacing: 1px; color:#dbf5aa;margin: 0;	text-align: center;	padding: 18px 5px 20px 5px; border:0; border-right: 0px #f7f7f7 solid;  border-left: 0px #f7f7f7 solid; background: none; font-size: 14px; transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: none; color: #ffffff;} 
.copy {background:none; color: #AC9B79; border:none; padding: 15px 0; text-align: right; margin: 0 150px 0 0; padding: 0 0 60px 0; letter-spacing: 1px;}

.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #ffffff;}
.box_link {display: none;}
.footer_logo img {max-width: 100px; }
.footer_logo {text-align: center; width: 100%;}
.footer_info ul {width: 100%; text-align: center;}
.footer_info li {padding: 15px 50px;}
.footer_info li p:before {display: block;}
.footer_info li p {font-size: 16px; color:#fdf5b8; line-height: 230%; text-align: left; width: 19%; display: inline-block;margin-bottom: 10px;}
.footer_info li p a{color:#f7f99f;}
.footer_info li:nth-child(2) {margin-top: 35px; padding: 0 0; margin-bottom: -37px; background:none; width: 60%; margin-left: 55vh;}
.footer_info li:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4d4d4c;
  position: absolute;
  left: 0;}
*/





.footer { background: #bcdbca;}
.footer_info li p {  color: #f7f99f;}
.footer_info li p a{color:#f7f99f;}
.box_link a {  border: 1px #f7f99f solid;}
.fab, .fa-brands, .far, .fa-regular{ color: #f7f99f;}

.footer_menu a {      
display: inline-block;
    padding: 6px 7px;
    border: 0px #47a370 solid;
    border-radius: 3px;
    margin: 0 4px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    background: #588d70; }
.footer_menu a:hover {  background: #125942;  color: #ffffff;}	



/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 78px;}
.list_before.info li {padding-left: 86px; color: #fff; }


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-brand {width: 100%;max-width: 400px; transition:all 0.3s;}
.nav-brand img {max-width: 300px; padding-top: 0px;}
.header_area .nav-brand {  transition: all 0.3s;  margin-top: 0px;}


/* = = = 側邊浮動 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*top*/
#to_top {color: #737373; width: 40px; height: 40px; bottom: 20px; right: 25px; left: unset;}
#to_top i.top {margin-bottom: -14px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}
#to_top i:before, #to_top i:after {background: #737373;}

/*側浮*/
a.info_fix_mail {display: none;} /*隱藏信箱*/






.footer_info li p.line  { order: 1; }
.footer_info li p.tel   { order:2 ; }
.footer_info li p.fax  { order: 3; }
.footer_info li p.tel2  { order: 4; }

.footer_info li p.mail  { order:5 ; }
.footer_info li p.add   { order: 6; }



@media screen and (max-width: 1200px){
.footer_info li p.line  { order: 1; }
.footer_info li p.tel   { order:3 ; }
.footer_info li p.fax  { order: 2; }
.footer_info li p.tel2  { order: 4; }

.footer_info li p.mail  { order:5 ; }
.footer_info li p.add   { order: 6; }


}



/*Footer/＝＝＝＝＝*/



.footer {  background: #ffffff; padding: 30px 0 0px;  background-size: cover; box-shadow: 0 -10px 10px #005b7e08;}
.footer_logo > a{display: block;width: 230px;height: 160px;background: url(https://pic03.eapple.com.tw/deshengclean/logo.png) no-repeat;
	background-size: contain !important;background-position: center !important;margin: 0 auto;}
.footer_logo > a img{display: none;}
.footer_info {grid-template-columns: 200px 1fr;padding-right: 0;max-width: 1200px;margin: 0 auto;align-items: center;gap:65px;padding: 0 3%;}
@media screen and (max-width: 768px){
 .copy { margin-top: 10px }
.footer {  background: ##bcdbca; padding: 0px 0 50px;  background-size: cover; box-shadow: 0 -10px 10px #005b7e08;}
.footer_info {grid-template-columns: 200px 1fr;padding-right: 0;max-width: 1200px;margin: 0 auto;align-items: center;gap:0px;padding: 0 3%;}
}
.footer_info li p,.footer_info li p a{color: #333;}
.footer_info li p {display: inline-block;width: 34%;}

.footer_menu a { }

.box_link{display: none;}
.copy {  border-top: none;  font-size: 10px;  padding: 10px 3%;  background: #233451;  margin-top: 10px; background: #5b8d71; }
.copy,.copy a{color: #fff;}
.copy a:hover {color: #122d1e;}

@media screen and (max-width: 1200px){
	.footer_logo > a{width: 160px;height: 65px;}
	.footer_info li p{width: 100%;}
	
	
	

	
}
@media screen and (max-width: 768px){
	.footer_logo{margin: 0 auto;}
	.footer_info {grid-template-columns: 1fr;text-align: center;}
	.copy {  margin-top: 10px;}
	.footer_menu {  }
	
}
@media screen and (max-width: 600px){
	.footer_menu a {/* width: 100%; */}
}






































/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */







.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;}
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*.pageIndex #content_main {background: #fff;}
#content_main {background: url(https://pic03.eapple.com.tw/boantainan/BBG.jpg)no-repeat bottom; background-size: cover;}
#content {background: url(https://pic03.eapple.com.tw/boantainan/BBG.jpg)no-repeat bottom; background-size: cover;}*/

.banner{display: none;}

/*麵包屑*/
.path{display:none;} 
.path p a:hover {display:none;}

/*頁碼*/
.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;}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.module_i_news .title_i_box h6 {font-size: 26px; font-family: 'Inter'; font-weight: 900; color: #e1e1e1;}
.module_i_news .title_i_box h4 {font-size: 40px; font-weight: 900; color: #202020;}
.module_i_news {padding: 80px 20px;}


.blog_page .main_part {max-width: 1500px;}
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/

.subbox_item a {display: flex; flex-direction: column;}
.module_i_news ul, .blog_subbox {  display: grid;  gap: 10px;}
.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: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.blog_list_ri {padding: 10px 2px;}
.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%);}
	
/*側邊*/
.blog_le .accordion {background: #fff; border:none; border-bottom: 1px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #05AAAF !important;}
.submenu a:hover {background: #3e3b3a;}

/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #327061;}
.blog_back a.article_btn_prev{background: #05AAAF;}
.blog_back a.article_btn_next{background: #05AAAF;}

.blog_search input[type=search] {border-radius: 0px; border:solid 1px #e5e5e5; /*background: #f5f5f5;*/}
.blog_le .accordion {border-radius: 4px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #327061;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em {display:none;}
.blog_list_ri h5 {font-weight: 700; color: #327061;}
.blog_list_ri p{ color: #000;}
.subbox_item a:before{ color: #05AAAF;}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*購物車設定*/
/* 產品的看更多按鈕設定 */
.product_page .main_part {    max-width: 1300px;}

.products-list .more {    border: 1px solid #AC9B79 !important;    color: #AC9B79;    display: none;}
.products-list a:hover .more {    background: #AC9B79;    border-color: #AC9B79;	color: #ffffff;}

/*外層*/
.product-layer-two li a {
    color: #444;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 20px;
    transition: all 0.2s;
    background: transparent;
    font-family: 'Noto Serif TC', serif;
}
.product-layer-two li:hover > a { background: #AC9B79;    color: #fff;}
.product-layer-two li.active > a {background: #AC9B79;    color: #fff;	font-weight: normal;}
.product-layer-two li ul {    display: none;}
.product-layer-two li {    margin: 5px 10px;}

.product-layer-two {    display: flex;    justify-content: center; flex-wrap: wrap;}
.products-list .pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(-50% , 0) scale(1.9);
    transition: all 0.3s;}
.products-list .pic:hover img {    transform: translate(-50% , 0) scale(2.2);}


.products-list .pic {    border: 1px solid #e6e6e6;    background: #fff;    overflow: hidden;}
.products-list .name {
    position: absolute;
    height: 45px;
    bottom: 0;
    width: 90%;
    margin: 0 5%;
    background: #cab997;
    display: flex;
    border-radius: 5px 5px 0 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    transition: all 0.3s;
    font-family: 'Noto Serif TC', serif;
}
.products-list .item a:hover .name{
    height: 65px;
    padding-bottom: 20px;
    background: #cab997;
}
.bx-wrapper .bx-viewport {    border: none;}

/*內層*/
.lastPage {    background: #AC9B79;}
.nextaction {    background-color: #AC9B79;}
.lastaction {    color: #fff;    background-color: #AC9B79;}

#bx-pager h6 {display:none;}
.inquiry_a1 {background: #AC9B79;}
.inquiry_a2 {background: #737373;}
.inquiry_a1:hover , .inquiry_a2:hover{background: #3b3b3b;}
.prod_related h6 span:before {color: #737373;}
.prod_related {background: none;}


/* = = = 相　簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	
	
		
.show-list .show_name {color: #000000; font-size: 16px;}
.show-list .item:hover .show_name {}
.other_album_choice li {background: #AC9B79; transition:all ease-in .3s; border-radius: 0px;}
.other_album_choice li:hover {background: #111111; transition:all ease-in .3s;}
.page strong, .page a:hover {background: #938172;}
.album_fixed_title embed {display: none;}
.other_album_choice li .fa {display: none;}
.subalbum-menu h2 {display: none;}

/*觀看其他設定*/
.other_album{text-align: center;     display: none;}
.album_fixed_title {padding-left: 30px;}


/*相簿首頁滿版*/
.other_subalbum{display: flex;flex-flow: wrap;justify-content: space-around;}
.other_subalbum li{display: block;width: 33%;max-width: 520px;margin: 0 0;position: relative; padding: 16px 16px;}
.other_subalbum li p{
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
    transition: .5s ease;}
.other_subalbum li:hover p{
    opacity: 1;}
.other_subalbum div {}
.other_subalbum div::after{
    content: '';
    display: block;
    width: 100%; /*calc(100% - 20px)*/
    height: 100%; /*calc(100% - 20px)*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%) scale(0);
    background:  rgba(0,0,0,.4);
    transition: .5s ease;}
.other_subalbum li:hover div::after{
    transform: translate(-50% , -50%) scale(1);}
.other_subalbum li a img {
    max-width: 100%;
    max-height: unset;}
	
	    .show-list .show_name {
        font-weight: 600;
        position: absolute;
        top: 0;
        right: auto;
        width: 100%;
        height: auto;
        line-height: 160%;
        font-size: 20px;
        /* border: solid 1px #fff; */
        text-align: center;
        margin: 0 auto;
        padding: 5px 20px;
        transition: all ease-in .3s;
        opacity: 0;
        height: auto;
        transform: translate(0%, 350%);
        color: #ffffff;
        z-index: 10000;
        opacity: 1;
    }
	
.show-list .item { position: relative; 
  overflow: hidden;   
}


 .show-list .show_pic::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(17 58 79 / 40%); 
  pointer-events: none; /* 避免影響點擊操作 */
  z-index: 1; /* 根據內容需要，讓遮罩蓋在上面 */
	}
	
	
.show-list .item:hover .show_name {
    color: #ceffe7;
    letter-spacing: 10px;
}
	
.other_album_choice {	display: none; }
	
@media screen and (max-width: 1300px) {
.other_subalbum div{height: 20vw;}

@media screen and (max-width: 1150px) {
.other_subalbum div{height: 20vw;}
}
@media screen and (max-width: 600px) {
.other_subalbum{justify-content: center;}
.other_subalbum li{width: 100%;}
.other_subalbum div{height: 61vw;}
.other_subalbum li a img {max-width: 100%; max-height: unset;}
}
@media screen and (max-width: 480px) {
.other_subalbum div{height: 63vw;}
}
@media screen and (max-width: 375px) {
.other_subalbum div{height: 61vw;}
}


/*以下為相簿滿版大圖*/
.overlay {background: rgba(0,0,0,.4);}
.overlay div {overflow: hidden; height: 250px;}
.show-list .item {overflow: hidden; margin: 15px 0 !important; width: 48%;}
.show-list .show_name {border: solid 0px #fff !important;}
.block {display: none;} 
.subalbum-menu h2 {padding-left: 30px; font-weight: 600; color: #515050;}
.show-list .show_name {font-weight: 600; position:absolute; top:0; right:auto; width:100%; height:auto; line-height:160%; font-size: 20px; border: solid 1px #fff; text-align: center; margin: 0 auto; padding:5px 20px; transition:all ease-in .3s; opacity:1; height: auto; transform: translate(0%, 350%);}
.show-list .item a {max-width:100%;}
.show-list .show_pic {height:auto; line-height:0;padding-bottom: 0;}
.show-list .show_pic img {max-width:100%; max-height:100%;}
.show-list .item:hover .show_name {opacity:1;}
.overlay {width: 100%; height: 19.5vw; left: 0%; top: 0%;}
ul.show-list, .other_subalbum, ul.pic-list {   }

.show-list::before
{ position: absolute; content: ''; width: 100%; height: 100%; display: block; background: rgba(0,0,0,.3); left: 0; top: 0; opacity: 0; -webkit-transform: scale(0); transform: scale(0); transition: all .4s 100ms cubic-bezier(.42,0,.58,1); }
.show-list .item:hover .overlay{ opacity: 1; -webkit-transform:  scale(1); transform: scale(1); }




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;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #ADA17E;}
.other_album_choice li {    background: #525f6f;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}


	        @media screen and (max-width: 768px) {
            .show_content {
                width: 100%;
                padding: 15px 30px;}

@media screen and (max-width: 3000px) {
.album_page .main_part {max-width: 1200px !important; text-align:center; padding: 50px 0px;}
.album_class_page .main_part {max-width: 1200px !important; text-align:center; padding: 10px 0px;}
.album_info_page .main_part {max-width: 1200px !important; text-align:center; padding: 50px 20px;}
.show-list .item {height: 11.5vw; overflow: hidden; margin: 5px 0 !important;}
/* .other_subalbum div {height: 11.5vw;} */
.show-list .show_name {transform: translate(0%, 450%);}

.show-list .item {height: 50vw; position: relative; 
  overflow: hidden;   
}


 .show-list .show_pic::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(17 58 79 / 40%); 
  pointer-events: none; /* 避免影響點擊操作 */
  z-index: 1; /* 根據內容需要，讓遮罩蓋在上面 */
	}
}

@media screen and (max-width: 2400px) {
.show-list .item {height: 15vw;}
/* .other_subalbum div {height: 15vw;} */
.show-list .show_name {transform: translate(0%, 310%);}
/*.overlay {height: 14vw;}*/
}

@media screen and (max-width: 1440px) {
.show-list .item {height: 19vw;margin: 15px 0 !important;}
/* .other_subalbum div {height: 19vw} */
.show-list .show_name {transform: translate(0%, 300%);}
.show-list .item {height: 50vw; position: relative; 
  overflow: hidden;   
}


 .show-list .show_pic::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(17 58 79 / 40%); 
  pointer-events: none; /* 避免影響點擊操作 */
  z-index: 1; /* 根據內容需要，讓遮罩蓋在上面 */
	}

}
@media screen and (max-width: 1024px) {
.show-list .show_name {transform: translate(0%, 250%);}

.overlay {height: 24vw;}
}

@media screen and (max-width: 768px) {
.show-list .show_name {transform: translate(0%, 180%);}
.pic-list .show_pic {padding-bottom: 0; height: auto;}
.subalbum-menu h2 {padding-left: 24px;}
.pic-list .item {width: }
}


.show-list .item { width:100%;}
.subalbum-menu h2 {padding-left: 0px;}
.show-list .item {height: 50vw; position: relative; 
  overflow: hidden;   
}


 .show-list .show_pic::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(17 58 79 / 40%); 
  pointer-events: none; /* 避免影響點擊操作 */
  z-index: 1; /* 根據內容需要，讓遮罩蓋在上面 */
	}




.other_album_choice li {}
.show-list .show_pic {display: block;} /*手機板相簿標題出現*/
.show-list .item .overlay {opacity: 1;}
.show-list .item .show_name {opacity: 1;   color: #ffffff; z-index: 100;}
.overlay {height: 51vw;}
.stellarnav .menu-toggle {padding: 10px 10px;}
}

@media screen and (max-width: 375px) {
.show-list .item {width:100%;}

}

@media screen and (max-width: 320px) {
.show-list .item {width:100%;}

}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {max-width: 100%;}
.contact_editbox {padding: 0px 0px;}
.contact_le_map a {background: #AC9B79; border-radius: 0px;}
.contact_form li.last cite {background: #AC9B79; border-radius: 0px;}
.animated-arrow {background:#AC9B79; border-radius: 0px;}
.contact_form li {padding-left: 130px; display: inline-block; width: 49%;}
.contact_form li.last{ width: 100%;}
.contact_form li .form__label {text-align: right; width: 130px; margin-left: -130px;}
.contact_form li .form__insert{width: 97%;}
.contact_content .information_left {width: 350px;}
.contact_content .information_right {width: 100%;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
input[type="checkbox"], input[type="radio"]{margin-right: 2px; margin-left: 7px;}
.contact_content .information_left {display: none;}
.blank_letter {font-weight: 700; font-family:"Noto Serif TC", "Noto Sans TC"; text-align: center; }
.contact_form li input.noborder, .contact_form li textarea.noborder {border: 0px #ddd solid; background: #f1f1f1; padding: 5px;}
.note {display: block; text-align: center; font-family:"Noto Serif TC", "Noto Sans TC"; }
.red {color: #AC9B79;}


/* = = = 其它 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*換行問題*/
.stellarnav.mobile > ul > li > a {width: 100%; padding: 15px 43px 10px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle {width: auto;}
.stellarnav .menu-toggle {width: 60px;}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1200px) {
}



@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {  padding: 10px;}
.main_header_area {height: 160px;}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 19px;
}

.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 300px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex
;
    justify-content: center;
    align-items: center;
    align-content: center;
}


/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100%;}
.nav-brand img{padding-top: 16px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車*/
.products-list {grid-template-columns: 1fr 1fr 1fr 1fr;} 

/*FT
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%; margin-left: 0px; margin-bottom: 0px;}
.footer_info li p {text-align: center;}

.total_view {{color: #fff;}
.copy a {color: #fff;}
.footer_menu {text-align: center; max-width: 1200px;}
.copy {padding: 20px 0 30px 0;}
.footer_menu { width: 100%;}
.footer_menu a {display:inline-block; padding:5px 7px; border:1px #ccc solid; margin:0 4px 4px 0; font-size: 14px; line-height: 100%; color: #888; background:#f0f0f0;}
.footer_menu a:hover { background:#666; color:#fff;}
*/



@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
}



@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.pageIndex .header_area{position:relative;}
.main_header_area .container {max-width: 100%;}
.main_header_area {height: 80px;}
.header_area.sticky .main_header_area .container {max-width: 100%;}
.nav-brand img {
        padding-top: 5px;
    }

.nav-brand img {max-width: 220px;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  padding: 15px 15px ;border-left:none;}

.stellarnav > ul > li:hover > a {    color: #1d91a1;}
	
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px 15px ;border-color:transparent;}
.stellarnav.mobile > ul > li > a {padding: 10px 43px 5px 10px;}
.stellarnav.mobile ul{padding-top: 0px;}
.stellarnav.mobile li.open {background: #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile li.open li.open {background: #111111}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: unset; margin-top: 0px;}

/*Footer/＝＝＝＝＝*/
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:0px 0 0px; }
.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%; color:#212121; text-align: center;}
.footer_info li p:before {display: inline-block;}

.contact_form li {width: 100%; padding-left: 100px;}
.contact_form li .form__label {width: 100px; margin-left: -100px;}




/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*順序*/
.product_page .products-list {  order: -1;}

/*購物車*/
.product_page .products-list {width: 100%;}
.products-list {grid-template-columns: 1fr 1fr;} 

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

#bottom_menu li a {padding: 14px 5px 9px 5px;}
.contact_le_map a {width: 100%; display: inline-block;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
}



@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {  text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*文章管理/＝＝＝＝＝*/
.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;}

}


@media screen and (max-width: 480px) {
.header_area .nav-brand {max-width: unset;}
.footer_logo {width: 100%;}
.banner {height: 200px;}
.banner h5 {padding-top: 10px;}
.banner h5:before {color: #ffffff; text-shadow: inherit;}
.footer_menu a { border-right: 0px #35cad5 solid;}

/*購物車*/
.products-list {grid-template-columns: 1fr;} 
}


@media screen and (max-width: 375px) {
    .nav-brand img {
        max-width: 180px;
        padding-top: 10px;}
}


@media screen and (max-width: 325px) {
.nav-brand img {max-width: 180px;}
}