@charset "utf-8";

@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&family=Prosto+One&display=swap');

body{
	overflow-x:hidden;
	font-family:"Montserrat","Noto Sans TC","微軟正黑體","Noto Serif TC","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
  background: #FFF2E7;
}



/*網站全域設定/＝＝＝＝＝*/

/*
  #444444 /*網站主要色系
  #888888 /*網站輔助色系1
  #888888; /*網站輔助色系2*/


  
/*大圖旁留白*/
.bannerindex {
  top: 210px;
  left: 300px;
  width: calc(100% - 600px);
  overflow: hidden;
  transition:all 0.5s;}

@media screen and (max-width: 1440px) {
.bannerindex {
  top: 210px;
  left: 200px;
  width: calc(100% - 400px);
  overflow: hidden;
  transition:all 0.5s;}
}
@media screen and (max-width: 1024px) {
.bannerindex {
  top: 210px;
  left: 100px;
  width: calc(100% - 200px);
  overflow: hidden;
  transition:all 0.5s;}
}
@media screen and (max-width: 768px) {
.bannerindex {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition:all 0.5s;}
}



/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*下滑的主選單*/
.header_area.sticky {transition: all 0.5s; height: 58px;}
.header_area.sticky .nav-header {display: none; transition:all 0.5s;}
.header_area.sticky .stellarnav>ul {border-top: 0px solid #533C26; border-bottom: 0px solid #533C26; max-width: 100%; transition:all 0.5s;}
.header_area.sticky .stellarnav > ul > li > a {color: #ffffff; padding: 10px 1px 10px 2px; height: 45px; transition:all 0.5s;}
.header_area.sticky .stellarnav > ul > li.has-sub > a {padding: 10px 1px 10px 2px; transition:all 0.5s;}
.header_area.sticky .stellarnav > ul > li:hover > a{color: #ffffff; transition:all 0.5s;}
.header_area.sticky .me_tp_features {padding-top: 0px; transition:all 0.5s;}
.header_area.sticky .main_header_area {background: #533C26; height: 58px; transition:all 0.5s;}
.header_area.sticky .nav-brand img {transform: scale(0);transition:all 0.5s;}


.pageIndex .main_header_area{background:#FFF2E7; height: 180px; transition:all 0.5s;}
.main_header_area {height: 58px; background: #533C26; transition:all 0.5s;}
.navigation {padding: 0px 0 0px 0px;display: block; transition:all 0.5s;} 
.header_area{padding: 0px;height: 58px;transition:all 0.5s; background: none;}
.pageIndex.header_area {height: 180px;}
.header_area.sticky .header_area{height: 58px;  transition:all 0.5s; background: none;}




/*選單最大寬度設定*/
.main_header_area .container {max-width: 100%; transition:all 0.5s;}

/*第一層*/
.nav-header {text-align: center;width: 100%; margin: 0 auto; transition:all 0.5s;}
.pageIndex .stellarnav>ul {border-top: 1px solid #dacfc1; border-bottom: 1px solid #dacfc1;}
.stellarnav>ul {text-align: center; background: none; padding-left: 0px; border-top: 0px solid #dacfc1; border-bottom: 0px solid #dacfc1; margin: 0 auto; max-width: 1350px;padding-bottom: 8px; transition:all 0.5s;} 
.stellarnav > ul > li {margin: 0 10px; transition:all 0.5s;}
.stellarnav > ul > li > a{font-weight: 400;letter-spacing:2px; font-size: 14px; color: #fff; transition:all 0.3s; padding: 0px 1px 0px 2px; height: 35px; transition:all 0.5s;}
.pageIndex .stellarnav > ul > li > a {color: #533C26; padding: 5px 1px 5px 2px;}
.stellarnav > ul > li:hover > a{color: #88765E; transition:all 0.5s;}
.stellarnav > ul > li.has-sub > a {padding-right: 1px; transition:all 0.5s;}
.stellarnav li.has-sub > a:after {border-top: 6px solid #b1b1b1; top: 60%; border-radius: 2px; display: none; transition:all 0.5s;}
.stellarnav li li.has-sub > a:after {border-left: 6px solid #a6a6a6; border-radius: 2px; display: none; transition:all 0.5s;}
.stellarnav li.has-sub > a {padding: 0px 1px 0px 2px; transition:all 0.5s;}
.pageIndex .stellarnav > li.has-sub > a  {padding:  0px 1px 0px 2px; transition:all 0.5s;}

/*第二層*/
.stellarnav li a {font-weight: 400; color: #444444; background: none;}
.stellarnav li li {border: 1px #f4eeec solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{color: #444444;font-size: 13px; letter-spacing:1px; padding: 10px 10px; transition: all 0.3s;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #BFAB90; border-color:#BFAB90; background: #fff;}
.stellarnav ul ul {width: 140px; background: #ffffff; box-shadow: 0px 0px 5px #aaaaaa8f;}
.stellarnav ul ul ul {left: 140px;}
.stellarnav li.drop-left ul ul {right: 140px; box-shadow: 0px 0px 5px #aaaaaa8f;}
.stellarnav > ul > li:hover > ul > li:hover > ul {top: 0px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{color: #BFAB90;}
.header_area.sticky .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #BFAB90; background: #fffbf7;}
.stellarnav > ul > li.drop-left > ul {right:unset;}

/*SubMenu*/
.box_search .shop_search_btn {background: #3a3024;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #444444;}
.me_tp_features {margin-bottom: 0px; padding-top: 10px; padding-right: 19px; font-weight: 400; transition:all 0.5s;}

/*特效*/
@media screen and (min-width: 768px) {
.stellarnav ul:hover li a { opacity: 0.2; transition: all 0.5s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.5s ease-in-out;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 1360px;}
.footer {background:#533C26; padding: 60px 0 0;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0; grid-gap: 30px;}
.footer_menu {display:grid; grid-template-columns: 1fr;  gap: 3px; width: 100%; text-align: center; margin: 0 auto; gap: 4px;}/*footer按鈕最小寬度100px*/
.footer_menu a {letter-spacing: 1px; margin: 0;	text-align: center;	padding: 7px 9px 7px 10px; border:0; background: #4c3722; font-size: 12px;color:#997f66; transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: #4c3722; color: #ffffff;}
.footer_menu a:first-child {display: none;}
.copy {background:#533C26; color: #ffffff; border:none; padding: 0 5px 30px 5px; font-size: 11px;}
.copy a{color: #ffffff;transition:all 0.3s;}
.copy a:hover {color: #ffffff;}
.privacyLinks a+a {border-left: 1px solid #ffffff;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #88765E;  color: #FFF2E7;}
.box_link {display: none;}
.footer_logo img {max-width: 150px; filter: brightness(10);}
.footer_logo {text-align: center; width:100%; margin: 0 auto;}
.footer_info ul {width: 100%; text-align: center;}
.footer_info li {padding: 15px 10px; display: inline-grid;}
.footer_info li p {text-align: left; width: 100%; display: block; color: #ffffff; letter-spacing: 2px; line-height: 240%; font-size: 13px;}
.footer_info li p a {color: #ffffff;}
.footer_info li:nth-child(1) {width: 28%;}
.footer_info li:nth-child(2) {width: 10%;}
	
/*top*/
#to_top {color: #737373; width: 41px; height: 41px; bottom: 26px; right: 24px; left: unset; }
#to_top i.top {margin-bottom: -12px;}
#to_top i.top:before, #to_top i.top:after {height: 12px;}
#to_top i:before, #to_top i:after {background: #737373;}

/*改字*/
.footer_info li p.line:before {content: 'LINE：';}


/*top*/
#to_top {font-size: 12px; width: 44px; height: 44px; bottom: 60px; right: 24px; left: unset; font-size: 10px;
    background: #8f8f8f52;
    box-shadow: none;
    border-radius: 50%;
    color: #ffffff;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);
}
#to_top i.top {margin-bottom: 0px;}
#to_top i.top:before, #to_top i.top:after {height: 9px; background: #ffffff;}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-brand {width: 100%;max-width: 100%; transition:all 0.5s;}
.nav-brand img {max-width: 160px; padding-top: 0px; transition:all 0.5s; width: 100%; margin: 0 auto; }
.pageIndex .header_area .nav-brand {  transition:all 0.5s;  margin-top: 40px; width: 100%; text-align: center; display: block;}


@media screen and (min-width: 1025px) {
.header_area .nav-brand {display: none; }
}
@media screen and (max-width: 1024px) {
.header_area .nav-brand{filter: brightness(10); margin-bottom: 0px; margin-top: 32px;}
.pageIndex .header_area .nav-brand{filter: unset; margin-bottom: 5px; margin-top: 40px;}
.header_area {height: 184px;}
}
@media screen and (max-width: 768px) {
.pageIndex .header_area .nav-brand{ margin-top: 28px;}
}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*點點*/
.swiper-pagination {display: none;}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #FFF2E7; background-size: cover;}
#content {background: #FFF2E7; background-size: cover;}

.banner{display: none;}


/*麵包屑*/
.path{display:none;} 
.path p a:hover {display:none; color: #909090;}

/*頁碼*/
.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: #909090;border: 1px solid #909090;}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁文章*/
.module_i_news ul {max-width: 1400px;}
.i_blog_ri em {display: none;}
.i_blog_ri p {line-height: 180%;}


.blog_page .main_part , .blog_in_page .main_part  {max-width: 1400px;}
h4.blog_category_title{font-size: 28px; color: #3b3227;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 40px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {  padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border-radius: 15px; border: 1px #f5efe8 solid;}
.subbox_item a:after {border: 0px #ddd solid;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {  width: 100%;}
.i_blog_le , .blog_list_le{  position: relative;  padding-bottom: 100%;  height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le 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%);}
  .i_blog_le img, .blog_list_le img {border-radius: 0px;}
  .blog_list_ri p {line-height: 180%; padding-top: 10px;}
  .blog_list_ri {padding: 17px 3px 3px 3px;}
  h5.blog_le_t span {display:none;}
	
/*側邊*/
.blog_le .accordion {border-radius: 0px; border: 0px #ccc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #BFAB90 !important;}
.blog_le .submenu a {color: #534a3f; padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#dfc9b8;}
.submenu a:hover {background: #d5c3ab;}
h5.blog_le_t em {display: none;}
.blog_le {padding-top: 38px;}
.blog_list_ri em {font-size: 13px;}

/*首*/
.module_i_news {padding: 95px 20px;}
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back a.article_btn_prev {background: #BFAB90;}
.blog_back a.article_btn_back{background: #BFAB90;}
.blog_back a.article_btn_next {background: #BFAB90;}
.blog_search input[type=search] {border-radius: 0px; border: solid 1px #dacfc1;}

.blog_shareData {text-align: left; display: block;}
.news_related{background: #fff2e7;}
.news_tags a {color: #3b3227;}
.lastPage{background: #88765e;}
.news_related h6 span:before {color: #3b3227;}

/*特*/
.subbox_item a{grid-template-columns: 1fr; grid-gap: 10px;}
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 7px;
  width: 40px;
  height: 1px;
  background-color: #bfab90;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 97%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 3px 3px 8px 3px;}
.blog_le .accordion li .link:last-child {border-bottom: 1px solid #FFF2E7;}
.accordion li .link {border-bottom: 1px solid #FFF2E7;}
.i_blog_ri {padding: 15px 5px 5px 5px;}
.i_blog_ri h5{color:#444;}
.module_i_news .title_i_box h4 {color: #88765E;}
.blog_list_ri h5 {color:#444;}
.blog_le .accordion li i {color: #fff;}
.blog_le .accordion li.open i {color: #ffecdf;}
.blog_le .submenu a i {left: 8px;}
.blog_ri{padding: 0 0 0 70px;}
.news_related_list li a {padding:10px;}

@media screen and (max-width: 768px) {
.blog_ri {padding: 0 0 0 0px;}
h5.blog_le_t em {
    display: block;
    font-weight: 500;
    font-family: "Roboto", "Noto Sans TC";}
}

@media screen and (max-width: 600px) {
.blog_page .main_part , .blog_in_page .main_part  {padding: 20px 10px 10px;}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*作品展示*/
.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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #676767; }
.show-list .item:hover .show_name {  color: #444444; }
.other_album_choice li {  background: #BFAB90;}
.subalbum-menu h2{  color: #444444; font-size: 24px; font-weight: 400; display: none;}
.other_subalbum li p {  margin-top: 10px;}
.other_subalbum li{background: none;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px;}

/*特*/
.album_page .show-list .show_name:before {
  background-color: #444444;
  position: absolute;
  left: 0;
  content: '';
  height: 1px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  top: 95.3%;
  bottom: 50%;
  transform: translateY(-50%);}
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {padding-left: 50px;}
.album_page .show-list .item:hover .show_name {padding-left: 60px;}
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.3s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.03); transition: 0.3s ease;}
.show-list .show_pic {border-radius: 15px;}
.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;}
.show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic {border-radius: 0px;}


/*相簿瀑布流*/
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;
  transition: all 0.3s ease-in-out;
}

.album_page .show-list .show_pic img:hover, 
.album_class_page .other_subalbum li a img:hover{
  transform: scale(1.05); transition: all 0.3s ease-in-out;
}


/* = = = 其它分頁 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.other_select_page .promotion_title span {margin: 0 2px 2px 0; border: 1px #fff solid;}
.other_select_page .promotion_title {display: none;}
.other_select_page .other_promotion {display: none;}
.other_select_page .page {display: none;}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .main_part {max-width:100%; padding: 0px 0px 0px 0px;}
.contact_le_map a {background: #88765E; padding: 15px;}
.contact_form li.last cite {background: #88765E; border-radius: 0px;}
.animated-arrow {background:#88765E;  border-radius: 50px; padding: 3px 0px;}
.animated-arrow:hover {background:#c2b7b3;}
.contact_content {padding:0px 0px 100px 0px; max-width: 1340px;}
.contact_editbox {padding: 0px 0px;}
.contact_form li .form__label {text-align: left; width: 100%; margin-left: 0px; margin-bottom: 6px; background:none;}
.contact_form li {padding-left: 0px; padding: 0 0 15px 0; display: block;}
input[type="checkbox"], input[type="radio"] {margin: 0 4px 0 7px;}
.form select {width: 100%;}
.contact_form li input.noborder, .contact_form li textarea.noborder , .form select {border: 1px #e4d7cd solid; background: #ede2d9; border-radius: 0px; padding: 10px 8px 10px 8px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.blank_letter {color: #523A26; font-family: "Noto Sans TC"; font-weight: 700; letter-spacing: 8px; font-size: 28px;}
.contact_content .information_left {display: none;}
.contact_content .information_right {width: 100%; padding: 0px 20px}
.contact_form {grid-template-columns: 1fr 1fr; grid-gap: 20px;}
.red{color: #a02b2b;}
.blank_letter .red {padding-left: 10px; letter-spacing: 1px;}

@media screen and (max-width: 480px) {
.contact_form li .form__label {background: none;}
.contact_form {grid-template-columns: 1fr; grid-gap: 5px;}
}


/* = = = 其它 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*換行問題*/
.stellarnav.mobile > ul > li > a {width: 100%; padding: 15px 43px 10px 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle {width: auto; padding: 12px;}
.stellarnav .menu-toggle {width: 64px;}

/*相簿小圖*/
.fa-image::before {display: none;}
.fa-right-from-bracket::before{display: none;}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {display: none !important;}
.other_album_choice li {padding: 7px 24px 7px 22px; margin: 0 0px 7px 0;/*width: 30%;*/}
.other_album_choice {margin: 7px;}
@media screen and (max-width: 480px) {
.other_album_choice li {width: 100%;}
}


/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1300px) {
/*footer*/
.footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr 1fr; max-width: 700px;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
.footer_info li p {text-align:center;}
.footer_info {grid-gap: 10px;}
}


@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list { grid-template-columns: 1fr 1fr 1fr;}
}


@media screen and (max-width: 1050px) {
.stellarnav > ul > li > a {font-size: 15px;}
}


@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {  padding: 0px;}
.main_header_area {height: 184px;}
.me_tp_features {padding-top: 0px;}
.header_area.sticky .me_tp_features {padding-top: 0px; transition:all 0.3s;}
.stellarnav > ul > li > a {padding: 5px 4px 0px 0; }
.stellarnav li.has-sub > a {padding: 5px 4px 0 0px;}
.stellarnav>ul {margin-top: -7px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100%;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {  grid-template-columns: 1fr 1fr;}

.album_page .show-list .show_name:before {top: 93.3%;}
}



@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr 1fr;}

.stellarnav > ul > li > a {font-size: 14px;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
.footer_logo {text-align: center; width: 100%;}
.footer_info li p {text-align: center;}

.stellarnav > ul > li {margin: 0 0px;}
}



@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.pageIndex .header_area{position:relative;}
.main_header_area .container {max-width: 100%;}
.main_header_area {height: 136px;}
.header_area.sticky .main_header_area {height: 0px;} 
.header_area.sticky { height: 0px;}


/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 10px 16px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{border-color:transparent;}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile > ul > li > a {padding: 14px 43px 12px 10px; color: #88765E;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;}
.stellarnav.mobile > ul > li {border-bottom: 1px #e7e7e7 solid;}
.stellarnav .menu-toggle span.bars span {background: #88765e; height: 1px;}
.stellarnav .menu-toggle:after {color: #88765e;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px #eee solid; /*box-shadow: 2px 2px 10px rgb(210 210 210 / 80%);*/ background: #fffbf7;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #fffbf7; color:#d7c5ae;}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #d7c5ae;}
.stellarnav.mobile li.open {background: #fffbf7;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {border-bottom: solid 3px #d7c5ae;}
.stellarnav.mobile li.open li.open {background: #fffbf7;}
.stellarnav>ul {margin-top: 0px;}
.stellarnav>ul>li:nth-child(4) {margin-right: unset;}
.stellarnav li {text-align: left;}
.stellarnav > ul > li > a:before {display: none;}
.header_area.sticky .nav-header {display: block;}
.header_area.sticky .main_header_area {background: #fff2e7;}
.header_area .nav-brand {margin-top: 26px;}
.stellarnav.mobile ul {background: #fffbf7;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {background: none;}
.stellarnav.mobile li li.has-sub a {padding: 10px 43px 10px 14px;}
.stellarnav .dd-toggle {width: 38px; height: 38px;}
.pageIndex .main_header_area {height: 136px;}
.header_area {height: 136px;}

.header_area.sticky .stellarnav>ul {max-width: 70%;}
.header_area.sticky .stellarnav > ul > li > a {color: #88765E; padding: 14px 43px 12px 10px;}
.header_area.sticky .stellarnav > ul > li.has-sub > a {padding: 12px 10px 10px 10px;}
.header_area.sticky .stellarnav > ul > li:hover > a {color: #88765E;}
.header_area.sticky .stellarnav.mobile li.open {padding: 0px;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: unset;}

/*Footer/＝＝＝＝＝*/
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:60px 0 20px; }
.footer_info {  justify-content: center;}
.footer_logo {  text-align: center; margin-bottom: 0px;}
.footer_info li p {display: block; width: 100%; text-align: center;}
.footer_info li+li {margin-top: 0px;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {  grid-template-columns: 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: #888888;font-size: 20px;}

#bottom_menu li a {padding: 14px 5px 9px 5px;}
.contact_le_map a {width: 100%; display: inline-block;}
}



@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;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {  padding-bottom: 100%;}
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;}

.stellarnav .menu-toggle {text-align: center; padding-top: 10px;}
}


@media screen and (max-width: 480px) {
.header_area .nav-brand {max-width: unset;}
.footer_logo {width: 100%;}
.banner h5:before {color: #444444; text-shadow: inherit;}
.footer_info li p {text-align: center;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
.me_tp_features {padding-right: 0px;}
.banner {padding: 50px 0;}
.footer_menu {display: grid;}
.album_page .show-list .show_name:before {top: 94.3%;}
}


@media screen and (max-width: 420px) {
.footer_menu {grid-template-columns: 1fr 1fr 1fr;}
}


@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {  grid-template-columns: 1fr;}
}


@media screen and (max-width: 325px) {
.header_area .nav-brand {max-width: 208px;}
}