@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"Roboto","Noto Sans TC","微軟正黑體","Noto Serif TC","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
  background: #FFF2E7;
}



/*網站全域設定/＝＝＝＝＝*/

/*
  #444444 /*網站主要色系
  #888888 /*網站輔助色系1
  #888888; /*網站輔助色系2*/


@media screen and (min-width: 780px) {
.bannerindex {
  top: 210px;
  left: 300px;
  width: calc(100% - 600px);
  overflow: hidden;}
}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*sticky*/
.header_area.sticky .main_header_area{ background:#FFF2E7;; height: 180px; transition:all 0.3s;}
.header_area.sticky .nav-brand img { max-width: 100px; transition:all 0.3s;}
.header_area.sticky .me_tp_features {/*padding-top: 95px;*/ transition:all 0.3s;}
.header_area.sticky .stellarnav ul ul {background: #FFF2E7;}

.main_header_area{background:#FFF2E7; height: 180px; /*box-shadow: 0px 0px 5px #aaaaaa8f;*/ transition:all 0.3s;}
.navigation {padding: 0px 0 0px 0px;display: block;} 
.header_area{padding: 0px;}

/*選單最大寬度設定*/
.main_header_area .container {max-width: 100%; transition:all 0.3s;}

/*第一層*/
.nav-header {text-align: center;width: 100%; margin: 0 auto;}
.stellarnav>ul {text-align: center; background: none; padding-left: 0px; border-top: 1px solid #f4eeec;} 
.stellarnav > ul > li {margin: 0 10px;}
.stellarnav > ul > li > a{font-weight: 400;letter-spacing:2px; font-size: 15px; color: #3B3228; transition:all 0.3s; padding: 5px 1px 5px 2px; height: 35px;}
.stellarnav > ul > li:hover > a{color: #88765E;}
.stellarnav > ul > li.has-sub > a {padding-right: 1px;}
.stellarnav li.has-sub > a:after {border-top: 6px solid #b1b1b1; top: 60%; border-radius: 2px; display: none;}
.stellarnav li li.has-sub > a:after {border-left: 6px solid #a6a6a6; border-radius: 2px; display: none;}
.stellarnav li.has-sub > a {padding: 5px 1px 5px 2px;}

/*第二層*/
.stellarnav li a {font-weight: 400; color: #444444; background: none; text-shadow: 1px -1px 2px #ffffff;}
.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: 12px 12px 10px 12px; 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: 130px; background: #ffffff; box-shadow: 0px 0px 5px #aaaaaa8f;}
.stellarnav ul ul ul {left: 130px;}
.stellarnav li.drop-left ul ul {right: 130px; 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: #fff;}

/*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.3s;}

/*特效*/
.stellarnav ul:hover li a { opacity: 0.3; transition: all 0.5s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.5s ease-in-out;}


/*按鈕hover底線特效 old*/
.stellarnav > ul > li {position: relative;}
/*第一層*/
.stellarnav > ul > li > a:hover:before {width: 100%;}
.stellarnav > ul > li > a:before {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 1px;
    position: absolute;
    background: #BFAB90;
    top: 34px;}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.center {max-width: 1420px;}
.footer {background:#ffffff; padding: 50px 0 0; border-top: 1px solid #eee;}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: inline-block; grid-template-columns: repeat(auto-fit, minmax(min(120px,100%), 1fr));  gap: 3px; width: 100%; text-align: center; margin: 0 auto;}/*footer按鈕最小寬度100px*/
.footer_menu a {letter-spacing: 1px; margin: 0;	text-align: center;	padding: 7px 11px 7px 4px; border:0; border-right: 1px #e4e4e4 solid;  border-left: 1px #ffffff solid; background: #ffffff; transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: #ffffff; color: #bbb;}
.copy {background:#fff; color: #d4d4d4; border:none; padding: 10px 0;}
.copy a{color: #d4d4d4;transition:all 0.3s;}
.copy a:hover {color: #d4d4d4;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #ffffff;  color: #bbb;}
.box_link {display: none;}
.footer_logo img {max-width: 150px;}
.footer_logo {text-align: left; width: 48%; margin: 0 20px; display: none;}
.footer_info ul {width: 100%; text-align: center;}
.footer_info li {padding: 15px 10px; display: inline-block;}
.footer_info li p {text-align: left; width: 100%; display: block; color: #666; letter-spacing: 2px;}
.footer_info li p a {color: #666;}
.footer_info li:nth-child(1) {width: 30%;}
.footer_info li:nth-child(2) {width: 68%;}
	
/*top*/
#to_top {color: #737373; width: 41px; height: 41px; bottom: 26px; right: 25px; 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;}


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.nav-brand {width: 100%;max-width: 100%; transition:all 0.3s;}
.nav-brand img {max-width: 160px; padding-top: 0px; transition:all 0.3s; width: 100%; margin: 0 auto; }
.header_area .nav-brand {  transition: all 0.3s;  margin-top: 40px; width: 100%; text-align: center;}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*點點*/
.swiper-pagination {display: none;}

/*預設解除背景輪播*/
@media screen and (max-width: 1800px) {
#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;}
#content_main {margin-top: -10px;} /*解決手機板大圖白線*/
}




/*大圖+字*/
.pageIndex .swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.pageIndex .swiper-slide:nth-child(1)::before {
  animation: ani_LtoR 2s 0.5s both;
}
.pageIndex .swiper-slide:nth-child(1)::after {
  animation: ani_LtoR 2s 0.5s both;
  animation-delay: 1s;
}

.pageIndex .swiper-slide:nth-child(2)::before {
  animation: ani_TtoB 2s 0.5s both;
  animation-delay: 3s;
}
.pageIndex .swiper-slide:nth-child(2)::after {
  animation: ani_TtoB 2s 0.5s both;
  animation-delay: 3.5s;
}

/*.pageIndex .swiper-slide:nth-child(1)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/01T1.png);
  aspect-ratio: 1 / 1;
  left: 12vw;
  margin: 0 auto;
  max-width: 52vw;
  bottom: -30vw;
  position: absolute;
  content: '';
  background-size: contain;
}
.pageIndex .swiper-slide:nth-child(1)::after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/01T2.png);
  aspect-ratio: 1 / 1;
  left: 12vw;
  margin: 0 auto;
  max-width: 19vw;
  bottom: -1vw;
  position: absolute;
  content: '';
  background-size: contain;
}

.pageIndex .swiper-slide:nth-child(2)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/02T1.png);
  aspect-ratio: 1/1;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 5vw;
  max-width: 36vw;
  position: absolute;
  content: '';
  background-size: contain;
}
.pageIndex .swiper-slide:nth-child(2)::after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/02T2.png);
  aspect-ratio: 1 / 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 23vw;
  bottom: 10.5vw;
  position: absolute;
  content: '';
  background-size: contain;
}*/


.pageIndex .swiper-slide:nth-child(1)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/01T1.png);
  aspect-ratio: 1 / 1;
  left: 9vw;
  margin: 0 auto;
  max-width: 34vw;
  bottom: -4vw;
  position: absolute;
  content: '';
  background-size: contain;
}
.pageIndex .swiper-slide:nth-child(1)::after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/01T2.png);
  aspect-ratio: 1 / 1;
  left: 9vw;
  margin: 0 auto;
  max-width: 12vw;
  bottom: 15vw;
  position: absolute;
  content: '';
  background-size: contain;
}


.pageIndex .swiper-slide:nth-child(2)::before {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/02T1.png);
  aspect-ratio: 1/1;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 19vw;
  max-width: 24vw;
  position: absolute;
  content: '';
  background-size: contain;
}
.pageIndex .swiper-slide:nth-child(2)::after {
  width: 100%;
  background-image: url(https://pic03.eapple.com.tw/input/02T2.png);
  aspect-ratio: 1 / 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 17vw;
  bottom: 21vw;
  position: absolute;
  content: '';
  background-size: contain;
}

@keyframes ani_SC {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            opacity:1;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}

@keyframes ani_SRtoL {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #FFF2E7; /*url(https://pic03.eapple.com.tw/sleeplate2023/BBG.jpg)no-repeat bottom;*/ background-size: cover;}
#content {background: #FFF2E7; /*url(https://pic03.eapple.com.tw/sleeplate2023/BBG.jpg)no-repeat bottom;*/ 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;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 10px;}
.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: 15px;}
  .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: 15px; 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;}
.submenu a{padding: 12px 12px 12px 30px; letter-spacing: 1px;}
.submenu a {background:#fff;}
.submenu a:hover {background: #BFAB90;}
h5.blog_le_t em {display: none;}

/*首*/
.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; border-radius: 30px 0 0 30px;}
.blog_back a.article_btn_back{background: #BFAB90;}
.blog_back a.article_btn_next {background: #BFAB90; border-radius: 0 30px 30px 0;}
.blog_search input[type=search] {border-radius: 15px;}

/*特*/
.subbox_item a:before {display: none;}
.subbox_item a:after {display: none;}
.blog_page .blog_list_ri::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #C9C0B8;
  transition: all 0.3s ease-in-out;}
.blog_page .subbox_item:hover .blog_list_ri::before {width: 100%; transition: all 0.3s ease-in-out;}
.blog_list_ri {padding: 15px 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: #fff;}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*作品展示*/
.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;}
.other_subalbum li p {  margin-top: 10px;}
.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: 15px;}


/*相簿瀑布流*/
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);
}


/* = = = 促銷方案 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.news_part .title_i_box h4 {font-size: 30px; color: #444444;}
.news_part {  width: 90%;}
.news_list ul li a:hover {  background: rgb(195 195 195 / 30%);}
.news_list ul li span {color:#000;} 
.news_list ul li p {color:#000;}
.news_list ul li p:after {  content: 'READ MORE'; background: none;  padding: 3px 5px;  border-radius: 4px;  color: #707070;}
.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#444444;}


/* = = = 文章分享 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.share_page .promotion_title span { border: 0px; padding: 0px 0px; margin: 0 4px;}


/* = = = 其它分頁 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.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_le_map a {background: #88765E; padding: 15px;}
.contact_form li.last cite {background: #88765E; border-radius: 50px;}
.animated-arrow {background:#88765E;  border-radius: 50px; padding: 3px 0px;}
.animated-arrow:hover {background:#c2b7b3;}
.contact_content {padding:0px 10px 60px 10px;}
.contact_editbox {padding: 0px 0px;}
.contact_form li .form__label {text-align: left; width: 100%; margin-left: 0px; margin-bottom: 3px;}
.contact_form li {padding-left: 0px; padding: 0 0 20px 0;}
input[type="checkbox"], input[type="radio"] {margin: 0 4px 0 7px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border: 1px #f5f5f5 solid; background: #f5f5f5; border-radius: 0px; padding: 4px 8px 6px 8px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 0px #dfd4c3 solid;}
.blank_letter {color: #575757;}


/* = = = 其它 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*換行問題*/
.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: 58px;}

/*相簿小圖*/
.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: repeat(auto-fit, minmax(min(120px,100%), 1fr));}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {width: 100%;}
.footer_info li p {text-align:center;}
}


@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: -17px;}

/*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: 96px;} 


/*側邊選單/＝＝＝＝＝*/
.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 0px 10px;}
.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: #919191;}
.stellarnav .menu-toggle:after {color: #919191;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border-right: 0px #eee solid; box-shadow: 2px 2px 10px rgb(210 210 210 / 80%); background: #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff; color:#d6d6d6;}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #e4e4e4;}
.stellarnav.mobile li.open {background: #ffffff;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after {border-bottom: solid 3px #ddd9d4;}
.stellarnav.mobile li.open li.open {background: #ffffff;}
.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;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: unset;}

/*Footer/＝＝＝＝＝*/
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:50px 0 30px; }
.footer_info {  justify-content: center;}
.footer_logo {  text-align: center; margin-bottom: 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));}
.footer_info li p {display: block; width: 100%; text-align: center;}

/*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;}
}


@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;}
.footer_menu a {border-left: 1px #e4e4e4 solid;}
.album_page .show-list .show_name:before {top: 94.3%;}
}


@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;}
}