@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=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
body{
	overflow-x:hidden;
	font-family:"Noto Serif SC","El Messiri","Cormorant Unicase","微軟正黑體","arial","sans-serif";
	font-weight: 300;    letter-spacing: 0.1em;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

#content_main {
    min-height: 80vh;
    margin: 0;}

.bannerindex {
    position: relative;
    margin: 0 auto;
}



/* 商品下拉超過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;}

.edit_part {padding: 0;}
.path p, .path p a {display: none;}
/*banner固定設定*/
/* 大圖1字 */
.bannerindex .swiper-banner .swiper-slide img { height: 100vh;object-fit: cover;}
.bannerindex .swiper-slide:nth-child(1)::after {
    content: "「離開一天的忙，回到真正能放鬆的地方」\A   星宇太空艙，把安靜留在生活裡 \A   不用出遠門，也能每天好好休息、慢慢呼吸";
    width: fit-content;
    display: block;
    position: absolute;
    bottom: 23%;
    word-break: break-all;
    white-space: break-spaces;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    color: #fff;
    z-index: 99999;
    opacity: 1;
    font-weight: 500;
text-shadow:2px 3px 5px #4d4d4d}

.bannerindex .swiper-slide:nth-child(2)::after {
    content: "「星宇太空艙，就是多給自己的一個舒服空間」\A   放在家裡的一角，卻能改變整個生活節奏 \A   貼心設計加上科技輔助 \A   住起來就是輕鬆、安心";
    width: fit-content;
    display: block;
    position: absolute;
    bottom: 21%;
    word-break: break-all;
    white-space: break-spaces;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    color: #fff;
    z-index: 99999;
    opacity: 1;
    font-weight: 500;text-shadow:2px 3px 5px #4d4d4d}

.bannerindex .swiper-slide:nth-child(1)::after {right: 6%;}
.bannerindex .swiper-slide:nth-child(2)::after {right: 6%;}
.bannerindex .swiper-slide.swiper-slide-active:after {animation: slide-fade-in 3s 0.3s both;}

/* 右 */
.pageIndex .swiper-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 100%;
    height: 0.9px;
    background: #e8e5d6;
    position: absolute;
    bottom: 7.7%;
    right: 0;
    z-index: 10000;}

@keyframes line-left-in {
    0% {
        width: 0;
    }

    100% {
        width: 100%;

    }}
/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }


    @media screen and (max-width: 768px) {
        .bannerindex .swiper-slide:nth-child(1)::after {right: 15%;}
.bannerindex .swiper-slide:nth-child(2)::after {right: 15%;}
      .bannerindex {height: 100vh;}
      .stellarnav li li > a , .stellarnav li li.has-sub > a{padding:20px 10px 20px 40px;border-left:none;}
      .stellarnav li li:last-of-type {border-bottom-width: 0;}
      .header_area.sticky .stellarnav ul ul {left: 5%;}
      .stellarnav.mobile.left > ul {max-width: unset;}
      .stellarnav > ul > li > a {margin: 70px 20px 0;}
      }
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}

/* 商品下拉超過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;
}

.stellarnav > ul > li > a:not(.dd-toggle):before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;}


/*會員*/
.right_member_in {
    position: fixed;
    top: 50%;
    right: 0;
    width: 30px;
    background: #fff;
    border: 1px #ccc solid;
    padding: 7px;
    text-align: center;
    z-index: 10000;}


/*首頁Header*/
.header_area {
    position: fixed;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    transition: all 1.0s;}
.pageIndex .header_area {top: 80%;}
.header_area.sticky {
    padding: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: unset;
    top: 0;}


.header_area.sticky .main_header_area .stellarnav ul {opacity:1;}
.main_header_area .container {display: block;
    margin: 1vw auto;
    background: #e8e5d6;
max-width: 1700px;}

.header_area.sticky .main_header_area .container {
    display: block;
    margin: 1vw auto;
    background: #e8e5d6;
    opacity: 1;}

/*Header*/
.header_area {
    position: fixed;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    transition: all .3s;}

.header_area.sticky {
   width: 100%;
    z-index: 9999;
    background: transparent;
    box-shadow: unset;
    padding:  0;}


.header_area.sticky .main_header_area .container {
    max-width: 100%;
    margin: auto;}

.navigation {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0px;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 0;
    margin-top: 0;}

.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 250px;
    margin-left: 10%;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;}

.nav-brand {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 200px;}

.stellarnav li {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 10px 1%;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;}

