@charset "utf-8";
/* ************小艾通訊 恩秀通訊************************ */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
/* 大範圍設定 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{font-family: 'Jost','Noto Sans TC', sans-serif;letter-spacing: 1px;}
@media screen and (max-width: 600px){
.main_part {padding: 50px 20px 20px;}
}
.path p, .path p a { display: none;}
.edit_part { max-width: 100%;  margin: auto; padding: 0px;}
#content_main {
    margin: 0;
    background-image: url(https://pic03.eapple.com.tw/xiaoaitongxun/bg01.jpg);
    background-position: top;background-size: 100%;}
/*
  #b1997d /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/

.pageIndex .header_area { position: fixed; width: 100%;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1600px;padding: 0 3%;}
.nav-header {top: -10px;}

/*主分類按鈕*/
.stellarnav > ul > li > a {color: #000;padding:45px 6px 5px 6px;height: auto;font-size: 16px;font-weight: 300;vertical-align: middle;}
.stellarnav > ul > li > a:hover{color: #777;}
.stellarnav li.has-sub > a {padding: 45px 25px 5px 15px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #444;border-left: 5px solid transparent;border-right: 5px solid transparent;right: 10px;top: 70%;}
.stellarnav li.has-sub > a:hover:after {border-top: 4px solid #b1997d;}/*三角形icon*/

/*按鈕效果*/
.stellarnav > ul > li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.stellarnav > ul > li::after {
    content: "";
    background: #b1997d;
    height: 3px;
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 15%;
    transform: scale(0,1);
    transition: 0.5s ease-in-out;
}

/*其他下拉按鈕*/
.stellarnav > ul > li > ul a{background: #fff;color: #555;padding: 15px;font-size: 14px;border-bottom: none;font-weight: 300;transition: all .5s;}
.stellarnav > ul > li > ul a:hover{/*background: #f1f1f1;color:#444;*/padding: 15px 10px 15px 20px; background: #000;color:#fff;}
.stellarnav > ul > li.has-sub > ul a{padding: 15px;}
.stellarnav > ul > li.has-sub > ul a:hover{padding: 15px 10px 15px 20px;}
.stellarnav li li{border: none;margin-bottom: 0;}
.stellarnav li li.has-sub > a:after {border-left: 5px solid #888;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 10px;}
.stellarnav ul ul li.has-sub > a:hover:after {border-top: 4px solid transparent;}
.me_tp_features {position: absolute;  top: 12px; right: 8px;z-index: 999999;}
.sticky.header_area .nav-brand {  width: 91px; transition: .5s all;}

/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {  padding: 0px 0 0px 210px;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #705025;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #b1997d;	padding-left:10px;border-color:#b1997d ;}
/*SubMenu*/
.shop_search_btn {    background: #9e8373;font-size: 11px;height: 26px;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #b1997d;}
.tp_links {  display: none;}


/*contact us*/
.contact_content .information_right {width: 100%; padding-left: 0px;}
.contact_form li .form__label {  width: 100%;  margin: 10px 0px 5px 0px;  text-align: left;  margin-left: 0px;  padding-right: 10px;}
.contact_form li { padding-left: 0px;}
.contact_form li input.noborder { padding: 10px;}
.contact_page .list_before.info li:nth-last-child(1) {  padding-left: 32px;}
.contact_content .information_left { width: 100%;}
.contact_form li textarea.noborder { padding: 10px;}
.blank_letter {  display: none;}
/*.information_left, .information_right { display: none;}*/
.contact_page .contact_le_map a { display: none;}
@media screen and (max-width: 600px){
.contact_form li .form__label {
    width: 100%;
    margin-left: 0px;
}
.contact_page .list_before.info li:nth-last-child(1) {  padding-left: 32px;}
.shop_search_btn { font-size: 11px !important;}
}
/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO*/

/*.nav-brand img {  box-shadow: 1px 1px 10px rgba(0,0,0,.1);}*/

/*手機LOGO
.nav-brand-m {}
*/

/*Footer/＝＝＝＝＝*/
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between; padding: 20px 60px 10px 0;}
/*.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;color: #fff; letter-spacing: 1px;padding: 5px 6px;}
.footer_menu a:hover {    background: #816b50;}
.copy {  background: #000;    color: #fff;	border:none;}
.copy a{  color: #fff;transition:all 0.3s;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #b1997d;    color: #fff;}
.box_link { display: none;}
.footer_logo img { width: 100%;filter: brightness(10);margin: 10px 0px 15px 0px; display:none;}
.footer_logo { width: 180px; }
.footer{background: #000000;}
.footer_info li p { color: #fff;}
.footer_info li p a { color: #fff;  letter-spacing: 1.8px;  font-weight: 300;}
/**/
.footer{padding: 50px 0px 20px 0px;}
.footer .center{max-width: 1600px;padding: 0 3%;}
.footer_logo{margin: 0;}
.footer_info{padding: 0;}
.footer_info ul {display: flex;justify-content: space-between;padding-left: 0px;width: 100%;}
.footer_info li{padding: 10px 0;}
.footer_info li:nth-child(1){width: 48%;}
.footer_info li:nth-child(2){width: 48%;text-align: right;}
.footer_menu {max-width: 400px;margin: 0 0 0 auto;}
.footer_menu a {background: transparent;color: #fff;border: none;font-weight: 300;}
.footer_menu a:first-child{display: none;}
.copy {max-width: 1600px;padding: 30px 3%;color: #fff;text-align: left;margin: 0 auto;border-top: none;font-size: 12px; font-weight: normal;}
.copy a{color: #fff;font-size: 12px;font-weight: normal;}
.footer_info li p.tel:before { content: '歸仁電話：';}
.footer_info li p.tel2:before { content: '新化電話：';}
.footer_info li p.phone:before { content: '永康電話：';}
.footer_info li p.mail:nth-child(4) { display: none;}
.footer_info li p.add:before { content: '歸仁店地址：';}
.footer_info li p.add2:before { content: '新化店地址：';}
.footer_info li p.add2:after { content: "永康店地址： 台南市永康區復國一路612號"; display: block;font-weight: 300;}

@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 auto;}
	.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;}
/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 170px;transition:all 0.3s;}
.header_area .nav-brand {   max-width: 135px; transition: all 0.3s;    margin-top: 10px;}
.header_area.sticky .nav-brand{}
}



/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
/*.banner { display: none;}*/
.banner h5{font-size: 32px;}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #b1997d;}
/*頁碼＝＝*/
.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: 30px;    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: #b1997d;border: 1px solid #b1997d;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #b1997d;}


/*聯絡我們*/
.contact_page .list_before.info li:nth-last-child(1){ padding-left:32px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background: url(https://pic03.eapple.com.tw/xiaoaitongxun/banner.jpg) no-repeat;
	height: 14vw;background-size: cover;/*display: none;*/}
.banner h5 {  font-size: 28px;  color: #fff;  font-weight: 400;  letter-spacing: 4px;  padding: 0px;}

.banner.banB:before {
    content: "XIAOAI";
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
.banner.banF:before {
    content: "PRODUCT";
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}

.banner.banblog:before {
    content: "NEWS";
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
.banner.banD:before {
    content: "REMIT";
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
	display:none
}
.banner.banD{display:none}
.banner.banC:before {
    content: "CONTACT\A聯絡我們";
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2em;
    white-space: pre;
    display: block;
    padding: 35px 0px;
}
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

.car_page .banner { display:none;}
/*.car_page .banner {  height: 11vw;}
@media screen and (max-width: 1650px){
.car_page .banner { height: 14vw;}
}
@media screen and (max-width: 1300px){
.car_page .banner { height: 202px;}
}
@media screen and (max-width: 600px){
.banner {  padding: 87px 0;}
}*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid; gap: 10px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}
.stepImg span.active { color: #705025;  font-style: normal;}
.box_search input[type=text] {  color: #555 !important;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #b1997d;    color: #b1997d;}
.products-list .item a:hover .more {    background: #b1997d;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #b1997d;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;padding-top: 100px;}
.product_page .show_content {  display: flex;  flex-wrap: wrap;  align-items: flex-start; justify-content: space-between; flex-direction: row-reverse;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.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: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px 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 solid #e5e5e5;padding-left: 25px;font-weight: 500; letter-spacing: 1px; color: #705025;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #b1997d;}
/*.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #b1997d; color:#fff;}*/
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #b1997d;
    /*background: #f2f2f2;*/
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
ul.prod li h3.prod-thumb { background: #f6f6f6;  color: #3b3b3b;  text-align: center;  padding: 5px; font-weight: 500;}

.sidebarBtn h2 {  color: #735328;  font-size: 24px;  font-weight: 500;margin-bottom: 2px;}
/**/
.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;}
.product-layer-two li li:hover a{color: #b1997d;}
.products-list .name {height: 55px;line-height: 1.7em;text-align: center;}
.bx-wrapper .bx-viewport { border: 5px solid #f6f6f6;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
div#bx-pager h6 { display: none;}
h2.mobile_product_name { color: #77582e;  font-weight: 400;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #b1997d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #737373;    background-color: #f2f2f2;}
.nextaction {    background-color: #b1997d;}
.lastPage {    background: #b1997d;}
/*商品側邊規格*/
.sidebarBtn {  padding: 15px; display: inline-block; width: 28%;  vertical-align: top;  border: 3px #ede1d8 solid; background: #fff;padding: 20px;}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #ab2e1a;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    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 , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #b1997d;}
.other_album_choice li {    background: #b1997d;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}


/*首頁文章*/
.pageIndex .module_i_news .title_i_box h4 { font-size: 40px;  color: #000000;  letter-spacing: 3px;  font-weight: 500;}
.pageIndex .module_i_news li { width: 33%;}
.pageIndex .module_i_news .title_i_box h4:before {  content: "NEWS";  display: block;  font-size: 21px;  color: #96866b;  font-family: 微軟正黑體;  font-weight: bold;  margin-top: 60px;}
.pageIndex .i_blog_le { padding: 7px;  width: 100%;}
.pageIndex .i_blog_ri {  padding: 5px 12px;  width: 100%;  text-align: center;}
.pageIndex .module_i_news ul { padding-bottom: 20px;}
.pageIndex .i_blog_ri p {
    font-size: 15px;
    color: #666;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}
	
/*側邊選單*/
h5.blog_le_t em{font-weight: 600;color: #555;margin-right: 6px;font-weight: 500;}
h5.blog_le_t span {font-size: 14px;padding-left: 5px;}
.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: #ddd;}
.accordion li .link{padding: 0;border-bottom: none;}
.accordion li .link a{padding: 15px 10px;display: inline-block;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ADA17E !important;}
.submenu {background: #fff;}
.submenu a{padding: 12px 12px 12px 30px;}
.submenu a:hover {background: #eee;color: #555;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: #555;}
.subbox_item{width: 100%;}
.subbox_item a {display: flex;justify-content: space-between;align-items: center;}
.subbox_item a:before{display: none;}
.subbox_item a:after{display: none;}
.blog_list_le {width: 250px;}
.blog_list_ri {width: calc(100% - 260px);padding-left: 50px;}
.blog_list_ri h5 {font-size: 24px;color: #555;}
.blog_list_ri em {position: absolute;right: 10px;bottom: 10px;}
.blog_list_ri p {color: #aaa;line-height: 180%;margin-top: 30px;}
.blog_le .accordion li .link:last-child {  border-bottom: solid 1px #ccc;}
/*詳細頁*/
.blog_in_page h4.blog_category_title {font-weight: 600;font-size: 24px;border-bottom: 1px solid #ddd;padding-bottom: 15px;
    margin-bottom: 15px;}
.blog_back a.article_btn_prev {background: #b7a289;}
.blog_back a.article_btn_back {background: #000;}
.blog_back a.article_btn_next {background: #b7a289;}

@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%;}
/*首頁文章*/
.pageIndex .module_i_news .title_i_box h4 { font-size: 22px;  }
.pageIndex .module_i_news .title_i_box h4:before {   font-size: 18px;  }
.pageIndex .module_i_news { padding-top: 0px;}

/*banner*/
.banner { height: 250px;}

.banner:before { font-size: 19px;}
	
}
@media screen and (max-width: 450px){
	/*分類區塊*/
	.subbox_item a {align-items: flex-start;}
	.blog_list_le {width: 100px;}
	.blog_list_ri {width: calc(100% - 100px);padding: 0 0 0 20px;}
	/*詳細頁*/
	.blog_back {margin-top: 80px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*側邊*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #201614 !important;}



/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #b1997d;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#b1997d;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #b1997d;}
.contact_form li.last cite {background: #b1997d;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #8f8c88;}
.rewrite_simple{background-color: #b1997d;}
.member_title p {    border-top: 2px #b1997d solid;}
.login_mem_submit{background: #b1997d;}
.login_mem_other_link a{color: #b1997d;}
.member_login_regist a{background: #b1997d;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1650px) {
.banner { height: 245px;}
}
@media screen and (max-width: 1215px) {
/*文章*/
.pageIndex .i_blog_le {   width: 100%;}
.pageIndex .module_i_news li { width: 32%;}
}
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
.pageIndex .header_area { position: relative;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 115px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}
.me_tp_features { top: unset; right: unset;  background-color: #fff;  padding: 5px 0px 0px 0px; border-radius: 5px;}
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*購物車*/
.product_main { padding: 0px 0.5em 30px 0;}
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*首頁文章*/
.pageIndex .module_i_news li { width: 49%;}
.pageIndex .i_blog_ri { width: 100%;}
.pageIndex .module_i_news li {  width: 49%;  float: left;}

/*header*/
.nav-brand img {  max-width: 65%;}
.main_header_area { background: #b1997d;}


	
	
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}
/* 開啟手機板下方按鈕所需設定 */
#to_top { bottom:60px;}
.navigation-portrait .nav-dropdown>li>a { width:100%;}
/*購物車*/
.sidebarBtn { width: 100%;}
.product-layer-two { width: 100%;  margin: 0;}
.stellarnav > ul > li::after {  width: 100%; left: 100%;}

	
/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
/*.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {padding: 50px 5px; box-sizing: border-box;}*/
.stellarnav.mobile > ul > li > a.dd-toggle:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #888 transparent transparent transparent;
    position: absolute;
    top: 10px;
    right: 15px;
}
.stellarnav.mobile {top: 10px;}/*漢堡鈕*/
.stellarnav .menu-toggle span.bars span {width: 20px;height: 1px;background: #705025;top: 2px;}
.nav-header{top: 0;z-index: 0;}
.nav-brand{margin-top: 5px;}
.stellarnav .menu-toggle:after {color: #391911;}
.main_header_area .container {height: 155px;}

/*logo*/

.navigation { padding: 0px;}
/*主分類*/
.stellarnav.mobile > ul > li > a {vertical-align: middle;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;width: auto;top: 10px;right: 10px;}
.stellarnav.mobile > ul > li.has-sub > ul a {padding: 10px;}
/*其他下拉按鈕*/
.stellarnav.mobile li.open {padding: 0;background: #f5e8d8;}
.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: #ffffff;  border-bottom: solid 1px #ddd;}
.stellarnav .icon-close {position: absolute;right: 15px;}


.navigation {padding: 5px 0 5px 195px;}
.stellarnav > ul > li > ul a:hover {background: #000; color:#fff;}
.stellarnav li.has-sub > a:hover:after {border-top: 4px solid #555;}/*三角形icon*/
}


@media screen and (max-width: 1024px){
.navigation{padding: 10px;}
.stellarnav > ul > li > a{font-size: 15px;}
}

@media screen and (max-width: 768px){
.nav-header {top: 5px;}
.stellarnav.mobile > ul > li > a {width: 80%;font-weight: 100;color: #705025;}
.stellarnav.mobile {top: 19px;}
.stellarnav.mobile > ul > li > a.dd-toggle {width: 100%;text-align: right;}
.stellarnav.mobile > ul > li > a.dd-toggle:before{content: "";width: 0;height: 0;border: 6px solid;border-color: #888 transparent transparent transparent;position: absolute;top: 10px;right: 15px;}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after{display: none;}
.navigation{padding: 0px;}
.product_page .products-list { width: 100%;}
.product_page .main_part { padding-top: 0px;}
.pageIndex .module_i_news li a { display: block; margin: 3%;}
.me_tp_features {  top: 0px; right: unset; background-color: transparent;z-index: 2;}
.header_area .nav-brand {  margin-top: 49px;}

.sticky.header_area .nav-brand { width: 112px;}
.stellarnav .menu-toggle {  padding: 15px 10px; padding-top:50px;}
}
@media screen and (max-width: 450px){
.stellarnav.mobile {top: 36px;}
.pageIndex .module_i_news li {  width: 100%; }
.pageIndex .module_i_news li a {  margin: 20px 0px;}
.footer.with_shopping_mode { padding-top: 50px;}
.banner h5 {  font-size: 21px !important; line-height: 1.2em;}
.sticky.header_area .nav-brand { width: 161px;}
.header_area.sticky .nav-brand { max-width: 183px;}
}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;transition: .5s all;}



/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:80px 0 60px; }
.footer_info {    justify-content: center;}    
.footer_logo img { width: 100%;}
.footer_logo {display: inline-block; vertical-align: top; width: 180px; margin: 0 10px;text-align: center;}
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}
/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
/*.product_page .products-list ,.product-layer-two {    width:100%;}*/
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}


/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}



/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*logo*/
.nav-brand img {  max-width: 50%;}
.main_header_area .container {  height: 140px;}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
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;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}
@media screen and (max-width: 500px) {
.stellarnav.mobile { top: 12px;}
}
/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 385px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
/*.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 45px 5px;}*/
.header_area .nav-brand { max-width: 115px;}
.header_area .nav-brand { margin-top: 74px;}
}




