@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*all*/
.main_part { max-width: 1500px;}
body:before {  content: ' ';  position: fixed;  z-index: -1;   inset: 0;  background-position: center;  background-repeat: no-repeat;  background-size: cover;   background-image: url(https://pic03.eapple.com.tw/urcurtain/all_bg.jpg);}

/*header*/
.pageIndex header.header_area { position: fixed; background: linear-gradient(to bottom, rgb(0 0 0) 0%, 2%, #00000000 100%);  transition: 1s;}
header.header_area { position: fixed; background: linear-gradient(to bottom, rgb(0 0 0) -3%, 10%, rgb(0 0 0 / 0%) 100%);padding: 20px 10px 10px;}
.main_header_area .container { transition: 1s;}
.navigation { grid-template-columns: 1fr; justify-items: center;  justify-content: center;}
.nav-header { z-index: 9999;}
.stellarnav ul { text-align: center;}
.stellarnav > ul > li.has-sub > a {  padding-right: 0px;}
.stellarnav > ul > li > a { padding: 0 1.5vw; color: #ffffff;  letter-spacing: 4px;  font-size: 16px;}
.stellarnav > ul > li > a b { filter: drop-shadow(0px 0px 6px #888);}
.stellarnav {  position: absolute;  top: 22px;  transition: 1s;}
.stellarnav > ul > li:nth-of-type(3) {  margin-right: 20%;}

/*下拉*/
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav.desktop li.has-sub a { font-size: 15px;}
.stellarnav.desktop li.has-sub li:hover > a {background: #84976f;color: #fff;}

/*hover*/
.stellarnav ul:hover li a { opacity: 0.7; transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a { letter-spacing: 4px; filter: drop-shadow(0px 0px 6px #555);}

/*下滑*/
.pageIndex .header_area.sticky , .header_area.sticky { background:#84976f;transition: 1s;box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;padding: 10px;}
header.header_area.sticky .header_area { padding: 5px 10px;}
header.header_area.sticky .main_header_area .container { max-width: 1700px;transition: 1s;}
header.header_area.sticky .navigation { grid-template-columns: 200px 1fr;}
header.header_area.sticky .nav-header { max-width: 65px;}
header.header_area.sticky .stellarnav { position: relative; top: 0px;}
header.header_area.sticky .stellarnav > ul > li:nth-of-type(3) { margin-right: 0;}
header.header_area.sticky .stellarnav ul { text-align: right;}
header.header_area.sticky .stellarnav > ul > li > a { padding: 0 5px; color: #fff;}
header.header_area.sticky .stellarnav > ul > li.has-sub > a { padding-right: 0px;}

/*上方選單右邊設定 臉書/LINE/電話/信箱*/
.me_tp_features { display: none;}

/*電腦LOGO*/
.nav-brand { display: flex; align-items: center; max-width: 120px;}
header.header_area.sticky .nav-header {top: 5px;}
.header_area.sticky .nav-brand>img { filter: unset;}

.footer_logo { max-width: 150px;}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}

/*footer*/
.footer { background: #84976f; padding: 70px 0 0;}
.footer .center { max-width: 100%; padding: 0 80px;}
/*icon*/
.box_link { position: relative; top: -80px; right: 0px;  width: 100%; max-width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; flex-direction: row; max-height: 100%; order: 3;}
.box_link a { width: fit-content;  border: unset;  padding: 5px 8px; font-size: 20px; color: #efefef;}

.footer_info { padding-right: 0px;}
.footer_info ul {position: relative; display: flex; width: 100%; justify-content: space-around;}
.footer_info ul li:nth-child(1):before {
    content: "CONTACT US"; font-size: 20px;color: #fff; left: 10px; top: 0%; position: absolute;  letter-spacing: 1px;font-weight: 800;}
.footer_info ul { display: flex; width: 100%; justify-content: flex-end;}
.footer_info li:nth-child(1) { width: 30%; position: relative; padding-top: 40px;}
.footer_info li:nth-child(2) { width: 25%;min-width: 280px;}
.footer_info li p { line-height: 200%; letter-spacing: 1px; color: #fff;}
.footer_info li p > a { color: #fff;}
.footer_menu { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative;  padding-top: 30px;}
.footer_menu:before { content: "LINK"; font-size: 20px; color: #fff; left: 0px; top: 0%; transform: translateY(-50%); position: absolute;font-weight: 800;letter-spacing: 1px;}
.footer_menu a { display: inline-block; padding: 5px 7px 5px 15px; border: unset; margin: 0 0px 5px 0; font-size: 14px; position: relative; line-height: 100%;
    color: #fff; background: transparent;  width: 46%; letter-spacing: 2px; transition: 0.5s;}

.footer_menu a:before { content: ""; background: #a6b595; width: 5px;height: 5px;position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.footer_menu a:hover { background: transparent; color: #d6ddcd; letter-spacing: 4px;}
.copy {  text-align: center; padding: 15px 0 25px;font-size: 13px; color: #ffffff; border-top: 1px solid #a6b595;margin: 0;}
.copy a { color: #fff;}
.copy a:hover { color: #c00;}

.footer_info li p.add2:before { content: '營業時間：';}

/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.bannerindex .swiper-slide img { height: auto;}
.bannerindex .swiper-pagination { display: none;}
.bannerindex .swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before { content: "";  position: absolute; z-index: 999;  pointer-events: none;  background-size: contain;
        filter: drop-shadow(3px 5px 2px #333); background-repeat: no-repeat;
        top: 46%;  right: 0%; width: 100% !important; height: 0 !important; background-position: center; padding-bottom: calc(100% / 1 * 0.055);}

.bannerindex .swiper-slide.swiper-slide-active:after { content: "";  position: absolute;   z-index: 999; transform: rotate(23deg) !important;  height: 66px;
        width: 1px;  background: #fff;   right: 50%;   bottom: 28%;}

.bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before { background-image: url(https://pic03.eapple.com.tw/urcurtain/banner01_be.svg); }
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  background-image: url(https://pic03.eapple.com.tw/urcurtain/banner02_be.svg); }

.bannerindex .swiper-slide.swiper-slide-active:before ,.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  animation: slide-top 2s both;  animation-delay: 0.8s;}    
.bannerindex .swiper-slide.swiper-slide-active:after {  animation: slide-top 2s both;  animation-delay: 0.5s;}

@keyframes slide-top {
    0% {-webkit-transform: translateY(80%); transform: translateY(80%); opacity: 0; }
    100% { -webkit-transform: translateY(30%); transform: translateY(30%); opacity: 1;}
}

.pageIndex .button a { bottom: 65px;}

/*浮動按鈕*/
.linksBtn { background-color: #84976f;border: 1px solid #fff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車******************************************************** */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 100%; letter-spacing: 1px;}
.product_page .products-list,
.product-wrapper { width: 100%;}


/*側邊分類*/
.product_menu_list a.pd_menu_toggle {display: none;}
.product_page .product_menu_list > ul {  display: flex; justify-content: flex-start;  flex-wrap: wrap;  border-bottom: 1px solid #84976f;}
.product-layer-two li ul { position:static; margin-top:5px; width:100%; margin-left:0;}
.product-layer-two > li:after {  content: ""; height: 3px;  width: 0%;  background: #84976f;   position: absolute;   left: 0;   bottom: 0;  transition: 0.5s;}
.product-layer-two > li:hover:after {  width: 100%;}

.product-layer-two li:hover ul { border: none !important;}
.product-layer-two li a { background: transparent;   font-size: 14px; color: #444;padding: 0; border: unset;}
.product-layer-two li.active a { border: unset;  color: #a6b595;}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}

.product-layer-two > li:hover a { color: #a6b595;}
.product-layer-two > li {padding:0; text-align:left; padding: 15px 30px;}
.product-layer-two > li:hover a { color: #a6b595;}


/*產品列表*/
.products-list .pic { aspect-ratio: 1 / 1.35;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.products-list .more { border: 1px solid #a6b595; color: #a6b595;}
.products-list .item a:hover .more { background: #a6b595;}
.products-list .price { display: none !important;}
.products-list .name {   font-size: 17px;  letter-spacing: 3px; margin: 30px 0 20px;  line-height: 160%;}
.products-list .name .numbering {  font-size: 13px;}

/*hover*/
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#a6b595;}

/*內頁*/
.product_main { border-right: 1px solid #dadada;padding: 0 30px 0 10px;display: none;}
.product_info_page .sidebarBtn {border: unset; padding: 15px 25px; background: transparent;}
section.product-wrapper {  display: flex;  flex-direction: row-reverse;justify-content: space-between;}
/*規格*/
.sidebarBtn {  width: 35%;  border: unset;   position: sticky;  top: 100px;  height: 450px;}
div#number_area {  padding-top: 10px;  color: #7c7c7c;}
.sidebarBtn form {  display: flex; justify-content: space-between;  flex-wrap: wrap;}
.product_info li .txt_box { color: #444444;}

.prod_tabs { margin-top: 0px;  width: 60%;}

.pd_tabTitle li.activeTab::after {  height: 2px;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.sidebarBtn h2 { font-family: "Noto Serif TC";  letter-spacing: 5px;}
.product_info li span {  display: none;}

.inquiry_a1, .inquiry_a2, .inquiry_a3 {width: 48%;}
.inquiry_a1 { background: #a6b595;}
.inquiry_a2 {background: #a6b595;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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 設定*/
.path p, .path p a { text-align: right; padding-bottom: 50px;}
.services_page .path p { display: none;}

/*內頁BANNER 設定*/
.banner {
        background-position: center !important;   background-attachment: fixed !important;
        background-repeat: no-repeat !important;  background-size: cover !important;
        justify-content: flex-start; padding: 40px 80px; position: relative; height: 650px;}

.banner:before {
        content: ""; width: 75px;  height: 1px; background: #fff;
        position: absolute; top: 40%; left: 8px;  animation: slide-left 1.0s 0.5s both;}
.banner:after {
        content: "";  position: absolute;  width: 7px;  height: 7px;  border-radius: 99em;
        background: #fff; left: 150px; top: 39.5%;  animation: slide-left 1.0s 1.5s both;}

.banC {  background: url(https://pic03.eapple.com.tw/urcurtain/banner01.jpg);}
.banF {  background: url(https://pic03.eapple.com.tw/urcurtain/banner05.jpg);}
.banE {  background: url(https://pic03.eapple.com.tw/urcurtain/banner03.jpg);}
.banner.banB  {  background: url(https://pic03.eapple.com.tw/urcurtain/banner02.jpg);}
.banner.banblog {  background: url(https://pic03.eapple.com.tw/urcurtain/banner04.jpg);}

.banner h5 {font-size: 23px; color: #ffffff;  position: relative;  letter-spacing: 3px;  font-weight: 500;
        animation: slide-top 1.8s 0.5s both; text-align: left;  width: 100%;  top: 45px;}

.banner h5:before {  display: block;font-size: 40px;  font-weight: 300;   top: -60px;  position: absolute;  left: 0;}
.banner h5:after {
        position: absolute; white-space: pre; font-size: 16px; left: 0;
        bottom: -115px; filter: drop-shadow(2px 4px 6px black); line-height: 160%; animation: slide-top 2.5s 0.5s both;}

.contact_page .banner h5:before { content: "CONTACT US";}
.contact_page .banner h5:after { content: "我們專注窗簾美學與空間風格整合，致力於為你打造理想居家氛圍\A如有任何疑問或需求，歡迎隨時與我們聯絡，讓我們為你提供最合適的建議與服務";}

.banF h5:before { content: "PRODUCT";}
.banF h5:after { content: "專注窗簾美學與空間風格整合，讓每一扇窗都成為家的亮點"}

.banE h5:before { content: "CUSTOM";}
.banE h5:after { content: "嚴選歐洲品牌窗簾，質感與設計兼具，為你的居家空間注入優雅品味\A從布料觸感到細節工藝，體現生活的每一分講究。"}

.banner.banblog h5:before {content: "ARTICLE";}
.banner.banblog h5:after { content: "嚴選歐洲品牌窗簾，質感與設計兼具，為你的居家空間注入優雅品味\A從布料觸感到細節工藝，體現生活的每一分講究。"}

.banner.banB h5:before {content: "SERVICE";}
.banner.banB h5:after {content: "依照您的窗型與空間風格，量身打造專屬窗簾\A從布料挑選到尺寸丈量，提供專業建議與貼心服務，讓每一扇窗都完美契合您的生活品味。"}

/*動畫*/
@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}

@keyframes slide-left {
    0% { -webkit-transform: translateX(0%);transform: translateY(0%); opacity:0; }
    100% {-webkit-transform: translateX(100%); transform: translateX(100%); opacity:1;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章 ***************************************************************** */
.blog_subbox { grid-template-columns: 1fr;  grid-gap: 50px;}
.subbox_item a { grid-template-columns: 360px 1fr;}

/*分類*/
.blog_le .accordion { border-radius: 0px;}
.blog_search input[type=search]{border-radius: 0px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #444;}

/*右側*/
.blog_page h4.blog_category_title , h5.blog_le_t { display: none;}
.blog_list_ri h5 { letter-spacing: 2px; font-weight: 500; font-size: 25px;}
.blog_list_ri em { font-size: 14px; color: #ffffff; padding: 5px 10px; width: fit-content; margin-top: 15px; background: #3e3e3e; letter-spacing: 2px;}
.blog_list_ri p {  font-size: 15px; border-top: 1px solid #afafaf; margin-top: 20px; padding-top: 15px;padding-left: 5px;}
.blog_search input[type=submit]{  filter: grayscale(1);}
/*hover*/
.subbox_item a:after{display: none;}
.subbox_item:hover { border: 1px solid #efefef; padding: 15px;}

/*內頁*/
.articel_mainPic {  display: none;}
.blog_shareData { align-items: flex-start; align-content: flex-start; flex-direction: column;}
.blog_shareData .visitors_num { padding: 10px 0;}  

.subbox_item{ border: 1px solid transparent;}
.blog_back a.article_btn_back {  background: transparent;  border: 1px solid #84976F;    color: #84976F;} 
.blog_back a.article_btn_prev ,.blog_back a.article_btn_next { background: transparent; color: #84976F; border: 1px solid;}
.blog_back {  width: 600px; margin: 0 auto;}
.product_info { margin: 35px 0 20px;}
.blog_le, .blog_ri { margin-bottom: 5vw; padding: 0 0 0 70px;}
.blog_le {  width: 220px;   position: sticky;   top: 110px;}

/*按鈕*/
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #84976F; color: #fff;}
.blog_back a.article_btn_back:hover { background: #84976F;color: #fff;} 

/*相關分類*//*文章+購物車*/
.related_list { max-width: 1500px;}
.news_related , .prod_related { background: transparent; padding: 50px 15px;} 
.news_related h6 span:before, .prod_related h6 span:before { font-size: 25px; color: #464d50; letter-spacing: 5px;font-weight: 500;}
.news_related h6 span:after { content: ""; width: calc(100% - 250px); position: absolute; background: #888; height: 1px; right: 0;  top: 50%;}
.news_related h6 {  max-width: 1500px; margin: 0 auto 30px; text-align: left; position: relative;}
.lastPage {  color: #84976F; background: transparent; border: 1px solid;}
.news_related_list li a , .related_list li a { padding: 0px;background: transparent;}
.news_related_list li a p , .related_list li a p{ padding: 10px 0px; text-align: center;color: #888;}
.lastPage:hover { background: #84976F;  color: #fff;}


/*相簿 ********************************************* */
/*首頁*/
.module_i_album .title_i_box { position: absolute;  z-index: 99;  margin: 0 auto; text-align: center;  display: block;  width: 100%; margin-top: -55px;letter-spacing: 2px;}
.module_i_album .title_i_box:before {
        content: "";  background: #f9f9f9;   position: absolute;  width: 285px;  height: 87px;
        z-index: -1;  left: 50%;  transform: translateX(-50%); top: -10px;}
.module_i_album .title_i_box h6 {  font-size: 30px;  color: #84976f;  font-weight: 500;  letter-spacing: 2px;}
.module_i_album .title_i_box h4 { font-size: 17px;  color: #84976f;  font-weight: 500;}

.module_i_album section { width: 100%;  max-width: 100%;}
.i_album_list {  grid-gap: 0vw;}
.i_album_list_box {padding: 0px 0;}
ul.i_album_list li:nth-child(n+5) {}
.module_i_album { padding: 0px;}
.i_album_b {  display: none;}

.pageIndex .i_album_list li div {width: 100%;aspect-ratio: unset;  height: 600px;}
.pageIndex .i_album_list li a p {
        background: linear-gradient(to top, #000000, #00000000);   color: #ffffff;  height: 15em;   padding: 0 35px 50px;
        letter-spacing: 5px;  font-size: 17px;  writing-mode: tb;align-items:flex-end;  justify-content: flex-end;}

/*hover*/
.pageIndex .i_album_list li:hover p { height: 100%; justify-content: flex-end;   padding-bottom: 100px;}
.pageIndex .i_album_list li a:before { content: "";
        background: url(https://pic03.eapple.com.tw/urcurtain/search_img.svg);
        width: 30px;  height: 30px; position: absolute;
        left: 39px; bottom: 0%;  z-index: 99; opacity: 0; transition: 0.6s;}

.i_album_list li:hover a:before {  opacity: 1;  bottom: 6%;}


/*樣式*/
.i_album_list li a p {
        background: linear-gradient(to top, #000000, #00000000);   color: #ffffff;  height: 9em;
        letter-spacing: 2px;  font-size: 17px; align-items:center;padding-bottom: 20px;}
/* flex-basis: ; */
ul.i_album_list li { flex-grow: 1;box-sizing: border-box;margin: auto 0; display: inline-block;  vertical-align: top;}
.i_album_list li div { aspect-ratio: unset; height: 34vw;}
.i_album_list li:hover img { transform: scale(1.02);}

@media screen and (max-width: 768px) {  .pageIndex .i_album_list li div {height: 350px;}}

/*列表*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); grid-gap: 30px;}
.subalbum-menu h2 { color:#111111; letter-spacing: 5px;}
.overlay { display: none !important; }
.other_subalbum li a p { line-height: 2; background: linear-gradient(to top, #000000, #00000000);
    color: #ffffff; height: 4em; letter-spacing: 2px;  font-size: 17px; position: absolute; bottom: 0;  width: 100%;  transition: 0.5s; display: flex;  align-items: center; justify-content: center; align-content: center;}
.other_subalbum li:hover a p {  height: 100%; }

/*內頁*/
.album_info_page .pic-list .item h6 { font-size: 15px; color: #111; padding: 15px 5px;transition: 0.5s;}
.album_info_page .pic-list { grid-gap: 35px 20px;grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));}
.pic-list .item:hover h6 { color: #84976F;}
h4.blog_category_title { color: #84976f; border-bottom: 1px #ccc solid; font-size: 25px;}

.album_descrip {
        margin-bottom: 50px;color: #444; line-height: 1.8; font-size: 16px;
        letter-spacing: 2px; padding-bottom: 25px; border-bottom: 1px solid #bababa; position: relative;}

.pic-list .show_pic img { transition: 0.5s;}
.pic-list a:hover .show_pic img { transform: scale(1.05);}
.album_a .other_album { display: none;}

/*hover*/
.show-list .item a:before{
    content: ""; background: url(https://pic03.eapple.com.tw/urcurtain/search_img.svg);
    width: 30px; height: 30px; position: absolute; transform: translateX(-50%); left: 50%;  top: 100%;  z-index: 99;  opacity: 0;  transition: 0.6s;}
.show-list .item:hover a:before {  opacity: 1;  top: 63%;}

/*聯絡我們**************************************************** */
.contact_page .main_part { display: flex; max-width: 100%; padding: 80px 0; flex-wrap: wrap; flex-direction: row;}
.contact_page .path , .contact_le_nomap { display: none;}
.contact_editbox {  margin: 0; width: 50%;  padding: 0px;  order: 2;  max-height: 680px; position: sticky;  top: 100px;}
.contact_content {  margin: auto 0; padding: 0px 80px; width: 50%;}
.contact_content .information_left { width: 100%; padding: 0;}
.blank_letter { font-size: 20px; color: #84976f; letter-spacing: 2px; padding-left: 30px;position: relative;}
.blank_letter:before { content: ""; background: #84976f; position: absolute;  width: 5px;height: 25px; left: 14px; bottom: 3px;}
.contact_content form {  display: flex; flex-direction: column;}
.list_before { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;  margin-top: 30px;margin-bottom: 35px;}
.list_before.info li { padding-left: 80px; width: 48%;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before { 
        left: 15px;width: fit-content;}
.contact_content .information_right { width: 100%; padding-left: 0px;}
.contact_content .form {  margin-top: 30px;grid-gap: 30px;}

.contact_form li input.noborder { border: unset; border-bottom: 1px solid #ddd;  background: transparent;}
.contact_form li textarea.noborder {  background: transparent;}
.info_ADD2:before {   content: "營業時間";}

/*按鈕*/
.contact_form li.last cite { background: #84976F;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #84976F solid;}
.contact_form li.last blockquote { color: #84976F;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1470px) {
.list_before.info li {  width: 100%;}
}
@media screen and (max-width: 1200px) {
/*header*/
.stellarnav > ul > li > a { padding: 0vw;margin: 0 2px;}
header.header_area { padding: 20px 5px 10px;}
.nav-header , .nav-brand  { max-width: 100px;}
.stellarnav > ul > li:nth-of-type(3) { margin-right: 18%;}
/*footer*/  
.footer .center {  max-width: 100%; padding: 0;}
.footer_logo { margin: 0 auto;}
.footer_info { grid-template-columns: 1fr;}
.box_link {justify-content: center; top: 0;}
.footer_info ul { order: 4; width: auto; justify-content: center;}
.footer_info li:nth-child(1) { width: 40%; position: relative;  padding-top: 40px; padding-right: 0vw;}
.footer_info li:nth-child(2) {  width: 100%; max-width: 250px;}
.copy { margin-top: 30px;}

/*文章*/
.blog_list_ri h5 { font-size: 20px;}
}

@media screen and (max-width: 1080px) {
/*文章*/
.blog_subbox { grid-template-columns: 1fr 1fr;  grid-gap: 40px 20px;}
.subbox_item a { grid-template-columns: 1fr;}
.blog_ri { margin-bottom: 0vw;  padding: 0 0 0 50px;}
.blog_le { position: relative;  top: 0px;   padding: 0px;}
.blog_list_ri em { font-size: 12px; letter-spacing: 1px;}
.blog_list_ri h5 {  letter-spacing: 1px;  font-size: 17px;}
}
@media screen and (max-width: 980px) {
/*all*/
.path p, .path p a { padding-bottom: 20px;}
.main_part { padding: 50px 20px 10px; }

/*購物車*/
.product-layer-two > li { padding: 15px 10px;  width: 20%;}
/*內頁*/
section.product-wrapper { flex-direction: column;}
.product_info_page .sidebarBtn {  width: 100%; height: auto; top: auto; padding: 15px 0px;position: relative;padding: 0px;margin-top: 0;}
.prod_tabs {  margin-top: 30px;  width: 100%;}

/*聯絡我們*/
.contact_page .main_part {  flex-direction: column;padding: 30px 0 0;}
.contact_content {  width: 100%;  padding: 0px 30px;}
.contact_editbox { width: 100%;}
.contact_editbox iframe {  display: block;}
.contact_content .information_right { padding-bottom: 50px;}
}

@media screen and (max-width: 950px) {
.banner h5:after {white-space: unset;}
}
@media screen and (max-width: 768px) {
/*all*/
.path p, .path p a { text-align: left;}
/*LOGO*/
.nav-header { z-index: 99;}

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #ffffff;}
.stellarnav .menu-toggle:after {color: #ffffff;}
header.header_area.sticky .stellarnav { position: absolute; }

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #84976f; color: #fff; letter-spacing: 2px;}
.stellarnav .icon-close:before,.stellarnav .icon-close:after {  border-bottom: solid 3px #ffffff;}
.stellarnav.mobile.left > ul { background: #84976f;  max-width: 100%;}
.stellarnav > ul > li:nth-of-type(3) { margin-right: 0%;}
.stellarnav.mobile li.open { background: #84976f; padding: 0px;}
.stellarnav > ul > li:hover > a { letter-spacing: 0px; filter: none;}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #ffffff;}

/*下滑*/
header.header_area.sticky .stellarnav > ul > li > a {  padding: 10px 43px 10px 10px;}
header.header_area.sticky .stellarnav > ul > li.has-sub > a { padding-right: 6px;}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 6px !important;}

/*大圖*/
.bannerindex .swiper-backface-hidden .swiper-wrapper { width: 100% !important; aspect-ratio: 8 / 10;}
.bannerindex .swiper-slide img { height: auto; aspect-ratio: 8 / 10; object-fit: cover;}
.bannerindex .swiper-slide.swiper-slide-active:before { background-position: center; transform: translateX(-50%); padding-bottom: calc(100% / 1* 0.14);}

/*footer*/
.footer_info ul {  flex-direction: column;}
.footer_info li:nth-child(1) { padding-bottom: 30px;}
.footer_info { padding: 0 30px;}
.footer_menu { justify-content: flex-start;}
.footer_info ul li:nth-child(1):before {  left: 0px;}
.footer_info li:nth-child(1) { width: 100%;}
.footer_info li:nth-child(2) {  max-width: 100%;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:60px 0 30px; }
#to_top { bottom:60px;}

/*banner*/
.banner { background-attachment: unset !important; padding: 40px 20px;  height: 450px;}
.banner:before {  left: -52px;}
.banner:after{ left: 90px;}
.banner h5:after { bottom: -60px;line-height: 140%;}

/*文章*/
.blog_le, .blog_ri { padding: 20px 0;}
h4.blog_category_title { font-size: 20px;}
.blog_le, .blog_ri { margin-bottom: 0vw;  padding: 0px 0 10px;}

/*購物車*/
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}

.product-layer-two > li {  width: 31%;}

/*相簿*/
.pageIndex .i_album_list li a p { align-items: flex-end;writing-mode: unset;justify-content: center;padding: 0 35px 30px;}
.pageIndex .i_album_list li a:before {display: none;}
.pageIndex .i_album_list li:hover p {  height: 100%; justify-content: center; padding-bottom: 30px;}
}
@media screen and (max-width: 600px) {
/*大圖*/   
.bannerindex .swiper-slide.swiper-slide-active:before { padding-bottom: calc(100% / 1 * 0.22); top: 39%;}
.bannerindex .swiper-slide.swiper-slide-active:after { height: 40px;  bottom: 30%;}
.pageIndex .button a { height: 53px;  width: 30px;  bottom: 50px;padding: 0px;}
.button a>img { top: 13px;}
.button a:hover img { top: 30px;}


/*購物車*/
.product-layer-two > li { width: 47%; margin: 0px;}

/*banner*/
.banner h5:after {bottom: -100px; font-size: 14px; }

/*相簿*/
.album_descrip { line-height: 1.4; font-size: 15px;  letter-spacing: 1px; }
.album_info_page .pic-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); grid-gap: 10px 20px;}
.pic-list .show_pic {  aspect-ratio: auto;}

/*文章*/
.blog_subbox {  grid-template-columns: 1fr;   grid-gap: 40px 20px;}
.blog_back {  width: 100%;grid-template-columns: 1fr;}

/*聯絡我們*/
.contact_form li .form__label { background: transparent;}
.contact_content .form { grid-gap: 10px;}
}