.stellarnav > ul > li:last-child { background: #362706;}
.stellarnav>ul>li:last-child >a  {color: #e8e5d6};

.stellarnav > ul > li > a {
    padding: 0;
    color: #362706;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin: 30px 5px 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    letter-spacing: 4px;
    transition: all 0.5s;}

.stellarnav>ul>li>a:hover {color: #ffffff82;}

.stellarnav ul ul {
    top: auto;
    left: 9px;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: unset;}

.stellarnav li li {
    display: block;
    border: unset;
    border-bottom-width: 0;
    padding: 0px;
    background: #ffffff;
    transition: 1s all;
    font-weight: 500;
    border-radius: 8px;
    margin: 5px 0 0 0;
    letter-spacing: 3px;}

.stellarnav li a { padding: 7px 15px;display: block;}
.stellarnav li li :hover {
    background: #f6e4d0;
    color: #00457c;
    transition: 0.5s all;
    border-radius: 8px;}

.stellarnav>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: unset;}

.stellarnav li.has-sub>a:after {
    content: '▼';
    margin-left: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-left: unset;
    border-right: unset;
    border-top: unset;
    color: #5c6838;}

.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-left: unset;
    border-right: unset;
    border-top: unset;}

/*==========選單購物車==========*/
.me_tp_features {display: none;}
.tp_links {display: none;}

@media screen and (max-width: 1024px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;}

    .header_area {top: 2%;padding: 0;}
    .stellarnav li {padding: 0 1%;}

    .nav-header {
        z-index: 123;
        top: 0;
        left: 0;
        max-width: 160px;
        width: 100%;
        grid-row: 1 / span 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center; margin: 0;}

    .main_header_area .container {margin: 0 auto;max-width: 95%;}

    .nav-brand {
        display: block;
        max-width: 100%;
        width: 200px;
        margin: 0;}
    .stellarnav ul { text-align: right;}
}

@media only screen and (max-width: 768px) {
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .nav-header { max-width: 200px;}

    .stellarnav.mobile {
        position: absolute;
        right: 0;
        top: 17px;
        width: auto;
        display: inline-block;
    }
    

    /*隱藏MENU*/
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 10px;
        color: #ffffff;
        display: block;
        transform: scale(0.9);
        display: none;
    }
    
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: unset;
        right: 0;
        font-size: 0;
        max-width: 100%;
        padding: 0 15px;        
        /*左滑出現*/
        left: -100vw;
        overflow: hidden;
        transition: all .5s ease;
    }
    .stellarnav.mobile.left.active > ul{        
        display: block !important;
        left: 0;
        max-width: 50%;
        background: #326348;
    }

    .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 0;
        background: unset;
        padding: 20px;
    }
    .stellarnav .icon-close:before {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
    }
    .stellarnav .icon-close:after {
        content: '';
        display: block;
        width: 24px;
        height: 0px;
        border-bottom: solid 1px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(-45deg);
    }
    .stellarnav li {
        list-style: none;
        display: block;
        margin: 0px;
        padding: 0;
        position: relative;
        line-height: normal;
        vertical-align: middle;
        text-align: left;
        border-left: unset;
    }
    .stellarnav.mobile > ul > li {
        display: block;
        border-bottom: unset;
    }
    .stellarnav.mobile>ul>li>a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 200%;
        display: block;
        color: #ffffff;
        font-weight: 500;
        border-bottom: unset;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 18px 0;
        position: absolute;
        text-align: center;
        z-index: 999;margin: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        border-bottom: solid 2px #ffffff;
        position: absolute;
        top: 50%;
        transform: rotate(90deg);
        transition: width 0.3s;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        content: '';
        display: block;
        width: 15px;
        height: 0px;
        top: 50%;
        border-bottom: solid 2px #ffffff;
        position: absolute;
    }

    .stellarnav li li :hover {
        font-weight: 900;
    }

    /*下拉選單*/
    .stellarnav.mobile li.open {
        background: unset;
        padding: 3px;
    }
    .stellarnav.mobile ul {
        background: unset;
    }
    .stellarnav li li {
        display: block;
        border: unset;
        border-bottom-width: 0;
        padding: 0px;
        background: unset;
        transition: 1s all;
        font-weight: 500;
        border-radius: 8px;
        margin: 5px 0 0 0;
        letter-spacing: 3px;
        color: #ffffff;
        font-size: 15px;
    }
    .stellarnav li a {
        padding: 7px 10px;
        display: block;
        color: #a7a7a7;
    }

    /*漢堡鈕選單*/
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 50%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 9999;
        border-right: unset;
        box-shadow: 4px 2px 10px 0px #2f2f2fad;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 20px 10px 10px;
    }    }


