@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{letter-spacing: 1px;}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&display=swap');


@media screen and (max-width: 600px){
	.main_part {padding: 50px 20px 20px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

*{letter-spacing: 1px; font-family: "Noto Serif TC", serif;}



/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
/*其他設定*/
.bannerindex {position: relative;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/




@media screen and (max-width: 600px){
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.header_area {  position: fixed;  width: 100%; background: #cccccc00; padding: 0;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.me_tp_features {display: none;}

/*新增的效果*/
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {  font-weight: 500;   position: relative;  padding: 0 20px; margin: 0; color: #cbcdcf;}
/*.stellarnav > ul > li:hover > a { color: #ffffff;}*/


.stellarnav li a {  padding: 12px 12px;  display: block;  color: #fff;  font-size: 14px;}
.stellarnav li li {  display: block;  border: none;  margin-bottom: 0px;  background: #333; border-bottom: 1px solid #f2f2f21a;}


@media screen and (max-width: 1200px){
	 .header_area {position: relative;}
}
@media screen and (max-width: 1024px){
	.nav-header {position: relative;}
	 .header_area {  position: relative;}
}
@media screen and (max-width: 768px) {
	.stellarnav.mobile {top: 10px;}/*漢堡按鈕*/
	.stellarnav .menu-toggle span.bars span {width: 15px;height: 1px;}
	.nav-header{top: 0;z-index: 0;}
	.nav-brand{margin-top: 5px;}
	/*主分類*/
	.stellarnav.mobile > ul > li > a {   vertical-align: middle;  color: #fff; }
	.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
	.stellarnav.mobile > ul > li.has-sub > ul a { padding: 15px;   color: #fff;   font-size: 14px;   font-weight: 200;  }
	

	
	/*其他下拉按鈕*/
	.stellarnav.mobile li.open {padding: 0;}
	.stellarnav.mobile li.open li.open{padding: 3px;background: #ddd;}
	.stellarnav.mobile li.open li.open > a{background: #ddd;}
	.stellarnav.mobile li li a.dd-toggle {width: 40px;height: 40px;}
	.stellarnav.mobile li a{border-bottom: none;}
	.stellarnav > ul > li > ul a:hover {background: #fff;}
	/*叉叉按鈕*/
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{color: transparent;background: #9f8d53;}
	.stellarnav .icon-close {position: absolute;right: 15px;}
	.stellarnav li li {  display: block;   border: none;   border-bottom: 1px solid #ccc; margin-bottom: 0px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.main_header_area{background: #121212;}
.main_header_area {
    background: linear-gradient(180deg, #000000a3, transparent);
    box-shadow: none;
    position: relative;
}
.main_header_area:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000cc;
    transition: all .5s;
    transition-timing-function: ease-in;
}
.stellarnav > ul > li {  padding: 25px 0;}
.stellarnav > ul > li > a {   color: #cbcdcf;  transition: all .5s;  letter-spacing: 2px;  font-size: 15px;   font-weight: 500;   height: 40px;  padding: 0 15px;}
.stellarnav > ul > li > a:hover {  color: #fff; font-weight: bold;}
.stellarnav > ul > li > a b {  font-weight: 500;  letter-spacing: 1px;  color: #cbcdcf;  font-size: 14px;}
.stellarnav > ul > li > ul a:hover {   background: #b2924f;  color: #fff;  border: none;}
.stellarnav li.has-sub > a {padding: 0px 25px 0px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #fff;}
.stellarnav li.has-sub > a:hover:after {  color: #fff;}
.header_area.sticky .main_header_area:after{height: 100%;}
.header_area .nav-brand { transition: all 0.8s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: rgb(255 255 255 / 0%);}


.stellarnav li.has-sub>a:after {
    content: '+';
    margin-left: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #9da0a0;
    transition: all 0.3s ease-in-out;
}


.nav-header {  width: 140%;   max-width: max-content;}
.nav-brand {  margin-top: 10px;}


@media screen and (max-width: 1300px){
.nav-header {  width: 120%;}

}


@media screen and (max-width: 1200px){
	.main_header_area { background: #000; }
	.main_header_area .container {   max-width: 1800px;  padding: 0px 2%;}
	.stellarnav > ul > li > a:hover { color: #dcc06e; }
	.stellarnav li.has-sub > a:hover:after {  color: #dcc06e;}
	
	.stellarnav > ul > li > a {  padding: 0 10px;}
	.stellarnav > ul > li > a { font-size: 13px;}
}

@media screen and (max-width: 1024px){
	.navigation {padding: 0;}
	.nav-brand { width: 70% !important;  }
	.stellarnav > ul > li {padding: 0;}
	.nav-header {  top: 20px;}
	
	.nav-brand {   margin: 0px 0 20px 0;}
	
}



@media screen and (max-width: 768px){
	.nav-header {top: 0px;z-index: 10;}
	.stellarnav .menu-toggle:after {color: #eee; display:none;}
	.stellarnav.mobile {top: 35px;}
	.stellarnav.mobile ul {background: #121212;}
	.stellarnav.mobile li.open { background: #c6ad61; color: #fff; }
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #eee;}
	.stellarnav .icon-close:before {border-bottom: solid 3px #fff;}
	.stellarnav .icon-close:after { border-bottom: solid 3px #fff;}
	.swiper-wrapper::before{ background:none;}
	.stellarnav.mobile > ul > li > a b {color: #fff;}
	.header_area.sticky .main_header_area:after{height: initial;}
	.nav-brand {  margin: 17px 0px 8px 0;  }
	.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { max-width: 250px;}
	
	
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

.footer{background: #fff;padding: 50px 0 0;}
.footer .center{max-width: 1200px;padding: 0 3%;}
.footer_logo{width: 150px;margin: 0;}
.footer_logo img{width: 100%;}
.footer_info{padding: 0;display: flex;align-items: center;justify-content: space-around;}
.footer_info li{padding: 10px 0;display: inline-block;vertical-align: middle;}
.footer_info li:nth-child(1){width: 100%;}
.footer_info li:nth-child(2){width: 100%;}
.footer_info li p,.footer_info li p a{color: #444;}
.footer_menu a {background: transparent;color: #555;border: none;font-weight: 300;}
.copy {border-top: none;}
.copy a { color: #b3b1b3;  font-weight: 200;}
.copy a:hover { color: #333;}
.box_link {top: 100%;width: 100%;text-align: right;padding: 0 3%;max-width: 300px;display: none;}
.box_link a {display: inline-block;width: 30px;height: 30px;border: none;background: #111;padding: 0px;border-radius: 30px;}
.box_link a i{max-width: 100%;font-size: 18px;line-height: 30px;display: block;}

@media screen and (max-width: 768px){
	.footer_logo{margin-bottom: 0;}
	.footer_info ul {flex-wrap: wrap;}
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(2){width: 100%;text-align: center;}
	.footer_menu {margin: 0;}
	.footer_menu a{font-size: 12px;}
	.box_link{position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
	.copy {padding: 30px 3% 0 3%;text-align: center;border-top: 1px solid #555;font-size: 12px;}
}
	
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer {background: #1b1b1b;}
.footer .center {max-width: 1600px;}
.footer_logo {display: none;}
.footer_info ul {max-width: 750px;margin-left: 50px;}
.footer_info li {vertical-align: top;}
.footer_info li:before {  font-size: 20px;  color: #d6b96a;  margin-bottom: 10px; display: block;  font-weight: bold;}
.footer_info li:nth-child(1) {width: 50%;}
.footer_info li:nth-child(1):before{content: "CONTACT US";}
.footer_info li:nth-child(2) {width: 40%;}
.footer_info li:nth-child(2):before{content: "RELATED";}
.footer_info li p, .footer_info li p a {color: #e7e7e7;}
.footer_menu a { width: 46%; font-weight: 400; color: #e7e7e7;}
.footer_menu a:hover { background: #ffffff;  font-weight: bold;   color: #1b1b1b;}
.copy { border-top: 1px solid #2b2b2b; padding: 20px; margin-top: 50px;  background: #1e1e1e;}
.copy a:hover { color: #444;}


.footer_info li p.tel:before {  content: '手機：';}
.footer_info li p.add2:before { content: '營業時間：';}

@media screen and (max-width: 1024px){
	.footer_info {flex-direction: column;align-items: flex-start;}
	.footer_info ul {margin-left: 0;width: 100%;}
}
@media screen and (max-width: 768px){
	.footer_info li:nth-child(2):before{text-align: left;}
	.footer_menu a {text-align: left;padding: 5px 0;}
	.footer_menu a {  width: 29%; font-weight: 400;}
	.footer_menu a:nth-child(2) {  display: none;}
	.footer_info li:nth-child(2){width: 100%;text-align: left;}
	
	
	
}
@media screen and (max-width: 600px){
	.footer_info li {padding: 50px 10px 10px;}
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(1):after {  width: 100%;}
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*首頁文章管理*/
.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%;  margin-bottom: 0;}
.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;}	

/*內頁*/
.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: #e1c572 !important;}
.subbox_item a { display: grid;  grid-template-columns: auto;  position: relative;  grid-gap: 20px;}
.news_related h6 span:before {  content: '相關文章';  font-size: 24px; color: #333;}
.lastPage {   background: #333;}
.news_related_list li a {   background: transparent;}
.blog_back a.article_btn_back {   background: #e1c572;}

.link a {  width: 100%;  display: block; }





/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*首頁*/
.news_part .title_i_box h4{color: #555;}
.news_list ul li a:hover {background: #eee;}
/*詳細頁*/
.show_content .edit{line-height: 180%;font-weight: 300;}
.promotion_title {position: relative;border-bottom: 1px solid #eee;padding-bottom: 50px;}
.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: 10px;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: #aaa;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: 3px;}
.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: 4px;font-weight: 300;color: #000;position: relative;}
.other_promotion .pmtTitle h3:before{content: "〉";font-size: 12px;color: #fff;transition: all .5s;
position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.other_promotion li a:hover h3:before{color: #888;}

@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;}
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/







/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{display: flex;flex-wrap: wrap;}
.show-list .item {width: 32%;padding: 0%;margin: 0;}
.show-list .item:hover .show_name {color: #666;}
.show-list .show_name {  text-align: center; letter-spacing: 0;}
.overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}
/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #555;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{display: flex;flex-wrap: wrap;}
.other_subalbum li {width: 32%;}
.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;}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{display: flex;flex-wrap: wrap;}
.pic-list .item {padding: 0;margin: 0;width: 32%;}
.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;font-size: 15px;}
.other_album_choice li {background: #555;border-radius: 3px;font-size: 12px;}


@media screen and (max-width: 1200px){
.show-list .item { width: 48%; }
.pic-list .item {width: 48%;}
.other_subalbum li {width: 48%;}

}

@media screen and (max-width: 768px){
	/*主分類*/

	.show-list .show_pic img{min-height: 35vw;}
	/*次分類*/
	.other_subalbum li img{min-height: 35vw;}
	/*相片頁*/
	.pic-list .show_pic img {min-height: 35vw;}
}

@media screen and (max-width: 600px){
	/*主分類*/
	.show-list .item {width: 100%;}
	.pic-list .item {width: 100%;}
	.other_subalbum li {width: 100%;}
	}


@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;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/*/


/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*整體設定*/
.blank_letter{font-family: 'Noto Serif TC', sans-serif;color: #444;font-size: 24px;padding-top: 0;}
.contact_content .information_right {width: calc(100% - 310px);padding-left: 50px;}
/*表格區塊*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {font-weight: lighter;}
button, input, optgroup, select, textarea{outline: none;}
input[type="checkbox"], input[type="radio"] {margin: 5px 5px 5px 10px;}
input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin: 5px 5px 5px 0px;}
.list_before.info li {font-weight: 500;}
.form select {background: transparent;color: #444;border: none;border-bottom: 1px solid #aaa;width: 100%;}
.form select option{background: #eee;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 15px 0;}
.contact_form li {width: 48%;padding-left: 0;padding: 15px 0;}
.contact_form li input.noborder {   padding-left: 10px;  background: #ffffff00;  border: 1px #eee solid;}
.contact_form li textarea.noborder{border: 1px solid #eee;padding-left: 10px;background: transparent;}
.contact_form li.last{width: 100%;}
.contact_form li.last cite {margin-left: 10px;background: #555;color: #eee;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccc solid;width: 130px;}
.contact_form li.last blockquote input {color: #333;font-size: 14px;font-weight: 300;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.information_right .contact_form li.last blockquote input {color: #000;font-weight: 300;font-size: 14px;}
.contact_form li .form__label{font-weight: 300;color: #000;width: 100%;text-align: left;margin-left: 0;margin-bottom: 5px;}
.contact_form li .form__insert{color: #444;width: 100%;}
.noborder {padding: 10px;}

@media screen and (max-width: 768px) {
	/*整體設定*/
	.blank_letter{padding-top: 0;}
	.blank_letter.f{margin-top: 50px;}
	/*資訊區塊*/
	.list_before{margin-top: 10px;}
	/*表格區塊*/
	.contact_content .information_right {width: 100%;padding-left: 10px;}
	.contact_form li input.noborder{border-radius: 0;}
}
@media screen and (max-width: 600px){
	.contact_content{padding: 0;}
	.contact_form li{width: 100%;  padding: 0;}
}
@media screen and (max-width: 450px){
	.blank_letter{padding-top: 0;}
	.blank_letter.f{margin-top: 50px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

.info_TEL:before { content: "手機";}
.info_ADD2:before { content: "營業時間";}
.list_before.info li:nth-child(5) {  display: none;}


@media screen and (max-width: 1200px){
.contact_form li .form__label {  background: rgb(255 255 255 / 15%);}
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:#ad925e;}

.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 {  position: absolute;  right: 0;  top: 0; width: 37px;
 height: 37px;  display: flex;  justify-content: center;  align-items: center;  cursor: pointer;  color: rgba(255, 255, 255, 0.9);}
.products-list .name {  font-size: 15px;  font-weight: 600; }
.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: #444;}
.products-list .item a:hover .more {  background: #E4C76F;color: #fff;  letter-spacing: 2px;}
.product-layer-two li.active a {  font-weight: 600;  border: 0;  background: #E4C76F;  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: #333;  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;}
.inquiry_a1 { background: #333;  font-size: 14px; }
.inquiry_a2 { background: #333;  font-size: 14px; }
.inquiry_a3 { background: #333; font-size: 14px; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.products-list .price {  margin: -7px 0;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   內頁BANNER 設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/

@keyframes oxxo {
 0% { transform: scale(1.1); }
 100% { transform: scale(1);}
}

/*內頁BANNER 設定*/
.banner {
    padding: 160px 0;
    overflow: hidden;
    position: relative;
}
.banner h5 {
    font-size: 30px;
    position: relative;
    transform: translate(0, 0);
    text-align: center;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #ffffff;
    top: 35px;
}

.banner h5:after {
    content: " ― 千鉞閘門專業防水，100%有效防護！ ―";
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 0;
    letter-spacing: 1px;
}


@media screen and (max-width: 1200px) {
.banner h5 {  top: 0;}
.banner { padding: 115px 0;}
}


@media screen and (max-width: 768px) {
.banner {  padding: 60px 0;   }
.banner h5 {    font-size: 24px;    top: 30%;  }
}

@media screen and (max-width: 480px) {
.banner h5 { font-size: 24px;top: 30%;}
.banner h5:after { width: 100%; font-size: 12px;}

}

.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #0000004d 0%, rgb(0 0 0 / 0%) 90%), url(https://pic03.eapple.com.tw/cianyue/banner.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation-name: oxxo;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;}




/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*麵包屑*/
.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;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/



