@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+TC:wght@100..900&family=Tenor+Sans&display=swap');


/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{letter-spacing: .1rem;}

@media screen and (max-width: 768px){
	.show_content {padding: 40px 0 20px;}
	#bottom_menu{display: none;}
}         
@media screen and (max-width: 600px) {
	.main_part {padding: 10px 20px;}
	.path p, .path p a{font-size: 12px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: "Tenor Sans",'Noto Sans TC', sans-serif;}




/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img {  height: auto !important;}
/*其他設定*/
.bannerindex {position: relative;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/***/

.main_part { max-width: 1500px;}


/*LOGO*/

.nav-brand { width: 180px;  transition: all 0.4s;  position: absolute; margin-top: 7px;}


/*HEADER*/


.pageIndex .header_area {  animation: fade-in-elegant  2s ease-in-out both;}

@keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

.main_header_area .container {  max-width: 90%;}
.header_area {  background: #ffffff;  transition: all .4s ease-in-out;   padding: 25px 0px;  position: fixed;  top: 20px;  border-radius: 15px;  width: 96%;  margin: 0 2%;}
.header_area.sticky { width: 100%;  z-index: 9999;  background: #fff;   transition: all .4s ease-in-out;   top: 0;  border-radius: 0; margin: 0 0%;}
.me_tp_features {display: none;}

/*第一層*/

.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li > a { letter-spacing: 3px; color: #626262; font-weight: 400; font-size: 14px; padding: 0px 27px;  margin: 0px; position: relative; z-index: 1;}
.stellarnav > ul > li > a:hover{color: #363636;}
.stellarnav > ul > li:after { content: ''; position: absolute; right: 0px; bottom: 16px; width: 1px; height: 15px; background-color: #A1A993;}
.stellarnav > ul > li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ccac9a4d;
  border-radius: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease-out;
}

.stellarnav > ul > li:hover:before { transform: translate(-50%, -50%) scale(1.5);}
.stellarnav > ul > li > a b:nth-of-type(2) {  font-size: 13px;}
.stellarnav > ul > li:nth-last-child(1):after{display:none}
.stellarnav li {   padding-top: 10px;}


/*第二層*/
.stellarnav li li a:hover {  background: #ceac94;   color: #fff;}
.stellarnav li li {  padding-top: 0;}




@media screen and (max-width: 1400px) {
.stellarnav > ul > li > a { padding: 0px 10px;}	
	
	
	}

@media screen and (max-width: 1200px) {
.navigation {  grid-template-columns: 170px 1fr;}
.stellarnav > ul > li.has-sub > a { padding-right: 10px;}

}


@media screen and (max-width: 1024px) {

.stellarnav ul {  text-align: center;    margin-bottom: -20px; }
.nav-brand { margin-top: 50px;}
.stellarnav li {  padding-top: 56px;}


}



@media screen and (max-width: 768px) {
.header_area {    background: #ffffff;    transition: all .4s ease-in-out;    padding: 20px 0px;     position: relative;    top: 0;   border-radius: 0;    width: 100%;    margin: 0;   height: 84px;}
.header_area.sticky {  background: rgb(255 255 255 / 92%); padding: 0px;  backdrop-filter: none;}
.header_area.sticky .nav-brand {  background: transparent; backdrop-filter: none; width: 100px; margin: 15px auto; animation: none;}
.header_area.sticky .nav-header { width: 170px; transition: all 0.3s;  background: #ffffffb5; box-shadow: 1px 1px 25px rgb(0 0 0 / 3%); border: 1pt solid #FFF; backdrop-filter: saturate(93%) blur(10px);}
.nav-brand {  margin-top: 50px;   width: 135px; }
.stellarnav .menu-toggle:after {display:none;}
.stellarnav .menu-toggle span.bars span {  display: block;  width: 17px;  height: 1px;}
.stellarnav.mobile { top: 15px;}
.pageIndex .header_area {  animation: none;}
.stellarnav li {  padding-top: 0px;}
}


@media screen and (max-width: 500px){

.header_area.sticky .nav-brand { width: 85px;  margin: 5px auto;}

}
    
/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.footer {   background: #cdad9105;   padding: 50px 0 0;  background-size: cover;  box-shadow: 0 -10px 10px #cdad9100;}
.footer_info {grid-template-columns: 200px 1fr;padding-right: 0;max-width: 1200px;margin: 0 auto;align-items: center;gap:30px;padding: 0 3%;}
.footer_info li p,.footer_info li p a{color: #333;}
.footer_info li p {display: inline-block;width: 48%;}
.footer_menu {   border-top: 1px solid #e4e4e4;  padding-top: 15px;}
.footer_menu a {  background: #cdad91;  border: none;  color: #ffffff; font-size: 12px;  font-weight: 400;  transition: all .5s;  border-radius: 3px;  letter-spacing: 1px;}
.footer_menu a:hover {  background: #a77d59;  color: #ffffff;}
.box_link{display: none;}
.copy {  border-top: none;  font-size: 10px;  padding: 10px 3%;  background: #cdad91;  margin-top: 70px;}
.copy, .copy a { color: #ffffff; letter-spacing: 0.5px;}
.copy a:hover {  font-weight: bold; color: #53361c;}


@media screen and (max-width: 1200px){
	.footer_logo > a{width: 160px;height: 140px;}
	.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: 0px;}
	.footer_menu {  border-top: 1px solid #e4e4e4;  padding-top: 35px;  padding-bottom: 35px;}
	
}
@media screen and (max-width: 600px){
	.footer_menu a {width: 19%;}
}

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/



/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*首頁文章管理*/
.products-box {    width: 90%;    max-width: 1300px;    margin: 100px auto;    border-top: 1px solid #ccc;    padding-top: 50px;}
.module_i_news ul {  display: flex;  flex-wrap: wrap;   max-width: 1400px;}
.module_i_news li {width: 23%;  padding: 10px;  background: #ffffff; border: 1px solid #eee;}
.i_blog_ri , .i_blog_le { width: 100%;}
.i_blog_ri p {  font-size: 15px;   color: #666;   line-height: 150%;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;   white-space: normal;  overflow: hidden;  word-break: break-all;}

.module_i_news li a {  position: relative;  display: flex;  grid-gap: 10px;  flex-direction: column;}
.module_i_news li a:before , .module_i_news li a:after , .subbox_item a:before , .subbox_item a:after{    transition: 0.3s;}
.module_i_news li a:after , .subbox_item a:after{ background: rgb(222 184 135 / 70%);content: none;}
.module_i_news li a:before, .subbox_item a:before { background: rgb(90 90 90 / 80%); color: #fff;}
.module_i_news li a:before , .subbox_item a:before { transform: translateX(-50%);    width: 100%;   top: unset; }
.module_i_news li a:hover:before , .subbox_item a:hover:before { opacity: 1;  transform: translateX(-50%);  bottom: 0;}
.module_i_news li a:before {  left: 50%;   font-size: 18px;  padding: 10px 5px;}


.module_i_news .title_i_box h4 { 	color: #555;font-size: 16px;}
.module_i_news .title_i_box h4:before {  content: "ARTICLE";  display: block;   font-family: "Oswald", sans-serif;   color: #005b7e;   font-size: 36px;  letter-spacing: 1px;  margin-bottom: -5px;}


/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item { width: calc(100% / 3);  padding: 5px;}
.i_blog_ri em { font-size: 12px;   font-style: normal;  display: block;   margin: 5px 0;}

@media screen and (max-width: 980px) {
.module_i_news li , .subbox_item {    width: 31%;}
.module_i_news ul {    max-width: 100%;}
.products-box {    margin: 70px auto;}
.module_i_news {    padding: 70px 20px;}
}

@media screen and (max-width: 768px) {
.module_i_news li , .subbox_item {    width: 48%;}
}

@media screen and (max-width: 600px) {
.module_i_news {    padding: 50px 20px;}
.module_i_news li , .subbox_item{    width: 100%;    margin: 0 auto;    max-width: 350px;}
.products-box {    margin: 50px auto;}
.module_i_news .title_i_box h4 {    font-size:32px;}
}


/*------------------------------------------------------------------------------*/



/*文章設定*/

h5.blog_le_t { font-family: 'Noto Sans TC','Microsoft JhengHei', sans-serif;}
h5.blog_le_t span { font-family: 'Geologica';}
h5.blog_le_t {letter-spacing: 0;}
.accordion li .link a {font-weight: 500;}
.blog_search input[type=search] {border-radius: 0;}
.blog_le .accordion {  border-radius: 0;   border: NONE;}
.accordion li:not(:last-of-type) {  border-bottom: 1px solid #fff;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #00a0e8 !important;   transition: all 0.3s;}
.blog_subbox {  display: grid;  grid-template-columns: 1fr 1fr 1fr;  grid-gap: 10px;  background: #ffffff5e; padding: 12px;}
.blog_subbox:before {content: none;}
.subbox_item {   width: 100%;  background: #f9f9f9;   padding: 10px;}
.blog_list_le {  padding: 0; width: 100%;}
.blog_list_ri {  padding: 12px 0;  width: 100%;}
.blog_list_ri em {   font-size: 12px;  color: #999; font-style: normal;  display: block;  margin: 5px 0;}
.blog_list_ri p { -webkit-line-clamp: 2;  line-height: 160%;   font-size: 14px;   font-weight: bold;   letter-spacing: 0.5px;}
.blog_list_le {  position: relative;  height: auto;  aspect-ratio: 4/3;   overflow: hidden;}
.blog_list_le img {   min-width: 100%;   display: block;  width: 100%;  margin: 0 auto;  height: 100%;   object-fit: cover;  object-position: center;}
h4.blog_category_title { border-bottom: 1px #afafaf solid;}
.submenu a:hover { background: #666;  color: #FFF;}
.submenu a {  display: block;   position: relative;  color: #666;   padding: 13px 6px 12px 29px;  letter-spacing: 1px;  font-size: 12px;}
.subbox_item a:before, .subbox_item a:after {content: none;}
.subbox_item a:hover .blog_list_le:before, .subbox_item a:hover .blog_list_le:after {  opacity: 1;}
.subbox_item a .blog_list_le:after {   content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: all .4s;
}
.subbox_item a .blog_list_le:before {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    content: 'VIEW MORE +';
    font-size: 14px;
    font-weight: 400;
    color: #f0f0f0;
    transform: translate(-50%, -50%);
    width: 148px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: ease all .4s;
    letter-spacing: 1px;
}
	
.blog_list_ri h5 {  font-weight: bold; font-size: 18px; letter-spacing: 1px;}

/*內頁*/
.blog_back {  width: 100%;   margin: 0 auto;  display: grid;  grid-template-columns: repeat(3, 1fr);  grid-gap: 10px;  justify-content: center;}
.blog_back a {width: 100%;}
.blog_back a.article_btn_back {  background: #00a0e8;}
h5.blog_le_t, .blog_le .accordion {   display: block;}





@media screen and (max-width: 1024px) {
.blog_subbox {  grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
.blog_subbox {  grid-template-columns: 1fr; }
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #344367 !important;}
.subbox_item a { display: grid;  grid-template-columns: auto;  position: relative;  grid-gap: 5px;}
.news_related h6 span:before {  content: '相關文章';  font-size: 24px; color: #333;}
.lastPage {   background: #344267;}
.news_related_list li a {  background: #fafafa;  padding: 10px;}
.blog_back a.article_btn_back {   background: #344267;}
.articel_mainPic img { display: none; max-width: 100%;}

.news_related {  background: #f3f3f3;  padding: 60px 15px;}



/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;}
.promotion_title {position: relative;border-bottom: 1px solid #d8d8d8;padding-bottom: 20px;}
.promotion_title em {display: block;border: none;font-size: 14px;font-weight: 300;padding: 0;}
.promotion_title span {border: none;color: #555;padding: 0;margin: 0;
position: absolute;right: 0;bottom: 15px;font-weight: 300;letter-spacing: 2px;}
.promotion_title span:before{content: "發布時間";display: block;font-weight: 400;}
.promotion_title h2{display: block;font-weight: 400;font-size: 24px;}
.other_promotion {margin-top: 200px;}
.other_promotion:before{content: "Read More";display: block;color: #cdad91;padding:10px 15px;}
.other_promotion li{border-bottom: 1px solid #ddd;width: 100%;margin-left: 0;}
.other_promotion li:last-child{border-bottom: none;}
.other_promotion li a {display: flex;width: 100%;margin: 0;font-weight: 300;padding: 25px 15px;border: none;}
.other_promotion li a:before{display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a:hover {background: transparent;}
.other_promotion .pmtTime {width: 150px;}
.other_promotion .pmtTime span{float: left;letter-spacing: 2px;}
.other_promotion .pmtTitle{width: calc(100% - 160px);}
.other_promotion .pmtTitle span{display: none;}
.other_promotion .pmtTitle h3 {font-size: 14px;height: auto;min-height: auto;margin: 0;padding-left: 30px;
letter-spacing: 2px;font-weight: 300;color: #000;position: relative;}
.other_promotion .pmtTitle h3:before{content: "〉";font-size: 12px;color: #888;transition: all .5s;
position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.other_promotion { display: block;}


@media screen and (max-width: 768px){
	.promotion_title h2 {font-size: 18px;}
}
@media screen and (max-width: 450px){
	.other_promotion li a {flex-wrap: wrap;}
	.other_promotion .pmtTitle {width: 100%;}
	.other_promotion .pmtTitle h3 {padding-left: 0;}
	.other_promotion .pmtTitle h3:before{display: none;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/



.i_news_b a i.fa-solid.fa-arrow-right { margin: 0;}
.i_news_b a:hover i.fa-solid.fa-arrow-right { margin:0}
.animated-arrow {  background: #ccac94;  font-size: 14px;  width: 170px;  letter-spacing: 1px;}
b, strong {  font-weight: 500;}
.animated-arrow:hover {  background: #A77D59;}

.news_list ul li p:after { content: 'Read more';}


.news_part .title_i_box h4:before {  content: 'NEWS';  display: block;  font-family: "Oswald", sans-serif;   color: #ccac94;
 font-size: 36px; letter-spacing: 1px;margin-bottom: -5px;}
.news_part .title_i_box h4 { color: #555;  font-size: 16px;}
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}


.i_blog_b a i.fa-solid.fa-arrow-right { margin:0 }
/* hover */
.i_blog_b a:hover i.fa-solid.fa-arrow-right { margin:0px;}



.fa-arrow-right::before {
    content: "\f061";
	display: none;}



@media screen and (max-width: 1200px){
.news_list ul li {  border: none;  margin-bottom: 7px;  background: transparent;	border-bottom: 1px #eee solid; }}



/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 32%;margin: 0;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {text-align: center;font-weight: 500;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}

.show-list {  grid-gap: 15px;}

/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {  color: #555; text-align: center;  display: none;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 32%;margin: 0;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #555;letter-spacing: 2px;}
.other_subalbum li div{height: 0;padding-bottom: 75%;overflow: hidden;}
.other_subalbum li img{min-height: 20vw;object-fit: cover;transition: all .5s;}
.other_subalbum li:hover img{opacity: .6;}
.pic-list {  grid-gap: 15px;}

/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 10px;width: 32%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;}
.other_album_choice li {background: #333;}
.subalbum-menu h2 { color: #555;  text-align: center;  display: none;}


@media screen and (max-width: 1024px){

	.show-list .item {width: 48%;}
	
	/*次分類*/
	.other_subalbum li{width: 48%;}
	
	/*相片頁*/
	.pic-list .item {width: 48%;}


}

@media screen and (max-width: 768px){
	/*主分類*/
	.show-list .item {width: 100%;}
	
	/*次分類*/
	.other_subalbum li{width: 100%;}
	
	/*相片頁*/
	.pic-list .item {width: 100%;}
	.show-list .show_pic img {  min-height: 65vw; object-fit: cover;}
	
	
	
}

@media screen and (max-width: 450px) { 
	/*相簿*/
	.show-list .show_pic img{min-height: 140px;}
	.other_subalbum li img{min-height: 140px;}
	.pic-list .show_pic img {min-height: 140px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

.fa-right-from-bracket::before {   content: "⇀";}





/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part , .product_info_page .main_part { max-width:1600px; padding: 60px 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: #caae95;  color: #fff;  text-align: center;  /* border: 0px #dadada solid; */  /* border-left: 0px #dadada solid; */   border-radius: 5px;}
.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:#c1b5a7;}
.product-layer-two li li:hover > a {   background: #cdad87;   color: #ffffff;}
.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: 10px;}
.product-layer-two li i.close::before {color: #ffffff;}
.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:#cdad87;}

.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: none;  color: #fff;  background: #8d8d8d;  font-weight: 500;  opacity: 1;   transition: 0.3s ease;  border-radius: 5px; font-size: 14px;}

.products-list .price { display: none;}


/*詳細資料*/
.products-list .item a:hover .more {background: #caae95; 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: #000;}
.lastPage {background:#caae95; border-radius: 5px;}
.prod_related {background: #f3f3f3; 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:#000;}
.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: #f4f4f4;}
.sidebarBtn {border: 5px #f4f4f4 solid; background: #f4f4f4;}
.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: left;}
.products-list .price b{text-align: right; font-weight: 500; font-size: 15px;}
.fa-circle-plus::before {color: #fff;}

.inquiry_a1{background: #d2b59d;}
.inquiry_a2{background: #d2b59d;}
.inquiry_a3{background: #d2b59d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #af9580;}

.products-list .price b , .ori_price {color: #d29e2f; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #c95546; font-weight: 700;}

.prod_related h6 span:before {  color: #3e3d3d;}


/*.product_page #content , .product_info_page #content{margin-top: 95px;}*/


@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;}

.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;} /*TEST*/
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   內頁BANNER 設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*內頁BANNER 設定*/

.banner h5 {  width: 100%;  margin: 0 auto;  font-size: 28px;  color: #fff;  text-shadow: 0 0 10px rgba(0, 0, 0, .2);  position: absolute;  top: 55%;  left: 50%;  transform: translate(-50%, -50%); letter-spacing: 2px; font-weight: 400;}
.banner {  background-position: center;   background-size: cover;  padding: 300px 0 219px;  overflow: hidden;   background-image: none;  position: relative;   z-index: 1;   background: repeat center center var(--SubColor);  padding: 20vw 0 12vw;}
.banner::before {  content: "";  background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/yusheng/ban.jpg);  position: absolute;  top: 0;  left: 0;  z-index: -1;  animation-duration: 5s;  background-size: cover;  background-position: center; animation: bgScroll 30s linear infinite;  width: 110%;  height: 100%;  top: 0;  left: 0; background-repeat: no-repeat;}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}

.banner h5:before {  content: "- 音樂的力量，來自熱愛與傳承 -" !important;  position: absolute;  top: 45px;  left: 50%; transform: translateX(-50%); color: #fff;  font-size: 14px;  letter-spacing: 1.5px;  font-weight: 400;   width: 100%;}

.banner::before {  background-image: linear-gradient(180deg, #00000000 40%, rgb(0 0 0 / 31%) 65%), url(https://pic03.eapple.com.tw/kaysermusical/banF.jpg); }


	
@media screen and (max-width: 1024px){
	.banner h5 {    font-size: 24px; }
}
	
	
@media screen and (max-width: 768px){
	.banner h5:before { font-size: 12px;  top: 100%; }
	 h5.blog_le_t, .blog_le .accordion { display: block; }
	 .banner {  padding: 140px; }
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.path{display: none;}
.path p, .path p a {  display: none;}
/*下拉編輯頁設定*/
.other_select_page .promotion_title{display: none;}
.other_select_page .other_promotion{display: none;}
/*頁碼*/
.page li {margin: 0;width: 30px;height: 30px;line-height: 30px;}
.page li a {width: auto;height: auto;line-height: inherit;}
.page strong, .page a{border-radius: 0;color: #555;border: 1px #555 solid;padding: 0;}
.page strong, .page a:hover {background: #333;}
.other_select_page .page{margin: 0;}



/*錨點滑動*/
html {scroll-behavior: smooth;}
/*top按鈕*/
#to_top {padding-top: 12px;width: 45px;height: 45px;color: #888;bottom: 50px;}
#to_top i.top {width: 12px;height: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #555;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*標題*/
.blank_letter {color: #333;font-size: 20px;padding-top: 0;}
/*左側資訊*/
.contact_content .information_left{margin-bottom: 80px;}
.list_before.info li {border-bottom: 1px solid #eee;padding: 5px 5px 10px 70px;word-break: break-word;
    line-height: 120%;}
.list_before.info li:before{font-weight: 400;letter-spacing: .4rem;width: 60px;}
/*表格設定*/
.contact_content .information_right {width: calc(100% - 305px);padding-left: 50px;}
button, input, optgroup, select, textarea{outline: none;}
.contact_form li {margin-bottom: 8px;}
.contact_form li input.noborder,.contact_form li textarea.noborder {border: none;background: #fafafa;}
.contact_form li.last blockquote, .contact_form li.last cite{border: none;}
.contact_form li.last blockquote{color: #888;}
.contact_form li.last cite {background: #cdad93;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 4px;}
.noborder {padding: 10px;border-radius: 6px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
	grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(200px, 1fr));line-height: 1.8;}
.form select{width: 100%;border: 1px solid #eee;padding: 6px 26px 6px 6px;}

    
@media screen and (max-width: 768px) {
	/*左側資訊*/
	.list_before.info li,.list_before.info li:before{font-size: 12px;}
	/*表單設定*/
	.contact_form li {grid-gap: 5px;}
	.form select{margin: 0;}
	.contact_form li.last blockquote, .contact_form li.last cite{padding: 0;}
	.contact_form li.last input{font-size: 12px;}
}
@media screen and (max-width: 600px){
	.contact_form {margin-top: 20px;}
	.contact_form li {margin-bottom: 10px;}
	.contact_form li .form__label {font-weight: 500;background: transparent;padding: 0;}
	.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
		font-size: 12px;}
	.form select{font-size: 12px;}
	.list_before.info li {padding: 5px 5px 5px 70px;}
	.blank_letter {font-size: 16px;font-weight: 500;}
	.noborder {padding: 5px;}
}



/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊資訊*/
.list_before.info li {padding: 5px 5px 10px 50px;font-size: 14px;border-bottom: 1px solid #e0e0e0;}
/*表單區塊*/


.contact_form li .form__label {  display: block;  max-width: 100%;  text-align: left; font-size: 14px;}

.contact_form li {  grid-template-columns: auto;
}
@media screen and (max-width: 768px){
	.contact_content .information_right {padding-left: 10px;width: 100%;}
	.contact_form li .form__label {font-weight: 400;font-size: 14px;}
}
