@charset "utf-8";
/*唯新冷氣工程行*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"Montserrat","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif","Noto Serif TC";
	font-weight: 400;
}

#content_main {
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 0;
    background: #ffffff;
}
#content{
	background-image: url(https://pic03.eapple.com.tw/weisinac/bg01.jpg);
    background-repeat: no-repeat;
}
.edit_part {
    padding: 0px;
}

/*網站全域設定/＝＝＝＝＝*/

/*
  #B9B9B9 /*網站主要色系
  #3E3A39 /*網站輔助色系1
  #3E3A39; /*網站輔助色系2*/

/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*.header_area.sticky .main_header_area .container {max-width: 90%; transition: all 0.3s;}*/
.header_area { padding: 0px;background: unset; position: fixed;}
.bannerindex {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main_header_area {
    background: #ffffff00;
    height: 90px;
    /*box-shadow: 0px 0px 10px #c8c8c88f;*/
    transition: all 0.5s;
}
.header_area.sticky { background: #ffffff;transition: all 0.5s;}
.navigation {padding: 0px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 88%; transition: all 0.3s;}

/*第一層*/
/*選單*/
.pageIndex .stellarnav>ul>li>a {
    transition: 0.3s ease-out;
    padding: 0 17px 0 0;
    letter-spacing: 2px;
    color: #82889f;
    margin: 0px 15px;
	
}
.pageIndex .sticky .stellarnav>ul>li>a {
    color: #1e2961;
}
.pageIndex .sticky .stellarnav > ul > li:hover > a {color: #1e2961;}
.pageIndex .stellarnav>ul>li>a:hover { color: #9ea4be; }
.stellarnav>ul>li>a {
    transition: 0.3s ease-out;
    padding: 0 17px 0 0;
    letter-spacing: 2px;
    color: #0e1951;
    margin: 0px 15px;
	
}
.sticky .stellarnav>ul>li>a {
    color: #0e1951;
}
.sticky .stellarnav > ul > li:hover > a {color: #222;}
.stellarnav>ul>li>a:hover { color: #222; }
.stellarnav ul ul {  width: 215px;}
.stellarnav {  margin: 24px 15px;}
.stellarnav > ul > li:hover > a {color: #9ea4be;}
.stellarnav > ul > li > a:before {
content: "";
position: absolute;
right: 50%;
left: 50%;
bottom: 2px;
height: 2px;
background-color: #82889f;
transition: all .3s ease-in-out;
}
.sticky .stellarnav > ul > li > a:before {
background-color: #0f1b52;
transition: all .3s ease-in-out;
}
.stellarnav > ul > li:hover > a:before {right: 17px;color: #ffffff;left: 0px;}
.stellarnav li.has-sub > a:after { border-top: 6px solid #82889f;}
.sticky  .stellarnav li.has-sub > a:after { border-top: 6px solid #0c1645;}
/*下拉選單*/
.stellarnav ul ul {
    width: 100%;
    position: absolute;
}

.stellarnav li li {
    border: none;
    margin-bottom: 0px;
}

.stellarnav li li a:hover {
    color: #2c2c2c;
    transition: 0.3s ease-out;
    /*transform: translateX(5px);*/
}
.stellarnav li.drop-left ul ul {
    left: auto;
    right: 118px;
}


/*第二層*/
.stellarnav li li {border: solid 1px #f1f1f1;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{color: #000;padding: 10px 10px; font-size: 14px; transition: all 0.3s; border-left:2px solid transparent; font-weight: 300; font-family:"Montserrat","Noto Sans TC";}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff; /*padding-left:14px;*/border-color:#222 ; background: #0f1b52;border-left:2px solid #0f1b52;}

/*SubMenu*/
.shop_search_btn {background: #B9B9B9;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #B9B9B9;}
.me_tp_features {padding-right: 17px; margin-bottom: 3px; display:none;}
.tp_links {display: none;}
@media screen and (max-width: 1400px) {
.pageIndex .stellarnav>ul>li>a {
    margin: 0px 8px;}
	
}
@media screen and (max-width: 1200px) {
.main_header_area .container {  max-width: 98%;}
.stellarnav > ul > li > a {  padding: 2px 17px 2px 1px;}
}
@media screen and (max-width: 950px) {
.stellarnav > ul > li > a {font-size: 14px;}

}



/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*footer*/
.footer {
    background: #121b4f;
    padding: 50px 0px 30px 0px;
    background-image: url(https://pic03.eapple.com.tw/weisinac/footer_bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.footer .center{max-width: 1200px;padding: 1% 3%;}
.footer_logo{width: 150px;margin: 0;}
.footer_logo img{width: 100%;filter: brightness(20);}
.footer_info{padding: 0; align-items: center;}
.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: #fff;}
.footer_menu a {background: transparent;color: #555;border: none;font-weight: 300;}
.copy {border-top: none;}
.copy a{color: #333;font-weight: 200;}
.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;}
p.mail { display: none;} /*信箱隱藏*/

@media screen and (max-width: 768px){
	.footer {padding:30px 0;}
	.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: 8px 3% 0 3%;text-align: center;border-top: 1px solid #000;font-size: 12px;}
}
	
/*※更動處 */

.footer .center {max-width: 800px;}
.footer_logo {width: 180px;     margin: 0px 60px;}
.footer_info li:nth-child(2){display: none;}
.copy,.copy a {color: #000;}
.copy a:hover{color: #333;}

@media screen and (max-width: 768px){
	.footer {padding: 40px 0 30px;}
	.footer_info { flex-direction: column;}
	.footer_info ul{text-align: center;margin: 10px 0;}
	.footer_logo {width: 150px;     margin: 0px auto;}
}

/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 78px; font-weight: 500;}
.list_before.info li {padding-left: 50px;}

.footer_info li:nth-child(1) { display: grid;border-left: solid 1px #d8d8d8;  padding: 0px 50px;}
p.tel { grid-row: 1;}
p.line { grid-row: 2;}
p.add2 { grid-row: 3;}
p.mail { grid-row: 4;}

/*其他編輯頁最下連結隱藏*/
.other_select_page .promotion_title {
    display: none;
}

.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-left: -3px;
    
}
@media screen and (max-width: 1480px) {
.footer_menu {  grid-template-columns: repeat(auto-fit, minmax(min(60px, 100%), 1fr));}
}
/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-brand {width: 100%;max-width: 234px; transition:all 0.3s;}


.pageIndex .header_area .nav-brand {   margin: 10px; filter: brightness(50);transition: all 0.1s;}
.header_area .nav-brand { filter: unset;  margin: 10px; transition: all 0.1s;}

.sticky.header_area .nav-brand{ filter: none;transition: all 0.1s;}
@media screen and (max-width: 1018px) {
.pageIndex .header_area .nav-brand {   filter: unset;}
.stellarnav { margin: 3px 15px;}
.pageIndex .stellarnav>ul>li>a { margin: 0px 5px;}

}
/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.swiper-pagination {margin-left: inherit; bottom: 20px;}
.swiper-slide img {   height: AUTO;}

/*預設解除背景輪播*/
@media screen and (max-width: 1500px) {
#content_main { margin:0;}
.bannerindex {height:auto;position: relative;top: 0px;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*.pageIndex #content_main {background: #fff;}*/

/*.banner {
    font-size: 25px;
    padding: 65px 0;
    text-align: center;
    background: repeat center center #63c3c436;
    color: #4f4f4f;
	display: none;
}


.blog_page .banner{display: none;}

.contact_page .banner{display: none;}

.album_class_page .banner h5 {
    display: none;
}*/

.other_page .banner:before {
    animation: scroll_right 150s steps(15000) infinite alternate;
    background: url(https://pic03.eapple.com.tw/weisinac/ban.jpg) repeat-x;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.other_page .banner {
    background-image: none;
}
.banner h5 {
    color: #0f1b52;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 1px;
	text-shadow: 2px 2px 24px #FFF;
	display:none;
}

.banner {
    background: #eee;
    height: 350px;
    padding: 150px 0;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/weisinac/ban_page.jpg);
    clip-path: ellipse(120% 87% at 50% 12%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
/*.contact_page .banner { display:none;}*/
@keyframes scroll_right{
0% {
    background-position: -4327px;
}
100% {
    background-position: 0px;
}
}

/*麵包屑*/
.path{display:none;} 
.path p a:hover {display:none;}

/*頁碼*/
.page {  width: 100%;  margin: 40px auto;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;}
.page li {  display: flex;  margin: 3px;  width: 30px;  height: 34px;  line-height:30px;  align-items: center;  justify-content: center;}
.page li a {  display: block;  width: inherit;  height: inherit;  line-height: inherit;  padding: 0;  transition:all 0.3s;}
.page strong, .page a:hover {  background: #656B68;border: 1px solid #656B68;}


/*文章分類管理*/
/*【【  原  】】*/
/*側邊選單*/
h5.blog_le_t em{font-weight: 500;font-size: 20px;color: #0f1b52;}
h5.blog_le_t span {font-size: 14px;padding-left: 5px;font-weight: 300;}
.blog_search input[type=search]{border-radius: 0;}
.blog_le {width: 250px;padding: 15px;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion li{border-bottom: 1px solid #ddd;}
.blog_le .accordion li:last-child{border-bottom: none;}
.blog_le .accordion li.open {background: #656B68;}
.accordion li .link{padding: 0;border-bottom: none;}
.accordion li .link a{padding: 15px 10px;display: inline-block;font-weight: 300;color: #000;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #0f1b52 !important;}
.submenu {background: #fff;}
.submenu a{background: #f8f9fd;padding: 12px 12px 12px 30px;}
.submenu a:hover {background: #f9f7f2;color: #656B68;padding: 12px 12px 12px 35px;}
/*分類區塊*/
.blog_ri {width: calc(100% - 260px);padding: 15px 0 0 50px;}
h4.blog_category_title {padding: 0;margin: 0 0 5px 0;font-weight: 300;font-size: 20px;color: #0f1b52;}
.subbox_item{width: 100%;}
.subbox_item a {display: flex;justify-content: space-between;align-items: center;border: solid 1px #c5d1dd;padding: 10px; color: #000000;}
.subbox_item a:before{display: none;}
.subbox_item a:after{display: none;}
.blog_list_le {width: 30%;}
.blog_list_ri {width: 70%;padding: 0 8%;}
.blog_list_ri h5 {font-size: 20px;font-weight: 400;color: #121b4f;}
.blog_list_ri em {position: absolute;right: 10px;bottom: 10px;font-weight: 300;color: #000;}
.blog_list_ri p {font-weight: 300;color: #555;line-height: 180%;margin-top: 15px;}
.fa-circle-chevron-right::before {  color: #0f1b52;}
/*詳細頁*/
.blog_in_page h4.blog_category_title {font-weight: 500;font-size: 20px;border-bottom: 1px solid #ddd;padding-bottom: 15px;
    margin-bottom: 15px;}
.blog_back a {padding: 12px 15px;font-size: 14px;font-weight: 300;}
.blog_back a.article_btn_prev {background: #0f1b52;}
.blog_back a.article_btn_back {background: #000; color: #fff;}
.blog_back a.article_btn_next {background: #0f1b52;}
.news_related h6 span:before {   color: #0f1b52;}
.news_related {  background: #eef3f7;  padding: 60px 15px;}
.news_related h6 {  margin: 0 auto 40px;}
.news_related_list li a p { padding: 15px;letter-spacing: .5px;}
.news_related_list li a { padding: 10px;}
/*首頁文章管理*/
.module_i_news {padding: 80px 20px;background: #f3f3f3;}
.module_i_news ul {display: flex;justify-content: space-around;}
.module_i_news li {width: 25%;padding: 1%;}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a:before{display: none;}
.module_i_news li a:after{display: none;}
.module_i_news .title_i_box h4 {font-size: 30px;color: #333;font-weight: 600;}
.module_i_news .title_i_box h4:before{content: "";display: block;color: #ACACB2;font-size: 16px;font-weight: 400;}
.i_blog_le{width: 100%;}
.i_blog_ri{width: 100%;}
.i_blog_ri h5 {color: #333;margin-top: 10px;}
.i_blog_ri p {line-height: 180%;font-size: 14px;font-weight: 300;}
@media screen and (max-width: 960px){
	/*分類區塊*/
	.subbox_item {border-bottom: none;}
	.blog_list_le {width: 150px;}
	.blog_list_ri {width: calc(100% - 155px);padding-left: 30px;}
	.blog_list_ri h5 {font-size: 18px;}
	.blog_list_ri p {margin-top: 10px;font-size: 12px;}
	.blog_list_ri em {position: relative;right: 0;top: 0;}
	/*詳細頁*/
	.blog_in_page h4.blog_category_title{font-size: 18px;}
}
@media screen and (max-width: 768px) {
	/*側邊*/
	.blog_ri {width: 100%;padding: 0;}
	.blog_le{width: 100%;}
	/*分類區塊*/
	.blog_list_le {width: 40%;}
	.blog_list_le img {object-fit: cover;min-height: 200px;}
	.blog_list_ri {width: 60%;padding: 0 30px;}
	/*首頁文章*/
	.module_i_news ul{flex-wrap: wrap;}
	.module_i_news li{width: 50%;}
}
@media screen and (max-width: 450px){
	/*分類區塊*/
	.subbox_item a {display: block;padding: 10px;}
	.blog_list_le {width: 80%;margin: 0 auto;display: block;}
	.blog_list_ri {width: 100%;padding: 10px;}
	/*詳細頁*/
	.blog_back {margin-top: 80px;}
}

/*【【  文章更動  】】 */
/*側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #0f1b52; !important;}
.accordion li.open .link a,.blog_le .accordion li.open i{color: #fff;}
.blog_le .accordion li.open{background: #0f1b52;;}
.submenu {background: #f3f3f3;}
.submenu a{font-size: 13px;font-family: 'Raleway','Noto Sans TC', sans-serif;font-weight: 400;}
.submenu a:hover {background: #f9f7f2;  color: #0f1b52;}
.submenu a:before{font-family: var(--fa-style-family, "Font Awesome 6 Free");font-weight: var(--fa-style, 900);}

/*分類頁*/
.blog_page h4.blog_category_title{display: none;}
.blog_le .accordion li.open .link {  color: #0f1b52;}
.submenu li.on_this_category a, .submenu a:hover {  background: #f8f9fd;  color: #0f1b52;   font-weight: 600;}
@media screen and (max-width: 768px){
	/*側邊*/
	h5.blog_le_t, .blog_le .accordion {display: block;}
	.submenu{display: block !important;}
	.submenu a{font-size: 12px;}
	.submenu > li {width: 48%;display: inline-block;}
	.accordion li .link {background: #0f1b52;text-align: center;}
	.accordion li .link a {padding: 10px 0;color: #fff;}
	.blog_le .accordion li{border-bottom: none;}
	.blog_le .accordion li i{display: none;}
	/*分類頁*/
	.blog_box {display: flex;flex-wrap: wrap;}
	/*文章頁*/
	.blog_le{order: 0;}
	.blog_back{order: 3;width: 100%;}
}
/*促銷方案*/
.promotion_title em {  margin-right: 10px;}
.promotion_title h2 { color: #0f1b52; letter-spacing: 0.3px;}
/*.other_promotion {  display: none;}*/
.promotion_title span { display: none;}
/*.promotion_title span {  border:none;padding: 10px 5px;border-bottom: 1px #ccc solid;}*/
.promotion_title em { display: none;}
.promotion_title * {  display: block;}
.pmtTitle span { display: none;}
@media screen and (max-width: 768px) {
.other_promotion li {  width: 100%;}
}
/*首頁促銷方案*/

.pageIndex .news_part .title_i_box h6 {
    font-size: 16px;
    color: #444;
    font-family: 'Noto Sans';
    font-weight: normal;
    margin: 3px 0px;
	letter-spacing:1px;
}
.pageIndex .news_list ul li p {
    color: #333;
}
.pageIndex .news_list ul li p:hover {
    color: #111;
}
.pageIndex .animated-arrow {
    background: #f4ecd3;
    color: #444;
    border-radius: 3px;
    font-weight: normal;
}
.pageIndex .news_part .title_i_box h4 {
    color: #0f1b52;
	font-size: 28px;
}
/*.promotions_page .promotion_title h2 {
    display: none;
}*/

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.prod_part {max-width: 1640px; width: 90%; padding: 110px 0px 140px 0px;}
.products-list {display: grid;  gap: 10px;  grid-template-columns: 1fr 1fr 1fr 1fr; padding: 0px 0;}
.products-list:before{content:none;}
.products-list .item {width: 100%; background: none;}
.pageIndex .products-list .more {margin-top: 10px; display: none;}
/*.products-list .pic img {border: 1px solid #d8d8d8;}*/
.products-list .pic {border: 1px solid #e0e0e0;}
.send_simple {  background: #121b4f url(../images/simple_right.png) 88% center no-repeat;}
.send_simple {  background: #121b4f url(../images/simple_right.png) 88% center no-repeat;}
/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {font-size: 14px; border: 1px solid #0f1b5229;  color: #0f1b52;  background: #ffffff94; font-weight: 500;  letter-spacing: 1px;}
.products-list .item a:hover .more {background:#0f1b52;}

/*價格*/
.products-list .price {  display: flex;  margin-bottom: 10px;  align-items: center;  justify-content: center;  flex-wrap: wrap;}
.products-list .price b {  margin: 0 5px;  line-height: 180%;  text-align: left; color: #b42833;}
.products-list .price .sp_price { text-align: left;}
.products-list .price b.ori_price {  font-size: 14px;}

/*外層版面*/
.products-list .name {text-align: left; margin-top: 17px;font-size: 17px;color: #121b4f;height: 40px;}
.product_page .main_part {  width: 90%;	max-width: 1640px;}
.product_page .show_content {  display: flex;  flex-wrap: wrap;  align-items: flex-start;  justify-content: center;}
.product_page .products-list {  width: calc(100% - 280px);}
.product-layer-two {  width: 250px;  margin: 0; display:none;}/*主分類隱藏*/
.product_info_page .product-layer-two {  display: none;}
.product-layer-two li {  margin: 0;  width: 100%;padding: 0 10px;}
.product-layer-two > li.active {  background: #e8e8e8;}
.product-layer-two li.active a {  border: unset;border-bottom: 0px dotted #ccc;}
.product-layer-two li a {  color: #222;  border: none;  background: transparent;  transition: all 0.3s;  line-height: 200%;  transition: all 0.3s;}
.product-layer-two > li > a {  border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #B9B9B9;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B9B9B9; color:#fff;}
.product-layer-two > li > a:before {
  /*border-radius: 100%;*/
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10px;
  content: " ";
  color: #B9B9B9;
  background: #e8e8e8;
  width: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding-left: 2px;
  font-size: 13px;
  display: none;
}
pd_tabTitle li.activeTab a {
    color: #0f1b52;
}
.product-layer-two li ul {  position: relative;padding-top: 1px;}
.product-layer-two li li {  border: none;background: transparent;}
.product-layer-two li li a{  background: transparent; font-size: 16px;}
.product-layer-two li li:hover a{color: #B9B9B9; font-weight: 500;}
ul.prod li h3.prod-thumb {padding: 7px 7px 10px 7px; background: #ddd;display: none;}
.product_info_page .half_box { display: none;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {  display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {  width: 90%;}

/*按鈕顏色*/
.inquiry_a1{background: #0f1b52;}
.inquiry_a2{background: #1a1a1a;}
.inquiry_a3{background: #B9B9B9;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 { border-radius: 3px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #1d2c73;}
.lastaction {  color: #B9B9B9;  background-color: #fafafa;}
.nextaction {  background-color: #B9B9B9;}
.lastPage {  background: #151515; border-radius: 0px;}

/*商品側邊規格*/
.product_info li .txt_box {  color: #3E3A39;  width: 100%;}
.sidebarBtn{border: none;  background: #f6f6f6; padding: 45px 25px;}
.sidebarBtn .sp_price { color: #b42833;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn .price {letter-spacing: 0px; color:#787878;}
.sidebarBtn .price span {display: inline-block;}
.sidebarBtn h2 {color: #0f1b52; font-family: "Montserrat", "Noto Sans TC";   font-weight: 600;   letter-spacing: .2px;font-size: 20px;}
.product_info li span {font-family:"Montserrat","Noto Sans TC";}
div#number_area {color: #B9B9B9;}
/*.product_pic #bx-pager {display: block; width: 100%; position: relative;}*/
.product_pic #bx-pager a {border:0px solid #e9e9e9; overflow: hidden;}
#bx-pager h6 {display: none;}
.pd_tabTitle li.activeTab::after {  height: 2px;   background: #121b4f;}
.pd_tabTitle li.activeTab a { color: #121b4f;font-weight: 600;  font-size: 18px; letter-spacing: 1px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 24px; color: #525252;}
.prod_related {padding: 45px 15px 25px 15px; background: none;display: none;}

.bx-wrapper .bx-viewport {background: none; border: 5px solid #f2f2f2;}
.qaform .breakF {background: #ffffff;}

.products-list .item a:hover .pic img{transform: translate(-50%, -50%) scale(1.1); -webkit-filter: grayscale(0) contrast(1);}
.products-list .item a .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(1) contrast(1.2);
  transition: all .8s;}


/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{max-width: 1830px; margin: 0 auto;}


/*版面*/
ul.show-list, .other_subalbum{display: grid;  grid-template-columns: 1fr 1fr 1fr;  gap: 20px;}
ul.show-list:before , ul.pic-list:before {content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div{  display: block;  position: relative;  overflow: hidden;  height: 0;}
.show-list .show_pic , .other_subalbum li a div{  padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img{
  display:block;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);}
.show-list .item:hover .show_name {  color: #0f1b52;}
.other_album_choice li {  background: #111; border-radius: 0px;}
.subalbum-menu h2 {
    color: #0f1b52;
    font-size: 17px;
    border-bottom: 1px solid #656b68;
    line-height: 2;
}
.other_subalbum li p {  margin-top: 10px;}
.block {display: none;}
.album_fixed_title {background: none;}
.other_subalbum li {background: none;}
.bx-wrapper .bx-viewport {border: 0px solid #fff; background: none;}
.prod_related {background: none;}
ul.prod li h3.prod-thumb {background: #656b68;   color: #ffffff;text-align: center;padding: 5px;}
.lastaction {background-color: #f9f9f9;}
/*詢價車*/
.shopping-cart .cart_head { background: #1a1a1a; padding: 5px 21px; color: #fff;}
.rewrite_simple {  background: #000000 url(../images/simple_left.png) 10% center no-repeat;}
.separate_title .note { font-weight: 500;  padding-left: 0px;}
.separate_title {  font-size: 16px;  color: #000000;  padding: 10px 0 10px 40px;  background: #ebebeb;}
.shopping-cart .cell.product_name p { color: #1a1a1a;}
.border200 {  padding: 8px;}
/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {  font-size: 18px; text-align: center; font-weight: 400; letter-spacing: 0px; transition: 0.3s ease; color: #0f1b52;} 
.album_page .show-list .show_pic img {transform: translate(-50%, -50%) scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: translate(-50%, -50%) scale(1.1); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
/*.album_class_page .other_subalbum li a img {transform: unset;}*/
.block {display: none;}
.album_fixed_title {background: none;}
.album_class_page .other_subalbum li a img {transition: all .5s ease-out;}
.album_class_page .other_subalbum li a img:hover {transform: translate(-50%, -50%) scale(1.1); transition: all .5s ease-out;}


/*相簿瀑布流*/
ul.show-list,
.pic-list,
.other_subalbum {
  display: block;
  column-count: 3;
  column-gap: 20px;
}

.show-list .item, 
.other_subalbum li, 
.pic-list .item {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  break-inside: avoid;
}

.pic-list .show_pic, 
.show-list .show_pic, 
.other_subalbum li a div{
  padding: 0;
  height: auto;
}

.album_info_page .pic-list .show_pic img, 
.album_page .show-list .show_pic img, 
.show-list .show_pic img, 
.other_subalbum li a img {
  position: relative;
  transform: unset;
  left: 0;
  top: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: unset;
}

.album_page .show-list .show_pic img:hover, 
.album_class_page .other_subalbum li a img:hover{
  transform: scale(1.1);
}

.album_info_page .album_fixed_title {
    background: none;
    display: none;
}

/*@media screen and (max-width: 768px) {
ul.show-list,
.pic-list,
.other_subalbum {column-count: 1;}
}*/

/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {max-width: 100%; width: 1640px;}
.contact_editbox {padding: 0px 0px;}
.contact_le_map a {background: #2d2f2e; border-radius: 0px;}
.contact_form li.last cite {background: #0f1b52; border-radius: 0px;}
.animated-arrow {background:#2d2f2e; border-radius: 0px;}
.contact_form li {padding-left: 130px; display: inline-block; width: 100%;}
.contact_form li.last{ width: 100%;}
.contact_form li .form__label {
    width: 100%;
    text-align: left;
    margin-left: 0px;
    padding: 10px 0px;
	max-width: 100%;
}
.contact_form li .form__insert{width: 99%;}
.contact_content {max-width: 1450px; padding: 20px 10px 90px 10px;}
.contact_content .information_left {width: 100%;}
.contact_content .information_right {width: calc(100% - 360px);}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
/*input[type="checkbox"], input[type="radio"]{margin-right: 2px; margin-left: 7px;}*/
.blank_letter {font-weight: 700; font-family:"Noto Sans TC"; text-align: left;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 1px #ddd solid;
    background: #eef3f7;
    padding:  10px 12px;
}
.note {display: block; text-align: right; font-family:"Noto Sans TC"; }
.red {color: #b42833;text-align: start;}

.PHONE:before {
    content: "CALL";
}

.contact_le_map a {
    display: none;
}




/*改聯絡我們*/


.blank_letter {
    font-family: 'Noto Sans TC', 'serif', 'Roboto', 'sans-serif', '微軟正黑體', 'Microsoft JhengHei';
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-top: 0;
    padding-right: 75px;
    margin-top: 45px;
    color: #121b4f;
	font-size: 24px; 
}

.blank_letter.f::before {
    display: block;
    margin-left: 25px;
    margin-right: 20px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.contact_form li {
    display: flex;
    flex-direction: row;
    margin: 0px;
    justify-content: flex-end;
    align-items: center;
}

.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.contact_form {
    width: 100%;
}

.contact_form li .form__label {
    text-align: left;
    margin-left: 0px;
    padding: 0px 15px;
}

.contact_form li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #C2BCB4;
}

.noborder {
    border: none;
    width: 100%;
    padding: 5px 0;
    vertical-align: middle;
}

.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: none;
    background: #eef3f7;
    padding:  10px 12px;
}
.contact_le_nomap {
    margin-top: -40px;
}
.list_before {
    display: none;
}/*聯絡我們資訊隱藏*/
h4.blank_letter:nth-child(1).i {
    display: none;
}/*聯絡我們資訊標題隱藏*/
.information_left, .information_right {
    padding: 0px;
}
@media screen and (max-width: 1024px) {
    .contact_content .information_right {
        flex-wrap: wrap;
    }
	.blank_letter { writing-mode: horizontal-tb;  height: 50px; margin-top: 10px;}
}
@media screen and (max-width: 768px) {
	.contact_form li {  padding-left: 0px; }
	.contact_form li .form__label {
        width: 170px;
        margin-left: 0px;
		padding: 5px 0px;
    }
	.contact_content .information_right {
        padding-top: 40px;
    }
}
@media screen and (max-width: 650px) {
    .contact_form li {
        flex-wrap: wrap;
        padding-left: 0;
        justify-content: flex-start;
    }
    .contact_form li .form__label {
        padding: 0;
        padding-left: 5px;
    }
	.contact_le_nomap {
    margin-top: 0px;
	}
}
/* = = = 其它 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*換行問題*/
.stellarnav.mobile > ul > li > a {width: 100%; padding: 15px 43px 10px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle {width: auto;}
.stellarnav .menu-toggle {width: 60px;}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 1400px) {

/*相簿名稱*/
.other_subalbum li p {
    width: 275px;
}    
}

@media screen and (max-width: 1350px) {
/*FT*/
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%; margin-left: 0px; margin-bottom: 0px;}
.footer_info li p {text-align: center;}
.copy {text-align: center; margin: 0 0px 0 0;}
.footer_menu {text-align: center; max-width: 1200px;}
.copy {padding: 20px 0 0px 0;}

/*購物車*/
.product_page .products-list {width: 100%;}
.products-list {grid-template-columns: 1fr 1fr 1fr;} 
.product-layer-two {margin-bottom: 20px;}

/*相簿名稱*/
.other_subalbum li p {
    width: 378px;
}   

}


@media screen and (max-width: 1280px) {

/*相簿名稱*/
.other_subalbum li p {
    width: 356px;
}
/*logo*/
.nav-brand {  max-width: 145px;} 
.stellarnav > ul > li > a { padding: 2px 0px 2px 1px;margin: 24px 10px;}
}


@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {  padding: 10px;}
.main_header_area {height: 130px;}

/*Logo/＝＝＝＝＝*/
.nav-brand img{padding-top: 5px;}
.stellarnav > ul > li > a {   margin: 0px 10px;}
.header_area {  position: relative;}
.header_area .nav-brand {  filter: none;}
.stellarnav>ul>li>a {  color: #0f1b52;}
.stellarnav > ul > li:hover > a { color: #0f1b52;}
}
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}
.subbox_item a:before, .module_i_news li a:before {bottom: -9px;}

/*購物車*/
.products-list {grid-template-columns: 1fr 1fr 1fr 1fr;} 
}

@media screen and (max-width: 900px) {
/*logo*/


.stellarnav > ul > li > a b {padding: 0 0px 0 0px;}
.contact_content .information_left {width: 100%;}
.contact_content .information_right {width: 100%; padding-left: 0px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr 1fr;}
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{font-size: 20px;}
}


@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.pageIndex .header_area{position:relative;}
.main_header_area .container {max-width: 100%;}
.pageIndex .main_header_area {height: 80px;}
.main_header_area {height: 88px;}
.header_area.sticky .main_header_area .container {max-width: 100%;}
.bannerindex {top: 0px;}


/*下拉選單展開*/
.stellarnav.mobile >ul>li:nth-of-type(2) ul {
    display: block !important;
}

.stellarnav.mobile >ul>li:nth-of-type(4) ul {
    display: block !important;
}


/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  padding: 15px 15px ;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px 15px ;border-color:transparent;background: #f1f1f1;color: #000;}
.stellarnav.mobile > ul > li > a {padding: 17px 43px 15px 10px;margin: 5px;}
.stellarnav.mobile ul{padding-top: 0px;}
.stellarnav.mobile li.open {background: #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff; color:#000;}
.stellarnav.mobile li.open li.open {background: #f1f1f1;}
.stellarnav > ul > li > a:before{ display:none;}/*選單底部特效移除*/
.stellarnav .icon-close:before {  border-bottom: solid 3px #0f1b52;}
.stellarnav .icon-close:after{  border-bottom: solid 3px #0f1b52;}
.stellarnav.mobile li li.has-sub a {  padding: 15px; color:#0f1b52;}
.stellarnav.mobile > ul > li {  border-bottom: 1px #ececec solid;}
.stellarnav .icon-close{ margin-right:3px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  padding: 10px 30px;}
.stellarnav.mobile li a { border-bottom: none;}
.stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #4f5b93;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 3px #4f5b93;}
/*Logo/＝＝＝＝＝*/
.nav-brand img {
    padding-top: 0px;
	
}
.header_area .nav-brand{max-width: unset;   margin-top: 6px;  width: 155px;}

/*Footer/＝＝＝＝＝*/
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:50px 0 0px; }
.footer_info {  justify-content: center;}
.footer_logo {  text-align: center; margin-bottom: 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(80px,100%), 1fr)); margin-bottom: 20px;}
.footer_menu a {  padding: 18px 5px 10px 5px;}
.footer_info li p {display: block; width: 100%; color: #ffffff; text-align: center;}
.footer_info li p:before {display: inline-block;color: #fff;}
.footer_info li p.tel:before { color: #333;}
.copy {padding: 15px 0 20px 0;}
.footer_info li { padding: 15px 10px;}
.stellarnav .menu-toggle:after {  color: #0f1b52;text-align: center;  margin: 6px 0px;}
.stellarnav.mobile {  margin: 10px 0px;}
.stellarnav .menu-toggle span.bars span { background: #0f1b52;}
.footer_info li:nth-child(1) { border-left: none;}
/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}
.swiper-pagination-bullet {display: none;}

/*順序*/
.product_page .products-list {  order: -1;}

/*購物車*/
.product_page .products-list {width: 100%;}
.products-list {grid-template-columns: 1fr 1fr;} 
.mobile_product_name {text-align: center;}
/*.product_pic #bx-pager {display: inline-block; width: 120px; position: absolute;}*/

/*相簿*/
.other_subalbum li p {
    width: 340px;
}

}

@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {  text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 20px;}
/*logo*/
.header_area .nav-brand { max-width: unset;  margin-top: 10px;  width: 135px;}
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{  font-size: 18px;}
}

@media screen and (max-width: 480px) {
.header_area .nav-brand {max-width: unset;}
.footer_logo {   width: 145px;  margin: 10px auto;}
.banner {height: 150px;}
.footer_info li:nth-child(1) {  padding: 0px 15px;margin-bottom: 20px;}

/*購物車*/
.products-list {grid-template-columns: 1fr;} 

/*相簿*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 20px 10px 10px;}

}

@media screen and (max-width: 375px) {

/*相簿*/
.other_subalbum li p {
    width: 308px;
}
}

@media screen and (max-width: 325px) {
}