@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;}
}

.edit_part {
    padding: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/***/

.product_page #content { background: #f1f1f1;}
.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 ul ul {  background: #ffffff; box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);}
.stellarnav li li {border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {  padding: 10px 12px;  transition: all 0.3s;  border: none;  position: relative; letter-spacing: 1px; font-size: 15px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #3d3d3d; padding: 20px 5px 20px 35px; background: #00000005; border: none;}
.stellarnav li li > a:before { content: ''; position: absolute; left: -14px; opacity: 0; transition: all 0.8s; width: 0px; height: 1px; background: #999999;top: 33px;}
.stellarnav li li:hover > a:before{ opacity: 1; left: 10px; width: 14px;}



@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;    padding-top: 55px;   margin-bottom: -20px; }
.nav-brand { margin-top: 50px;}
}



@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;}
}


@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: #baa086;  color: #ffffff;}
.box_link{display: none;}
.copy {  border-top: none;  font-size: 10px;  padding: 10px 3%;  background: #baa086;  margin-top: 30px;}
.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%;}
}

/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


/* 浮動 */
.info_fix {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 30px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.info_fix_links {
    display: flex !important;
    background: #b69d81;
    width: 50px;
    padding-bottom: 56px;
    border-radius: 60px;
}
.info_fix_links::before { 
    content:"FOLLOW US"; 
    display: block; 
    font-size: 15px; color: #FFFBEB;  
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr; 
    padding: 20px 0px;
    font-family: "Montserrat", sans-serif;
    animation: neon2 2s ease-in-out infinite alternate;
}

@keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #caab8b,
          0 0 70px #caab8b, 0 0 80px #caab8b, 0 0 100px #caab8b, 0 0 150px #caab8b;
      }
      to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #caab8b,
          0 0 35px #caab8b, 0 0 40px #caab8b, 0 0 50px #caab8b, 0 0 75px #caab8b;
      }
}

.info_fix>span{
    display: none;
}
.info_fix_links a{ display: none!important;}
.info_fix_links a:nth-child(1),.info_fix_links a:nth-child(2),.info_fix_links a:nth-child(3),.info_fix_links a:nth-child(4) { display: block!important;}
.info_fix_links a:nth-child(1) span{
    width: 28px;
    padding-right: 5px;
}
.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}
.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
    animation: fix-span 1s ease-out forwards;opacity: 0;
}

.info_fix_links a span:nth-child(1){animation-delay: 1s;}
.info_fix_links a span:nth-child(2){animation-delay: 2s;}

@keyframes fix-span{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}

.info_fix_links a span::before {
    background-size: contain;
}
.info_fix_default.info_fix_mail{
    display: none;
}
.info_fix_links a:hover {
    background: #b38f6d;
}

@media screen and (max-width:768px) {
    .info_fix_links{ padding-bottom: 91px;}
}

/* top */
#to_top {
    /* display: block !important; */
    position: fixed;
    bottom: 27px;
    left: auto;
    right: 0;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border-radius: 100%;
    /* opacity: 1 !important; */
}
#to_top i:before, #to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #fff;
    transition: all 100ms ease-in-out;
}
span.line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}



/*內頁BANNER 設定*/

.banner {
	height: 600px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/dogmanman/bn01.jpg)no-repeat center center;
	background-size: cover;
}


.banner h5::before{
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
    display: block;
	letter-spacing: 0px;
}

.banner h5{
	font-size: 40px;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: center;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
   	max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFF;
    display: block;
    margin: 15px auto;
}


.other_page .banner {display: none;}


@media screen and (max-width:1200px) {
	.banner {
		background-size: 1700px !important;
		height: 520px;
	}
	
	.banner h5{
		font-size: 35px;
	}
}

@media screen and (max-width:1024px) {
	.banner {
		background-size: 1350px !important;
		height: 380px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		background-size: 1000px !important;;
		height: 265px;
	}
	
	
	.banner h5::after {
		max-width: 340px;
	}
}


@media screen and (max-width:600px) {
	.banner h5 {
		font-size: 30px;
	}
}