@media only screen and (max-width: 570px) {

    .stellarnav.mobile {
        position: absolute;
        left: -15px;
        top: 13px;
        width: auto;
        display: inline-block;
    }
    .box_search {display: none}
    .stellarnav.mobile {
        position: absolute;
        left: 8px;
        top: 24px;
        width: auto;
        display: inline-block;
    }
.bannerindex .swiper-slide:nth-child(1)::after {font-size: 13px;right: 18%;bottom: 10%;}
.bannerindex .swiper-slide:nth-child(2)::after {font-size: 13px;right: 18%;bottom: 10%;}}

/*footer*/
.footer_logo { display: none;}
.footer { background:#6A8372; padding: 40px 0 70px;}
.footer .center { max-width: 90%;}
.footer_info { padding: 0;  grid-template-columns: 1fr;  grid-gap: 0px;  padding-right: 0px;}
.footer_info ul { display: flex; width: 100%; justify-content: space-between;  flex-wrap: wrap;}
.footer_info li { padding-bottom: 10px;}
.footer_info li p {  color: #e8e5d6;  line-height: 230%;}
.footer_info li p a { color: #e8e5d6;}

.footer_menu { width: 100%;  display: flex; flex-wrap: wrap;flex-direction: row;}
.footer_menu a:nth-of-type(1) { display: none;}/*首頁不顯示*/
.footer_menu a { display: inline-block;  padding:15px 7px 5px;  border: unset; margin: 0px 10px; font-size: 14px; line-height: 160%; letter-spacing: 1px;
        text-align: right;  transition: 0.5s; color: #e8e5d6; background: transparent;position: relative;}
.footer_menu a:hover {  background: transparent;  color: #fff;  letter-spacing: 4px;}
.footer_menu a:hover:before { width: 100%;}

.copy {
    text-align: left;
    padding: 10px 5.5%;
    color: #e8e5d68c;
    border-top: unset;
    width: 100%;
    max-width: 100%;
    margin: 0;
    justify-content: flex-start;
    border-top: 1px #e8e5d6 solid;
    background: #6a8372;}
.copy a { color: #e8e5d6c0;}
.copy a:hover { color: #362706;}

.box_link {position: relative; right: 0px;  width: auto;  max-width: fit-content;  order: 3;  display: flex;  margin-top: -50px;
        justify-content: center;  align-items: flex-end; flex-wrap: wrap;  flex-direction: row; max-height: fit-content;}
.box_link a { width: 30px;  border: unset; border-radius: 0px; padding: 5px;font-size: 20px; margin: 2px;}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}
.Callnow a {background: #6a837261;}
.Callnow a:hover {background: #6a8372;}

.Prods_Menulists > ul > li {
    border:none;
    border-bottom: 1px #ccc solid;}
.Prods_Menulists li a:hover {background: #6a8372;color: #fff;}
.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}


.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.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;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*內頁BANNER 設定*/
.banner {
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background-size: cover;
    min-height: 60vh;
	background: url(https://pic03.eapple.com.tw/xingyusp/banner.jpg) no-repeat center center; }

.banner h5{
	font-size: 30px;
    letter-spacing: 8px;
    font-weight: 400;
    color: #fff;
    max-width: 95%;
    width: 100%;
    padding: 300px 0 0;
    text-align: left;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
    max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0px;}

.banner h5::before {
  font-weight: 500;
  font-style: normal;
    font-size: 15px;
    display: block;
    letter-spacing: 2px;
padding-left: 5px;}

.banner.banE h5::before {content: "SHOWCASE";}
.banner.banblog h5::before {content: "NEWS";}
.banner.banF h5:before {content: 'TYPES';}

.banner.banB {display: none;}



/*文章設定*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車*/
.product-layer-two li a {
  border: none;
  background: none;
  font-size: 16px;
  color: #34b3bc;}
  .product-layer-two li a:hover{background: #34b3bc;color: #fff;}
.products-list .price b {color: #999; font-size: 13px;}
.products-list .price .sp_price {
          text-align: right;
          color: #34b3bc;
          font-size: 18px;font-weight: 900;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .inquiry_a4:hover, .sidebarBtn .Pd_Line_Boxed:hover { background: #6a8372;}
.inquiry_a1, .inquiry_a2, .inquiry_a3, .inquiry_a4, .sidebarBtn .Pd_Line_Boxed {background: #6a837261;}
.sidebarBtn h2 {color: #3E4433;}
.lastPage { background: #6a8372;}
.sidebarBtn {
    border: none;
    background: #e8e5d657;}
.products-list .item a:hover .more {background: #34b3bc}
.products-list .more {border: 1px solid #34b3bc color: #34b3bc}
.product-layer-two li a:hover {background: #34b3bc color: #fff;}
.product_page .main_part { max-width: 1700px;padding: 5% 20px;}
.product_info_page .main_part {max-width: 1700px;padding: 10% 20px;}
.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: 300px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 300px);padding-left: 40px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
ul.page { width: 100%;}
.products-list .more {
  border: 1px solid #34b3bc;
  color: #34b3bc;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.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 li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.products-list .item a:hover img {
  transform: scale(1.05);
  transition: all .8s;
  min-height: 250px;
  object-fit: cover;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.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:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
    .product_page .products-list{grid-template-columns: 1fr 1fr 1fr;}

}

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;padding: 0;}
.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;padding: 0;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {display: none;}
}
@media screen and (max-width: 600px) {
    .product_page .products-list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 400px) {
    .product_page .products-list{grid-template-columns:1fr;}
}




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

/*首頁相簿設定*/
.module_i_album .title_i_box h6 {
    font-family: "El Messiri", sans-serif;
    font-feature-settings: inherit;
    font-size: 40px;
    color: #6A8372;
    margin-top: 8%;}

.module_i_album section { max-width: 100%;}
.module_i_album {padding: 0;}
.show-list {grid-template-columns: 1fr 1fr 1fr; grid-gap: 0;}
.animated-arrow { background: #6A8372;}
.show-list .item {
    font-size: 20px;
    color: #3E4433;
    text-align: center;
    font-weight: 500;
    line-height: 3em;}
.module_i_album .title_i_box h4 {
    font-size: 30px;
    color: #3E4433;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2px;}


/*相簿設定*/
.album_page .main_part {
    max-width: 2000px;
    margin: 0;
    padding: 0;}
.album_info_page .main_part {max-width: 1700px;}
.show_content {margin: 0;padding: 0;}
.pic-list {grid-template-columns: 1fr 1fr 1fr;}
.show-list .show_name {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    transition: all ease-in .3s;
    opacity: 1;
    transform: translate(-50%, -50%);}
.show-list .item:hover .show_name {color: #fff;}
.show-list .show_pic img {filter: brightness(0.8);}
.show-list .show_pic img:hover {filter: brightness(1.0);}
.album_page .page {display: none;}

.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {display: none;}
.album_class_page .main_part {
    max-width: 2000px;
    margin: 0;
    padding: 0;}
.other_subalbum li a p{
  position: absolute;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    transition: all ease-in .3s;
    opacity: 1;
    transform: translate(-50%, -50%);}

.other_album_choice {display: none;}
.other_album {display: none;}
.album_class_page .page {display: none;}

@media screen and (max-width: 700px) {
.show-list {grid-template-columns: 1fr;}}

/*文章設定*/
.body.blog_page .main_part{ width: 1500px;}
.subbox_item a:hover:before, .subbox_item a:hover:after {  opacity: 1;  transition: all .5s;   color: #2d2d2d;}
  
.blog_list_le:before, .blog_list_le:after { 
      content: " "; 
      opacity: 0;    
      z-index: 1;    
      position: absolute;
      left: 50%;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .5s ease;
      transform-origin: center;
      transform: translate(-50%, -50%) scale(0.8);
      display: none;}

.blog_list_le:before {
      background-size: contain;
      background-position: center;
      background-image: url(https://pic03.eapple.com.tw/neweraglasses/inpage_icon.svg);
      background-repeat: no-repeat;
      width: 100%;
      height: 2.7vw;
      left: 50.5%;}
  
.blog_list_le:after {
      width: 4.16vw;
      height: 4.16vw;
      border: 1px solid #f2f2f3;
      border-radius: 50%;}

.subbox_item a:hover .blog_list_le:after, .subbox_item a:hover .blog_list_le:before {
      opacity: 1;
      transition-delay: .1s;
      transform: translate(-50%, -50%) scale(1);}

.blog_back a.article_btn_prev:hover {background: #444;color: #fff;}
  
/*首頁顯示文章*/
.module_i_news .title_i_box h4 {font-family: "Noto Sans TC", sans-serif;
    font-size: 26px;
    color: rgb(186, 186, 186);
    letter-spacing: 1px;}
.module_i_news .title_i_box h6 {
  color: #fff;
    font-size: 95px;
    font-family: "Oswald", sans-serif;
    letter-spacing: -5px;
    font-weight: 300;}

.animated-arrow {background: #444;}
.i_blog_ri h5 {color: #fff;}
.module_i_news .title_i_box h4 {
  font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 10px;
    font-family: "Noto Sans TC", "Noto Serif TC", "Cormorant Unicase", "微軟正黑體", "arial", "sans-serif";
}
.module_i_news {
    padding: 130px 20px;
    height: 100vh;
}
.module_i_news section {
    max-width: 1600px;}
.module_i_news {
  background-image: url(https://pic03.eapple.com.tw/simihomes/2149080235.jpg);
  background-size: cover;
  background-attachment: fixed;}
.pageIndex .animated-arrow{
    margin-top: 0;
    height: 40px;
    line-height: 40px;
}
b, strong { font-weight: 400;letter-spacing: 0.1em;}
.module_i_news ul,{display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.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;}
.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, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.module_i_news ul{width: 90%;grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news li a {
        position: relative;
        display: flex;
        flex-direction: column;}
.module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
.module_i_news_list{padding: 0;}

  /*文章設定*/
  .clearfix:before,
  .clearfix:after {display: none;}
    body.blog_page .main_part {max-width: 90%;width: 1600px;}
  
  body.blog_page h4.blog_category_title {display: none;}
  
  .blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;}
  
  .blog_le {padding: 0;}
  h5.blog_le_t{display: none;}
  
  h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    height: 80px;
    border-left: 1px solid #BFBFBF;
    padding-top: 0;
    padding-right: 15px;
    margin-top: 0px;
    font-size: 17px;}
  
  h5.blog_le_t span {display: none;}
  
  .blog_le .accordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: inherit;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 40px;}

  .blog_shareData {justify-content: flex-end;}
  .blog_le .accordion li {
    float: left;
    position: relative;
    text-align: center;}
  .articel_mainPic img {display: none;}
    .blog_le {width: 100%;position: relative;}
  .blog_search input[type=submit] {height: 53px;}
  
  .blog_search input[type=search] {
    height: 53px;
    border-radius: 0;}
  
  .blog_search {
    width: 280px;
    position: absolute;
    top: 36px;
    right: 0;}
  
  .blog_ri {
    width: 100%;
    padding: 0;
    min-height: 60vh;}
  
  .submenu li {width: 100% !important;}
  .blog_le .accordion li .link i {padding-top: 10px;}
  .blog_le .accordion>li:hover .link a,
  .blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    background:  #6A8372;
    font-weight: bold;}
  .fa-chevron-down::before {color: #fff;}
  .blog_le .accordion>li:hover,
  .blog_le .accordion>li.on_this_category {background: transparent !important;}
  .lastPage {background: #6a8372;}

  .blog_le .accordion li div a {
    color: #444;
    border-right:none;
    font-weight: 500;
    padding: 5px 40px;
    margin: 10px 5px 10px 0;}
  .news_related {
    background: #e8e5d652;}
    .prod_related {
    background: #e8e5d652;}
  .submenu {
    background: #ffffff;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    border: 1px solid #ececec;}
  
  .blog_le .accordion>li:hover .link i,
  .blog_le .accordion>li.on_this_category .link i {color: #a4a4a4 !important;}
  .blog_le .accordion li div a:hover {background: #6A8372 !important;color: #fff;}

  .submenu a:hover {
    background: #ffffff;
    color: #6A8372;}
    
  .submenu li.on_this_category a{
    background: #ffffff;
    color: #6A8372;}
  
  .submenu a {
    position: relative;
    color: #666;
    padding: 12px 12px 12px 35px;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    float: left;}
  
  .accordion li .link {border-bottom: 0px solid #CCC;}
  
  @media screen and (max-width: 768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr; }
     .module_i_news li { margin-top:24px; border-bottom: 0px;}
     .module_i_news .title_i_box{ margin-bottom:0px;}
     .module_i_news{ padding:60px 20px;}
    .blog_le .accordion {display: none;}
  
    .blog_search {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 40px;}}
  
  @media screen and (max-width: 476px) {
    h4.blog_category_title{font-size: 22px;}}
  
  @media screen and (max-width:450px){
    .module_i_news ul{ grid-template-columns:1fr; } }
  
  /* end */
  .blog_back a.article_btn_back {
    background: transparent;
    border: none;
    color: #666;
    transition: all 0.3s ease-in-out;}
  
  .blog_back a.article_btn_back:hover {filter: brightness(1.2);transition: all 0.3s ease-in-out;}
  
  .blog_back a.article_btn_prev,
  .blog_back a.article_btn_next {
    background: transparent;
    border: none;
    color: #666;}

  .blog_back a.article_btn_prev:hover,
  .blog_back a.article_btn_next:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease-in-out;}
  
  .blog_list_ri {
    width: calc(100%);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -32px;}
  
  .blog_box {width: 100%;max-width: 100%;}
  body.blog_page .subbox_item:hover .blog_list_le {
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);}
  
  .subbox_item {
    width: 100%;
      background-color: transparent;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;}
  
  .subbox_item a {
    display: flex;
    flex-direction: column;}
  
  .subbox_item a:after {display: none;}
  
  .subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0.8;}
  
  .blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;}

  .blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    aspect-ratio: 12/9;
    height: auto;}
    
  .subbox_item a:before {display: none;}
  
  .blog_list_ri em {
    order: 3;
    width: 100%;
    text-align: right;
    color: #808080;
    margin:20px 0 -15px;}

  .blog_list_ri h5 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 20px;
    color: #fff;
    background: #6a8372;
    position: relative;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: initial;
    font-size: 16px;
    display: block;
    font-weight: 300;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: block;
    width: 95%;
    min-height: 36px;}

  
  .blog_list_ri h5:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    border-top: 12px solid transparent;
    width: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}

.subbox_item:hover h5:before {border-right: 12px solid #ebebeb;}
.subbox_item:hover h5:after {background-color: #1a1a1a;}
  
.blog_list_ri p {
    border-top: 1px solid transparent;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5625;
    padding:10px 0;
    width: 100%;
    -webkit-line-clamp: inherit;
    height: 50px;}
  
.blog_list_ri p:after {content: '...';}
.subbox_item:hover:before { width: 100%;transition: all .5s;}

 /*文章內頁設定*/
.articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;}
h4.blog_category_title {margin-bottom: 0;}
.blog_box_edit * {
    font-family: "微軟正黑體";
    line-height: 200%;
    color: #444;}
.blog_ri {padding: 0;} 
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #333;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
    
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 56px;}   


@media screen and (max-width: 768px) {
.blog_search {width: unset;position: unset;}    
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}}


  @media screen and (max-width: 1400px) {
    .subbox_item a {grid-auto-flow: initial;}
    .blog_list_le {margin: auto;}
    .blog_subbox.clearfix {grid-template-columns: 1fr 1fr;}}
  
  @media screen and (max-width: 1024px) {
    .blog_le.fadeInLeft.animated15.clearfix { position: relative; top: auto;}
    .blog_list_le { width: 100%;}
    .blog_list_ri { width: 100%;padding: 0;}
    .blog_list_ri i {bottom: -7px;}
    .blog_list_le {width: 100%;}
    .blog_list_ri { width: 100%;top: -10px;}
    .blog_list_ri h5 {-webkit-line-clamp: initial; min-height: auto;}
    .module_i_news li a, .subbox_item a{ border-bottom: 0px;}}

  @media screen and (max-width:990px) {
    .subbox_item{ border-bottom: 0px;}
    .blog_search{ top: -18px;}}
  
  @media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}}
  
  @media screen and (max-width:650px) {
    .blog_subbox.clearfix {grid-template-columns: 1fr;}
    .blog_list_ri em{margin: 0px 0 -15px;}}
  
  @media screen and (max-width: 476px) {
    .blog_box {width: 100%;}
    .blog_box_edit {padding: 1em;margin-bottom: 40px;}
    .blog_subbox.clearfix {grid-template-columns: 1fr;}
    .blog_box { margin-bottom: 80px;}
    .blog_list_ri em{ margin: 10px 0 -15px;}}

/*聯絡我們*/
.list_before {margin-bottom: 0;}
.contact_content .information_right {display: none;}
.contact_content .information_left {width: 100%;}
.list_before.info li { padding-left: 60px;}
.info_LINE:before {content: "LINE ID";}
.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 {
 width: 100%;font-weight: 500;}
.blank_letter {display: none;}
.contact_le_nomap {margin-top: 1%;}


 @media screen and (max-width:450px) {
  li.info_ADD:after {font-size: 18px;}}