@media screen and (max-width:480px) {
	.banner {
		background-size: 700px !important;;
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*首頁文章管理*/
.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: "Inter", sans-serif;
    color: #b17855;
    font-size: 36px;
    margin-bottom: -5px;
    font-weight: bold;
}


/*文章分享變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%;}
h5.blog_le_t, .blog_le .accordion {   display: block;}






.blog_back a.article_btn_prev, .blog_back a.article_btn_back, .blog_back a.article_btn_next {
    background: #b79e84;
}



@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: #b07856 !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: #b07856;}
.news_related_list li a {  background: #fafafa;  padding: 10px;}
.articel_mainPic img { display: none; max-width: 100%;}

.news_related {  background: #ffffff;  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: #005b7e;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: #b07856;  font-size: 14px;  width: 170px;  letter-spacing: 1px;}
b, strong {  font-weight: 500;}
.animated-arrow:hover {  background: #b07856;}

.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: #005b7e;
 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;}


@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;}
.album_page .show-list .show_pic {
    height: 30vh;
    line-height: 260px;
    padding: 0;
    padding-bottom: 0;
    border-radius: 50px;
}
.album_page .show-list .show_name:before {
    background-color: #edca05;
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    width: 40px;
    transition: all 0.3s ease-in-out;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

.album_page .show-list .show_name {
    height: auto;
    font-size: 17px;
    color: #ac7857 !important;
    border: none;
    text-align: left;
    background: transparent;
    padding: 14px;
    transition: all ease-in .3s;
    line-height: 1;
    margin: 0;
    padding: 3% 3% 3% 60px;
    position: relative;
    font-weight: 500;
}

.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 { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width: 100%;  max-width: 100%;  padding: 0;  text-align: left; border-bottom: none;  padding-bottom: 20px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.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:#005b7e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@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;}
}
@media screen and (max-width: 600px) {
}



.product-layer-two li a {  position: relative;  border: 1px solid #e2e2e2;  background: #f4f4f4; display: block;  font-size: 14px; font-weight: 600;  color: #333;}
.product-layer-two li li a { background: #fff;  font-size: 14px;  color: #333;  font-weight: 600;  letter-spacing: 0;  border-bottom: 1px solid #eeeeee !important;  border-radius: 0;  padding: 10px;}
.product-layer-two li i {  display: none;}
.products-list .name {  font-size: 15px;  font-weight: 600;  height: 52px;}
.products-list .more {  border: none;  color: #ffffff; font-size: 14px;  font-weight: bold;  line-height: 32px;  text-align: center;  transition: all .5s;  position: absolute;  transform: translateX(-50%); left: 50%; bottom: 0;  background: #333;}
.products-list .item a:hover .more {  background: #b07856;color: #fff;  letter-spacing: 2px;}
.product-layer-two li.active a {  font-weight: 600;  border: 0;  background: #b07856;  color: #fff;}
.products-list .price b {   color: #C00;  font-size: 15px; }
.product_info {  margin: 20px 0;  width: 95%;}
.product_info li .txt_box {  display: inline-block;  vertical-align: top;  color: #444;  font-size: 14px;  text-align: justify;}
.sidebarBtn h2 { color: #111;  font-size: 20px;}
div#number_area {  color: #868686;}
.product_info li span {   display: block;   font-size: 14px;  color: #777;  margin-bottom: 3px;  font-family: 'Noto Serif TC';  letter-spacing: 1px;  font-weight: 600;  padding-bottom: 5px;}
.radio-inline__input:checked + .radio-inline__label { background: #b07856;  border: 0;  color: #ffffff;}
.pd_tabTitle li.activeTab::after {  height: 1px;  background: #999999;}
.pd_tabTitle li a { display: block;  padding: 10px 10px;  color: #666666; line-height: 1.4; background: transparent;  font-size: 20px;  font-weight: 700;}
.prod_related h6 span:before {  content: '相關推薦';  font-size: 20px;  color: #666666; letter-spacing: 1px;}

.sidebarBtn {   padding: 15px; display: inline-block;  vertical-align: top;  border: 0px #ddd solid;  background: #fff;  box-shadow: 0px 0px 0px 2px #f5f5f5;}
.sidebarBtn .price {  color: #333;   font-size: 22px;  font-weight: bold; padding: 10px 0;  border-bottom: 1px solid #e6e6e6;  letter-spacing: 1px;}

.products-list .price { letter-spacing: 1px;    display: none;}

.inquiry_a1 { background: #b07856;;  font-size: 14px;}
.inquiry_a2 {   background: #c0a38a;  font-size: 14px;}

.product-layer-two li.active li a {    font-weight: normal;  color: #333;  background: #fff;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   內頁BANNER 設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/





/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.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: #ffffff;bottom: 50px;}
#to_top i.top {width: 12px;height: 12px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #ffffff;}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

